From 4707d3adf4befcdcb857bd5e3bf53a5174364ebb Mon Sep 17 00:00:00 2001 From: Austin Turner Date: Fri, 3 May 2024 20:46:20 -0600 Subject: [PATCH] Move all shared code to shared library instead of main application This will allow much better modularity and allow all the core features to be moved to their own libraries instead of the core application to better support other platforms --- .vscode/extensions.json | 3 +- apps/jetstream/src/app/app.tsx | 3 +- .../anonymous-apex/AnonymousApex.tsx | 4 +- .../components/anonymous-apex/apex.state.ts | 4 +- .../automation-control/AutomationControl.tsx | 2 +- .../AutomationControlEditor.tsx | 5 +- .../AutomationControlEditorReviewModal.tsx | 3 +- .../AutomationControlSelection.tsx | 2 +- .../useAutomationControlData.ts | 2 +- .../app/components/core/AppInitializer.tsx | 3 +- .../core/AppStateResetOnOrgChange.tsx | 2 +- .../src/app/components/core/HeaderNavbar.tsx | 13 +- .../core/NotificationsRequestModal.tsx | 4 +- .../core/RequireMetadataApiBanner.tsx | 7 +- .../create-object-and-fields/CreateFields.tsx | 4 +- .../CreateFieldsDeployModal.tsx | 16 +- .../CreateFieldsDeployModalRow.tsx | 2 +- .../CreateFieldsFormulaEditor.tsx | 25 +- .../CreateFieldsFormulaEditorManualField.tsx | 2 +- .../CreateFieldsImportExport.tsx | 14 +- .../CreateFieldsRow.tsx | 9 +- .../CreateFieldsRowField.tsx | 9 +- .../CreateFieldsRowPicklistOption.tsx | 2 +- .../CreateFieldsSelection.tsx | 3 +- .../CreateNewGlobalPicklistModal.tsx | 4 +- .../CreateObjectAndFields.tsx | 3 +- .../create-fields-import-example.tsx | 2 +- .../create-fields.state.ts | 3 +- .../CreateNewObjectModal.tsx | 4 +- .../create-new-object/useCreateObject.ts | 2 +- .../useFieldValues.ts | 11 +- .../debug-log-viewer/DebugLogViewer.tsx | 3 +- .../debug-log-viewer/PurgeLogsModal.tsx | 2 +- .../app/components/deploy/DeployMetadata.tsx | 3 +- .../deploy/DeployMetadataDeployment.tsx | 5 +- .../deploy/DeployMetadataSelection.tsx | 4 +- .../add-to-changeset/AddToChangeset.tsx | 5 +- .../AddToChangesetConfigModal.tsx | 3 +- .../AddToChangesetStatusModal.tsx | 2 +- .../DeleteMetadataConfigModal.tsx | 2 +- .../delete-metadata/DeleteMetadataModal.tsx | 5 +- .../DeleteMetadataStatusModal.tsx | 2 +- .../DeployMetadataHistoryModal.tsx | 5 +- .../DeployMetadataHistoryTableRenderers.tsx | 2 +- .../DeployMetadataPackage.tsx | 5 +- .../DeployMetadataPackageConfigModal.tsx | 4 +- .../DeployMetadataPackageStatusModal.tsx | 2 +- .../DeployMetadataToOrg.tsx | 5 +- .../DeployMetadataToOrgConfigModal.tsx | 4 +- .../DeployMetadataToOrgStatusModal.tsx | 2 +- .../DownloadMetadataPackage.tsx | 2 +- .../DownloadMetadataPackageConfigModal.tsx | 4 +- .../utils/DeployMetadataStatusModal.tsx | 4 +- .../utils/DownloadPackageWithFileSelector.tsx | 3 +- .../deploy/utils/useAddItemsToChangeset.tsx | 2 +- .../utils/useDeployMetadataBetweenOrgs.tsx | 2 +- .../deploy/utils/useDeployMetadataPackage.tsx | 2 +- .../ViewOrCompareMetadataModal.tsx | 3 +- .../ViewOrCompareMetadataSidebar.tsx | 4 +- .../useViewOrCompareMetadata.tsx | 2 +- .../formula-evaluator/FormulaEvaluator.tsx | 15 +- .../deploy/FormulaEvaluatorDeployModal.tsx | 21 +- .../deploy/FormulaEvaluatorDeploySummary.tsx | 11 +- .../deploy/FormulaEvaluatorFields.tsx | 9 +- .../formula-evaluator.state.ts | 4 +- .../formula-evaluator.types.ts | 16 - .../LoadRecordsMultiObject.tsx | 4 +- .../LoadRecordsMultiObjectResults.tsx | 5 +- .../components/load-records/LoadRecords.tsx | 4 +- .../components/LoadRecordsDataPreview.tsx | 2 +- .../LoadRecordsRefreshCachePopover.tsx | 2 +- .../LoadRecordsBatchApiResults.tsx | 5 +- .../LoadRecordsBatchApiResultsTable.tsx | 3 +- .../LoadRecordsBulkApiResults.tsx | 16 +- .../LoadRecordsCustomMetadataResultsTable.tsx | 2 +- .../load-records/load-records-types.ts | 2 +- .../load-records/steps/FieldMapping.tsx | 2 +- .../load-records/steps/PerformLoad.tsx | 3 +- .../steps/PerformLoadCustomMetadata.tsx | 17 +- .../steps/SelectObjectAndFile.tsx | 3 +- .../load-records/utils/load-records-utils.tsx | 19 +- .../manage-permissions/ManagePermissions.tsx | 3 +- .../ManagePermissionsEditor.tsx | 4 +- .../ManagePermissionsSelection.tsx | 2 +- .../src/app/components/orgs/AddOrg.tsx | 2 +- .../app/components/orgs/OrgInfoPopover.tsx | 2 +- .../app/components/orgs/OrgPersistence.tsx | 4 +- .../components/orgs/OrgSelectionRequired.tsx | 3 +- .../src/app/components/orgs/OrgsDropdown.tsx | 7 +- .../PlatformEventMonitor.tsx | 3 +- .../usePlatformEvent.ts | 4 +- .../src/app/components/query/Query.tsx | 3 +- .../query/QueryBuilder/QueryBuilder.tsx | 4 +- .../QueryBuilder/QueryBuilderSoqlUpdater.tsx | 2 +- .../query/QueryBuilder/QueryChildFields.tsx | 2 +- .../query/QueryBuilder/QueryFields.tsx | 2 +- .../query/QueryBuilder/QuerySObjects.tsx | 2 +- .../query/QueryHistory/QueryHistory.tsx | 3 +- .../QueryHistory/QueryHistoryWhichOrg.tsx | 2 +- .../query/QueryHistory/query-history.state.ts | 2 +- .../query/QueryOptions/ManualSoql.tsx | 2 +- .../query/QueryOptions/QueryResetButton.tsx | 2 +- .../query/QueryOptions/SaveFavoriteSoql.tsx | 2 +- .../BulkUpdateFromQueryModal.tsx | 18 +- .../query/QueryResults/QueryResults.tsx | 14 +- .../QueryResultsAttachmentDownload.tsx | 2 +- .../QueryResultsCopyToClipboard.tsx | 2 +- .../QueryResultsDownloadButton.tsx | 5 +- .../QueryResults/QueryResultsMoreActions.tsx | 4 +- .../query/utils/__tests__/query-utils.data.ts | 62772 ---------------- .../query/utils/useQueryRestore.tsx | 2 +- .../salesforce-api/SalesforceApi.tsx | 4 +- .../SalesforceApiExamplesModal.tsx | 3 +- .../salesforce-api/SalesforceApiUserInput.tsx | 2 +- .../salesforce-api/salesforceApi.state.ts | 2 +- .../src/app/components/settings/Settings.tsx | 4 +- .../app/components/settings/useLinkAccount.ts | 2 +- .../sobject-export/SObjectExport.tsx | 3 +- .../update-records/MassUpdateRecords.tsx | 3 +- .../MassUpdateRecordsDeployment.tsx | 5 +- .../mass-update-records.state.ts | 2 +- .../MassUpdateRecordsApplyToAllRow.tsx | 10 +- .../selection/MassUpdateRecordsObject.tsx | 4 +- .../selection/MassUpdateRecordsObjects.tsx | 7 +- .../selection/MassUpdateRecordsSelection.tsx | 5 +- .../selection/useMassUpdateFieldItems.ts | 11 +- apps/jetstream/src/main.tsx | 4 + .../src/{app => }/workers/jobs.worker.ts | 9 +- apps/jetstream/tsconfig.app.json | 11 +- apps/jetstream/tsconfig.json | 7 +- apps/jetstream/tsconfig.spec.json | 3 +- apps/jetstream/vite.config.ts | 5 +- libs/shared/ui-core-shared/.babelrc | 12 + libs/shared/ui-core-shared/.eslintrc.json | 18 + libs/shared/ui-core-shared/README.md | 7 + libs/shared/ui-core-shared/jest.config.ts | 11 + libs/shared/ui-core-shared/project.json | 16 + libs/shared/ui-core-shared/src/index.ts | 3 + .../ui-core-shared/src/query-fields-utils.ts | 59 + .../ui-core-shared/src/query-soql-utils.ts | 388 + .../shared/ui-core-shared/src}/query-utils.ts | 0 libs/shared/ui-core-shared/tsconfig.json | 24 + libs/shared/ui-core-shared/tsconfig.lib.json | 19 + libs/shared/ui-core-shared/tsconfig.spec.json | 20 + libs/shared/ui-core-worker/.babelrc | 13 + libs/shared/ui-core-worker/.eslintrc.json | 18 + libs/shared/ui-core-worker/README.md | 7 + libs/shared/ui-core-worker/jest.config.ts | 11 + libs/shared/ui-core-worker/project.json | 16 + libs/shared/ui-core-worker/src/index.ts | 1 + .../src/lib/ui-core-worker.spec.tsx | 10 + .../ui-core-worker/src/lib/ui-core-worker.tsx | 18 + libs/shared/ui-core-worker/tsconfig.json | 21 + libs/shared/ui-core-worker/tsconfig.lib.json | 19 + libs/shared/ui-core-worker/tsconfig.spec.json | 20 + libs/shared/ui-core/.babelrc | 12 + libs/shared/ui-core/.eslintrc.json | 18 + libs/shared/ui-core/README.md | 7 + libs/shared/ui-core/jest.config.ts | 11 + libs/shared/ui-core/project.json | 16 + .../ui-core/src}/StateDebugObserver.tsx | 2 - .../shared/ui-core/src}/analytics.tsx | 21 +- .../ui-core/src/app-state}/app-state.ts | 0 .../ui-core/src/app}/ConfirmPageChange.tsx | 2 +- .../ui-core/src/app}/DownloadFileStream.tsx | 2 +- .../shared/ui-core/src/app}/EmailSupport.tsx | 0 .../src/app}/ErrorBoundaryFallback.tsx | 0 .../ui-core/src/app}/HeaderDonatePopover.tsx | 2 +- .../ui-core/src/app}/HeaderHelpPopover.tsx | 0 .../ui-core/src/app}/PromptNavigation.tsx | 0 .../src/app/RequireMetadataApiBanner.tsx | 38 + .../src}/create-fields/create-fields-types.ts | 0 .../create-fields/create-fields-utils.tsx | 0 .../src}/create-fields/useCreateFields.ts | 9 +- .../FormulaEvaluatorRecordSearch.tsx | 4 +- .../FormulaEvaluatorResults.tsx | 0 .../FormulaEvaluatorUserSearch.tsx | 0 .../formula-evaluator.utils.ts | 6 +- libs/shared/ui-core/src/index.ts | 43 + .../shared/ui-core/src}/jetstream-events.ts | 9 +- .../shared/ui-core/src}/jobs/Job.tsx | 0 .../ui-core/src}/jobs/JobPlaceholder.tsx | 0 .../shared/ui-core/src}/jobs/Jobs.tsx | 18 +- .../shared/ui-core/src}/jobs/job-utils.ts | 0 .../shared/ui-core/src}/jobs/jobs.state.ts | 7 +- .../LoadRecordsBulkApiResultsTable.tsx | 0 .../LoadRecordsBulkApiResultsTableRow.tsx | 0 ...oadRecordsResultsTableProcessingErrRow.tsx | 0 .../load-records-results-types.ts | 0 .../src/load}/LoadRecordsResultsModal.tsx | 0 .../MassUpdateRecordObjectHeading.tsx | 2 +- .../MassUpdateRecordTransformationText.tsx | 2 +- .../MassUpdateRecordsDeploymentRow.tsx | 10 +- .../MassUpdateRecordsObjectRow.tsx | 2 +- .../MassUpdateRecordsObjectRowCriteria.tsx | 0 .../MassUpdateRecordsObjectRowField.tsx | 0 .../MassUpdateRecordsObjectRowValue.tsx | 0 ...UpdateRecordsObjectRowValueStaticInput.tsx | 0 .../mass-update-records.types.tsx | 0 .../mass-update-records.utils.tsx | 0 .../mass-update-records/useDeployRecords.ts | 4 +- .../metadata}/useDeployMetadataPackage.tsx | 0 .../ui-core/src/orgs}/OrgLabelBadge.tsx | 2 - .../shared/ui-core/src/orgs}/OrgsCombobox.tsx | 2 - .../ui-core/src}/orgs/useOrgPermissions.tsx | 0 .../src/record}/RecordSearchPopover.tsx | 6 +- .../ui-core/src/record}/ViewChildRecords.tsx | 6 +- .../src/record}/ViewEditCloneRecord.tsx | 24 +- libs/shared/ui-core/tsconfig.json | 24 + libs/shared/ui-core/tsconfig.lib.json | 19 + libs/shared/ui-core/tsconfig.spec.json | 20 + .../ui-utils/src/lib/shared-ui-utils.ts | 16 + libs/types/src/lib/types.ts | 16 + .../form/checkbox-toggle/CheckboxToggle.tsx | 2 +- nx.json | 3 +- package.json | 1 + tsconfig.base.json | 2 + yarn.lock | 319 +- 218 files changed, 1648 insertions(+), 63209 deletions(-) delete mode 100644 apps/jetstream/src/app/components/query/utils/__tests__/query-utils.data.ts rename apps/jetstream/src/{app => }/workers/jobs.worker.ts (97%) create mode 100644 libs/shared/ui-core-shared/.babelrc create mode 100644 libs/shared/ui-core-shared/.eslintrc.json create mode 100644 libs/shared/ui-core-shared/README.md create mode 100644 libs/shared/ui-core-shared/jest.config.ts create mode 100644 libs/shared/ui-core-shared/project.json create mode 100644 libs/shared/ui-core-shared/src/index.ts create mode 100644 libs/shared/ui-core-shared/src/query-fields-utils.ts create mode 100644 libs/shared/ui-core-shared/src/query-soql-utils.ts rename {apps/jetstream/src/app/components/query/utils => libs/shared/ui-core-shared/src}/query-utils.ts (100%) create mode 100644 libs/shared/ui-core-shared/tsconfig.json create mode 100644 libs/shared/ui-core-shared/tsconfig.lib.json create mode 100644 libs/shared/ui-core-shared/tsconfig.spec.json create mode 100644 libs/shared/ui-core-worker/.babelrc create mode 100644 libs/shared/ui-core-worker/.eslintrc.json create mode 100644 libs/shared/ui-core-worker/README.md create mode 100644 libs/shared/ui-core-worker/jest.config.ts create mode 100644 libs/shared/ui-core-worker/project.json create mode 100644 libs/shared/ui-core-worker/src/index.ts create mode 100644 libs/shared/ui-core-worker/src/lib/ui-core-worker.spec.tsx create mode 100644 libs/shared/ui-core-worker/src/lib/ui-core-worker.tsx create mode 100644 libs/shared/ui-core-worker/tsconfig.json create mode 100644 libs/shared/ui-core-worker/tsconfig.lib.json create mode 100644 libs/shared/ui-core-worker/tsconfig.spec.json create mode 100644 libs/shared/ui-core/.babelrc create mode 100644 libs/shared/ui-core/.eslintrc.json create mode 100644 libs/shared/ui-core/README.md create mode 100644 libs/shared/ui-core/jest.config.ts create mode 100644 libs/shared/ui-core/project.json rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/StateDebugObserver.tsx (95%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/analytics.tsx (85%) rename {apps/jetstream/src/app => libs/shared/ui-core/src/app-state}/app-state.ts (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/ConfirmPageChange.tsx (96%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/DownloadFileStream.tsx (95%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/EmailSupport.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/ErrorBoundaryFallback.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/HeaderDonatePopover.tsx (97%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/HeaderHelpPopover.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/app}/PromptNavigation.tsx (100%) create mode 100644 libs/shared/ui-core/src/app/RequireMetadataApiBanner.tsx rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/create-fields/create-fields-types.ts (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/create-fields/create-fields-utils.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/create-fields/useCreateFields.ts (99%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/formula-evaluator/FormulaEvaluatorRecordSearch.tsx (97%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/formula-evaluator/FormulaEvaluatorResults.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/formula-evaluator/FormulaEvaluatorUserSearch.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/formula-evaluator/formula-evaluator.utils.ts (99%) create mode 100644 libs/shared/ui-core/src/index.ts rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jetstream-events.ts (74%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jobs/Job.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jobs/JobPlaceholder.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jobs/Jobs.tsx (97%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jobs/job-utils.ts (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src}/jobs/jobs.state.ts (82%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/load-records-results/LoadRecordsBulkApiResultsTable.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/load-records-results/LoadRecordsBulkApiResultsTableRow.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/load-records-results/LoadRecordsResultsTableProcessingErrRow.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/load-records-results/load-records-results-types.ts (100%) rename {apps/jetstream/src/app/components/load-records/components/load-results => libs/shared/ui-core/src/load}/LoadRecordsResultsModal.tsx (100%) rename {apps/jetstream/src/app/components/update-records/shared => libs/shared/ui-core/src/mass-update-records}/MassUpdateRecordObjectHeading.tsx (93%) rename {apps/jetstream/src/app/components/update-records/shared => libs/shared/ui-core/src/mass-update-records}/MassUpdateRecordTransformationText.tsx (97%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsDeploymentRow.tsx (96%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsObjectRow.tsx (97%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsObjectRowCriteria.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsObjectRowField.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsObjectRowValue.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/MassUpdateRecordsObjectRowValueStaticInput.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/mass-update-records.types.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/mass-update-records.utils.tsx (100%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src}/mass-update-records/useDeployRecords.ts (99%) rename {apps/jetstream/src/app/components/shared => libs/shared/ui-core/src/metadata}/useDeployMetadataPackage.tsx (100%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/orgs}/OrgLabelBadge.tsx (98%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/orgs}/OrgsCombobox.tsx (99%) rename {apps/jetstream/src/app/components => libs/shared/ui-core/src}/orgs/useOrgPermissions.tsx (100%) rename {apps/jetstream/src/app/components/core/record-lookup => libs/shared/ui-core/src/record}/RecordSearchPopover.tsx (98%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/record}/ViewChildRecords.tsx (99%) rename {apps/jetstream/src/app/components/core => libs/shared/ui-core/src/record}/ViewEditCloneRecord.tsx (98%) create mode 100644 libs/shared/ui-core/tsconfig.json create mode 100644 libs/shared/ui-core/tsconfig.lib.json create mode 100644 libs/shared/ui-core/tsconfig.spec.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 64668d9dd..fb9a22956 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -9,6 +9,7 @@ "eamodio.gitlens", "ms-playwright.playwright", "wayou.vscode-todo-highlight", - "orta.vscode-jest" + "orta.vscode-jest", + "firsttris.vscode-jest-runner" ] } diff --git a/apps/jetstream/src/app/app.tsx b/apps/jetstream/src/app/app.tsx index 65130876f..3b61dbd5a 100644 --- a/apps/jetstream/src/app/app.tsx +++ b/apps/jetstream/src/app/app.tsx @@ -1,6 +1,7 @@ import { Maybe, UserProfileUi } from '@jetstream/types'; import { AppToast, ConfirmationServiceProvider } from '@jetstream/ui'; // import { initSocket } from '@jetstream/shared/data'; +import { DownloadFileStream, ErrorBoundaryFallback } from '@jetstream/ui-core'; import { OverlayProvider } from '@react-aria/overlays'; import { Suspense, useEffect, useState } from 'react'; import { DndProvider } from 'react-dnd'; @@ -13,8 +14,6 @@ import { AppRoutes } from './AppRoutes'; import AppInitializer from './components/core/AppInitializer'; import AppLoading from './components/core/AppLoading'; import AppStateResetOnOrgChange from './components/core/AppStateResetOnOrgChange'; -import { DownloadFileStream } from './components/core/DownloadFileStream'; -import ErrorBoundaryFallback from './components/core/ErrorBoundaryFallback'; import HeaderNavbar from './components/core/HeaderNavbar'; import LogInitializer from './components/core/LogInitializer'; import NotificationsRequestModal from './components/core/NotificationsRequestModal'; diff --git a/apps/jetstream/src/app/components/anonymous-apex/AnonymousApex.tsx b/apps/jetstream/src/app/components/anonymous-apex/AnonymousApex.tsx index df591e2f2..7cf8c7ac5 100644 --- a/apps/jetstream/src/app/components/anonymous-apex/AnonymousApex.tsx +++ b/apps/jetstream/src/app/components/anonymous-apex/AnonymousApex.tsx @@ -21,14 +21,14 @@ import { ViewDocsLink, getModifierKey, } from '@jetstream/ui'; +import { STORAGE_KEYS, applicationCookieState, selectSkipFrontdoorAuth, selectedOrgState } from '@jetstream/ui-core'; +import { useAmplitude } from '@jetstream/ui-core'; import Editor, { OnMount, useMonaco } from '@monaco-editor/react'; import localforage from 'localforage'; import escapeRegExp from 'lodash/escapeRegExp'; import type { editor } from 'monaco-editor'; import { Fragment, FunctionComponent, MouseEvent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { STORAGE_KEYS, applicationCookieState, selectSkipFrontdoorAuth, selectedOrgState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; import AnonymousApexFilter from './AnonymousApexFilter'; import AnonymousApexHistory from './AnonymousApexHistory'; import * as fromApexState from './apex.state'; diff --git a/apps/jetstream/src/app/components/anonymous-apex/apex.state.ts b/apps/jetstream/src/app/components/anonymous-apex/apex.state.ts index 697536336..97425cc7f 100644 --- a/apps/jetstream/src/app/components/anonymous-apex/apex.state.ts +++ b/apps/jetstream/src/app/components/anonymous-apex/apex.state.ts @@ -2,6 +2,7 @@ import { logger } from '@jetstream/shared/client-logger'; import { DATE_FORMATS, INDEXED_DB } from '@jetstream/shared/constants'; import { groupByFlat, hashString, pluralizeFromNumber, truncate } from '@jetstream/shared/utils'; import { ApexHistoryItem, SalesforceOrgUi } from '@jetstream/types'; +import { selectedOrgState } from '@jetstream/ui-core'; import { addDays } from 'date-fns/addDays'; import { formatDate } from 'date-fns/format'; import { isBefore } from 'date-fns/isBefore'; @@ -9,7 +10,6 @@ import { startOfDay } from 'date-fns/startOfDay'; import localforage from 'localforage'; import orderBy from 'lodash/orderBy'; import { atom, selector } from 'recoil'; -import * as fromAppState from '../../app-state'; let didRunCleanup = false; @@ -110,7 +110,7 @@ const selectApexHistoryItems = selector({ get: ({ get }) => { const whichOrg = get(apexHistoryWhichOrg); const apexHistoryItems = get(apexHistoryState); - const selectedOrg = get(fromAppState.selectedOrgState); + const selectedOrg = get(selectedOrgState); if (!selectedOrg || !apexHistoryItems) { return []; } diff --git a/apps/jetstream/src/app/components/automation-control/AutomationControl.tsx b/apps/jetstream/src/app/components/automation-control/AutomationControl.tsx index 0673c6513..e69e8e45f 100644 --- a/apps/jetstream/src/app/components/automation-control/AutomationControl.tsx +++ b/apps/jetstream/src/app/components/automation-control/AutomationControl.tsx @@ -1,9 +1,9 @@ import { TITLES } from '@jetstream/shared/constants'; import { useTitle } from '@jetstream/shared/ui-utils'; +import { selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect } from 'react'; import { Navigate, Outlet, useLocation, useNavigate } from 'react-router-dom'; import { useRecoilState, useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; import * as fromAutomationCtlState from './automation-control.state'; // eslint-disable-next-line @typescript-eslint/no-empty-interface diff --git a/apps/jetstream/src/app/components/automation-control/AutomationControlEditor.tsx b/apps/jetstream/src/app/components/automation-control/AutomationControlEditor.tsx index bf2e77049..a25cf4d9b 100644 --- a/apps/jetstream/src/app/components/automation-control/AutomationControlEditor.tsx +++ b/apps/jetstream/src/app/components/automation-control/AutomationControlEditor.tsx @@ -19,14 +19,13 @@ import { ToolbarItemGroup, Tooltip, } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents, selectSkipFrontdoorAuth, selectedOrgState } from '@jetstream/ui-core'; import classNames from 'classnames'; import { FunctionComponent, useState } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth, selectedOrgState } from '../../app-state'; +import { useAmplitude } from '@jetstream/ui-core'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import { useAmplitude } from '../core/analytics'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import AutomationControlEditorReviewModal from './AutomationControlEditorReviewModal'; import AutomationControlEditorTable from './AutomationControlEditorTable'; import AutomationControlLastRefreshedPopover from './AutomationControlLastRefreshedPopover'; diff --git a/apps/jetstream/src/app/components/automation-control/AutomationControlEditorReviewModal.tsx b/apps/jetstream/src/app/components/automation-control/AutomationControlEditorReviewModal.tsx index 43177861a..9cfeeb06b 100644 --- a/apps/jetstream/src/app/components/automation-control/AutomationControlEditorReviewModal.tsx +++ b/apps/jetstream/src/app/components/automation-control/AutomationControlEditorReviewModal.tsx @@ -3,10 +3,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer, DataTable, Icon, Modal, Spinner } from '@jetstream/ui'; +import { ConfirmPageChange, useAmplitude } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useCallback, useEffect, useMemo, useState } from 'react'; import { Column } from 'react-data-grid'; -import ConfirmPageChange from '../core/ConfirmPageChange'; -import { useAmplitude } from '../core/analytics'; import { deployMetadata, getAutomationTypeLabel, preparePayloads } from './automation-control-data-utils'; import { AutomationDeployStatusRenderer, BooleanAndVersionRenderer } from './automation-control-table-renderers'; import { diff --git a/apps/jetstream/src/app/components/automation-control/AutomationControlSelection.tsx b/apps/jetstream/src/app/components/automation-control/AutomationControlSelection.tsx index 109c07090..e5079d853 100644 --- a/apps/jetstream/src/app/components/automation-control/AutomationControlSelection.tsx +++ b/apps/jetstream/src/app/components/automation-control/AutomationControlSelection.tsx @@ -14,10 +14,10 @@ import { PageHeaderRow, PageHeaderTitle, } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { selectedOrgState } from '../../app-state'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; import { AutomationMetadataType } from './automation-control-types'; import * as fromAutomationCtlState from './automation-control.state'; diff --git a/apps/jetstream/src/app/components/automation-control/useAutomationControlData.ts b/apps/jetstream/src/app/components/automation-control/useAutomationControlData.ts index 2ed76c69d..587ce86f0 100644 --- a/apps/jetstream/src/app/components/automation-control/useAutomationControlData.ts +++ b/apps/jetstream/src/app/components/automation-control/useAutomationControlData.ts @@ -3,7 +3,7 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { useRollbar } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; import { useCallback, useEffect, useReducer, useRef } from 'react'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import { fetchAutomationData, getAdditionalItemsWorkflowRuleText, diff --git a/apps/jetstream/src/app/components/core/AppInitializer.tsx b/apps/jetstream/src/app/components/core/AppInitializer.tsx index 6cb41c5ca..c605a38b5 100644 --- a/apps/jetstream/src/app/components/core/AppInitializer.tsx +++ b/apps/jetstream/src/app/components/core/AppInitializer.tsx @@ -4,14 +4,13 @@ import { HTTP } from '@jetstream/shared/constants'; import { checkHeartbeat, registerMiddleware } from '@jetstream/shared/data'; import { useObservable, useRollbar } from '@jetstream/shared/ui-utils'; import { ApplicationCookie, SalesforceOrgUi, UserProfileUi } from '@jetstream/types'; +import { fromAppState, useAmplitude, usePageViews } from '@jetstream/ui-core'; import { AxiosResponse } from 'axios'; import localforage from 'localforage'; import React, { Fragment, FunctionComponent, useCallback, useEffect } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; import { Subject } from 'rxjs'; import { environment } from '../../../environments/environment'; -import * as fromAppState from '../../app-state'; -import { useAmplitude, usePageViews } from './analytics'; const orgConnectionError = new Subject<{ uniqueId: string; connectionError: string }>(); const orgConnectionError$ = orgConnectionError.asObservable(); diff --git a/apps/jetstream/src/app/components/core/AppStateResetOnOrgChange.tsx b/apps/jetstream/src/app/components/core/AppStateResetOnOrgChange.tsx index 246484309..b779668fd 100644 --- a/apps/jetstream/src/app/components/core/AppStateResetOnOrgChange.tsx +++ b/apps/jetstream/src/app/components/core/AppStateResetOnOrgChange.tsx @@ -1,7 +1,7 @@ import { SalesforceOrgUi } from '@jetstream/types'; +import { fromAppState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useState } from 'react'; import { Resetter, useRecoilValue, useResetRecoilState } from 'recoil'; -import * as fromAppState from '../../app-state'; import * as fromAutomationControlState from '../automation-control/automation-control.state'; import * as fromDeployMetadataState from '../deploy/deploy-metadata.state'; import * as fromFormulaState from '../formula-evaluator/formula-evaluator.state'; diff --git a/apps/jetstream/src/app/components/core/HeaderNavbar.tsx b/apps/jetstream/src/app/components/core/HeaderNavbar.tsx index 8f1b17911..f80c495f4 100644 --- a/apps/jetstream/src/app/components/core/HeaderNavbar.tsx +++ b/apps/jetstream/src/app/components/core/HeaderNavbar.tsx @@ -1,17 +1,20 @@ import { DropDownItem, Maybe, UserProfileUi } from '@jetstream/types'; import { Header, Navbar, NavbarItem, NavbarMenuItems } from '@jetstream/ui'; +import { + HeaderDonatePopover, + HeaderHelpPopover, + Jobs, + RecordSearchPopover, + applicationCookieState, + selectUserPreferenceState, +} from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useNavigate } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; import Logo from '../../../assets/images/jetstream-logo-v1-200w.png'; -import { applicationCookieState, selectUserPreferenceState } from '../../app-state'; import OrgsDropdown from '../orgs/OrgsDropdown'; -import HeaderDonatePopover from './HeaderDonatePopover'; -import HeaderHelpPopover from './HeaderHelpPopover'; import NotificationsRequestModal from './NotificationsRequestModal'; import { APP_ROUTES } from './app-routes'; -import Jobs from './jobs/Jobs'; -import { RecordSearchPopover } from './record-lookup/RecordSearchPopover'; export interface HeaderNavbarProps { userProfile: Maybe; diff --git a/apps/jetstream/src/app/components/core/NotificationsRequestModal.tsx b/apps/jetstream/src/app/components/core/NotificationsRequestModal.tsx index 95e2e6244..d44209d35 100644 --- a/apps/jetstream/src/app/components/core/NotificationsRequestModal.tsx +++ b/apps/jetstream/src/app/components/core/NotificationsRequestModal.tsx @@ -1,9 +1,9 @@ import { ANALYTICS_KEYS, FEATURE_FLAGS } from '@jetstream/shared/constants'; import { hasFeatureFlagAccess } from '@jetstream/shared/ui-utils'; import { DockedComposer, DockedComposerRef } from '@jetstream/ui'; +import { useUserPreferenceState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; -import { useUserPreferenceState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import NotificationExampleImage from './jetstream-sample-notification.png'; export interface NotificationsRequestModalProps { diff --git a/apps/jetstream/src/app/components/core/RequireMetadataApiBanner.tsx b/apps/jetstream/src/app/components/core/RequireMetadataApiBanner.tsx index e3fb6df4e..14a85bb1a 100644 --- a/apps/jetstream/src/app/components/core/RequireMetadataApiBanner.tsx +++ b/apps/jetstream/src/app/components/core/RequireMetadataApiBanner.tsx @@ -1,8 +1,7 @@ -import { useRecoilValue } from 'recoil'; -import * as fromAppState from '../../app-state'; -import { useOrgPermissions } from '../orgs/useOrgPermissions'; -import { useState } from 'react'; import { Alert } from '@jetstream/ui'; +import { fromAppState, useOrgPermissions } from '@jetstream/ui-core'; +import { useState } from 'react'; +import { useRecoilValue } from 'recoil'; interface RequireMetadataApiBannerProps { /** diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFields.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFields.tsx index 77731a2f6..8c59a50f6 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFields.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFields.tsx @@ -14,12 +14,12 @@ import { ToolbarItemGroup, Tooltip, } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useCallback, useState } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; +import { useAmplitude } from '@jetstream/ui-core'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import { useAmplitude } from '../core/analytics'; import CreateFieldsDeployModal from './CreateFieldsDeployModal'; import CreateFieldsImportExport from './CreateFieldsImportExport'; import CreateFieldsRow from './CreateFieldsRow'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModal.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModal.tsx index 629273c69..2f9cface5 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModal.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModal.tsx @@ -3,15 +3,17 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { useFetchPageLayouts } from '@jetstream/shared/ui-utils'; import { PermissionSetNoProfileRecord, PermissionSetWithProfileRecord, SalesforceOrgUi } from '@jetstream/types'; import { Checkbox, ConfirmationModalPromise, FileDownloadModal, Grid, Icon, Modal, ScopedNotification, Spinner } from '@jetstream/ui'; +import { + ConfirmPageChange, + FieldValues, + applicationCookieState, + fromJetstreamEvents, + prepareDownloadResultsFile, + useAmplitude, + useCreateFields, +} from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; -import ConfirmPageChange from '../core/ConfirmPageChange'; -import { useAmplitude } from '../core/analytics'; -import * as fromJetstreamEvents from '../core/jetstream-events'; -import { FieldValues } from '../shared/create-fields/create-fields-types'; -import { prepareDownloadResultsFile } from '../shared/create-fields/create-fields-utils'; -import useCreateFields from '../shared/create-fields/useCreateFields'; import CreateFieldsDeployModalRow from './CreateFieldsDeployModalRow'; export interface CreateFieldsDeployModalProps { diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModalRow.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModalRow.tsx index f51c48a36..8dd7d20da 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModalRow.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsDeployModalRow.tsx @@ -1,9 +1,9 @@ import { SalesforceOrgUi } from '@jetstream/types'; import { Badge, Grid, Icon, SalesforceLogin, Spinner, Tooltip } from '@jetstream/ui'; +import { CreateFieldsResults, getFriendlyStatus } from '@jetstream/ui-core'; import classNames from 'classnames'; import isString from 'lodash/isString'; import { FunctionComponent, useEffect, useState } from 'react'; -import { CreateFieldsResults, getFriendlyStatus } from '../shared/create-fields/useCreateFields'; export interface CreateFieldsDeployModalRowProps { selectedOrg: SalesforceOrgUi; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditor.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditor.tsx index 08c1aec2c..d2f3b2d46 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditor.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditor.tsx @@ -3,27 +3,26 @@ import { logger } from '@jetstream/shared/client-logger'; import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { SplitWrapper as Split } from '@jetstream/splitjs'; -import { Field, FieldType, Maybe, SalesforceOrgUi } from '@jetstream/types'; +import { Field, FieldType, Maybe, NullNumberBehavior, SalesforceOrgUi } from '@jetstream/types'; import { Grid, KeyboardShortcut, Modal, Spinner, Tabs, Textarea } from '@jetstream/ui'; -import Editor, { OnMount, useMonaco } from '@monaco-editor/react'; -import * as formulon from 'formulon'; -import type { editor } from 'monaco-editor'; -import { forwardRef, useCallback, useEffect, useRef, useState } from 'react'; -import { useAmplitude } from '../core/analytics'; -import { registerCompletions } from '../formula-evaluator/formula-evaluator.editor-utils'; -import { NullNumberBehavior } from '../formula-evaluator/formula-evaluator.state'; import { FieldDefinition, FieldValue, FieldValueState, FieldValues, + FormulaEvaluatorRecordSearch, + FormulaEvaluatorResults, + FormulaEvaluatorUserSearch, ManualFormulaRecord, SalesforceFieldType, -} from '../shared/create-fields/create-fields-types'; -import FormulaEvaluatorRecordSearch from '../shared/formula-evaluator/FormulaEvaluatorRecordSearch'; -import FormulaEvaluatorResults from '../shared/formula-evaluator/FormulaEvaluatorResults'; -import FormulaEvaluatorUserSearch from '../shared/formula-evaluator/FormulaEvaluatorUserSearch'; -import { getFormulaData } from '../shared/formula-evaluator/formula-evaluator.utils'; + getFormulaData, + useAmplitude, +} from '@jetstream/ui-core'; +import Editor, { OnMount, useMonaco } from '@monaco-editor/react'; +import * as formulon from 'formulon'; +import type { editor } from 'monaco-editor'; +import { forwardRef, useCallback, useEffect, useRef, useState } from 'react'; +import { registerCompletions } from '../formula-evaluator/formula-evaluator.editor-utils'; import CreateFieldsFormulaEditorManualField from './CreateFieldsFormulaEditorManualField'; export interface CreateFieldsFormulaEditorProps { diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditorManualField.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditorManualField.tsx index 6542218bf..d59bf497b 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditorManualField.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsFormulaEditorManualField.tsx @@ -1,11 +1,11 @@ import { ListItem } from '@jetstream/types'; import { Checkbox, ComboboxWithItems, DatePicker, DateTime, Grid, Input, TimePicker } from '@jetstream/ui'; +import { FieldValue, ManualFormulaFieldType } from '@jetstream/ui-core'; import { formatISO } from 'date-fns/formatISO'; import { isValid } from 'date-fns/isValid'; import { parseISO } from 'date-fns/parseISO'; import isDate from 'lodash/isDate'; import { forwardRef } from 'react'; -import { FieldValue, ManualFormulaFieldType } from '../shared/create-fields/create-fields-types'; const FieldTypeItems: ListItem[] = [ { id: 'string', label: 'Text', value: 'string' }, diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsImportExport.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsImportExport.tsx index 0d69c4c0e..3e7cac227 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsImportExport.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsImportExport.tsx @@ -13,19 +13,19 @@ import { fireToast, onParsedMultipleWorkbooks, } from '@jetstream/ui'; -import { Fragment, FunctionComponent, useRef, useState } from 'react'; -import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; -import * as fromJetstreamEvents from '../core/jetstream-events'; -import { FieldValues } from '../shared/create-fields/create-fields-types'; import { + FieldValues, allFields, + applicationCookieState, ensureValidSecondaryType, ensureValidType, fieldDefinitions, + fromJetstreamEvents, getRowsForExport, -} from '../shared/create-fields/create-fields-utils'; + useAmplitude, +} from '@jetstream/ui-core'; +import { Fragment, FunctionComponent, useRef, useState } from 'react'; +import { useRecoilState } from 'recoil'; import { CREATE_FIELDS_EXAMPLE_TEMPLATE } from './create-fields-import-example'; export interface CreateFieldsImportExportProps { diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRow.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRow.tsx index 1094d2f02..4400f7752 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRow.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRow.tsx @@ -1,13 +1,16 @@ import { SalesforceOrgUi } from '@jetstream/types'; import { Grid, Icon, Tooltip } from '@jetstream/ui'; -import { FunctionComponent } from 'react'; -import { FieldDefinitionType, FieldValue, FieldValues, SalesforceFieldType } from '../shared/create-fields/create-fields-types'; import { + FieldDefinitionType, + FieldValue, + FieldValues, + SalesforceFieldType, baseFields, fieldDefinitions, fieldTypeDependencies, getAdditionalFieldDependencies, -} from '../shared/create-fields/create-fields-utils'; +} from '@jetstream/ui-core'; +import { FunctionComponent } from 'react'; import CreateFieldsRowField from './CreateFieldsRowField'; import CreateFieldsRowPicklistOption from './CreateFieldsRowPicklistOption'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowField.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowField.tsx index 5d5e05265..5577d586c 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowField.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowField.tsx @@ -1,15 +1,8 @@ import { css } from '@emotion/react'; import { ListItem, SalesforceOrgUi } from '@jetstream/types'; import { Checkbox, ComboboxWithItems, Grid, Icon, Input, Radio, RadioGroup, Spinner, Textarea, Tooltip } from '@jetstream/ui'; +import { FieldDefinition, FieldDefinitions, FieldValue, FieldValueState, FieldValues, SalesforceFieldType } from '@jetstream/ui-core'; import { forwardRef, useEffect, useImperativeHandle, useState } from 'react'; -import { - FieldDefinition, - FieldDefinitions, - FieldValue, - FieldValueState, - FieldValues, - SalesforceFieldType, -} from '../shared/create-fields/create-fields-types'; import CreateFieldsFormulaEditor from './CreateFieldsFormulaEditor'; export interface CreateFieldsRowFieldProps { diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowPicklistOption.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowPicklistOption.tsx index 8a7785f5e..7f6e5bcdd 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowPicklistOption.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsRowPicklistOption.tsx @@ -1,7 +1,7 @@ import { SalesforceOrgUi } from '@jetstream/types'; import { Checkbox, Grid } from '@jetstream/ui'; +import { FieldDefinitionType, FieldDefinitions, FieldValue, FieldValues } from '@jetstream/ui-core'; import { FunctionComponent, useRef } from 'react'; -import { FieldDefinitionType, FieldDefinitions, FieldValue, FieldValues } from '../shared/create-fields/create-fields-types'; import CreateFieldsRowField from './CreateFieldsRowField'; import CreateNewGlobalPicklistModal from './CreateNewGlobalPicklistModal'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsSelection.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsSelection.tsx index d21850328..8f3b93e94 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsSelection.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateFieldsSelection.tsx @@ -14,12 +14,11 @@ import { PageHeaderRow, PageHeaderTitle, } from '@jetstream/ui'; +import { filterCreateFieldsSobjects, selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useRef } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { selectedOrgState } from '../../app-state'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import { filterCreateFieldsSobjects } from '../shared/create-fields/create-fields-utils'; import * as fromCreateFieldsState from './create-fields.state'; import CreateNewObject from './create-new-object/CreateNewObject'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateNewGlobalPicklistModal.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateNewGlobalPicklistModal.tsx index b8845ed72..5dee4884b 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateNewGlobalPicklistModal.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateNewGlobalPicklistModal.tsx @@ -4,11 +4,9 @@ import { useRollbar } from '@jetstream/shared/ui-utils'; import { REGEX } from '@jetstream/shared/utils'; import { GlobalValueSetRequest, SalesforceOrgUi } from '@jetstream/types'; import { Checkbox, Grid, GridCol, Input, Modal, ScopedNotification, Spinner, Textarea } from '@jetstream/ui'; +import { applicationCookieState, createGlobalPicklist, generateApiNameFromLabel, useAmplitude } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; -import { createGlobalPicklist, generateApiNameFromLabel } from '../shared/create-fields/create-fields-utils'; interface PicklistData { label: string; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/CreateObjectAndFields.tsx b/apps/jetstream/src/app/components/create-object-and-fields/CreateObjectAndFields.tsx index f74fecd17..e1dd2fbf7 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/CreateObjectAndFields.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/CreateObjectAndFields.tsx @@ -1,11 +1,10 @@ import { TITLES } from '@jetstream/shared/constants'; import { useTitle } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; +import { StateDebugObserver, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { Navigate, Outlet, useLocation } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; -import StateDebugObserver from '../core/StateDebugObserver'; import * as fromCreateFieldsState from './create-fields.state'; // eslint-disable-next-line @typescript-eslint/no-empty-interface diff --git a/apps/jetstream/src/app/components/create-object-and-fields/create-fields-import-example.tsx b/apps/jetstream/src/app/components/create-object-and-fields/create-fields-import-example.tsx index bd3b546fb..3a6ab5f9b 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/create-fields-import-example.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/create-fields-import-example.tsx @@ -1,4 +1,4 @@ -import { FieldDefinitionType, FieldValue } from '../shared/create-fields/create-fields-types'; +import { FieldDefinitionType, FieldValue } from '@jetstream/ui-core'; export const CREATE_FIELDS_EXAMPLE_TEMPLATE: Record[] = [ { diff --git a/apps/jetstream/src/app/components/create-object-and-fields/create-fields.state.ts b/apps/jetstream/src/app/components/create-object-and-fields/create-fields.state.ts index 4ac85340f..df7283081 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/create-fields.state.ts +++ b/apps/jetstream/src/app/components/create-object-and-fields/create-fields.state.ts @@ -1,7 +1,6 @@ import { DescribeGlobalSObjectResult, ListItem, PermissionSetNoProfileRecord, PermissionSetWithProfileRecord } from '@jetstream/types'; +import { FieldValues, getInitialValues } from '@jetstream/ui-core'; import { atom, selector } from 'recoil'; -import { FieldValues } from '../shared/create-fields/create-fields-types'; -import { getInitialValues } from '../shared/create-fields/create-fields-utils'; let key = 0; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/CreateNewObjectModal.tsx b/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/CreateNewObjectModal.tsx index aade52e47..0b958d2be 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/CreateNewObjectModal.tsx +++ b/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/CreateNewObjectModal.tsx @@ -3,11 +3,9 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { formatNumber } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; import { EmptyState, Grid, GridCol, Icon, Modal, PreviewIllustration, SalesforceLogin, Spinner, Tabs, TabsRef } from '@jetstream/ui'; +import { ConfirmPageChange, applicationCookieState, selectSkipFrontdoorAuth, useAmplitude } from '@jetstream/ui-core'; import { FunctionComponent, useRef } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import { useAmplitude } from '../../core/analytics'; import DeployMetadataProgressSummary from '../../deploy/utils/DeployMetadataProgressSummary'; import DeployMetadataResultsTables from '../../deploy/utils/DeployMetadataResultsTables'; import { CreateNewObjectForm } from './CreateNewObjectForm'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/useCreateObject.ts b/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/useCreateObject.ts index 843487845..7cae1ec50 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/useCreateObject.ts +++ b/apps/jetstream/src/app/components/create-object-and-fields/create-new-object/useCreateObject.ts @@ -1,8 +1,8 @@ import { logger } from '@jetstream/shared/client-logger'; import { useRollbar } from '@jetstream/shared/ui-utils'; import { Maybe, SalesforceOrgUi } from '@jetstream/types'; +import { useDeployMetadataPackage } from '@jetstream/ui-core'; import { useCallback, useState } from 'react'; -import { useDeployMetadataPackage } from '../../shared/useDeployMetadataPackage'; import { CreateFieldParams } from './create-object-types'; import { getMetadataPackage, getObjectAndTabPermissionRecords, savePermissionRecords } from './create-object-utils'; diff --git a/apps/jetstream/src/app/components/create-object-and-fields/useFieldValues.ts b/apps/jetstream/src/app/components/create-object-and-fields/useFieldValues.ts index fb224a4a0..01abd8e6c 100644 --- a/apps/jetstream/src/app/components/create-object-and-fields/useFieldValues.ts +++ b/apps/jetstream/src/app/components/create-object-and-fields/useFieldValues.ts @@ -1,9 +1,16 @@ import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { ConfirmationModalPromise } from '@jetstream/ui'; +import { + FieldDefinitionType, + FieldValue, + FieldValues, + allFields, + calculateFieldValidity, + generateApiNameFromLabel, + getInitialValues, +} from '@jetstream/ui-core'; import { useCallback, useEffect, useReducer } from 'react'; import { useRecoilState } from 'recoil'; -import { FieldDefinitionType, FieldValue, FieldValues } from '../shared/create-fields/create-fields-types'; -import { allFields, calculateFieldValidity, generateApiNameFromLabel, getInitialValues } from '../shared/create-fields/create-fields-utils'; import * as fromCreateFieldsState from './create-fields.state'; type Action = diff --git a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx index eebfdf414..136ae6337 100644 --- a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx +++ b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx @@ -16,6 +16,7 @@ import { ViewDocsLink, dataTableFileSizeFormatter, } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents, selectSkipFrontdoorAuth, selectedOrgState } from '@jetstream/ui-core'; import Editor from '@monaco-editor/react'; import classNames from 'classnames'; import { formatDate } from 'date-fns/format'; @@ -24,9 +25,7 @@ import type { editor } from 'monaco-editor'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; import { filter } from 'rxjs/operators'; -import { applicationCookieState, selectSkipFrontdoorAuth, selectedOrgState } from '../../app-state'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import DebugLogViewerFilter from './DebugLogViewerFilter'; import DebugLogViewerTable from './DebugLogViewerTable'; import DebugLogViewerTrace from './DebugLogViewerTrace'; diff --git a/apps/jetstream/src/app/components/debug-log-viewer/PurgeLogsModal.tsx b/apps/jetstream/src/app/components/debug-log-viewer/PurgeLogsModal.tsx index 3beff0c80..443dcbc36 100644 --- a/apps/jetstream/src/app/components/debug-log-viewer/PurgeLogsModal.tsx +++ b/apps/jetstream/src/app/components/debug-log-viewer/PurgeLogsModal.tsx @@ -2,8 +2,8 @@ import { queryAll } from '@jetstream/shared/data'; import { getApexLogsToDeleteQuery } from '@jetstream/shared/ui-utils'; import { AsyncJobNew, SalesforceOrgUi } from '@jetstream/types'; import { Modal, RadioButton, RadioGroup, ScopedNotification, Spinner } from '@jetstream/ui'; +import { fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; -import * as fromJetstreamEvents from '../core/jetstream-events'; type WhichUsers = 'ALL' | 'CURRENT'; type Status = 'NOT_STARTED' | 'LOADING' | 'ERROR'; diff --git a/apps/jetstream/src/app/components/deploy/DeployMetadata.tsx b/apps/jetstream/src/app/components/deploy/DeployMetadata.tsx index b478fd697..ad5354911 100644 --- a/apps/jetstream/src/app/components/deploy/DeployMetadata.tsx +++ b/apps/jetstream/src/app/components/deploy/DeployMetadata.tsx @@ -1,11 +1,10 @@ import { TITLES } from '@jetstream/shared/constants'; import { useTitle } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; +import { StateDebugObserver, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { Navigate, Outlet, useLocation } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; -import StateDebugObserver from '../core/StateDebugObserver'; import * as fromDeployMetadataState from './deploy-metadata.state'; // eslint-disable-next-line @typescript-eslint/no-empty-interface diff --git a/apps/jetstream/src/app/components/deploy/DeployMetadataDeployment.tsx b/apps/jetstream/src/app/components/deploy/DeployMetadataDeployment.tsx index 47540cfdd..5db6cd54d 100644 --- a/apps/jetstream/src/app/components/deploy/DeployMetadataDeployment.tsx +++ b/apps/jetstream/src/app/components/deploy/DeployMetadataDeployment.tsx @@ -17,6 +17,7 @@ import { ToolbarItemActions, ToolbarItemGroup, } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents, selectedOrgState } from '@jetstream/ui-core'; import { addMinutes } from 'date-fns/addMinutes'; import { formatISO as formatISODate } from 'date-fns/formatISO'; import { isAfter } from 'date-fns/isAfter'; @@ -25,9 +26,7 @@ import { startOfDay } from 'date-fns/startOfDay'; import { FunctionComponent, useCallback, useEffect, useState } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; -import * as fromJetstreamEvents from '../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import DeployMetadataDeploymentSidePanel from './DeployMetadataDeploymentSidePanel'; import DeployMetadataDeploymentTable from './DeployMetadataDeploymentTable'; import DeployMetadataLastRefreshedPopover from './DeployMetadataLastRefreshedPopover'; diff --git a/apps/jetstream/src/app/components/deploy/DeployMetadataSelection.tsx b/apps/jetstream/src/app/components/deploy/DeployMetadataSelection.tsx index 1d3e82337..6e10918d5 100644 --- a/apps/jetstream/src/app/components/deploy/DeployMetadataSelection.tsx +++ b/apps/jetstream/src/app/components/deploy/DeployMetadataSelection.tsx @@ -12,12 +12,12 @@ import { PageHeaderRow, PageHeaderTitle, } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilValue } from 'recoil'; -import { selectedOrgState } from '../../app-state'; +import { useAmplitude } from '@jetstream/ui-core'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import { useAmplitude } from '../core/analytics'; import './DeployMetadataSelection.scss'; import DeployMetadataHistoryModal from './deploy-metadata-history/DeployMetadataHistoryModal'; import DeployMetadataPackage from './deploy-metadata-package/DeployMetadataPackage'; diff --git a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangeset.tsx b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangeset.tsx index bb4d863a7..e62361090 100644 --- a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangeset.tsx +++ b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangeset.tsx @@ -1,12 +1,11 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { ChangeSet, DeployResult, ListMetadataResult, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal, Icon } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import classNames from 'classnames'; import { Fragment, FunctionComponent, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import * as fromDeployMetadataState from '../deploy-metadata.state'; import { DeployMetadataTableRow } from '../deploy-metadata.types'; import { convertRowsToMapOfListMetadataResults, getDeployResultsExcelData } from '../utils/deploy-metadata.utils'; diff --git a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetConfigModal.tsx b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetConfigModal.tsx index 462af3895..0554e67ce 100644 --- a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetConfigModal.tsx +++ b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetConfigModal.tsx @@ -2,10 +2,9 @@ import { css } from '@emotion/react'; import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { ChangeSet, ListItem, ListMetadataResult, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { ComboboxWithItems, Grid, GridCol, Input, Modal, Radio, RadioGroup, SalesforceLogin, Spinner, Textarea } from '@jetstream/ui'; +import { OrgLabelBadge, applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; import { useChangesetList } from '../utils/useChangesetList'; export interface AddToChangesetConfigModalProps { diff --git a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetStatusModal.tsx b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetStatusModal.tsx index 4d26069f5..20063a988 100644 --- a/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetStatusModal.tsx +++ b/apps/jetstream/src/app/components/deploy/add-to-changeset/AddToChangesetStatusModal.tsx @@ -1,9 +1,9 @@ import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { ChangeSet, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { SalesforceLogin } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; import DeployMetadataStatusModal from '../utils/DeployMetadataStatusModal'; import { getDeploymentStatusUrl, getLightningChangesetUrl } from '../utils/deploy-metadata.utils'; import { getStatusValue, useAddItemsToChangeset } from '../utils/useAddItemsToChangeset'; diff --git a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataConfigModal.tsx b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataConfigModal.tsx index 09d15a2d1..73cce6dfe 100644 --- a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataConfigModal.tsx +++ b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataConfigModal.tsx @@ -2,9 +2,9 @@ import { css } from '@emotion/react'; import { getOrgType, useNonInitialEffect, useRollbar } from '@jetstream/shared/ui-utils'; import { DeployOptions, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Icon, Modal } from '@jetstream/ui'; +import { OrgLabelBadge } from '@jetstream/ui-core'; import JSZip from 'jszip'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; import DeployMetadataOptions from '../utils/DeployMetadataOptions'; const hiddenOptions = new Set(['allowMissingFiles', 'autoUpdatePackage', 'performRetrieve', 'singlePackage']); diff --git a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataModal.tsx b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataModal.tsx index 508bbc0a3..a856b7690 100644 --- a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataModal.tsx +++ b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataModal.tsx @@ -1,11 +1,10 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { DeployOptions, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import { getDeployResultsExcelData } from '../utils/deploy-metadata.utils'; import DeleteMetadataConfigModal from './DeleteMetadataConfigModal'; import DeleteMetadataStatusModal from './DeleteMetadataStatusModal'; diff --git a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataStatusModal.tsx b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataStatusModal.tsx index e1725d2a6..72efe3195 100644 --- a/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataStatusModal.tsx +++ b/apps/jetstream/src/app/components/deploy/delete-metadata/DeleteMetadataStatusModal.tsx @@ -1,9 +1,9 @@ import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, SalesforceOrgUi } from '@jetstream/types'; import { SalesforceLogin } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; import DeployMetadataStatusModal from '../utils/DeployMetadataStatusModal'; import { getDeploymentStatusUrl } from '../utils/deploy-metadata.utils'; import { getStatusValue, useDeployMetadataPackage } from '../utils/useDeployMetadataPackage'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryModal.tsx b/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryModal.tsx index 831098c27..96095d444 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryModal.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryModal.tsx @@ -16,13 +16,10 @@ import { fireToast, getModifierKey, } from '@jetstream/ui'; +import { ConfirmPageChange, fromAppState, fromJetstreamEvents, useAmplitude } from '@jetstream/ui-core'; import classNames from 'classnames'; import { Fragment, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import * as fromAppState from '../../../app-state'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; import { getDeployResultsExcelData, getHistory, getHistoryItemFile } from '../utils/deploy-metadata.utils'; import DeployMetadataHistoryTable from './DeployMetadataHistoryTable'; import DeployMetadataHistoryViewResults from './DeployMetadataHistoryViewResults'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryTableRenderers.tsx b/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryTableRenderers.tsx index ba7b635e7..bee48530e 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryTableRenderers.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-metadata-history/DeployMetadataHistoryTableRenderers.tsx @@ -2,9 +2,9 @@ import { css } from '@emotion/react'; import { IconName } from '@jetstream/icon-factory'; import { SalesforceDeployHistoryItem } from '@jetstream/types'; import { DataTableGenericContext, Grid, Icon } from '@jetstream/ui'; +import { OrgLabelBadge } from '@jetstream/ui-core'; import { Fragment, useContext } from 'react'; import { RenderCellProps } from 'react-data-grid'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; import { DeployHistoryTableContext } from '../deploy-metadata.types'; const fallbackLabel = 'Unknown Org'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackage.tsx b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackage.tsx index 1bfe44c68..94f901d94 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackage.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackage.tsx @@ -1,12 +1,11 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { DeployOptions, DeployResult, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal, Icon } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import classNames from 'classnames'; import { Fragment, FunctionComponent, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import { getDeployResultsExcelData } from '../utils/deploy-metadata.utils'; import DeployMetadataPackageConfigModal from './DeployMetadataPackageConfigModal'; import DeployMetadataPackageStatusModal from './DeployMetadataPackageStatusModal'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageConfigModal.tsx b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageConfigModal.tsx index 12979bd70..4ec804b54 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageConfigModal.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageConfigModal.tsx @@ -4,12 +4,10 @@ import { INPUT_ACCEPT_FILETYPES } from '@jetstream/shared/constants'; import { getOrgType, useNonInitialEffect, useRollbar } from '@jetstream/shared/ui-utils'; import { DeployOptions, InputReadFileContent, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { FileSelector, Grid, GridCol, Modal } from '@jetstream/ui'; +import { OrgLabelBadge, OrgsCombobox, salesforceOrgsState } from '@jetstream/ui-core'; import JSZip from 'jszip'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { salesforceOrgsState } from '../../../app-state'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; -import OrgsCombobox from '../../core/OrgsCombobox'; import DeployMetadataOptions from '../utils/DeployMetadataOptions'; const PACKAGE_XML = /^package\.xml$/; diff --git a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageStatusModal.tsx b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageStatusModal.tsx index f503ab46e..d2a70ba4d 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageStatusModal.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-metadata-package/DeployMetadataPackageStatusModal.tsx @@ -1,9 +1,9 @@ import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, SalesforceOrgUi } from '@jetstream/types'; import { SalesforceLogin } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; import DeployMetadataStatusModal from '../utils/DeployMetadataStatusModal'; import { getDeploymentStatusUrl } from '../utils/deploy-metadata.utils'; import { getStatusValue, useDeployMetadataPackage } from '../utils/useDeployMetadataPackage'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrg.tsx b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrg.tsx index 290fd8fcf..c64874fdf 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrg.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrg.tsx @@ -1,11 +1,10 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { DeployOptions, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal, Icon } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import { DeployMetadataTableRow } from '../deploy-metadata.types'; import { convertRowsToMapOfListMetadataResults, getDeployResultsExcelData } from '../utils/deploy-metadata.utils'; import DeployMetadataToOrgConfigModal from './DeployMetadataToOrgConfigModal'; diff --git a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgConfigModal.tsx b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgConfigModal.tsx index 6692a75a2..9c2eab06a 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgConfigModal.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgConfigModal.tsx @@ -2,11 +2,9 @@ import { css } from '@emotion/react'; import { getOrgType, useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { DeployOptions, ListMetadataResult, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Icon, Modal } from '@jetstream/ui'; +import { OrgLabelBadge, OrgsCombobox, salesforceOrgsOmitSelectedState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { salesforceOrgsOmitSelectedState } from '../../../app-state'; -import OrgsCombobox from '../../../components/core/OrgsCombobox'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; import DeployMetadataOptions from '../utils/DeployMetadataOptions'; const DISABLED_OPTIONS = new Set(['allowMissingFiles', 'autoUpdatePackage', 'purgeOnDelete', 'singlePackage']); diff --git a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgStatusModal.tsx b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgStatusModal.tsx index b5458b949..b52651b09 100644 --- a/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgStatusModal.tsx +++ b/apps/jetstream/src/app/components/deploy/deploy-to-different-org/DeployMetadataToOrgStatusModal.tsx @@ -1,9 +1,9 @@ import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { SalesforceLogin } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; import DeployMetadataStatusModal from '../utils/DeployMetadataStatusModal'; import { getDeploymentStatusUrl } from '../utils/deploy-metadata.utils'; import { getStatusValue, useDeployMetadataBetweenOrgs } from '../utils/useDeployMetadataBetweenOrgs'; diff --git a/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackage.tsx b/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackage.tsx index 9f3faea4f..c77e28cd6 100644 --- a/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackage.tsx +++ b/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackage.tsx @@ -3,7 +3,7 @@ import { SalesforceOrgUi } from '@jetstream/types'; import { Icon } from '@jetstream/ui'; import classNames from 'classnames'; import { Fragment, FunctionComponent, useState } from 'react'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import DownloadPackageWithFileSelector from '../utils/DownloadPackageWithFileSelector'; import DownloadMetadataPackageConfigModal from './DownloadMetadataPackageConfigModal'; diff --git a/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackageConfigModal.tsx b/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackageConfigModal.tsx index ef3f17acc..b865cbf6e 100644 --- a/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackageConfigModal.tsx +++ b/apps/jetstream/src/app/components/deploy/download-metadata-package/DownloadMetadataPackageConfigModal.tsx @@ -2,11 +2,9 @@ import { css } from '@emotion/react'; import { INPUT_ACCEPT_FILETYPES } from '@jetstream/shared/constants'; import { ChangeSet, InputReadFileContent, ListItem, SalesforceOrgUi } from '@jetstream/types'; import { FileSelector, Grid, GridCol, Modal, Picklist, Spinner, Textarea } from '@jetstream/ui'; +import { OrgLabelBadge, OrgsCombobox, salesforceOrgsState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { salesforceOrgsState } from '../../../app-state'; -import OrgLabelBadge from '../../../components/core/OrgLabelBadge'; -import OrgsCombobox from '../../core/OrgsCombobox'; import { useChangesetList } from '../utils/useChangesetList'; // TODO: this is used in two places, move to constants diff --git a/apps/jetstream/src/app/components/deploy/utils/DeployMetadataStatusModal.tsx b/apps/jetstream/src/app/components/deploy/utils/DeployMetadataStatusModal.tsx index 3a57cb686..b17954fb0 100644 --- a/apps/jetstream/src/app/components/deploy/utils/DeployMetadataStatusModal.tsx +++ b/apps/jetstream/src/app/components/deploy/utils/DeployMetadataStatusModal.tsx @@ -2,11 +2,9 @@ import { css } from '@emotion/react'; import { ANALYTICS_KEYS, DATE_FORMATS } from '@jetstream/shared/constants'; import { DeployResult, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Icon, Modal, TabsRef } from '@jetstream/ui'; +import { ConfirmPageChange, OrgLabelBadge, useAmplitude } from '@jetstream/ui-core'; import { formatDate } from 'date-fns/format'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; -import { useAmplitude } from '../../core/analytics'; import { DeployMetadataStatus } from '../deploy-metadata.types'; import DeployMetadataProgressSummary from './DeployMetadataProgressSummary'; import DeployMetadataResultsTables from './DeployMetadataResultsTables'; diff --git a/apps/jetstream/src/app/components/deploy/utils/DownloadPackageWithFileSelector.tsx b/apps/jetstream/src/app/components/deploy/utils/DownloadPackageWithFileSelector.tsx index 7f0be247c..20d4d4ed3 100644 --- a/apps/jetstream/src/app/components/deploy/utils/DownloadPackageWithFileSelector.tsx +++ b/apps/jetstream/src/app/components/deploy/utils/DownloadPackageWithFileSelector.tsx @@ -12,11 +12,10 @@ import { SalesforceOrgUi, } from '@jetstream/types'; import { FileFauxDownloadModal } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import isString from 'lodash/isString'; import { Fragment, FunctionComponent } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; export interface DownloadPackageWithFileSelectorProps { type: 'manifest' | 'package'; diff --git a/apps/jetstream/src/app/components/deploy/utils/useAddItemsToChangeset.tsx b/apps/jetstream/src/app/components/deploy/utils/useAddItemsToChangeset.tsx index 86226c68f..03d2bfa04 100644 --- a/apps/jetstream/src/app/components/deploy/utils/useAddItemsToChangeset.tsx +++ b/apps/jetstream/src/app/components/deploy/utils/useAddItemsToChangeset.tsx @@ -2,9 +2,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { getPackageXml, retrieveMetadataFromListMetadata } from '@jetstream/shared/data'; import { pollAndDeployMetadataResultsWhenReady, pollMetadataResultsUntilDone, useBrowserNotifications } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; +import { applicationCookieState } from '@jetstream/ui-core'; import { useCallback, useEffect, useReducer, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; import { DeployMetadataStatus } from '../deploy-metadata.types'; import { getNotificationMessageBody, saveHistory } from './deploy-metadata.utils'; diff --git a/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataBetweenOrgs.tsx b/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataBetweenOrgs.tsx index 1b58a3380..32213eeb9 100644 --- a/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataBetweenOrgs.tsx +++ b/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataBetweenOrgs.tsx @@ -2,9 +2,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { retrieveMetadataFromListMetadata } from '@jetstream/shared/data'; import { pollAndDeployMetadataResultsWhenReady, pollMetadataResultsUntilDone, useBrowserNotifications } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; +import { applicationCookieState } from '@jetstream/ui-core'; import { useCallback, useEffect, useReducer, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; import { DeployMetadataStatus } from '../deploy-metadata.types'; import { getNotificationMessageBody, saveHistory } from './deploy-metadata.utils'; diff --git a/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataPackage.tsx b/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataPackage.tsx index 1f483a337..54a405cbd 100644 --- a/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataPackage.tsx +++ b/apps/jetstream/src/app/components/deploy/utils/useDeployMetadataPackage.tsx @@ -2,9 +2,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { deployMetadataZip } from '@jetstream/shared/data'; import { pollMetadataResultsUntilDone, useBrowserNotifications } from '@jetstream/shared/ui-utils'; import { DeployOptions, DeployResult, SalesforceDeployHistoryType, SalesforceOrgUi } from '@jetstream/types'; +import { applicationCookieState } from '@jetstream/ui-core'; import { useCallback, useEffect, useReducer, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; import { DeployMetadataStatus } from '../deploy-metadata.types'; import { getNotificationMessageBody, saveHistory } from './deploy-metadata.utils'; diff --git a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataModal.tsx b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataModal.tsx index e9a620191..1daa608bb 100644 --- a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataModal.tsx +++ b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataModal.tsx @@ -5,12 +5,11 @@ import { unSanitizeXml } from '@jetstream/shared/utils'; import { SplitWrapper as Split } from '@jetstream/splitjs'; import { FileExtAllTypes, ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer, FileDownloadModal, Modal, Spinner, TreeItems } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import Editor, { DiffEditor } from '@monaco-editor/react'; import type { editor } from 'monaco-editor'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; import ViewOrCompareMetadataEditorSummary from './ViewOrCompareMetadataEditorSummary'; import ViewOrCompareMetadataModalFooter from './ViewOrCompareMetadataModalFooter'; import ViewOrCompareMetadataSidebar from './ViewOrCompareMetadataSidebar'; diff --git a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataSidebar.tsx b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataSidebar.tsx index e0f7720a4..b26db76ec 100644 --- a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataSidebar.tsx +++ b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/ViewOrCompareMetadataSidebar.tsx @@ -1,10 +1,8 @@ -import { useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { Maybe, SalesforceOrgUi } from '@jetstream/types'; import { RadioButton, RadioGroup, ScopedNotification, Spinner, Tree, TreeItems } from '@jetstream/ui'; +import { OrgsCombobox, salesforceOrgsOmitSelectedState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent } from 'react'; import { useRecoilValue } from 'recoil'; -import { salesforceOrgsOmitSelectedState } from '../../../app-state'; -import OrgsCombobox from '../../core/OrgsCombobox'; import { FileItemMetadata } from './viewOrCompareMetadataTypes'; export interface ViewOrCompareMetadataSidebarProps { diff --git a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/useViewOrCompareMetadata.tsx b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/useViewOrCompareMetadata.tsx index 6f8613471..d8344fcf1 100644 --- a/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/useViewOrCompareMetadata.tsx +++ b/apps/jetstream/src/app/components/deploy/view-or-compare-metadata/useViewOrCompareMetadata.tsx @@ -2,11 +2,11 @@ import { retrieveMetadataFromListMetadata } from '@jetstream/shared/data'; import { pollRetrieveMetadataResultsUntilDone, useBrowserNotifications, useRollbar } from '@jetstream/shared/ui-utils'; import { ListMetadataResult, SalesforceOrgUi } from '@jetstream/types'; import { TreeItems } from '@jetstream/ui'; +import { applicationCookieState } from '@jetstream/ui-core'; import JSZip from 'jszip'; import isString from 'lodash/isString'; import { useCallback, useEffect, useReducer, useRef } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; import { FileItemMetadata, FileListItem, FilePropertiesWithContent, OrgType } from './viewOrCompareMetadataTypes'; import { buildTree, populateFileContents } from './viewOrCompareMetadataUtils'; diff --git a/apps/jetstream/src/app/components/formula-evaluator/FormulaEvaluator.tsx b/apps/jetstream/src/app/components/formula-evaluator/FormulaEvaluator.tsx index a1dfc1ce4..d2b529dcd 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/FormulaEvaluator.tsx +++ b/apps/jetstream/src/app/components/formula-evaluator/FormulaEvaluator.tsx @@ -24,17 +24,20 @@ import { Spinner, ViewDocsLink, } from '@jetstream/ui'; +import { + FormulaEvaluatorRecordSearch, + FormulaEvaluatorResults, + FormulaEvaluatorUserSearch, + applicationCookieState, + getFormulaData, + selectedOrgState, + useAmplitude, +} from '@jetstream/ui-core'; import Editor, { OnMount, useMonaco } from '@monaco-editor/react'; import * as formulon from 'formulon'; import type { editor } from 'monaco-editor'; import { FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; -import FormulaEvaluatorRecordSearch from '../shared/formula-evaluator/FormulaEvaluatorRecordSearch'; -import FormulaEvaluatorResults from '../shared/formula-evaluator/FormulaEvaluatorResults'; -import FormulaEvaluatorUserSearch from '../shared/formula-evaluator/FormulaEvaluatorUserSearch'; -import { getFormulaData } from '../shared/formula-evaluator/formula-evaluator.utils'; import FormulaEvaluatorDeployModal from './deploy/FormulaEvaluatorDeployModal'; import { registerCompletions } from './formula-evaluator.editor-utils'; import * as fromFormulaState from './formula-evaluator.state'; diff --git a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeployModal.tsx b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeployModal.tsx index 9e1b584d7..58e8f9108 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeployModal.tsx +++ b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeployModal.tsx @@ -1,18 +1,21 @@ import { css } from '@emotion/react'; import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { useFetchPageLayouts, useProfilesAndPermSets } from '@jetstream/shared/ui-utils'; -import { Field, Maybe, SalesforceOrgUi } from '@jetstream/types'; +import { Field, Maybe, NullNumberBehavior, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal, Grid, Icon, Modal, ScopedNotification, Spinner, Tabs, Tooltip, fireToast } from '@jetstream/ui'; +import { + ConfirmPageChange, + FieldValues, + applicationCookieState, + fromJetstreamEvents, + getInitialValues, + getSecondaryTypeFromType, + prepareDownloadResultsFile, + useAmplitude, + useCreateFields, +} from '@jetstream/ui-core'; import { useEffect, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; -import { FieldValues } from '../../shared/create-fields/create-fields-types'; -import { getInitialValues, getSecondaryTypeFromType, prepareDownloadResultsFile } from '../../shared/create-fields/create-fields-utils'; -import useCreateFields from '../../shared/create-fields/useCreateFields'; -import { NullNumberBehavior } from '../formula-evaluator.state'; import FormulaEvaluatorDeploySummary from './FormulaEvaluatorDeploySummary'; import FormulaEvaluatorFields from './FormulaEvaluatorFields'; import FormulaEvaluatorPageLayouts from './FormulaEvaluatorPageLayouts'; diff --git a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeploySummary.tsx b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeploySummary.tsx index 9e6c5a432..191e8322d 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeploySummary.tsx +++ b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorDeploySummary.tsx @@ -3,12 +3,17 @@ import { css } from '@emotion/react'; import { groupByFlat } from '@jetstream/shared/utils'; import { SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Icon, SalesforceLogin, ScopedNotification, Tooltip } from '@jetstream/ui'; +import { + CreateFieldsResults, + FieldPermissionRecord, + FieldValues, + LayoutResult, + applicationCookieState, + selectSkipFrontdoorAuth, +} from '@jetstream/ui-core'; import isString from 'lodash/isString'; import { ReactElement } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; -import { FieldPermissionRecord, FieldValues, LayoutResult } from '../../shared/create-fields/create-fields-types'; -import { CreateFieldsResults } from '../../shared/create-fields/useCreateFields'; type DeployedItem = { id: string; label: string }; diff --git a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorFields.tsx b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorFields.tsx index 1a5c7fc34..6c450ecd2 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorFields.tsx +++ b/apps/jetstream/src/app/components/formula-evaluator/deploy/FormulaEvaluatorFields.tsx @@ -1,14 +1,15 @@ import { ListItem } from '@jetstream/types'; import { Grid, GridCol, Input, Picklist, Radio, RadioGroup, Textarea } from '@jetstream/ui'; -import clamp from 'lodash/clamp'; import { FieldDefinitionMetadata, FieldValue, - FieldValues, FieldValueState, + FieldValues, SalesforceFieldType, -} from '../../shared/create-fields/create-fields-types'; -import { calculateFieldValidity, generateApiNameFromLabel } from '../../shared/create-fields/create-fields-utils'; + calculateFieldValidity, + generateApiNameFromLabel, +} from '@jetstream/ui-core'; +import clamp from 'lodash/clamp'; const NUMBER_TYPES = new Set(['Number', 'Currency', 'Percent']); diff --git a/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.state.ts b/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.state.ts index 6b28603a3..366014fd2 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.state.ts +++ b/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.state.ts @@ -1,8 +1,6 @@ -import { DescribeGlobalSObjectResult, Field } from '@jetstream/types'; +import { DescribeGlobalSObjectResult, Field, NullNumberBehavior } from '@jetstream/types'; import { atom } from 'recoil'; -export type NullNumberBehavior = 'ZERO' | 'BLANK'; - export const sourceTypeState = atom<'NEW' | 'EXISTING'>({ key: 'formula.sourceTypeState', default: 'NEW', diff --git a/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.types.ts b/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.types.ts index 621831797..71efb3c43 100644 --- a/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.types.ts +++ b/apps/jetstream/src/app/components/formula-evaluator/formula-evaluator.types.ts @@ -1,19 +1,3 @@ -const x = false; // here for local dev refresh - -export interface FormulaFieldsByType { - objectFields: string[]; - customLabels: string[]; - apiFields: string[]; - customMetadata: string[]; - organization: string[]; - customPermissions: string[]; - profile: string[]; - customSettings: string[]; - system: string[]; - user: string[]; - userRole: string[]; -} - export interface CharacterInfo { textUntilPosition: string; mostRecentCharacter: string; diff --git a/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObject.tsx b/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObject.tsx index eb91a9855..d1b44860e 100644 --- a/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObject.tsx +++ b/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObject.tsx @@ -20,11 +20,11 @@ import { Spinner, fireToast, } from '@jetstream/ui'; +import { applicationCookieState, selectedOrgState, selectedOrgType } from '@jetstream/ui-core'; import { ChangeEvent, FunctionComponent, useEffect, useMemo, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; import * as XLSX from 'xlsx'; -import { applicationCookieState, selectedOrgState, selectedOrgType } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import { LocalOrGoogle } from '../load-records/load-records-types'; import LoadRecordsMultiObjectErrors from './LoadRecordsMultiObjectErrors'; import LoadRecordsMultiObjectResults from './LoadRecordsMultiObjectResults'; diff --git a/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObjectResults.tsx b/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObjectResults.tsx index 824cc2bbc..a9ea86fec 100644 --- a/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObjectResults.tsx +++ b/apps/jetstream/src/app/components/load-records-multi-object/LoadRecordsMultiObjectResults.tsx @@ -2,12 +2,11 @@ import { formatNumber } from '@jetstream/shared/ui-utils'; import { pluralizeFromNumber } from '@jetstream/shared/utils'; import { FileExtAllTypes, Maybe, SalesforceOrgUi, SalesforceOrgUiType } from '@jetstream/types'; import { Badge, FileDownloadModal, Grid, Icon } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; -import * as fromJetstreamEvents from '../core/jetstream-events'; -import { LoadMultiObjectRequestWithResult } from './load-records-multi-object-types'; import LoadRecordsMultiObjectResultsTable from './LoadRecordsMultiObjectResultsTable'; +import { LoadMultiObjectRequestWithResult } from './load-records-multi-object-types'; import useDownloadResults from './useDownloadResults'; export interface LoadRecordsMultiObjectResultsProps { diff --git a/apps/jetstream/src/app/components/load-records/LoadRecords.tsx b/apps/jetstream/src/app/components/load-records/LoadRecords.tsx index b7d025a2e..8a79fc206 100644 --- a/apps/jetstream/src/app/components/load-records/LoadRecords.tsx +++ b/apps/jetstream/src/app/components/load-records/LoadRecords.tsx @@ -16,11 +16,11 @@ import { PageHeaderTitle, Spinner, } from '@jetstream/ui'; +import { applicationCookieState, selectedOrgState, selectedOrgType } from '@jetstream/ui-core'; import startCase from 'lodash/startCase'; import { FunctionComponent, useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue, useResetRecoilState, useSetRecoilState } from 'recoil'; -import { applicationCookieState, selectedOrgState, selectedOrgType } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import LoadRecordsDataPreview from './components/LoadRecordsDataPreview'; import LoadRecordsProgress from './components/LoadRecordsProgress'; import { FieldWithRelatedEntities, LocalOrGoogle, Step } from './load-records-types'; diff --git a/apps/jetstream/src/app/components/load-records/components/LoadRecordsDataPreview.tsx b/apps/jetstream/src/app/components/load-records/components/LoadRecordsDataPreview.tsx index fb61f4f3f..535b2360c 100644 --- a/apps/jetstream/src/app/components/load-records/components/LoadRecordsDataPreview.tsx +++ b/apps/jetstream/src/app/components/load-records/components/LoadRecordsDataPreview.tsx @@ -5,12 +5,12 @@ import { formatNumber } from '@jetstream/shared/ui-utils'; import { REGEX, groupByFlat } from '@jetstream/shared/utils'; import { DescribeGlobalSObjectResult, InsertUpdateUpsertDelete, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { Alert, AutoFullHeightContainer, DataTable, Grid, GridCol, RowWithKey, Spinner, getColumnsForGenericTable } from '@jetstream/ui'; +import { ErrorBoundaryFallback } from '@jetstream/ui-core'; import isNil from 'lodash/isNil'; import { FunctionComponent, useEffect, useRef, useState } from 'react'; import { Column } from 'react-data-grid'; import { ErrorBoundary } from 'react-error-boundary'; import { useRecoilState } from 'recoil'; -import ErrorBoundaryFallback from '../../core/ErrorBoundaryFallback'; import * as fromLoadRecordsState from '../load-records.state'; const MAX_RECORD_FOR_PREVIEW = 100_000; diff --git a/apps/jetstream/src/app/components/load-records/components/LoadRecordsRefreshCachePopover.tsx b/apps/jetstream/src/app/components/load-records/components/LoadRecordsRefreshCachePopover.tsx index 8496c191d..272ee4de7 100644 --- a/apps/jetstream/src/app/components/load-records/components/LoadRecordsRefreshCachePopover.tsx +++ b/apps/jetstream/src/app/components/load-records/components/LoadRecordsRefreshCachePopover.tsx @@ -1,9 +1,9 @@ import { css } from '@emotion/react'; import { SalesforceOrgUi } from '@jetstream/types'; import { Icon, Popover, PopoverRef, SalesforceLogin, Spinner } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import { FunctionComponent, useRef } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; export interface LoadRecordsRefreshCachePopoverProps { org: SalesforceOrgUi; diff --git a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResults.tsx b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResults.tsx index 45ce96dbc..d3c053f6e 100644 --- a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResults.tsx +++ b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResults.tsx @@ -5,11 +5,9 @@ import { convertDateToLocale, useBrowserNotifications, useRollbar } from '@jetst import { decodeHtmlEntity, flattenRecord, getSuccessOrFailureChar, pluralizeFromNumber } from '@jetstream/shared/utils'; import { InsertUpdateUpsertDelete, Maybe, RecordResultWithRecord, SalesforceOrgUi } from '@jetstream/types'; import { FileDownloadModal, Grid, ProgressRing, Spinner, Tooltip } from '@jetstream/ui'; +import { LoadRecordsResultsModal, applicationCookieState, fromJetstreamEvents, useAmplitude } from '@jetstream/ui-core'; import { FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../../app-state'; -import { useAmplitude } from '../../../core/analytics'; -import * as fromJetstreamEvents from '../../../core/jetstream-events'; import { ApiMode, DownloadModalData, @@ -23,7 +21,6 @@ import { import { loadBatchApiData, prepareData } from '../../utils/load-records-process'; import { getFieldHeaderFromMapping } from '../../utils/load-records-utils'; import LoadRecordsBatchApiResultsTable from './LoadRecordsBatchApiResultsTable'; -import LoadRecordsResultsModal from './LoadRecordsResultsModal'; type Status = 'Preparing Data' | 'Processing Data' | 'Aborting' | 'Finished' | 'Error'; diff --git a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResultsTable.tsx b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResultsTable.tsx index 3c55e22e7..7cae490c3 100644 --- a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResultsTable.tsx +++ b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBatchApiResultsTable.tsx @@ -2,10 +2,9 @@ import { css } from '@emotion/react'; import { formatNumber } from '@jetstream/shared/ui-utils'; import { Maybe } from '@jetstream/types'; import { Grid, Icon, Spinner } from '@jetstream/ui'; +import { DownloadType, LoadRecordsResultsTableProcessingErrRow, PrepareDataResponseError } from '@jetstream/ui-core'; import classNames from 'classnames'; import { FunctionComponent } from 'react'; -import { DownloadType, PrepareDataResponseError } from '../../../shared/load-records-results/load-records-results-types'; -import LoadRecordsResultsTableProcessingErrRow from '../../../shared/load-records-results/LoadRecordsResultsTableProcessingErrRow'; import { LoadDataBatchApiProgress } from '../../load-records-types'; export interface LoadRecordsBatchApiResultsTableProps { diff --git a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBulkApiResults.tsx b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBulkApiResults.tsx index d1cd1dd9c..2cf6c5bc4 100644 --- a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBulkApiResults.tsx +++ b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsBulkApiResults.tsx @@ -13,13 +13,18 @@ import { SalesforceOrgUi, } from '@jetstream/types'; import { FileDownloadModal, Grid, ProgressRing, SalesforceLogin, Spinner, Tooltip, fireToast } from '@jetstream/ui'; +import { + DownloadAction, + DownloadType, + LoadRecordsBulkApiResultsTable, + LoadRecordsResultsModal, + applicationCookieState, + fromJetstreamEvents, + selectSkipFrontdoorAuth, + useAmplitude, +} from '@jetstream/ui-core'; import { FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../../app-state'; -import { useAmplitude } from '../../../core/analytics'; -import * as fromJetstreamEvents from '../../../core/jetstream-events'; -import LoadRecordsBulkApiResultsTable from '../../../shared/load-records-results/LoadRecordsBulkApiResultsTable'; -import { DownloadAction, DownloadType } from '../../../shared/load-records-results/load-records-results-types'; import { ApiMode, DownloadModalData, @@ -32,7 +37,6 @@ import { } from '../../load-records-types'; import { loadBulkApiData, prepareData } from '../../utils/load-records-process'; import { getFieldHeaderFromMapping } from '../../utils/load-records-utils'; -import LoadRecordsResultsModal from './LoadRecordsResultsModal'; type Status = 'Preparing Data' | 'Uploading Data' | 'Processing Data' | 'Aborting' | 'Finished' | 'Error'; diff --git a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsCustomMetadataResultsTable.tsx b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsCustomMetadataResultsTable.tsx index 2333a5ddc..38d5e1eb7 100644 --- a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsCustomMetadataResultsTable.tsx +++ b/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsCustomMetadataResultsTable.tsx @@ -2,9 +2,9 @@ import { css } from '@emotion/react'; import { convertDateToLocale, formatNumber } from '@jetstream/shared/ui-utils'; import { DeployResult } from '@jetstream/types'; import { Grid, Icon, Spinner } from '@jetstream/ui'; +import { DownloadType } from '@jetstream/ui-core'; import classNames from 'classnames'; import { FunctionComponent } from 'react'; -import { DownloadType } from '../../../shared/load-records-results/load-records-results-types'; const LOADING_STATUSES = new Set(['Pending', 'InProgress', 'Canceling']); const FAILED_STATUSES = new Set(['Failed', 'Canceled']); diff --git a/apps/jetstream/src/app/components/load-records/load-records-types.ts b/apps/jetstream/src/app/components/load-records/load-records-types.ts index 8453558ee..3465a1a04 100644 --- a/apps/jetstream/src/app/components/load-records/load-records-types.ts +++ b/apps/jetstream/src/app/components/load-records/load-records-types.ts @@ -8,7 +8,7 @@ import { RecordAttributes, SalesforceOrgUi, } from '@jetstream/types'; -import { DownloadType, PrepareDataResponseError } from '../shared/load-records-results/load-records-results-types'; +import { DownloadType, PrepareDataResponseError } from '@jetstream/ui-core'; export type LocalOrGoogle = 'local' | 'google'; diff --git a/apps/jetstream/src/app/components/load-records/steps/FieldMapping.tsx b/apps/jetstream/src/app/components/load-records/steps/FieldMapping.tsx index fd4cbf39f..fc2f886ac 100644 --- a/apps/jetstream/src/app/components/load-records/steps/FieldMapping.tsx +++ b/apps/jetstream/src/app/components/load-records/steps/FieldMapping.tsx @@ -7,7 +7,7 @@ import { InsertUpdateUpsertDelete, Maybe, SalesforceOrgUi } from '@jetstream/typ import { Alert, ButtonGroupContainer, DropDown, Grid, GridCol, Icon, SearchInput, Tooltip } from '@jetstream/ui'; import classNames from 'classnames'; import { memo, useEffect, useRef, useState } from 'react'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import LoadRecordsFieldMappingRow from '../components/LoadRecordsFieldMappingRow'; import LoadRecordsFieldMappingStaticRow from '../components/LoadRecordsFieldMappingStaticRow'; import LoadRecordsRefreshCachePopover from '../components/LoadRecordsRefreshCachePopover'; diff --git a/apps/jetstream/src/app/components/load-records/steps/PerformLoad.tsx b/apps/jetstream/src/app/components/load-records/steps/PerformLoad.tsx index b4b3fcf5f..076068a7a 100644 --- a/apps/jetstream/src/app/components/load-records/steps/PerformLoad.tsx +++ b/apps/jetstream/src/app/components/load-records/steps/PerformLoad.tsx @@ -3,11 +3,10 @@ import { formatNumber, useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { pluralizeIfMultiple } from '@jetstream/shared/utils'; import { InsertUpdateUpsertDelete, Maybe, SalesforceOrgUi, SalesforceOrgUiType } from '@jetstream/types'; import { Badge, Checkbox, ConfirmationModalPromise, Grid, Input, Radio, RadioButton, RadioGroup } from '@jetstream/ui'; +import { ConfirmPageChange, useAmplitude } from '@jetstream/ui-core'; import startCase from 'lodash/startCase'; import { ChangeEvent, FunctionComponent, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import { useAmplitude } from '../../core/analytics'; import LoadRecordsAssignmentRules from '../components/LoadRecordsAssignmentRules'; import LoadRecordsDuplicateWarning from '../components/LoadRecordsDuplicateWarning'; import LoadRecordsResults from '../components/load-results/LoadRecordsResults'; diff --git a/apps/jetstream/src/app/components/load-records/steps/PerformLoadCustomMetadata.tsx b/apps/jetstream/src/app/components/load-records/steps/PerformLoadCustomMetadata.tsx index 868e32aaf..d5cf2da0f 100644 --- a/apps/jetstream/src/app/components/load-records/steps/PerformLoadCustomMetadata.tsx +++ b/apps/jetstream/src/app/components/load-records/steps/PerformLoadCustomMetadata.tsx @@ -3,17 +3,20 @@ import { formatNumber, useNonInitialEffect, useRollbar } from '@jetstream/shared import { groupByFlat } from '@jetstream/shared/utils'; import { DeployMessage, Maybe, SalesforceOrgUi, SalesforceOrgUiType } from '@jetstream/types'; import { Badge, Checkbox, ConfirmationModalPromise, FileDownloadModal, SalesforceLogin, Select, Spinner } from '@jetstream/ui'; +import { + ConfirmPageChange, + DownloadType, + LoadRecordsResultsModal, + applicationCookieState, + fromJetstreamEvents, + selectSkipFrontdoorAuth, + useAmplitude, + useDeployMetadataPackage, +} from '@jetstream/ui-core'; import { ChangeEvent, Fragment, FunctionComponent, useCallback, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; -import ConfirmPageChange from '../../core/ConfirmPageChange'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; -import { DownloadType } from '../../shared/load-records-results/load-records-results-types'; -import { useDeployMetadataPackage } from '../../shared/useDeployMetadataPackage'; import LoadRecordsDuplicateWarning from '../components/LoadRecordsDuplicateWarning'; import LoadRecordsCustomMetadataResultsTable from '../components/load-results/LoadRecordsCustomMetadataResultsTable'; -import LoadRecordsResultsModal from '../components/load-results/LoadRecordsResultsModal'; import { DownloadModalData, FieldMapping, FieldWithRelatedEntities, MapOfCustomMetadataRecord, ViewModalData } from '../load-records-types'; import { convertCsvToCustomMetadata, prepareCustomMetadata } from '../utils/load-records-utils'; diff --git a/apps/jetstream/src/app/components/load-records/steps/SelectObjectAndFile.tsx b/apps/jetstream/src/app/components/load-records/steps/SelectObjectAndFile.tsx index 11a568e0f..23d9e7209 100644 --- a/apps/jetstream/src/app/components/load-records/steps/SelectObjectAndFile.tsx +++ b/apps/jetstream/src/app/components/load-records/steps/SelectObjectAndFile.tsx @@ -1,7 +1,7 @@ import { css } from '@emotion/react'; import { logger } from '@jetstream/shared/client-logger'; import { INPUT_ACCEPT_FILETYPES } from '@jetstream/shared/constants'; -import { GoogleApiClientConfig, parseFile, parseWorkbook } from '@jetstream/shared/ui-utils'; +import { GoogleApiClientConfig, filterLoadSobjects, parseFile, parseWorkbook } from '@jetstream/shared/ui-utils'; import { SplitWrapper as Split } from '@jetstream/splitjs'; import { DescribeGlobalSObjectResult, @@ -25,7 +25,6 @@ import isString from 'lodash/isString'; import { FunctionComponent } from 'react'; import LoadRecordsLoadTypeButtons from '../components/LoadRecordsLoadTypeButtons'; import { FieldWithRelatedEntities, LocalOrGoogle } from '../load-records-types'; -import { filterLoadSobjects } from '../utils/load-records-utils'; export interface LoadRecordsSelectObjectAndFileProps { googleApiConfig: GoogleApiClientConfig; diff --git a/apps/jetstream/src/app/components/load-records/utils/load-records-utils.tsx b/apps/jetstream/src/app/components/load-records/utils/load-records-utils.tsx index 1cb013c41..54e1200cf 100644 --- a/apps/jetstream/src/app/components/load-records/utils/load-records-utils.tsx +++ b/apps/jetstream/src/app/components/load-records/utils/load-records-utils.tsx @@ -3,15 +3,7 @@ import { SFDC_BULK_API_NULL_VALUE } from '@jetstream/shared/constants'; import { queryAll, queryWithCache } from '@jetstream/shared/data'; import { describeSObjectWithExtendedTypes, formatNumber, isRelationshipField } from '@jetstream/shared/ui-utils'; import { REGEX, delay, groupByFlat, sanitizeForXml, transformRecordForDataLoad } from '@jetstream/shared/utils'; -import { - DescribeGlobalSObjectResult, - DescribeSObjectResult, - EntityParticleRecord, - FieldWithExtendedType, - InsertUpdateUpsertDelete, - Maybe, - SalesforceOrgUi, -} from '@jetstream/types'; +import { EntityParticleRecord, FieldWithExtendedType, InsertUpdateUpsertDelete, Maybe, SalesforceOrgUi } from '@jetstream/types'; import JSZip from 'jszip'; import groupBy from 'lodash/groupBy'; import isNil from 'lodash/isNil'; @@ -50,15 +42,6 @@ export class LoadRecordsBatchError extends Error { } } -export function filterLoadSobjects(sobject: DescribeGlobalSObjectResult | DescribeSObjectResult) { - return ( - (sobject.createable || sobject.updateable || sobject.name.endsWith('__mdt')) && - !sobject.name.endsWith('__History') && - !sobject.name.endsWith('__Tag') && - !sobject.name.endsWith('__Feed') - ); -} - export const getFieldMetadataFilter = (field: FieldWithExtendedType) => field.createable || field.updateable || field.name === 'Id'; // Custom metadata shows all fields as read-only, but we want to be able to update them export const getFieldMetadataCustomMetadataFilter = (field: FieldWithExtendedType) => diff --git a/apps/jetstream/src/app/components/manage-permissions/ManagePermissions.tsx b/apps/jetstream/src/app/components/manage-permissions/ManagePermissions.tsx index e2ed0164d..a9c220c88 100644 --- a/apps/jetstream/src/app/components/manage-permissions/ManagePermissions.tsx +++ b/apps/jetstream/src/app/components/manage-permissions/ManagePermissions.tsx @@ -1,11 +1,10 @@ import { TITLES } from '@jetstream/shared/constants'; import { useTitle } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; +import { StateDebugObserver, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { Navigate, Outlet, useLocation } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; -import StateDebugObserver from '../core/StateDebugObserver'; import * as fromPermissionsState from './manage-permissions.state'; // eslint-disable-next-line @typescript-eslint/no-empty-interface diff --git a/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsEditor.tsx b/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsEditor.tsx index b8a8dedcb..6b72c4f7d 100644 --- a/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsEditor.tsx +++ b/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsEditor.tsx @@ -16,13 +16,11 @@ import { ToolbarItemGroup, Tooltip, } from '@jetstream/ui'; +import { ConfirmPageChange, applicationCookieState, fromJetstreamEvents, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilState, useRecoilValue, useResetRecoilState } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import ConfirmPageChange from '../core/ConfirmPageChange'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import ManagePermissionsEditorFieldTable from './ManagePermissionsEditorFieldTable'; import ManagePermissionsEditorObjectTable from './ManagePermissionsEditorObjectTable'; import ManagePermissionsEditorTabVisibilityTable from './ManagePermissionsEditorTabVisibilityTable'; diff --git a/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsSelection.tsx b/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsSelection.tsx index 8a6b90bef..f2e152a92 100644 --- a/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsSelection.tsx +++ b/apps/jetstream/src/app/components/manage-permissions/ManagePermissionsSelection.tsx @@ -13,10 +13,10 @@ import { PageHeaderRow, PageHeaderTitle, } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilState, useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; import { RequireMetadataApiBanner } from '../core/RequireMetadataApiBanner'; import * as fromPermissionsState from './manage-permissions.state'; import { filterPermissionsSobjects } from './utils/permission-manager-utils'; diff --git a/apps/jetstream/src/app/components/orgs/AddOrg.tsx b/apps/jetstream/src/app/components/orgs/AddOrg.tsx index d9e87ead9..fd9325d66 100644 --- a/apps/jetstream/src/app/components/orgs/AddOrg.tsx +++ b/apps/jetstream/src/app/components/orgs/AddOrg.tsx @@ -1,10 +1,10 @@ import { addOrg } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Icon, Input, Popover, PopoverRef, Radio, RadioGroup } from '@jetstream/ui'; +import { applicationCookieState } from '@jetstream/ui-core'; import classNames from 'classnames'; import { FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; type OrgType = 'prod' | 'sandbox' | 'pre-release' | 'custom'; diff --git a/apps/jetstream/src/app/components/orgs/OrgInfoPopover.tsx b/apps/jetstream/src/app/components/orgs/OrgInfoPopover.tsx index a2b32e454..94baed0a5 100644 --- a/apps/jetstream/src/app/components/orgs/OrgInfoPopover.tsx +++ b/apps/jetstream/src/app/components/orgs/OrgInfoPopover.tsx @@ -14,11 +14,11 @@ import { SalesforceLogin, Spinner, } from '@jetstream/ui'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '@jetstream/ui-core'; import classNames from 'classnames'; import startCase from 'lodash/startCase'; import { Fragment, FunctionComponent, ReactNode, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../app-state'; const EMPTY_COLOR = '_none_'; diff --git a/apps/jetstream/src/app/components/orgs/OrgPersistence.tsx b/apps/jetstream/src/app/components/orgs/OrgPersistence.tsx index 0bd7600de..fd901a550 100644 --- a/apps/jetstream/src/app/components/orgs/OrgPersistence.tsx +++ b/apps/jetstream/src/app/components/orgs/OrgPersistence.tsx @@ -1,6 +1,6 @@ -import React, { Fragment, FunctionComponent, useEffect } from 'react'; +import { STORAGE_KEYS, selectedOrgIdState } from '@jetstream/ui-core'; +import { Fragment, FunctionComponent, useEffect } from 'react'; import { useRecoilState } from 'recoil'; -import { selectedOrgIdState, STORAGE_KEYS } from '../../app-state'; export const OrgPersistence: FunctionComponent = () => { const [selectedOrgId] = useRecoilState(selectedOrgIdState); diff --git a/apps/jetstream/src/app/components/orgs/OrgSelectionRequired.tsx b/apps/jetstream/src/app/components/orgs/OrgSelectionRequired.tsx index dc9726b14..21634da95 100644 --- a/apps/jetstream/src/app/components/orgs/OrgSelectionRequired.tsx +++ b/apps/jetstream/src/app/components/orgs/OrgSelectionRequired.tsx @@ -3,10 +3,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { checkOrgHealth, getOrgs } from '@jetstream/shared/data'; import { SalesforceOrgUi } from '@jetstream/types'; import { Alert, EmptyState, Icon, NoAccess2Illustration, fireToast } from '@jetstream/ui'; +import { fromAppState, fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useCallback, useState } from 'react'; import { useRecoilValue, useSetRecoilState } from 'recoil'; -import * as fromAppState from '../../app-state'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import AddOrg from './AddOrg'; import { OrgWelcomeInstructions } from './OrgWelcomeInstructions'; diff --git a/apps/jetstream/src/app/components/orgs/OrgsDropdown.tsx b/apps/jetstream/src/app/components/orgs/OrgsDropdown.tsx index b491801e8..6974cb868 100644 --- a/apps/jetstream/src/app/components/orgs/OrgsDropdown.tsx +++ b/apps/jetstream/src/app/components/orgs/OrgsDropdown.tsx @@ -2,20 +2,17 @@ import { logger } from '@jetstream/shared/client-logger'; import { clearCacheForOrg, clearQueryHistoryForOrg, deleteOrg, getOrgs, updateOrg } from '@jetstream/shared/data'; import { useObservable } from '@jetstream/shared/ui-utils'; import { JetstreamEventAddOrgPayload, SalesforceOrgUi } from '@jetstream/types'; -import { Badge, Icon, Tooltip, Grid } from '@jetstream/ui'; +import { Badge, Grid, Icon, Tooltip } from '@jetstream/ui'; +import { OrgsCombobox, fromAppState, fromJetstreamEvents, useOrgPermissions } from '@jetstream/ui-core'; import classNames from 'classnames'; import orderBy from 'lodash/orderBy'; import uniqBy from 'lodash/uniqBy'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilState, useRecoilValue, useSetRecoilState } from 'recoil'; import { Observable } from 'rxjs'; -import * as fromAppState from '../../app-state'; -import OrgsCombobox from '../../components/core/OrgsCombobox'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import AddOrg from './AddOrg'; import OrgInfoPopover from './OrgInfoPopover'; import OrgPersistence from './OrgPersistence'; -import { useOrgPermissions } from './useOrgPermissions'; interface OrgsDropdownProps { addOrgsButtonClassName?: string; diff --git a/apps/jetstream/src/app/components/platform-event-monitor/PlatformEventMonitor.tsx b/apps/jetstream/src/app/components/platform-event-monitor/PlatformEventMonitor.tsx index aad3b4a34..be468d465 100644 --- a/apps/jetstream/src/app/components/platform-event-monitor/PlatformEventMonitor.tsx +++ b/apps/jetstream/src/app/components/platform-event-monitor/PlatformEventMonitor.tsx @@ -4,10 +4,9 @@ import { useNonInitialEffect, useTitle } from '@jetstream/shared/ui-utils'; import { SplitWrapper as Split } from '@jetstream/splitjs'; import { ListItem, ListItemGroup, SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer, FileDownloadModal } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents, selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import PlatformEventMonitorFetchEventStatus from './PlatformEventMonitorFetchEventStatus'; import PlatformEventMonitorListenerCard from './PlatformEventMonitorListenerCard'; import PlatformEventMonitorPublisherCard from './PlatformEventMonitorPublisherCard'; diff --git a/apps/jetstream/src/app/components/platform-event-monitor/usePlatformEvent.ts b/apps/jetstream/src/app/components/platform-event-monitor/usePlatformEvent.ts index c874cfe57..0f671d96d 100644 --- a/apps/jetstream/src/app/components/platform-event-monitor/usePlatformEvent.ts +++ b/apps/jetstream/src/app/components/platform-event-monitor/usePlatformEvent.ts @@ -5,12 +5,12 @@ import { useDebounce, useRollbar } from '@jetstream/shared/ui-utils'; import { orderValues } from '@jetstream/shared/utils'; import { Maybe, PlatformEventMessage, PlatformEventMessagePayload, SalesforceOrgUi } from '@jetstream/types'; import { fireToast } from '@jetstream/ui'; +import { applicationCookieState } from '@jetstream/ui-core'; import { CometD } from 'cometd'; import orderBy from 'lodash/orderBy'; import { useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import { EventMessageUnsuccessful, PlatformEventObject } from './platform-event-monitor.types'; import * as platformEventUtils from './platform-event-monitor.utils'; diff --git a/apps/jetstream/src/app/components/query/Query.tsx b/apps/jetstream/src/app/components/query/Query.tsx index 802a2e6d8..bc834b883 100644 --- a/apps/jetstream/src/app/components/query/Query.tsx +++ b/apps/jetstream/src/app/components/query/Query.tsx @@ -2,11 +2,10 @@ import { TITLES } from '@jetstream/shared/constants'; import { useLocationState, useTitle } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; import { Spinner } from '@jetstream/ui'; +import { StateDebugObserver, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useCallback, useEffect, useState } from 'react'; import { Outlet, useLocation, useNavigate } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; -import StateDebugObserver from '../core/StateDebugObserver'; import * as fromQueryState from './query.state'; import useQueryRestore from './utils/useQueryRestore'; diff --git a/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilder.tsx b/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilder.tsx index 9c1532179..fc84dd7f1 100644 --- a/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilder.tsx +++ b/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilder.tsx @@ -30,11 +30,11 @@ import { PageHeaderTitle, Tabs, } from '@jetstream/ui'; +import { applicationCookieState, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useCallback, useRef, useState } from 'react'; import { useNavigate } from 'react-router-dom'; import { useRecoilState, useRecoilValue, useResetRecoilState, useSetRecoilState } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import QueryHistory, { QueryHistoryRef } from '../QueryHistory/QueryHistory'; import { QueryHistoryType } from '../QueryHistory/query-history.state'; import ManualSoql from '../QueryOptions/ManualSoql'; diff --git a/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilderSoqlUpdater.tsx b/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilderSoqlUpdater.tsx index 97ae6d78c..691724955 100644 --- a/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilderSoqlUpdater.tsx +++ b/apps/jetstream/src/app/components/query/QueryBuilder/QueryBuilderSoqlUpdater.tsx @@ -1,8 +1,8 @@ +import { composeSoqlQuery } from '@jetstream/ui-core/shared'; import { FunctionComponent, useEffect } from 'react'; import { useRecoilState, useRecoilValue, useSetRecoilState } from 'recoil'; import { GroupByFieldClause, GroupByFnClause, Query } from 'soql-parser-js'; import * as fromQueryState from '../query.state'; -import { composeSoqlQuery } from '../utils/query-utils'; /** * This component ensures that the entire state tree is not re-rendered each time some query element needs to be modified diff --git a/apps/jetstream/src/app/components/query/QueryBuilder/QueryChildFields.tsx b/apps/jetstream/src/app/components/query/QueryBuilder/QueryChildFields.tsx index 316f7b7db..610da4c7b 100644 --- a/apps/jetstream/src/app/components/query/QueryBuilder/QueryChildFields.tsx +++ b/apps/jetstream/src/app/components/query/QueryBuilder/QueryChildFields.tsx @@ -3,10 +3,10 @@ import { fetchFields, getFieldKey, sortQueryFieldsStr } from '@jetstream/shared/ import { multiWordObjectFilter } from '@jetstream/shared/utils'; import { FieldWrapper, QueryFieldWithPolymorphic, QueryFields, SalesforceOrgUi } from '@jetstream/types'; import { SobjectFieldList } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import isEmpty from 'lodash/isEmpty'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { selectedOrgState } from '../../../app-state'; import * as fromQueryState from '../query.state'; import { getSubqueryFieldBaseKey } from '../utils/query-fields-utils'; diff --git a/apps/jetstream/src/app/components/query/QueryBuilder/QueryFields.tsx b/apps/jetstream/src/app/components/query/QueryBuilder/QueryFields.tsx index 0eee39eef..965756fa9 100644 --- a/apps/jetstream/src/app/components/query/QueryBuilder/QueryFields.tsx +++ b/apps/jetstream/src/app/components/query/QueryBuilder/QueryFields.tsx @@ -3,10 +3,10 @@ import { fetchFields, getFieldKey, getListItemsFromFieldWithRelatedItems, sortQu import { multiWordObjectFilter } from '@jetstream/shared/utils'; import { FieldWrapper, Maybe, QueryFieldWithPolymorphic, QueryFields } from '@jetstream/types'; import { AutoFullHeightContainer, SobjectFieldList } from '@jetstream/ui'; +import { applicationCookieState, selectedOrgState } from '@jetstream/ui-core'; import isEmpty from 'lodash/isEmpty'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue, useSetRecoilState } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../../app-state'; import * as fromQueryState from '../query.state'; import { getQueryFieldBaseKey, diff --git a/apps/jetstream/src/app/components/query/QueryBuilder/QuerySObjects.tsx b/apps/jetstream/src/app/components/query/QueryBuilder/QuerySObjects.tsx index 43822a782..d2b809479 100644 --- a/apps/jetstream/src/app/components/query/QueryBuilder/QuerySObjects.tsx +++ b/apps/jetstream/src/app/components/query/QueryBuilder/QuerySObjects.tsx @@ -1,8 +1,8 @@ import { DescribeGlobalSObjectResult, SalesforceOrgUi } from '@jetstream/types'; import { ConnectedSobjectList } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent } from 'react'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../../app-state'; import * as fromQueryState from '../query.state'; export interface QuerySObjectsProps { sobjects: DescribeGlobalSObjectResult[]; diff --git a/apps/jetstream/src/app/components/query/QueryHistory/QueryHistory.tsx b/apps/jetstream/src/app/components/query/QueryHistory/QueryHistory.tsx index 7b0bba695..e795db914 100644 --- a/apps/jetstream/src/app/components/query/QueryHistory/QueryHistory.tsx +++ b/apps/jetstream/src/app/components/query/QueryHistory/QueryHistory.tsx @@ -27,13 +27,12 @@ import { Tooltip, getModifierKey, } from '@jetstream/ui'; +import { ErrorBoundaryFallback, useAmplitude } from '@jetstream/ui-core'; import classNames from 'classnames'; import { createRef, forwardRef, useCallback, useEffect, useImperativeHandle, useState } from 'react'; import { ErrorBoundary } from 'react-error-boundary'; import { useLocation } from 'react-router-dom'; import { useRecoilState, useRecoilValue, useResetRecoilState } from 'recoil'; -import ErrorBoundaryFallback from '../../core/ErrorBoundaryFallback'; -import { useAmplitude } from '../../core/analytics'; import QueryHistoryEmptyState from './QueryHistoryEmptyState'; import QueryHistoryItemCard from './QueryHistoryItemCard'; import QueryHistoryWhichOrg from './QueryHistoryWhichOrg'; diff --git a/apps/jetstream/src/app/components/query/QueryHistory/QueryHistoryWhichOrg.tsx b/apps/jetstream/src/app/components/query/QueryHistory/QueryHistoryWhichOrg.tsx index bd0f811de..5d52b7d4e 100644 --- a/apps/jetstream/src/app/components/query/QueryHistory/QueryHistoryWhichOrg.tsx +++ b/apps/jetstream/src/app/components/query/QueryHistory/QueryHistoryWhichOrg.tsx @@ -1,6 +1,6 @@ import { SalesforceOrgUi } from '@jetstream/types'; +import { OrgLabelBadge } from '@jetstream/ui-core'; import { Fragment, FunctionComponent } from 'react'; -import OrgLabelBadge from '../../core/OrgLabelBadge'; import { WhichOrgType } from './query-history.state'; export interface QueryHistoryWhichOrgProps { diff --git a/apps/jetstream/src/app/components/query/QueryHistory/query-history.state.ts b/apps/jetstream/src/app/components/query/QueryHistory/query-history.state.ts index 8d064976e..c419d827f 100644 --- a/apps/jetstream/src/app/components/query/QueryHistory/query-history.state.ts +++ b/apps/jetstream/src/app/components/query/QueryHistory/query-history.state.ts @@ -3,6 +3,7 @@ import { INDEXED_DB } from '@jetstream/shared/constants'; import { describeSObject } from '@jetstream/shared/data'; import { groupByFlat, orderObjectsBy, REGEX } from '@jetstream/shared/utils'; import { QueryHistoryItem, QueryHistorySelection, SalesforceOrgUi } from '@jetstream/types'; +import * as fromAppState from '@jetstream/ui-core'; import { addDays } from 'date-fns/addDays'; import { isBefore } from 'date-fns/isBefore'; import { parseISO } from 'date-fns/parseISO'; @@ -11,7 +12,6 @@ import localforage from 'localforage'; import isString from 'lodash/isString'; import orderBy from 'lodash/orderBy'; import { atom, selector } from 'recoil'; -import * as fromAppState from '../../../app-state'; let didRunCleanup = false; diff --git a/apps/jetstream/src/app/components/query/QueryOptions/ManualSoql.tsx b/apps/jetstream/src/app/components/query/QueryOptions/ManualSoql.tsx index f6d51a577..ef923dd6d 100644 --- a/apps/jetstream/src/app/components/query/QueryOptions/ManualSoql.tsx +++ b/apps/jetstream/src/app/components/query/QueryOptions/ManualSoql.tsx @@ -5,7 +5,7 @@ import type { editor } from 'monaco-editor'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { Link, useNavigate } from 'react-router-dom'; import { formatQuery, isQueryValid } from 'soql-parser-js'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import RestoreQuery from '../QueryBuilder/RestoreQuery'; export interface ManualSoqlProps { diff --git a/apps/jetstream/src/app/components/query/QueryOptions/QueryResetButton.tsx b/apps/jetstream/src/app/components/query/QueryOptions/QueryResetButton.tsx index 2b66b9895..3c1009c63 100644 --- a/apps/jetstream/src/app/components/query/QueryOptions/QueryResetButton.tsx +++ b/apps/jetstream/src/app/components/query/QueryOptions/QueryResetButton.tsx @@ -5,7 +5,7 @@ import { Icon } from '@jetstream/ui'; import classNames from 'classnames'; import { FunctionComponent } from 'react'; import { useResetRecoilState } from 'recoil'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import * as fromQueryState from '../query.state'; export interface QueryResetButtonProps { diff --git a/apps/jetstream/src/app/components/query/QueryOptions/SaveFavoriteSoql.tsx b/apps/jetstream/src/app/components/query/QueryOptions/SaveFavoriteSoql.tsx index ab3c4f038..ac863e606 100644 --- a/apps/jetstream/src/app/components/query/QueryOptions/SaveFavoriteSoql.tsx +++ b/apps/jetstream/src/app/components/query/QueryOptions/SaveFavoriteSoql.tsx @@ -5,7 +5,7 @@ import { Grid, Icon, Input, Popover, PopoverRef, Spinner, Textarea } from '@jets import Editor from '@monaco-editor/react'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import * as fromQueryHistory from '../QueryHistory/query-history.state'; export interface SaveFavoriteSoqlProps { diff --git a/apps/jetstream/src/app/components/query/QueryResults/BulkUpdateFromQuery/BulkUpdateFromQueryModal.tsx b/apps/jetstream/src/app/components/query/QueryResults/BulkUpdateFromQuery/BulkUpdateFromQueryModal.tsx index ea7151b8a..f12173f59 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/BulkUpdateFromQuery/BulkUpdateFromQueryModal.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/BulkUpdateFromQuery/BulkUpdateFromQueryModal.tsx @@ -1,6 +1,6 @@ import { css } from '@emotion/react'; import { clearCacheForOrg } from '@jetstream/shared/data'; -import { convertDateToLocale, useRollbar } from '@jetstream/shared/ui-utils'; +import { convertDateToLocale, filterLoadSobjects, useRollbar } from '@jetstream/shared/ui-utils'; import { getRecordIdFromAttributes } from '@jetstream/shared/utils'; import { Field, ListItem, Maybe, SalesforceOrgUi, SalesforceRecord } from '@jetstream/types'; import { @@ -18,17 +18,19 @@ import { Spinner, useFieldListItemsWithDrillIn, } from '@jetstream/ui'; +import { + DeployResults, + MassUpdateRecordsDeploymentRow, + MassUpdateRecordsObjectRow, + TransformationOptions, + applicationCookieState, + fetchRecordsWithRequiredFields, + useDeployRecords, +} from '@jetstream/ui-core'; import isNumber from 'lodash/isNumber'; import { ChangeEvent, FunctionComponent, useCallback, useEffect, useState } from 'react'; import { atom, useRecoilCallback, useRecoilState, useResetRecoilState } from 'recoil'; import { Query } from 'soql-parser-js'; -import { applicationCookieState } from '../../../../app-state'; -import { filterLoadSobjects } from '../../../load-records/utils/load-records-utils'; -import MassUpdateRecordsDeploymentRow from '../../../shared/mass-update-records/MassUpdateRecordsDeploymentRow'; -import MassUpdateRecordsObjectRow from '../../../shared/mass-update-records/MassUpdateRecordsObjectRow'; -import { DeployResults, TransformationOptions } from '../../../shared/mass-update-records/mass-update-records.types'; -import { fetchRecordsWithRequiredFields } from '../../../shared/mass-update-records/mass-update-records.utils'; -import { useDeployRecords } from '../../../shared/mass-update-records/useDeployRecords'; import BulkUpdateFromQueryRecordSelection from './BulkUpdateFromQueryRecordSelection'; const MAX_BATCH_SIZE = 10000; diff --git a/apps/jetstream/src/app/components/query/QueryResults/QueryResults.tsx b/apps/jetstream/src/app/components/query/QueryResults/QueryResults.tsx index 2c22a58ae..4c4846d26 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/QueryResults.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/QueryResults.tsx @@ -40,21 +40,25 @@ import { ToolbarItemGroup, useConfirmation, } from '@jetstream/ui'; +import { + ViewEditCloneRecord, + applicationCookieState, + fromJetstreamEvents, + selectSkipFrontdoorAuth, + selectedOrgState, + useAmplitude, +} from '@jetstream/ui-core'; +import { getFlattenSubqueryFlattenedFieldMap } from '@jetstream/ui-core/shared'; import classNames from 'classnames'; import React, { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { Link, NavLink, useLocation, useNavigate } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; import { filter } from 'rxjs/operators'; import { FieldSubquery, Query, composeQuery, isFieldSubquery, parseQuery } from 'soql-parser-js'; -import { applicationCookieState, selectSkipFrontdoorAuth, selectedOrgState } from '../../../app-state'; -import ViewEditCloneRecord from '../../core/ViewEditCloneRecord'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; import QueryHistory, { QueryHistoryRef } from '../QueryHistory/QueryHistory'; import * as fromQueryHistory from '../QueryHistory/query-history.state'; import IncludeDeletedRecordsToggle from '../QueryOptions/IncludeDeletedRecords'; import * as fromQueryState from '../query.state'; -import { getFlattenSubqueryFlattenedFieldMap } from '../utils/query-utils'; import useQueryRestore from '../utils/useQueryRestore'; import QueryResultsAttachmentDownload, { FILE_DOWNLOAD_FIELD_MAP } from './QueryResultsAttachmentDownload'; import QueryResultsCopyToClipboard from './QueryResultsCopyToClipboard'; diff --git a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsAttachmentDownload.tsx b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsAttachmentDownload.tsx index e4e551d04..4dfbc564c 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsAttachmentDownload.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsAttachmentDownload.tsx @@ -12,7 +12,7 @@ import { import { Maybe, SalesforceOrgUi, SalesforceRecord } from '@jetstream/types'; import { Icon, Modal, ScopedNotification, Tooltip } from '@jetstream/ui'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; export interface QueryResultsAttachmentDownloadProps { selectedOrg: SalesforceOrgUi; diff --git a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsCopyToClipboard.tsx b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsCopyToClipboard.tsx index 7a84c7c9b..b5de67f9a 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsCopyToClipboard.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsCopyToClipboard.tsx @@ -4,7 +4,7 @@ import { Maybe, SalesforceRecord } from '@jetstream/types'; import { ButtonGroupContainer, DropDown, Icon, Modal, Radio, RadioGroup, Tooltip } from '@jetstream/ui'; import classNames from 'classnames'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; type WhichRecords = 'all' | 'filtered' | 'selected'; diff --git a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsDownloadButton.tsx b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsDownloadButton.tsx index 70c00136e..4f2c9024f 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsDownloadButton.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsDownloadButton.tsx @@ -2,12 +2,11 @@ import { logger } from '@jetstream/shared/client-logger'; import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { AsyncJobNew, BulkDownloadJob, FileExtCsvXLSXJsonGSheet, Maybe, QueryResultsColumn, SalesforceOrgUi } from '@jetstream/types'; import { DownloadFromServerOpts, Icon, RecordDownloadModal } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; import { composeQuery, parseQuery } from 'soql-parser-js'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import * as fromQueryState from '../query.state'; export interface QueryResultsDownloadButtonProps { diff --git a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsMoreActions.tsx b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsMoreActions.tsx index 1fa331197..86e9d56f0 100644 --- a/apps/jetstream/src/app/components/query/QueryResults/QueryResultsMoreActions.tsx +++ b/apps/jetstream/src/app/components/query/QueryResults/QueryResultsMoreActions.tsx @@ -4,10 +4,10 @@ import { formatNumber, useNonInitialEffect } from '@jetstream/shared/ui-utils'; import { REGEX, pluralizeIfMultiple } from '@jetstream/shared/utils'; import { AsyncJobNew, Maybe, SalesforceOrgUi } from '@jetstream/types'; import { DropDown, Input, getSfdcRetUrl, salesforceLoginAndRedirect, useConfirmation } from '@jetstream/ui'; +import { fromJetstreamEvents } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useState } from 'react'; import { Query } from 'soql-parser-js'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; +import { useAmplitude } from '@jetstream/ui-core'; import BulkUpdateFromQueryModal from './BulkUpdateFromQuery/BulkUpdateFromQueryModal'; import QueryResultsGetRecAsApexModal from './QueryResultsGetRecAsApexModal'; diff --git a/apps/jetstream/src/app/components/query/utils/__tests__/query-utils.data.ts b/apps/jetstream/src/app/components/query/utils/__tests__/query-utils.data.ts deleted file mode 100644 index 793bb55bd..000000000 --- a/apps/jetstream/src/app/components/query/utils/__tests__/query-utils.data.ts +++ /dev/null @@ -1,62772 +0,0 @@ -export const DESCRIBE_GLOBAL_SPEC = { - data: { - encoding: 'UTF-8', - maxBatchSize: 200, - sobjects: [ - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Change Event: A Custom Obj', - labelPlural: 'Change Event: A Custom Obj', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'A_Custom_Obj__ChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/A_Custom_Obj__ChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/A_Custom_Obj__ChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/A_Custom_Obj__ChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/A_Custom_Obj__ChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/A_Custom_Obj__ChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'History: A Custom Obj', - labelPlural: 'History: A Custom Obj', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'A_Custom_Obj__History', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/A_Custom_Obj__History/{ID}', - defaultValues: '/services/data/v49.0/sobjects/A_Custom_Obj__History/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/A_Custom_Obj__History/describe', - sobject: '/services/data/v49.0/sobjects/A_Custom_Obj__History', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Share: A Custom Obj', - labelPlural: 'Share: A Custom Obj', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'A_Custom_Obj__Share', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/A_Custom_Obj__Share/{ID}', - defaultValues: '/services/data/v49.0/sobjects/A_Custom_Obj__Share/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/A_Custom_Obj__Share/describe', - sobject: '/services/data/v49.0/sobjects/A_Custom_Obj__Share', - }, - }, - { - activateable: false, - createable: true, - custom: true, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: 'a00', - label: 'A Custom Obj', - labelPlural: 'A Custom Objs', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'A_Custom_Obj__c', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/A_Custom_Obj__c/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/A_Custom_Obj__c/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/A_Custom_Obj__c/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/A_Custom_Obj__c/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/A_Custom_Obj__c/describe', - quickActions: '/services/data/v49.0/sobjects/A_Custom_Obj__c/quickActions', - layouts: '/services/data/v49.0/sobjects/A_Custom_Obj__c/describe/layouts', - sobject: '/services/data/v49.0/sobjects/A_Custom_Obj__c', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Accepted Event Relation', - labelPlural: 'Accepted Event Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AcceptedEventRelation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AcceptedEventRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AcceptedEventRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AcceptedEventRelation/describe', - sobject: '/services/data/v49.0/sobjects/AcceptedEventRelation', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '001', - label: 'Account', - labelPlural: 'Accounts', - layoutable: true, - mergeable: true, - mruEnabled: true, - name: 'Account', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Account/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Account/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Account/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Account/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Account/listviews', - describe: '/services/data/v49.0/sobjects/Account/describe', - quickActions: '/services/data/v49.0/sobjects/Account/quickActions', - layouts: '/services/data/v49.0/sobjects/Account/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Account', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0TU', - label: 'Account Brand', - labelPlural: 'Account Brands', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AccountBrand', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AccountBrand/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AccountBrand/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountBrand/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountBrand/describe', - layouts: '/services/data/v49.0/sobjects/AccountBrand/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AccountBrand', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Account Brand Share', - labelPlural: 'Account Brand Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountBrandShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountBrandShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountBrandShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountBrandShare/describe', - sobject: '/services/data/v49.0/sobjects/AccountBrandShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Account Change Event', - labelPlural: 'Account Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AccountChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AccountChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/AccountChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1CA', - label: 'Account Clean Info', - labelPlural: 'Account Clean Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountCleanInfo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountCleanInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountCleanInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountCleanInfo/describe', - sobject: '/services/data/v49.0/sobjects/AccountCleanInfo', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02Z', - label: 'Account Contact Role', - labelPlural: 'Account Contact Roles', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountContactRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountContactRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountContactRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountContactRole/describe', - sobject: '/services/data/v49.0/sobjects/AccountContactRole', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Account Contact Role Change Event', - labelPlural: 'Account Contact Role Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountContactRoleChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountContactRoleChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AccountContactRoleChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AccountContactRoleChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountContactRoleChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/AccountContactRoleChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Account Feed', - labelPlural: 'Account Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountFeed/describe', - sobject: '/services/data/v49.0/sobjects/AccountFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Account History', - labelPlural: 'Account History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountHistory/describe', - sobject: '/services/data/v49.0/sobjects/AccountHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00I', - label: 'Account Partner', - labelPlural: 'Account Partner', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'AccountPartner', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AccountPartner/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AccountPartner/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountPartner/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountPartner/describe', - layouts: '/services/data/v49.0/sobjects/AccountPartner/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AccountPartner', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00r', - label: 'Account Share', - labelPlural: 'Account Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AccountShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AccountShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AccountShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AccountShare/describe', - sobject: '/services/data/v49.0/sobjects/AccountShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07g', - label: 'Action Link Group Template', - labelPlural: 'Action Link Group Templates', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ActionLinkGroupTemplate', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate/describe', - layouts: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ActionLinkGroupTemplate', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07l', - label: 'Action Link Template', - labelPlural: 'Action Link Templates', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ActionLinkTemplate', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ActionLinkTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActionLinkTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActionLinkTemplate/describe', - layouts: '/services/data/v49.0/sobjects/ActionLinkTemplate/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ActionLinkTemplate', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2AS', - label: 'Active Scratch Org', - labelPlural: 'Active Scratch Orgs', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ActiveScratchOrg', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ActiveScratchOrg/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ActiveScratchOrg/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ActiveScratchOrg/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ActiveScratchOrg/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActiveScratchOrg/describe', - quickActions: '/services/data/v49.0/sobjects/ActiveScratchOrg/quickActions', - layouts: '/services/data/v49.0/sobjects/ActiveScratchOrg/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ActiveScratchOrg', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Active Scratch Org Feed', - labelPlural: 'Active Scratch Org Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ActiveScratchOrgFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ActiveScratchOrgFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActiveScratchOrgFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActiveScratchOrgFeed/describe', - sobject: '/services/data/v49.0/sobjects/ActiveScratchOrgFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Active Scratch Org History', - labelPlural: 'Active Scratch Org History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ActiveScratchOrgHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ActiveScratchOrgHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActiveScratchOrgHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActiveScratchOrgHistory/describe', - sobject: '/services/data/v49.0/sobjects/ActiveScratchOrgHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Active Scratch Org Share', - labelPlural: 'Active Scratch Org Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ActiveScratchOrgShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ActiveScratchOrgShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActiveScratchOrgShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActiveScratchOrgShare/describe', - sobject: '/services/data/v49.0/sobjects/ActiveScratchOrgShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Activity History', - labelPlural: 'Activity History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ActivityHistory', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ActivityHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ActivityHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ActivityHistory/describe', - sobject: '/services/data/v49.0/sobjects/ActivityHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04m', - label: 'Additional Directory Number', - labelPlural: 'Additional Directory Numbers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AdditionalNumber', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AdditionalNumber/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AdditionalNumber/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AdditionalNumber/describe', - sobject: '/services/data/v49.0/sobjects/AdditionalNumber', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Aggregate Result', - labelPlural: 'Aggregate Result', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AggregateResult', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AggregateResult/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AggregateResult/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AggregateResult/describe', - sobject: '/services/data/v49.0/sobjects/AggregateResult', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Bt', - label: 'Announcement', - labelPlural: 'Announcements', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Announcement', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Announcement/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Announcement/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Announcement/describe', - sobject: '/services/data/v49.0/sobjects/Announcement', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01p', - label: 'Apex Class', - labelPlural: 'Apex Classes', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ApexClass', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexClass/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexClass/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexClass/describe', - sobject: '/services/data/v49.0/sobjects/ApexClass', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '099', - label: 'Visualforce Component', - labelPlural: 'Visualforce Components', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ApexComponent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexComponent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexComponent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexComponent/describe', - sobject: '/services/data/v49.0/sobjects/ApexComponent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06j', - label: 'Apex Email Notification', - labelPlural: 'Apex Email Notifications', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexEmailNotification', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexEmailNotification/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexEmailNotification/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexEmailNotification/describe', - sobject: '/services/data/v49.0/sobjects/ApexEmailNotification', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07L', - label: 'Apex Debug Log', - labelPlural: 'Apex Debug Log', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexLog', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexLog/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexLog/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexLog/describe', - sobject: '/services/data/v49.0/sobjects/ApexLog', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '066', - label: 'Visualforce Page', - labelPlural: 'Visualforce Pages', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ApexPage', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexPage/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexPage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexPage/describe', - sobject: '/services/data/v49.0/sobjects/ApexPage', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4ve', - label: 'Apex Page Info', - labelPlural: 'Apex Pages Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexPageInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexPageInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexPageInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexPageInfo/describe', - sobject: '/services/data/v49.0/sobjects/ApexPageInfo', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '709', - label: 'Apex Test Queue Item', - labelPlural: 'Apex Test Queue Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexTestQueueItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTestQueueItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTestQueueItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTestQueueItem/describe', - sobject: '/services/data/v49.0/sobjects/ApexTestQueueItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07M', - label: 'Apex Test Result', - labelPlural: 'Apex Test Results', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexTestResult', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTestResult/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTestResult/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTestResult/describe', - sobject: '/services/data/v49.0/sobjects/ApexTestResult', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05n', - label: 'Apex Test Result Limit', - labelPlural: 'Apex Test Result Limit', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexTestResultLimits', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTestResultLimits/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTestResultLimits/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTestResultLimits/describe', - sobject: '/services/data/v49.0/sobjects/ApexTestResultLimits', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05m', - label: 'Apex Test Run Result', - labelPlural: 'Apex Test Run Result', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexTestRunResult', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTestRunResult/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTestRunResult/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTestRunResult/describe', - sobject: '/services/data/v49.0/sobjects/ApexTestRunResult', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05F', - label: 'Apex Test Suite', - labelPlural: 'Apex Test Suites', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApexTestSuite', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTestSuite/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTestSuite/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTestSuite/describe', - sobject: '/services/data/v49.0/sobjects/ApexTestSuite', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01q', - label: 'Apex Trigger', - labelPlural: 'Apex Triggers', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ApexTrigger', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApexTrigger/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApexTrigger/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApexTrigger/describe', - sobject: '/services/data/v49.0/sobjects/ApexTrigger', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07t', - label: 'API Event', - labelPlural: 'API Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApiEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApiEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ApiEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApiEvent/describe', - sobject: '/services/data/v49.0/sobjects/ApiEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0QI', - label: 'API Event Stream', - labelPlural: 'API Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ApiEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ApiEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ApiEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ApiEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ApiEventStream/describe', - sobject: '/services/data/v49.0/sobjects/ApiEventStream', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XI', - label: 'App Analytics Query Request', - labelPlural: 'App Analytics Query Requests', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'AppAnalyticsQueryRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AppAnalyticsQueryRequest/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppAnalyticsQueryRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppAnalyticsQueryRequest/describe', - sobject: '/services/data/v49.0/sobjects/AppAnalyticsQueryRequest', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06m', - label: 'App Definition', - labelPlural: 'App Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AppDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AppDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppDefinition/describe', - sobject: '/services/data/v49.0/sobjects/AppDefinition', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DS', - label: 'AppMenuItem', - labelPlural: 'AppMenuItems', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AppMenuItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AppMenuItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppMenuItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppMenuItem/describe', - sobject: '/services/data/v49.0/sobjects/AppMenuItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06o', - label: 'App Tab Member', - labelPlural: 'App Tab Members', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AppTabMember', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AppTabMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppTabMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppTabMember/describe', - sobject: '/services/data/v49.0/sobjects/AppTabMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0eO', - label: 'Apple Domain Verification', - labelPlural: 'Apple Domain Verifications', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AppleDomainVerification', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AppleDomainVerification/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppleDomainVerification/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppleDomainVerification/describe', - sobject: '/services/data/v49.0/sobjects/AppleDomainVerification', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Vr', - label: 'Appointment Scheduling Policy', - labelPlural: 'Appointment Scheduling Policies', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'AppointmentSchedulingPolicy', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy/describe', - layouts: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AppointmentSchedulingPolicy', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02i', - label: 'Asset', - labelPlural: 'Assets', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Asset', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Asset/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Asset/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Asset/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Asset/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Asset/listviews', - describe: '/services/data/v49.0/sobjects/Asset/describe', - quickActions: '/services/data/v49.0/sobjects/Asset/quickActions', - layouts: '/services/data/v49.0/sobjects/Asset/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Asset', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Asset Change Event', - labelPlural: 'Asset Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AssetChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AssetChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/AssetChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Asset Feed', - labelPlural: 'Asset Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssetFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetFeed/describe', - sobject: '/services/data/v49.0/sobjects/AssetFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Asset History', - labelPlural: 'Asset History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssetHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetHistory/describe', - sobject: '/services/data/v49.0/sobjects/AssetHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1AR', - label: 'Asset Relationship', - labelPlural: 'Asset Relationships', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AssetRelationship', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AssetRelationship/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AssetRelationship/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AssetRelationship/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AssetRelationship/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetRelationship/describe', - quickActions: '/services/data/v49.0/sobjects/AssetRelationship/quickActions', - layouts: '/services/data/v49.0/sobjects/AssetRelationship/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AssetRelationship', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Asset Relationship Feed', - labelPlural: 'Asset Relationship Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetRelationshipFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetRelationshipFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssetRelationshipFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetRelationshipFeed/describe', - sobject: '/services/data/v49.0/sobjects/AssetRelationshipFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Asset Relationship History', - labelPlural: 'Asset Relationship History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetRelationshipHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetRelationshipHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssetRelationshipHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetRelationshipHistory/describe', - sobject: '/services/data/v49.0/sobjects/AssetRelationshipHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '70a', - label: 'Asset Share', - labelPlural: 'Asset Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssetShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetShare/describe', - sobject: '/services/data/v49.0/sobjects/AssetShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Li', - label: 'Asset Token Event', - labelPlural: 'Asset Token Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssetTokenEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssetTokenEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AssetTokenEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AssetTokenEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssetTokenEvent/describe', - sobject: '/services/data/v49.0/sobjects/AssetTokenEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03r', - label: 'Assigned Resource', - labelPlural: 'Assigned Resources', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'AssignedResource', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AssignedResource/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AssignedResource/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AssignedResource/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AssignedResource/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssignedResource/describe', - quickActions: '/services/data/v49.0/sobjects/AssignedResource/quickActions', - layouts: '/services/data/v49.0/sobjects/AssignedResource/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AssignedResource', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Assigned Resource Change Event', - labelPlural: 'Assigned Resource Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssignedResourceChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssignedResourceChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AssignedResourceChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AssignedResourceChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssignedResourceChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/AssignedResourceChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Assigned Resource Feed', - labelPlural: 'Assigned Resource Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssignedResourceFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssignedResourceFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssignedResourceFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssignedResourceFeed/describe', - sobject: '/services/data/v49.0/sobjects/AssignedResourceFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01Q', - label: 'Assignment Rule', - labelPlural: 'Assignment Rules', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssignmentRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssignmentRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssignmentRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssignmentRule/describe', - sobject: '/services/data/v49.0/sobjects/AssignmentRule', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Kt', - label: 'Associated Location', - labelPlural: 'Associated Locations', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AssociatedLocation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AssociatedLocation/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AssociatedLocation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssociatedLocation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssociatedLocation/describe', - layouts: '/services/data/v49.0/sobjects/AssociatedLocation/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AssociatedLocation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Associated Location History', - labelPlural: 'Associated Location History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AssociatedLocationHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AssociatedLocationHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AssociatedLocationHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AssociatedLocationHistory/describe', - sobject: '/services/data/v49.0/sobjects/AssociatedLocationHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '707', - label: 'Apex Job', - labelPlural: 'Apex Jobs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AsyncApexJob', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AsyncApexJob/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AsyncApexJob/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AsyncApexJob/describe', - sobject: '/services/data/v49.0/sobjects/AsyncApexJob', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Xw', - label: 'Async Operation Event', - labelPlural: 'Async Operation Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AsyncOperationEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AsyncOperationEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AsyncOperationEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AsyncOperationEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AsyncOperationEvent/describe', - sobject: '/services/data/v49.0/sobjects/AsyncOperationEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0YD', - label: 'Async Operation Status', - labelPlural: 'Async Operation Status', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AsyncOperationStatus', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AsyncOperationStatus/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AsyncOperationStatus/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AsyncOperationStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AsyncOperationStatus/describe', - sobject: '/services/data/v49.0/sobjects/AsyncOperationStatus', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Attached Content Document', - labelPlural: 'Attached Content Documents', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AttachedContentDocument', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AttachedContentDocument/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AttachedContentDocument/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AttachedContentDocument/describe', - sobject: '/services/data/v49.0/sobjects/AttachedContentDocument', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00P', - label: 'Attachment', - labelPlural: 'Attachments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Attachment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Attachment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Attachment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Attachment/describe', - sobject: '/services/data/v49.0/sobjects/Attachment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '6Au', - label: 'Audience', - labelPlural: 'Audiences', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Audience', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Audience/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Audience/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Audience/describe', - sobject: '/services/data/v49.0/sobjects/Audience', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ad', - label: 'Lightning Component Definition', - labelPlural: 'Lightning Component Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuraDefinition', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuraDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuraDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuraDefinition/describe', - sobject: '/services/data/v49.0/sobjects/AuraDefinition', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ab', - label: 'Aura Component Bundle', - labelPlural: 'Aura Component Bundles', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuraDefinitionBundle', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuraDefinitionBundle/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuraDefinitionBundle/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuraDefinitionBundle/describe', - sobject: '/services/data/v49.0/sobjects/AuraDefinitionBundle', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ab', - label: 'AuraDefinitionBundle Info', - labelPlural: 'AuraDefinitionBundle Infos', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuraDefinitionBundleInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuraDefinitionBundleInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuraDefinitionBundleInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuraDefinitionBundleInfo/describe', - sobject: '/services/data/v49.0/sobjects/AuraDefinitionBundleInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ad', - label: 'AuraDefinition Info', - labelPlural: 'AuraDefinition Infos', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuraDefinitionInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuraDefinitionInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuraDefinitionInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuraDefinitionInfo/describe', - sobject: '/services/data/v49.0/sobjects/AuraDefinitionInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07T', - label: 'Authentication Configuration', - labelPlural: 'Authentication Configurations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthConfig/describe', - sobject: '/services/data/v49.0/sobjects/AuthConfig', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07U', - label: 'Authentication Configuration Auth. Provider', - labelPlural: 'Authentication Configuration Auth. Providers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthConfigProviders', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthConfigProviders/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthConfigProviders/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthConfigProviders/describe', - sobject: '/services/data/v49.0/sobjects/AuthConfigProviders', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0SO', - label: 'Auth. Provider', - labelPlural: 'Auth. Providers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthProvider', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthProvider/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthProvider/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthProvider/describe', - sobject: '/services/data/v49.0/sobjects/AuthProvider', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ak', - label: 'Auth Session', - labelPlural: 'Auth Sessions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthSession', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthSession/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthSession/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthSession/describe', - sobject: '/services/data/v49.0/sobjects/AuthSession', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cI', - label: 'Authorization Form', - labelPlural: 'Authorization Forms', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AuthorizationForm', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AuthorizationForm/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationForm/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AuthorizationForm/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationForm/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationForm/describe', - layouts: '/services/data/v49.0/sobjects/AuthorizationForm/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AuthorizationForm', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cK', - label: 'Authorization Form Consent', - labelPlural: 'Authorization Form Consents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AuthorizationFormConsent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AuthorizationFormConsent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormConsent/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AuthorizationFormConsent/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormConsent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormConsent/describe', - layouts: '/services/data/v49.0/sobjects/AuthorizationFormConsent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormConsent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Consent Change Event', - labelPlural: 'Authorization Form Consent Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormConsentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormConsentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/AuthorizationFormConsentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormConsentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormConsentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormConsentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Consent History', - labelPlural: 'Authorization Form Consent History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormConsentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormConsentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormConsentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormConsentHistory/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormConsentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Consent Share', - labelPlural: 'Authorization Form Consent Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormConsentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormConsentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormConsentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormConsentShare/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormConsentShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cM', - label: 'Authorization Form Data Use', - labelPlural: 'Authorization Form Data Uses', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AuthorizationFormDataUse', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/describe', - layouts: '/services/data/v49.0/sobjects/AuthorizationFormDataUse/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormDataUse', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Data Use History', - labelPlural: 'Authorization Form Data Use History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormDataUseHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormDataUseHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormDataUseHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormDataUseHistory/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormDataUseHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Data Use Share', - labelPlural: 'Authorization Form Data Use Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormDataUseShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormDataUseShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormDataUseShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormDataUseShare/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormDataUseShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form History', - labelPlural: 'Authorization Form History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormHistory/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Share', - labelPlural: 'Authorization Form Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormShare/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cN', - label: 'Authorization Form Text', - labelPlural: 'Authorization Form Texts', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'AuthorizationFormText', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/AuthorizationFormText/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormText/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/AuthorizationFormText/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormText/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormText/describe', - layouts: '/services/data/v49.0/sobjects/AuthorizationFormText/describe/layouts', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormText', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Authorization Form Text History', - labelPlural: 'Authorization Form Text History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'AuthorizationFormTextHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/AuthorizationFormTextHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/AuthorizationFormTextHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/AuthorizationFormTextHistory/describe', - sobject: '/services/data/v49.0/sobjects/AuthorizationFormTextHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08P', - label: 'Background Operation', - labelPlural: 'Background Operations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BackgroundOperation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BackgroundOperation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BackgroundOperation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BackgroundOperation/describe', - sobject: '/services/data/v49.0/sobjects/BackgroundOperation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1QQ', - label: 'Batch Apex Error Platform Event', - labelPlural: 'Batch Apex Error Platform Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BatchApexErrorEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BatchApexErrorEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/BatchApexErrorEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/BatchApexErrorEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BatchApexErrorEvent/describe', - sobject: '/services/data/v49.0/sobjects/BatchApexErrorEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '016', - label: 'Letterhead', - labelPlural: 'Letterheads', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BrandTemplate', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BrandTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BrandTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BrandTemplate/describe', - sobject: '/services/data/v49.0/sobjects/BrandTemplate', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Lw', - label: 'Branding Set', - labelPlural: 'Branding Sets', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BrandingSet', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BrandingSet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BrandingSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BrandingSet/describe', - sobject: '/services/data/v49.0/sobjects/BrandingSet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ly', - label: 'Branding Set Property', - labelPlural: 'Branding Set Properties', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BrandingSetProperty', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BrandingSetProperty/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BrandingSetProperty/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BrandingSetProperty/describe', - sobject: '/services/data/v49.0/sobjects/BrandingSetProperty', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Change Event: Breaker19', - labelPlural: 'Change Event: Breaker19', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Breaker19__ChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Breaker19__ChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/Breaker19__ChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/Breaker19__ChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Breaker19__ChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/Breaker19__ChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Share: Breaker19', - labelPlural: 'Share: Breaker19', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Breaker19__Share', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Breaker19__Share/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Breaker19__Share/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Breaker19__Share/describe', - sobject: '/services/data/v49.0/sobjects/Breaker19__Share', - }, - }, - { - activateable: false, - createable: true, - custom: true, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: 'a01', - label: 'Breaker19', - labelPlural: 'Breaker19s', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'Breaker19__c', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Breaker19__c/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Breaker19__c/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Breaker19__c/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Breaker19__c/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Breaker19__c/describe', - quickActions: '/services/data/v49.0/sobjects/Breaker19__c/quickActions', - layouts: '/services/data/v49.0/sobjects/Breaker19__c/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Breaker19__c', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01m', - label: 'Business Hours', - labelPlural: 'Business Hours', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'BusinessHours', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/BusinessHours/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/BusinessHours/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BusinessHours/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BusinessHours/describe', - layouts: '/services/data/v49.0/sobjects/BusinessHours/describe/layouts', - sobject: '/services/data/v49.0/sobjects/BusinessHours', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '019', - label: 'Business Process', - labelPlural: 'Business Process', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'BusinessProcess', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/BusinessProcess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/BusinessProcess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/BusinessProcess/describe', - sobject: '/services/data/v49.0/sobjects/BusinessProcess', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '023', - label: 'Calendar', - labelPlural: 'Calendars', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Calendar', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Calendar/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Calendar/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Calendar/describe', - sobject: '/services/data/v49.0/sobjects/Calendar', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03A', - label: 'Calendar', - labelPlural: 'Calendars', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CalendarView', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CalendarView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CalendarView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CalendarView/describe', - sobject: '/services/data/v49.0/sobjects/CalendarView', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Calendar Share', - labelPlural: 'Calendar Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CalendarViewShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CalendarViewShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CalendarViewShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CalendarViewShare/describe', - sobject: '/services/data/v49.0/sobjects/CalendarViewShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04v', - label: 'Call Center', - labelPlural: 'Call Centers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CallCenter', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CallCenter/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CallCenter/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CallCenter/describe', - sobject: '/services/data/v49.0/sobjects/CallCenter', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0hn', - label: 'CallCoachingMediaProvider', - labelPlural: 'CallCoachingMediaProviders', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CallCoachingMediaProvider', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CallCoachingMediaProvider/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CallCoachingMediaProvider/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CallCoachingMediaProvider/describe', - sobject: '/services/data/v49.0/sobjects/CallCoachingMediaProvider', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: true, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '701', - label: 'Campaign', - labelPlural: 'Campaigns', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Campaign', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Campaign/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Campaign/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Campaign/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Campaign/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Campaign/listviews', - describe: '/services/data/v49.0/sobjects/Campaign/describe', - quickActions: '/services/data/v49.0/sobjects/Campaign/quickActions', - layouts: '/services/data/v49.0/sobjects/Campaign/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Campaign', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Campaign Change Event', - labelPlural: 'Campaign Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CampaignChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CampaignChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/CampaignChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Campaign Feed', - labelPlural: 'Campaign Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CampaignFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignFeed/describe', - sobject: '/services/data/v49.0/sobjects/CampaignFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Campaign Field History', - labelPlural: 'Campaign Field History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CampaignHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignHistory/describe', - sobject: '/services/data/v49.0/sobjects/CampaignHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00v', - label: 'Campaign Member', - labelPlural: 'Campaign Members', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CampaignMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CampaignMember/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CampaignMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CampaignMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignMember/describe', - layouts: '/services/data/v49.0/sobjects/CampaignMember/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CampaignMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Campaign Member Change Event', - labelPlural: 'Campaign Member Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignMemberChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignMemberChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CampaignMemberChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CampaignMemberChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignMemberChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/CampaignMemberChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01Y', - label: 'Campaign Member Status', - labelPlural: 'Campaign Member Statuses', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CampaignMemberStatus', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CampaignMemberStatus/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CampaignMemberStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CampaignMemberStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignMemberStatus/describe', - layouts: '/services/data/v49.0/sobjects/CampaignMemberStatus/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CampaignMemberStatus', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Campaign Member Status Change Event', - labelPlural: 'Campaign Member Status Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignMemberStatusChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignMemberStatusChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CampaignMemberStatusChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CampaignMemberStatusChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignMemberStatusChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/CampaignMemberStatusChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08s', - label: 'Campaign Share', - labelPlural: 'Campaign Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CampaignShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CampaignShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CampaignShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CampaignShare/describe', - sobject: '/services/data/v49.0/sobjects/CampaignShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03O', - label: 'Card Payment Method', - labelPlural: 'Card Payment Methods', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CardPaymentMethod', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CardPaymentMethod/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CardPaymentMethod/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CardPaymentMethod/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CardPaymentMethod/describe', - layouts: '/services/data/v49.0/sobjects/CardPaymentMethod/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CardPaymentMethod', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '500', - label: 'Case', - labelPlural: 'Cases', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Case', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Case/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Case/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Case/describe/approvalLayouts', - caseArticleSuggestions: '/services/data/v49.0/sobjects/Case/suggestedArticles', - caseRowArticleSuggestions: '/services/data/v49.0/sobjects/Case/{ID}/suggestedArticles', - defaultValues: '/services/data/v49.0/sobjects/Case/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Case/listviews', - describe: '/services/data/v49.0/sobjects/Case/describe', - quickActions: '/services/data/v49.0/sobjects/Case/quickActions', - layouts: '/services/data/v49.0/sobjects/Case/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Case', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case Change Event', - labelPlural: 'Case Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CaseChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CaseChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/CaseChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00a', - label: 'Case Comment', - labelPlural: 'Case Comments', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CaseComment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseComment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseComment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseComment/describe', - layouts: '/services/data/v49.0/sobjects/CaseComment/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CaseComment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03j', - label: 'Case Contact Role', - labelPlural: 'Case Contact Role', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CaseContactRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CaseContactRole/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CaseContactRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseContactRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseContactRole/describe', - layouts: '/services/data/v49.0/sobjects/CaseContactRole/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CaseContactRole', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case Feed', - labelPlural: 'Case Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseFeed/describe', - sobject: '/services/data/v49.0/sobjects/CaseFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case History', - labelPlural: 'Case History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseHistory/describe', - sobject: '/services/data/v49.0/sobjects/CaseHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01n', - label: 'Case Share', - labelPlural: 'Case Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseShare/describe', - sobject: '/services/data/v49.0/sobjects/CaseShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '010', - label: 'Case Solution', - labelPlural: 'Case Solution', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseSolution', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseSolution/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseSolution/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseSolution/describe', - sobject: '/services/data/v49.0/sobjects/CaseSolution', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case Status Value', - labelPlural: 'Case Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseStatus/describe', - sobject: '/services/data/v49.0/sobjects/CaseStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case Team Member', - labelPlural: 'Case Team Member', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseTeamMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseTeamMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseTeamMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseTeamMember/describe', - sobject: '/services/data/v49.0/sobjects/CaseTeamMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Case Team Member Role', - labelPlural: 'Case Team Member Role', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseTeamRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseTeamRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseTeamRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseTeamRole/describe', - sobject: '/services/data/v49.0/sobjects/CaseTeamRole', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Predefined Case Team', - labelPlural: 'Predefined Case Team', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseTeamTemplate', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseTeamTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseTeamTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseTeamTemplate/describe', - sobject: '/services/data/v49.0/sobjects/CaseTeamTemplate', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Predefined Case Team Member', - labelPlural: 'Predefined Case Team Member', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseTeamTemplateMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseTeamTemplateMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseTeamTemplateMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseTeamTemplateMember/describe', - sobject: '/services/data/v49.0/sobjects/CaseTeamTemplateMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Predefined Case Team Record', - labelPlural: 'Predefined Case Team Record', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CaseTeamTemplateRecord', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CaseTeamTemplateRecord/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CaseTeamTemplateRecord/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CaseTeamTemplateRecord/describe', - sobject: '/services/data/v49.0/sobjects/CaseTeamTemplateRecord', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02o', - label: 'Category Data', - labelPlural: 'Category Data', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CategoryData', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CategoryData/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CategoryData/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CategoryData/describe', - sobject: '/services/data/v49.0/sobjects/CategoryData', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02n', - label: 'Category Node', - labelPlural: 'Category Nodes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CategoryNode', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CategoryNode/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CategoryNode/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CategoryNode/describe', - sobject: '/services/data/v49.0/sobjects/CategoryNode', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Pk', - label: 'Channel Program', - labelPlural: 'Channel Programs', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ChannelProgram', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ChannelProgram/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgram/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ChannelProgram/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgram/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgram/describe', - quickActions: '/services/data/v49.0/sobjects/ChannelProgram/quickActions', - layouts: '/services/data/v49.0/sobjects/ChannelProgram/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ChannelProgram', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Feed', - labelPlural: 'Channel Program Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramFeed/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program History', - labelPlural: 'Channel Program History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramHistory/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Pl', - label: 'Channel Program Level', - labelPlural: 'Channel Program Levels', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ChannelProgramLevel', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ChannelProgramLevel/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramLevel/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ChannelProgramLevel/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramLevel/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramLevel/describe', - quickActions: '/services/data/v49.0/sobjects/ChannelProgramLevel/quickActions', - layouts: '/services/data/v49.0/sobjects/ChannelProgramLevel/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ChannelProgramLevel', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Level Feed', - labelPlural: 'Channel Program Level Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramLevelFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramLevelFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramLevelFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramLevelFeed/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramLevelFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Level History', - labelPlural: 'Channel Program Level History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramLevelHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramLevelHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramLevelHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramLevelHistory/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramLevelHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Level Share', - labelPlural: 'Channel Program Level Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramLevelShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramLevelShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramLevelShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramLevelShare/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramLevelShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Pm', - label: 'Channel Program Member', - labelPlural: 'Channel Program Members', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ChannelProgramMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ChannelProgramMember/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramMember/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ChannelProgramMember/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramMember/describe', - quickActions: '/services/data/v49.0/sobjects/ChannelProgramMember/quickActions', - layouts: '/services/data/v49.0/sobjects/ChannelProgramMember/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ChannelProgramMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'ChannelProgramMemberFeed', - labelPlural: '__MISSING LABEL__ PropertyFile - val ChannelProgramMember not found in section StandardFeedLabel', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramMemberFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramMemberFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramMemberFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramMemberFeed/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramMemberFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Member History', - labelPlural: 'Channel Program Member History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramMemberHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramMemberHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramMemberHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramMemberHistory/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramMemberHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Member Share', - labelPlural: 'Channel Program Member Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramMemberShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramMemberShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramMemberShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramMemberShare/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramMemberShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Channel Program Share', - labelPlural: 'Channel Program Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChannelProgramShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChannelProgramShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChannelProgramShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChannelProgramShare/describe', - sobject: '/services/data/v49.0/sobjects/ChannelProgramShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ca', - label: 'Chatter Activity', - labelPlural: 'Chatter Activity', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChatterActivity', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChatterActivity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChatterActivity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChatterActivity/describe', - sobject: '/services/data/v49.0/sobjects/ChatterActivity', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0MY', - label: 'Extension', - labelPlural: 'Extensions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChatterExtension', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChatterExtension/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChatterExtension/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChatterExtension/describe', - sobject: '/services/data/v49.0/sobjects/ChatterExtension', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ob', - label: 'Chatter Extension Configuration', - labelPlural: 'Chatter Extension Configurations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ChatterExtensionConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ChatterExtensionConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ChatterExtensionConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ChatterExtensionConfig/describe', - sobject: '/services/data/v49.0/sobjects/ChatterExtensionConfig', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '713', - label: 'Client Browser', - labelPlural: 'Client Browser', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ClientBrowser', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ClientBrowser/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ClientBrowser/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ClientBrowser/describe', - sobject: '/services/data/v49.0/sobjects/ClientBrowser', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0F9', - label: 'Group', - labelPlural: 'Groups', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CollaborationGroup', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CollaborationGroup/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CollaborationGroup/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationGroup/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/CollaborationGroup/listviews', - describe: '/services/data/v49.0/sobjects/CollaborationGroup/describe', - quickActions: '/services/data/v49.0/sobjects/CollaborationGroup/quickActions', - layouts: '/services/data/v49.0/sobjects/CollaborationGroup/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CollaborationGroup', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Group Feed', - labelPlural: 'Group Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CollaborationGroupFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CollaborationGroupFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationGroupFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CollaborationGroupFeed/describe', - sobject: '/services/data/v49.0/sobjects/CollaborationGroupFeed', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0FB', - label: 'Group Member', - labelPlural: 'Group Members', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CollaborationGroupMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CollaborationGroupMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationGroupMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CollaborationGroupMember/describe', - layouts: '/services/data/v49.0/sobjects/CollaborationGroupMember/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CollaborationGroupMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0I5', - label: 'Group Member Request', - labelPlural: 'Group Member Requests', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CollaborationGroupMemberRequest', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CollaborationGroupMemberRequest/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationGroupMemberRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CollaborationGroupMemberRequest/describe', - sobject: '/services/data/v49.0/sobjects/CollaborationGroupMemberRequest', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Aa', - label: 'Group Record', - labelPlural: 'Group Records', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CollaborationGroupRecord', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CollaborationGroupRecord/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CollaborationGroupRecord/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationGroupRecord/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CollaborationGroupRecord/describe', - layouts: '/services/data/v49.0/sobjects/CollaborationGroupRecord/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CollaborationGroupRecord', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0H1', - label: 'Chatter Invitation', - labelPlural: 'Chatter Invitations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CollaborationInvitation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CollaborationInvitation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CollaborationInvitation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CollaborationInvitation/describe', - sobject: '/services/data/v49.0/sobjects/CollaborationInvitation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05k', - label: 'Color Definition', - labelPlural: 'Color Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ColorDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ColorDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ColorDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ColorDefinition/describe', - sobject: '/services/data/v49.0/sobjects/ColorDefinition', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Note, Attachment, Google Doc And File', - labelPlural: 'Notes, Attachments, Google Docs And Files', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CombinedAttachment', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CombinedAttachment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CombinedAttachment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CombinedAttachment/describe', - sobject: '/services/data/v49.0/sobjects/CombinedAttachment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Xl', - label: 'Communication Subscription', - labelPlural: 'Communication Subscriptions', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CommSubscription', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CommSubscription/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CommSubscription/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CommSubscription/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CommSubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscription/describe', - quickActions: '/services/data/v49.0/sobjects/CommSubscription/quickActions', - layouts: '/services/data/v49.0/sobjects/CommSubscription/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CommSubscription', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0eB', - label: 'Communication Subscription Channel Type', - labelPlural: 'Communication Subscription Channel Types', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CommSubscriptionChannelType', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/describe', - quickActions: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/quickActions', - layouts: '/services/data/v49.0/sobjects/CommSubscriptionChannelType/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionChannelType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Channel Type Feed', - labelPlural: 'Communication Subscription Channel Type Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionChannelTypeFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeFeed/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Channel Type History', - labelPlural: 'Communication Subscription Channel Type History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionChannelTypeHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeHistory/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Channel Type Share', - labelPlural: 'Communication Subscription Channel Type Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionChannelTypeShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeShare/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionChannelTypeShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0dY', - label: 'Communication Subscription Consent', - labelPlural: 'Communication Subscription Consents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CommSubscriptionConsent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CommSubscriptionConsent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionConsent/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CommSubscriptionConsent/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionConsent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionConsent/describe', - quickActions: '/services/data/v49.0/sobjects/CommSubscriptionConsent/quickActions', - layouts: '/services/data/v49.0/sobjects/CommSubscriptionConsent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionConsent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Consent Change Event', - labelPlural: 'Communication Subscription Consent Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionConsentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionConsentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CommSubscriptionConsentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionConsentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionConsentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionConsentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Consent Feed', - labelPlural: 'Communication Subscription Consent Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionConsentFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionConsentFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionConsentFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionConsentFeed/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionConsentFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Consent History', - labelPlural: 'Communication Subscription Consent History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionConsentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionConsentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionConsentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionConsentHistory/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionConsentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Consent Share', - labelPlural: 'Communication Subscription Consent Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionConsentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionConsentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionConsentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionConsentShare/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionConsentShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Feed', - labelPlural: 'Communication Subscription Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionFeed/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription History', - labelPlural: 'Communication Subscription History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionHistory/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Share', - labelPlural: 'Communication Subscription Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionShare/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0al', - label: 'Communication Subscription Timing', - labelPlural: 'Communication Subscription Timings', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CommSubscriptionTiming', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CommSubscriptionTiming/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionTiming/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CommSubscriptionTiming/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionTiming/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionTiming/describe', - quickActions: '/services/data/v49.0/sobjects/CommSubscriptionTiming/quickActions', - layouts: '/services/data/v49.0/sobjects/CommSubscriptionTiming/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionTiming', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Timing Feed', - labelPlural: 'Communication Subscription Timing Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionTimingFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionTimingFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionTimingFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionTimingFeed/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionTimingFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Communication Subscription Timing History', - labelPlural: 'Communication Subscription Timing History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CommSubscriptionTimingHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CommSubscriptionTimingHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CommSubscriptionTimingHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CommSubscriptionTimingHistory/describe', - sobject: '/services/data/v49.0/sobjects/CommSubscriptionTimingHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09a', - label: 'Zone', - labelPlural: 'Zones', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Community', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Community/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Community/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Community/describe', - sobject: '/services/data/v49.0/sobjects/Community', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1QR', - label: 'Concurrent Long Running Apex Error Event', - labelPlural: 'Concurrent Long Running Apex Error Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConcurLongRunApexErrEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConcurLongRunApexErrEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ConcurLongRunApexErrEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ConcurLongRunApexErrEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConcurLongRunApexErrEvent/describe', - sobject: '/services/data/v49.0/sobjects/ConcurLongRunApexErrEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ah', - label: 'Conference Number', - labelPlural: 'Conference Numbers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConferenceNumber', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConferenceNumber/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConferenceNumber/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConferenceNumber/describe', - sobject: '/services/data/v49.0/sobjects/ConferenceNumber', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0H4', - label: 'Connected App', - labelPlural: 'Connected Apps', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConnectedApplication', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConnectedApplication/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConnectedApplication/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConnectedApplication/describe', - sobject: '/services/data/v49.0/sobjects/ConnectedApplication', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mo', - label: 'Consumption Rate', - labelPlural: 'Consumption Rates', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ConsumptionRate', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ConsumptionRate/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionRate/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ConsumptionRate/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionRate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionRate/describe', - layouts: '/services/data/v49.0/sobjects/ConsumptionRate/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ConsumptionRate', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Consumption Rate History ID', - labelPlural: 'Consumption Rate History ID', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConsumptionRateHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionRateHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionRateHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionRateHistory/describe', - sobject: '/services/data/v49.0/sobjects/ConsumptionRateHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mh', - label: 'Consumption Schedule', - labelPlural: 'Consumption Schedules', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ConsumptionSchedule', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ConsumptionSchedule/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionSchedule/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ConsumptionSchedule/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionSchedule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionSchedule/describe', - quickActions: '/services/data/v49.0/sobjects/ConsumptionSchedule/quickActions', - layouts: '/services/data/v49.0/sobjects/ConsumptionSchedule/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ConsumptionSchedule', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'ConsumptionSchedule', - labelPlural: 'ConsumptionSchedule', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConsumptionScheduleFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionScheduleFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionScheduleFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionScheduleFeed/describe', - sobject: '/services/data/v49.0/sobjects/ConsumptionScheduleFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Consumption Schedule History ID', - labelPlural: 'Consumption Schedule History ID', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConsumptionScheduleHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionScheduleHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionScheduleHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionScheduleHistory/describe', - sobject: '/services/data/v49.0/sobjects/ConsumptionScheduleHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Consumption Schedule Share', - labelPlural: 'Consumption Schedule Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConsumptionScheduleShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConsumptionScheduleShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConsumptionScheduleShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConsumptionScheduleShare/describe', - sobject: '/services/data/v49.0/sobjects/ConsumptionScheduleShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '003', - label: 'Contact', - labelPlural: 'Contacts', - layoutable: true, - mergeable: true, - mruEnabled: true, - name: 'Contact', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Contact/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Contact/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Contact/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Contact/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Contact/listviews', - describe: '/services/data/v49.0/sobjects/Contact/describe', - quickActions: '/services/data/v49.0/sobjects/Contact/quickActions', - layouts: '/services/data/v49.0/sobjects/Contact/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Contact', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Change Event', - labelPlural: 'Contact Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1CC', - label: 'Contact Clean Info', - labelPlural: 'Contact Clean Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactCleanInfo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactCleanInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactCleanInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactCleanInfo/describe', - sobject: '/services/data/v49.0/sobjects/ContactCleanInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Feed', - labelPlural: 'Contact Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactFeed/describe', - sobject: '/services/data/v49.0/sobjects/ContactFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact History', - labelPlural: 'Contact History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '8lW', - label: 'Contact Point Address', - labelPlural: 'Contact Point Addresses', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactPointAddress', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactPointAddress/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactPointAddress/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ContactPointAddress/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ContactPointAddress/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointAddress/describe', - layouts: '/services/data/v49.0/sobjects/ContactPointAddress/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactPointAddress', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Address Change Event', - labelPlural: 'Contact Point Address Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointAddressChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointAddressChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactPointAddressChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactPointAddressChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointAddressChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointAddressChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Address History', - labelPlural: 'Contact Point Address History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointAddressHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointAddressHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointAddressHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointAddressHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointAddressHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Address Share', - labelPlural: 'Contact Point Address Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointAddressShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointAddressShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointAddressShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointAddressShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointAddressShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ZX', - label: 'Contact Point Consent', - labelPlural: 'Contact Point Consents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactPointConsent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactPointConsent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactPointConsent/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ContactPointConsent/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ContactPointConsent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointConsent/describe', - layouts: '/services/data/v49.0/sobjects/ContactPointConsent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactPointConsent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Consent Change Event', - labelPlural: 'Contact Point Consent Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointConsentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointConsentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactPointConsentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactPointConsentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointConsentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointConsentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Consent History', - labelPlural: 'Contact Point Consent History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointConsentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointConsentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointConsentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointConsentHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointConsentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Consent Share', - labelPlural: 'Contact Point Consent Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointConsentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointConsentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointConsentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointConsentShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointConsentShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '9Vl', - label: 'Contact Point Email', - labelPlural: 'Contact Point Emails', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactPointEmail', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactPointEmail/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactPointEmail/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ContactPointEmail/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ContactPointEmail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointEmail/describe', - layouts: '/services/data/v49.0/sobjects/ContactPointEmail/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactPointEmail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Email Change Event', - labelPlural: 'Contact Point Email Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointEmailChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointEmailChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactPointEmailChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactPointEmailChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointEmailChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointEmailChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Email History', - labelPlural: 'Contact Point Email History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointEmailHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointEmailHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointEmailHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointEmailHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointEmailHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Email Share', - labelPlural: 'Contact Point Email Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointEmailShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointEmailShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointEmailShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointEmailShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointEmailShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ow', - label: 'Contact Point Phone', - labelPlural: 'Contact Point Phones', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactPointPhone', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactPointPhone/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactPointPhone/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ContactPointPhone/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ContactPointPhone/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointPhone/describe', - layouts: '/services/data/v49.0/sobjects/ContactPointPhone/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactPointPhone', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Phone Change Event', - labelPlural: 'Contact Point Phone Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointPhoneChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointPhoneChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactPointPhoneChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactPointPhoneChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointPhoneChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointPhoneChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Phone History', - labelPlural: 'Contact Point Phone History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointPhoneHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointPhoneHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointPhoneHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointPhoneHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointPhoneHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Phone Share', - labelPlural: 'Contact Point Phone Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointPhoneShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointPhoneShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointPhoneShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointPhoneShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointPhoneShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ZY', - label: 'Contact Point Type Consent', - labelPlural: 'Contact Point Type Consents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactPointTypeConsent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactPointTypeConsent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactPointTypeConsent/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ContactPointTypeConsent/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ContactPointTypeConsent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointTypeConsent/describe', - layouts: '/services/data/v49.0/sobjects/ContactPointTypeConsent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactPointTypeConsent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Type Consent Change Event', - labelPlural: 'Contact Point Type Consent Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointTypeConsentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointTypeConsentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContactPointTypeConsentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContactPointTypeConsentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointTypeConsentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointTypeConsentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Type Consent History', - labelPlural: 'Contact Point Type Consent History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointTypeConsentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointTypeConsentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointTypeConsentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointTypeConsentHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointTypeConsentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Point Type Consent Share', - labelPlural: 'Contact Point Type Consent Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactPointTypeConsentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactPointTypeConsentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactPointTypeConsentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactPointTypeConsentShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactPointTypeConsentShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Tz', - label: 'Contact Request', - labelPlural: 'Contact Requests', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContactRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContactRequest/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContactRequest/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactRequest/describe', - layouts: '/services/data/v49.0/sobjects/ContactRequest/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContactRequest', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contact Request Share', - labelPlural: 'Contact Request Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactRequestShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactRequestShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactRequestShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactRequestShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactRequestShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03s', - label: 'Contact Share', - labelPlural: 'Contact Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContactShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContactShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContactShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContactShare/describe', - sobject: '/services/data/v49.0/sobjects/ContactShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03S', - label: 'Asset File', - labelPlural: 'Asset Files', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentAsset', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentAsset/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentAsset/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentAsset/describe', - sobject: '/services/data/v49.0/sobjects/ContentAsset', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05T', - label: 'Content Body', - labelPlural: 'Content Bodies', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentBody', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentBody/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentBody/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentBody/describe', - sobject: '/services/data/v49.0/sobjects/ContentBody', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05D', - label: 'Content Delivery', - labelPlural: 'Content Deliveries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDistribution', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDistribution/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDistribution/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDistribution/describe', - sobject: '/services/data/v49.0/sobjects/ContentDistribution', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05H', - label: 'Content Delivery View', - labelPlural: 'Content Delivery Views', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDistributionView', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDistributionView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDistributionView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDistributionView/describe', - sobject: '/services/data/v49.0/sobjects/ContentDistributionView', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '069', - label: 'Content Document', - labelPlural: 'Content Documents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ContentDocument', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContentDocument/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContentDocument/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDocument/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDocument/describe', - layouts: '/services/data/v49.0/sobjects/ContentDocument/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContentDocument', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'ContentDocument Feed', - labelPlural: 'ContentDocument Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDocumentFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDocumentFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDocumentFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDocumentFeed/describe', - sobject: '/services/data/v49.0/sobjects/ContentDocumentFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Content Document History', - labelPlural: 'Content Document History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDocumentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDocumentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDocumentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDocumentHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContentDocumentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06A', - label: 'Content Document Link', - labelPlural: 'Content Document Link', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDocumentLink', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDocumentLink/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDocumentLink/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDocumentLink/describe', - sobject: '/services/data/v49.0/sobjects/ContentDocumentLink', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '057', - label: 'Content Document Subscription', - labelPlural: 'Content Document Subscriptions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentDocumentSubscription', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentDocumentSubscription/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentDocumentSubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentDocumentSubscription/describe', - sobject: '/services/data/v49.0/sobjects/ContentDocumentSubscription', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07H', - label: 'Content Folder', - labelPlural: 'Content Folders', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentFolder', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentFolder/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentFolder/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentFolder/describe', - sobject: '/services/data/v49.0/sobjects/ContentFolder', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Content Folder Item', - labelPlural: 'Content Folder Items', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ContentFolderItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContentFolderItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContentFolderItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentFolderItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentFolderItem/describe', - layouts: '/services/data/v49.0/sobjects/ContentFolderItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContentFolderItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07v', - label: 'Content Folder Link', - labelPlural: 'Content Folder Links', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentFolderLink', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentFolderLink/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentFolderLink/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentFolderLink/describe', - sobject: '/services/data/v49.0/sobjects/ContentFolderLink', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07I', - label: 'Content Folder Member', - labelPlural: 'Content Folder Members', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentFolderMember', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentFolderMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentFolderMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentFolderMember/describe', - sobject: '/services/data/v49.0/sobjects/ContentFolderMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05V', - label: 'Content Notification', - labelPlural: 'Content Notifications', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentNotification', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentNotification/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentNotification/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentNotification/describe', - sobject: '/services/data/v49.0/sobjects/ContentNotification', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05Q', - label: 'Content Tag Subscription', - labelPlural: 'Content Tag Subscriptions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentTagSubscription', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentTagSubscription/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentTagSubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentTagSubscription/describe', - sobject: '/services/data/v49.0/sobjects/ContentTagSubscription', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05S', - label: 'Content User Subscription', - labelPlural: 'Content User Subscriptions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentUserSubscription', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentUserSubscription/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentUserSubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentUserSubscription/describe', - sobject: '/services/data/v49.0/sobjects/ContentUserSubscription', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '068', - label: 'Content Version', - labelPlural: 'Content Versions', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ContentVersion', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContentVersion/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContentVersion/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentVersion/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentVersion/describe', - layouts: '/services/data/v49.0/sobjects/ContentVersion/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContentVersion', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05C', - label: 'Content Version Comment', - labelPlural: 'Content Version Comments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentVersionComment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentVersionComment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentVersionComment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentVersionComment/describe', - sobject: '/services/data/v49.0/sobjects/ContentVersionComment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Content Version History', - labelPlural: 'Content Version History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentVersionHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentVersionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentVersionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentVersionHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContentVersionHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05J', - label: 'Content Version Rating', - labelPlural: 'Content Version Ratings', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentVersionRating', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentVersionRating/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentVersionRating/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentVersionRating/describe', - sobject: '/services/data/v49.0/sobjects/ContentVersionRating', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '058', - label: 'Library', - labelPlural: 'Libraries', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ContentWorkspace', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContentWorkspace/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContentWorkspace/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentWorkspace/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentWorkspace/describe', - layouts: '/services/data/v49.0/sobjects/ContentWorkspace/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContentWorkspace', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '059', - label: 'Library Document', - labelPlural: 'Library Documents', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentWorkspaceDoc', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentWorkspaceDoc/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentWorkspaceDoc/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentWorkspaceDoc/describe', - sobject: '/services/data/v49.0/sobjects/ContentWorkspaceDoc', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05A', - label: 'Library Member', - labelPlural: 'Library Members', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentWorkspaceMember', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentWorkspaceMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentWorkspaceMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentWorkspaceMember/describe', - sobject: '/services/data/v49.0/sobjects/ContentWorkspaceMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05P', - label: 'Library Permission', - labelPlural: 'Library Permissions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentWorkspacePermission', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentWorkspacePermission/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentWorkspacePermission/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentWorkspacePermission/describe', - sobject: '/services/data/v49.0/sobjects/ContentWorkspacePermission', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05R', - label: 'Content Workspace Subscription', - labelPlural: 'Content Workspace Subscriptions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContentWorkspaceSubscription', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContentWorkspaceSubscription/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContentWorkspaceSubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContentWorkspaceSubscription/describe', - sobject: '/services/data/v49.0/sobjects/ContentWorkspaceSubscription', - }, - }, - { - activateable: true, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '800', - label: 'Contract', - labelPlural: 'Contracts', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Contract', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Contract/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Contract/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Contract/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Contract/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Contract/listviews', - describe: '/services/data/v49.0/sobjects/Contract/describe', - quickActions: '/services/data/v49.0/sobjects/Contract/quickActions', - layouts: '/services/data/v49.0/sobjects/Contract/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Contract', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contract Change Event', - labelPlural: 'Contract Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContractChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContractChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ContractChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ContractChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContractChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ContractChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02a', - label: 'Contract Contact Role', - labelPlural: 'Contract Contact Role', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ContractContactRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ContractContactRole/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ContractContactRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContractContactRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContractContactRole/describe', - layouts: '/services/data/v49.0/sobjects/ContractContactRole/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ContractContactRole', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contract Feed', - labelPlural: 'Contract Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContractFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContractFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContractFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContractFeed/describe', - sobject: '/services/data/v49.0/sobjects/ContractFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contract History', - labelPlural: 'Contract History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContractHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContractHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContractHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContractHistory/describe', - sobject: '/services/data/v49.0/sobjects/ContractHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Contract Status Value', - labelPlural: 'Contract Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ContractStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ContractStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ContractStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ContractStatus/describe', - sobject: '/services/data/v49.0/sobjects/ContractStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '577', - label: 'Conversation Context Entry', - labelPlural: 'Conversation Context Entries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConversationContextEntry', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConversationContextEntry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConversationContextEntry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConversationContextEntry/describe', - sobject: '/services/data/v49.0/sobjects/ConversationContextEntry', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Zy', - label: 'Conversation Entry', - labelPlural: 'Conversation Entries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ConversationEntry', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ConversationEntry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ConversationEntry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ConversationEntry/describe', - sobject: '/services/data/v49.0/sobjects/ConversationEntry', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '074', - label: 'CORS Allowed Origin List', - labelPlural: 'CORS Allowed Origins List', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CorsWhitelistEntry', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CorsWhitelistEntry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CorsWhitelistEntry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CorsWhitelistEntry/describe', - sobject: '/services/data/v49.0/sobjects/CorsWhitelistEntry', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0fi', - label: 'Credential Stuffing Event', - labelPlural: 'Credential Stuffing Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CredentialStuffingEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CredentialStuffingEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/CredentialStuffingEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/CredentialStuffingEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CredentialStuffingEvent/describe', - sobject: '/services/data/v49.0/sobjects/CredentialStuffingEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0fj', - label: 'Credential Stuffing Event Store', - labelPlural: 'Credential Stuffing Event Stores', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CredentialStuffingEventStore', - queryable: true, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/describe', - quickActions: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/quickActions', - layouts: '/services/data/v49.0/sobjects/CredentialStuffingEventStore/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CredentialStuffingEventStore', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Credential Stuffing Event Store Feed', - labelPlural: 'Credential Stuffing Event Store Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CredentialStuffingEventStoreFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CredentialStuffingEventStoreFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CredentialStuffingEventStoreFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CredentialStuffingEventStoreFeed/describe', - sobject: '/services/data/v49.0/sobjects/CredentialStuffingEventStoreFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '50g', - label: 'Credit Memo', - labelPlural: 'Credit Memos', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'CreditMemo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CreditMemo/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CreditMemo/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CreditMemo/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CreditMemo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CreditMemo/describe', - quickActions: '/services/data/v49.0/sobjects/CreditMemo/quickActions', - layouts: '/services/data/v49.0/sobjects/CreditMemo/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CreditMemo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '9yx', - label: 'Credit Memo Line', - labelPlural: 'Credit Memo Lines', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CreditMemoLine', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CreditMemoLine/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CreditMemoLine/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/CreditMemoLine/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/CreditMemoLine/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CreditMemoLine/describe', - layouts: '/services/data/v49.0/sobjects/CreditMemoLine/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CreditMemoLine', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Credit Memo Share', - labelPlural: 'Credit Memo Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CreditMemoShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CreditMemoShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CreditMemoShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CreditMemoShare/describe', - sobject: '/services/data/v49.0/sobjects/CreditMemoShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08a', - label: 'Cron Job', - labelPlural: 'Cron Job', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CronJobDetail', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CronJobDetail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CronJobDetail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CronJobDetail/describe', - sobject: '/services/data/v49.0/sobjects/CronJobDetail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08e', - label: 'Scheduled Jobs', - labelPlural: 'Scheduled Jobs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CronTrigger', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CronTrigger/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CronTrigger/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CronTrigger/describe', - sobject: '/services/data/v49.0/sobjects/CronTrigger', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08y', - label: 'Content Security Policy Trusted Site', - labelPlural: 'Content Security Policy Trusted Sites', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CspTrustedSite', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CspTrustedSite/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CspTrustedSite/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CspTrustedSite/describe', - sobject: '/services/data/v49.0/sobjects/CspTrustedSite', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07W', - label: 'Custom Brand', - labelPlural: 'Custom Brand', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomBrand', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomBrand/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomBrand/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomBrand/describe', - sobject: '/services/data/v49.0/sobjects/CustomBrand', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07X', - label: 'Custom Brand Asset', - labelPlural: 'Custom Brand Asset', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomBrandAsset', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomBrandAsset/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomBrandAsset/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomBrandAsset/describe', - sobject: '/services/data/v49.0/sobjects/CustomBrandAsset', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2Ca', - label: 'Custom Help Menu Item', - labelPlural: 'Custom Help Menu Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomHelpMenuItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomHelpMenuItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomHelpMenuItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomHelpMenuItem/describe', - sobject: '/services/data/v49.0/sobjects/CustomHelpMenuItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2Cx', - label: 'Custom Help Menu Section', - labelPlural: 'Custom Help Menu Sections', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomHelpMenuSection', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomHelpMenuSection/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomHelpMenuSection/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomHelpMenuSection/describe', - sobject: '/services/data/v49.0/sobjects/CustomHelpMenuSection', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XH', - label: 'Custom HTTP Header', - labelPlural: 'Custom HTTP Headers', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CustomHttpHeader', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CustomHttpHeader/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CustomHttpHeader/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomHttpHeader/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomHttpHeader/describe', - layouts: '/services/data/v49.0/sobjects/CustomHttpHeader/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CustomHttpHeader', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ML', - label: 'Custom Notification Type', - labelPlural: 'Custom Notification Types', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomNotificationType', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomNotificationType/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomNotificationType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomNotificationType/describe', - sobject: '/services/data/v49.0/sobjects/CustomNotificationType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3NA', - label: 'Custom Object Usage By User License Metric', - labelPlural: 'Custom Object Usage By User License Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'CustomObjectUserLicenseMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/CustomObjectUserLicenseMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomObjectUserLicenseMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomObjectUserLicenseMetrics/describe', - sobject: '/services/data/v49.0/sobjects/CustomObjectUserLicenseMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CP', - label: 'Custom Permission', - labelPlural: 'Custom Permissions', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CustomPermission', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CustomPermission/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CustomPermission/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomPermission/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomPermission/describe', - layouts: '/services/data/v49.0/sobjects/CustomPermission/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CustomPermission', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PD', - label: 'Custom Permission Dependency', - labelPlural: 'Custom Permission Dependencies', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'CustomPermissionDependency', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/CustomPermissionDependency/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/CustomPermissionDependency/{ID}', - defaultValues: '/services/data/v49.0/sobjects/CustomPermissionDependency/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/CustomPermissionDependency/describe', - layouts: '/services/data/v49.0/sobjects/CustomPermissionDependency/describe/layouts', - sobject: '/services/data/v49.0/sobjects/CustomPermissionDependency', - }, - }, - { - activateable: false, - createable: false, - custom: true, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: 'm00', - label: 'Custom Meta With Lookup', - labelPlural: 'Custom Meta With Lookups', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Custom_Meta_With_Lookup__mdt', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Custom_Meta_With_Lookup__mdt/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Custom_Meta_With_Lookup__mdt/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Custom_Meta_With_Lookup__mdt/describe', - layouts: '/services/data/v49.0/sobjects/Custom_Meta_With_Lookup__mdt/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Custom_Meta_With_Lookup__mdt', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06E', - label: 'D&B Company', - labelPlural: 'D&B Companies', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DandBCompany', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DandBCompany/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DandBCompany/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DandBCompany/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DandBCompany/describe', - layouts: '/services/data/v49.0/sobjects/DandBCompany/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DandBCompany', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01Z', - label: 'Dashboard', - labelPlural: 'Dashboards', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Dashboard', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Dashboard/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Dashboard/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Dashboard/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Dashboard/listviews', - describe: '/services/data/v49.0/sobjects/Dashboard/describe', - layouts: '/services/data/v49.0/sobjects/Dashboard/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Dashboard', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01a', - label: 'Dashboard Component', - labelPlural: 'Dashboard Components', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DashboardComponent', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DashboardComponent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DashboardComponent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DashboardComponent/describe', - sobject: '/services/data/v49.0/sobjects/DashboardComponent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Dashboard Component Feed', - labelPlural: 'Dashboard Component Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DashboardComponentFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DashboardComponentFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DashboardComponentFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DashboardComponentFeed/describe', - sobject: '/services/data/v49.0/sobjects/DashboardComponentFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Dashboard Feed', - labelPlural: 'Dashboard Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DashboardFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DashboardFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DashboardFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DashboardFeed/describe', - sobject: '/services/data/v49.0/sobjects/DashboardFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03Q', - label: 'Data Assessment Field Metric', - labelPlural: 'Data Assessment Field Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataAssessmentFieldMetric', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataAssessmentFieldMetric/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataAssessmentFieldMetric/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataAssessmentFieldMetric/describe', - sobject: '/services/data/v49.0/sobjects/DataAssessmentFieldMetric', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03P', - label: 'Data Assessment Metric', - labelPlural: 'Data Assessment Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataAssessmentMetric', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataAssessmentMetric/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataAssessmentMetric/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataAssessmentMetric/describe', - sobject: '/services/data/v49.0/sobjects/DataAssessmentMetric', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03R', - label: 'Data Assessment Field Value Metric', - labelPlural: 'Data Assessment Field Value Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataAssessmentValueMetric', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataAssessmentValueMetric/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataAssessmentValueMetric/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataAssessmentValueMetric/describe', - sobject: '/services/data/v49.0/sobjects/DataAssessmentValueMetric', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05a', - label: 'Data Statistics', - labelPlural: 'Data Statistics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataStatistics', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataStatistics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataStatistics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataStatistics/describe', - sobject: '/services/data/v49.0/sobjects/DataStatistics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4dt', - label: 'Data Type', - labelPlural: 'Data Types', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataType', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataType/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataType/describe', - sobject: '/services/data/v49.0/sobjects/DataType', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ZT', - label: 'Data Use Legal Basis', - labelPlural: 'Data Use Legal Bases', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DataUseLegalBasis', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DataUseLegalBasis/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DataUseLegalBasis/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/DataUseLegalBasis/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/DataUseLegalBasis/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUseLegalBasis/describe', - layouts: '/services/data/v49.0/sobjects/DataUseLegalBasis/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DataUseLegalBasis', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Data Use Legal Basis History', - labelPlural: 'Data Use Legal Basis History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataUseLegalBasisHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataUseLegalBasisHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataUseLegalBasisHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUseLegalBasisHistory/describe', - sobject: '/services/data/v49.0/sobjects/DataUseLegalBasisHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Data Use Legal Basis Share', - labelPlural: 'Data Use Legal Basis Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataUseLegalBasisShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataUseLegalBasisShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataUseLegalBasisShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUseLegalBasisShare/describe', - sobject: '/services/data/v49.0/sobjects/DataUseLegalBasisShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: true, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ZW', - label: 'Data Use Purpose', - labelPlural: 'Data Use Purposes', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DataUsePurpose', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DataUsePurpose/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DataUsePurpose/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/DataUsePurpose/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/DataUsePurpose/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUsePurpose/describe', - layouts: '/services/data/v49.0/sobjects/DataUsePurpose/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DataUsePurpose', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Data Use Purpose History', - labelPlural: 'Data Use Purpose History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataUsePurposeHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataUsePurposeHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataUsePurposeHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUsePurposeHistory/describe', - sobject: '/services/data/v49.0/sobjects/DataUsePurposeHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Data Use Purpose Share', - labelPlural: 'Data Use Purpose Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DataUsePurposeShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DataUsePurposeShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DataUsePurposeShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DataUsePurposeShare/describe', - sobject: '/services/data/v49.0/sobjects/DataUsePurposeShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07m', - label: 'Data.com Address', - labelPlural: 'Data.com Addresses', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DatacloudAddress', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DatacloudAddress/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudAddress/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudAddress/describe', - sobject: '/services/data/v49.0/sobjects/DatacloudAddress', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09K', - label: 'Data.com Company', - labelPlural: 'Data.com Companies', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'DatacloudCompany', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DatacloudCompany/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DatacloudCompany/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudCompany/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudCompany/describe', - layouts: '/services/data/v49.0/sobjects/DatacloudCompany/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DatacloudCompany', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08C', - label: 'Data.com Contact', - labelPlural: 'Data.com Contacts', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DatacloudContact', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DatacloudContact/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudContact/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudContact/describe', - sobject: '/services/data/v49.0/sobjects/DatacloudContact', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09N', - label: 'D&B Company', - labelPlural: 'DandB Companies', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'DatacloudDandBCompany', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DatacloudDandBCompany/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DatacloudDandBCompany/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudDandBCompany/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudDandBCompany/describe', - layouts: '/services/data/v49.0/sobjects/DatacloudDandBCompany/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DatacloudDandBCompany', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09O', - label: 'Data.com Owned Entity', - labelPlural: 'Data.com Owned Entity', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DatacloudOwnedEntity', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DatacloudOwnedEntity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudOwnedEntity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudOwnedEntity/describe', - sobject: '/services/data/v49.0/sobjects/DatacloudOwnedEntity', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09F', - label: 'Data.com Usage', - labelPlural: 'Data.com Usage', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DatacloudPurchaseUsage', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DatacloudPurchaseUsage/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DatacloudPurchaseUsage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DatacloudPurchaseUsage/describe', - sobject: '/services/data/v49.0/sobjects/DatacloudPurchaseUsage', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Declined Event Relation', - labelPlural: 'Declined Event Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DeclinedEventRelation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DeclinedEventRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DeclinedEventRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DeclinedEventRelation/describe', - sobject: '/services/data/v49.0/sobjects/DeclinedEventRelation', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0du', - label: 'External Managed Account', - labelPlural: 'External Managed Accounts', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DelegatedAccount', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DelegatedAccount/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DelegatedAccount/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/DelegatedAccount/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/DelegatedAccount/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DelegatedAccount/describe', - quickActions: '/services/data/v49.0/sobjects/DelegatedAccount/quickActions', - layouts: '/services/data/v49.0/sobjects/DelegatedAccount/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DelegatedAccount', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'External Managed Account Feed', - labelPlural: 'External Managed Account Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DelegatedAccountFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DelegatedAccountFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DelegatedAccountFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DelegatedAccountFeed/describe', - sobject: '/services/data/v49.0/sobjects/DelegatedAccountFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'External Managed Account History', - labelPlural: 'External Managed Account History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DelegatedAccountHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DelegatedAccountHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DelegatedAccountHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DelegatedAccountHistory/describe', - sobject: '/services/data/v49.0/sobjects/DelegatedAccountHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'External Managed Account Share', - labelPlural: 'External Managed Account Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DelegatedAccountShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DelegatedAccountShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DelegatedAccountShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DelegatedAccountShare/describe', - sobject: '/services/data/v49.0/sobjects/DelegatedAccountShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00C', - label: 'Recycle Bin Item', - labelPlural: 'Recycle Bin', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DeleteEvent', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DeleteEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DeleteEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DeleteEvent/describe', - sobject: '/services/data/v49.0/sobjects/DeleteEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1DW', - label: 'Digital Wallet', - labelPlural: 'Digital Wallets', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DigitalWallet', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DigitalWallet/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DigitalWallet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DigitalWallet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DigitalWallet/describe', - layouts: '/services/data/v49.0/sobjects/DigitalWallet/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DigitalWallet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '015', - label: 'Document', - labelPlural: 'Documents', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'Document', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Document/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Document/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Document/describe', - sobject: '/services/data/v49.0/sobjects/Document', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '05X', - label: 'Document Entity Map', - labelPlural: 'Document Entity Map', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DocumentAttachmentMap', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DocumentAttachmentMap/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DocumentAttachmentMap/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DocumentAttachmentMap/describe', - sobject: '/services/data/v49.0/sobjects/DocumentAttachmentMap', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0I4', - label: 'Domain', - labelPlural: 'Domains', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Domain', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Domain/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Domain/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Domain/describe', - sobject: '/services/data/v49.0/sobjects/Domain', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Jf', - label: 'Custom URL', - labelPlural: 'Custom URLs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'DomainSite', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/DomainSite/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DomainSite/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DomainSite/describe', - sobject: '/services/data/v49.0/sobjects/DomainSite', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0GL', - label: 'Duplicate Record Item', - labelPlural: 'Duplicate Record Items', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'DuplicateRecordItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DuplicateRecordItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DuplicateRecordItem/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/DuplicateRecordItem/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/DuplicateRecordItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DuplicateRecordItem/describe', - layouts: '/services/data/v49.0/sobjects/DuplicateRecordItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DuplicateRecordItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0GK', - label: 'Duplicate Record Set', - labelPlural: 'Duplicate Record Sets', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DuplicateRecordSet', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DuplicateRecordSet/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DuplicateRecordSet/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/DuplicateRecordSet/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/DuplicateRecordSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DuplicateRecordSet/describe', - layouts: '/services/data/v49.0/sobjects/DuplicateRecordSet/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DuplicateRecordSet', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Bm', - label: 'Duplicate Rule', - labelPlural: 'Duplicate Rules', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'DuplicateRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/DuplicateRule/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/DuplicateRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/DuplicateRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/DuplicateRule/describe', - layouts: '/services/data/v49.0/sobjects/DuplicateRule/describe/layouts', - sobject: '/services/data/v49.0/sobjects/DuplicateRule', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06F', - label: 'EmailCapture', - labelPlural: 'Email Captures', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailCapture', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailCapture/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailCapture/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailCapture/describe', - sobject: '/services/data/v49.0/sobjects/EmailCapture', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0T6', - label: 'Email Domain Filter', - labelPlural: 'Email Domain Filter', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailDomainFilter', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailDomainFilter/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailDomainFilter/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailDomainFilter/describe', - sobject: '/services/data/v49.0/sobjects/EmailDomainFilter', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09P', - label: 'Email Domain Key', - labelPlural: 'Email Domain Keys', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailDomainKey', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailDomainKey/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailDomainKey/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailDomainKey/describe', - sobject: '/services/data/v49.0/sobjects/EmailDomainKey', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '02s', - label: 'Email Message', - labelPlural: 'Email Messages', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'EmailMessage', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/EmailMessage/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/EmailMessage/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/EmailMessage/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/EmailMessage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailMessage/describe', - quickActions: '/services/data/v49.0/sobjects/EmailMessage/quickActions', - layouts: '/services/data/v49.0/sobjects/EmailMessage/describe/layouts', - sobject: '/services/data/v49.0/sobjects/EmailMessage', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Email Message Change Event', - labelPlural: 'Email Message Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailMessageChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailMessageChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/EmailMessageChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/EmailMessageChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailMessageChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/EmailMessageChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CZ', - label: 'Email Message Relation', - labelPlural: 'Email Message Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailMessageRelation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailMessageRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailMessageRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailMessageRelation/describe', - sobject: '/services/data/v49.0/sobjects/EmailMessageRelation', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '26Z', - label: 'Email Relay', - labelPlural: 'Email Relay', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailRelay', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailRelay/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailRelay/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailRelay/describe', - sobject: '/services/data/v49.0/sobjects/EmailRelay', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '093', - label: 'Email Services Address', - labelPlural: 'Email Services Address', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailServicesAddress', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailServicesAddress/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailServicesAddress/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailServicesAddress/describe', - sobject: '/services/data/v49.0/sobjects/EmailServicesAddress', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '091', - label: 'Email Service', - labelPlural: 'Email Services', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailServicesFunction', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailServicesFunction/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailServicesFunction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailServicesFunction/describe', - sobject: '/services/data/v49.0/sobjects/EmailServicesFunction', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '018', - label: 'Email Status', - labelPlural: 'Email Status', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailStatus', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailStatus/describe', - sobject: '/services/data/v49.0/sobjects/EmailStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00X', - label: 'Email Template', - labelPlural: 'Email Templates', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'EmailTemplate', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/EmailTemplate/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/EmailTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmailTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailTemplate/describe', - layouts: '/services/data/v49.0/sobjects/EmailTemplate/describe/layouts', - sobject: '/services/data/v49.0/sobjects/EmailTemplate', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Email Template Change Event', - labelPlural: 'Email Template Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmailTemplateChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmailTemplateChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/EmailTemplateChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/EmailTemplateChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmailTemplateChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/EmailTemplateChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Lq', - label: 'Embedded Service', - labelPlural: 'Embedded Services', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmbeddedServiceDetail', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmbeddedServiceDetail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmbeddedServiceDetail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmbeddedServiceDetail/describe', - sobject: '/services/data/v49.0/sobjects/EmbeddedServiceDetail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Uu', - label: 'Embedded Service Label', - labelPlural: 'Embedded Service Labels', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EmbeddedServiceLabel', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EmbeddedServiceLabel/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EmbeddedServiceLabel/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EmbeddedServiceLabel/describe', - sobject: '/services/data/v49.0/sobjects/EmbeddedServiceLabel', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0eF', - label: 'Engagement Channel Type', - labelPlural: 'Engagement Channel Types', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'EngagementChannelType', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/EngagementChannelType/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/EngagementChannelType/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/EngagementChannelType/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/EngagementChannelType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EngagementChannelType/describe', - quickActions: '/services/data/v49.0/sobjects/EngagementChannelType/quickActions', - layouts: '/services/data/v49.0/sobjects/EngagementChannelType/describe/layouts', - sobject: '/services/data/v49.0/sobjects/EngagementChannelType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Engagement Channel Type Feed', - labelPlural: 'Engagement Channel Type Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EngagementChannelTypeFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EngagementChannelTypeFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EngagementChannelTypeFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EngagementChannelTypeFeed/describe', - sobject: '/services/data/v49.0/sobjects/EngagementChannelTypeFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Engagement Channel Type History', - labelPlural: 'Engagement Channel Type History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EngagementChannelTypeHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EngagementChannelTypeHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EngagementChannelTypeHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EngagementChannelTypeHistory/describe', - sobject: '/services/data/v49.0/sobjects/EngagementChannelTypeHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Engagement Channel Type Share', - labelPlural: 'Engagement Channel Type Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EngagementChannelTypeShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EngagementChannelTypeShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EngagementChannelTypeShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EngagementChannelTypeShare/describe', - sobject: '/services/data/v49.0/sobjects/EngagementChannelTypeShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Rn', - label: 'Enhanced Letterhead', - labelPlural: 'Enhanced Letterheads', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'EnhancedLetterhead', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/EnhancedLetterhead/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/EnhancedLetterhead/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EnhancedLetterhead/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EnhancedLetterhead/describe', - layouts: '/services/data/v49.0/sobjects/EnhancedLetterhead/describe/layouts', - sobject: '/services/data/v49.0/sobjects/EnhancedLetterhead', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Enhanced Letterhead Feed', - labelPlural: 'Enhanced Letterhead Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EnhancedLetterheadFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EnhancedLetterheadFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EnhancedLetterheadFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EnhancedLetterheadFeed/describe', - sobject: '/services/data/v49.0/sobjects/EnhancedLetterheadFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4ie', - label: 'Entity Definition', - labelPlural: 'Entity Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EntityDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EntityDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EntityDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EntityDefinition/describe', - sobject: '/services/data/v49.0/sobjects/EntityDefinition', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Nv', - label: 'Entity Particle', - labelPlural: 'Entity Particles', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EntityParticle', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EntityParticle/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EntityParticle/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EntityParticle/describe', - sobject: '/services/data/v49.0/sobjects/EntityParticle', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0E8', - label: 'Entity Subscription', - labelPlural: 'Entity Subscriptions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EntitySubscription', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EntitySubscription/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EntitySubscription/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EntitySubscription/describe', - sobject: '/services/data/v49.0/sobjects/EntitySubscription', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00U', - label: 'Event', - labelPlural: 'Events', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Event', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Event/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Event/{ID}', - eventSeriesUpdates: '/services/data/v49.0/sobjects/Event/{ID}/fromThisEventOnwards', - defaultValues: '/services/data/v49.0/sobjects/Event/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Event/describe', - quickActions: '/services/data/v49.0/sobjects/Event/quickActions', - layouts: '/services/data/v49.0/sobjects/Event/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Event', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Cd', - label: 'Platform Event Subscription', - labelPlural: 'Platform Event Subscription', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventBusSubscriber', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventBusSubscriber/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EventBusSubscriber/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventBusSubscriber/describe', - sobject: '/services/data/v49.0/sobjects/EventBusSubscriber', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Event Change Event', - labelPlural: 'Event Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/EventChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/EventChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/EventChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Event Feed', - labelPlural: 'Event Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EventFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventFeed/describe', - sobject: '/services/data/v49.0/sobjects/EventFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0AT', - label: 'Event Log File', - labelPlural: 'Event Log Files', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventLogFile', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventLogFile/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EventLogFile/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventLogFile/describe', - sobject: '/services/data/v49.0/sobjects/EventLogFile', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0RE', - label: 'Event Relation', - labelPlural: 'Event Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventRelation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/EventRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventRelation/describe', - sobject: '/services/data/v49.0/sobjects/EventRelation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Event Relation Change Event', - labelPlural: 'Event Relation Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'EventRelationChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/EventRelationChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/EventRelationChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/EventRelationChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/EventRelationChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/EventRelationChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1GS', - label: 'ExpressionFilter', - labelPlural: 'ExpressionFilters', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ExpressionFilter', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExpressionFilter/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExpressionFilter/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExpressionFilter/describe', - sobject: '/services/data/v49.0/sobjects/ExpressionFilter', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '8BM', - label: 'ExpressionFilterCriteria', - labelPlural: 'ExpressionFilterCriteria', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ExpressionFilterCriteria', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExpressionFilterCriteria/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExpressionFilterCriteria/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExpressionFilterCriteria/describe', - sobject: '/services/data/v49.0/sobjects/ExpressionFilterCriteria', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XC', - label: 'External Data Source', - labelPlural: 'External Data Sources', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ExternalDataSource', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExternalDataSource/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExternalDataSource/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExternalDataSource/describe', - sobject: '/services/data/v49.0/sobjects/ExternalDataSource', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XU', - label: 'External Data User Authentication', - labelPlural: 'External Data User Authentications', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ExternalDataUserAuth', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExternalDataUserAuth/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExternalDataUserAuth/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExternalDataUserAuth/describe', - sobject: '/services/data/v49.0/sobjects/ExternalDataUserAuth', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0AY', - label: 'External Event', - labelPlural: 'External Events', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ExternalEvent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ExternalEvent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ExternalEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExternalEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExternalEvent/describe', - layouts: '/services/data/v49.0/sobjects/ExternalEvent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ExternalEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08N', - label: 'External Event Mapping', - labelPlural: 'External Event Mappings', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ExternalEventMapping', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExternalEventMapping/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ExternalEventMapping/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ExternalEventMapping/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExternalEventMapping/describe', - sobject: '/services/data/v49.0/sobjects/ExternalEventMapping', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'External Event Mapping Share', - labelPlural: 'External Event Mapping Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ExternalEventMappingShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ExternalEventMappingShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ExternalEventMappingShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ExternalEventMappingShare/describe', - sobject: '/services/data/v49.0/sobjects/ExternalEventMappingShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08M', - label: 'Feed Attachment', - labelPlural: 'Feed Attachments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedAttachment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedAttachment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedAttachment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedAttachment/describe', - sobject: '/services/data/v49.0/sobjects/FeedAttachment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0D7', - label: 'Feed Comment', - labelPlural: 'Feed Comments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedComment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedComment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedComment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedComment/describe', - sobject: '/services/data/v49.0/sobjects/FeedComment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0D5', - label: 'Feed Item', - labelPlural: 'Feed Items', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'FeedItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedItem/describe', - quickActions: '/services/data/v49.0/sobjects/FeedItem/quickActions', - layouts: '/services/data/v49.0/sobjects/FeedItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/FeedItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0I0', - label: 'Feed Like', - labelPlural: 'Feed Likes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedLike', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedLike/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedLike/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedLike/describe', - sobject: '/services/data/v49.0/sobjects/FeedLike', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09A', - label: 'Feed Poll Choice', - labelPlural: 'Feed Poll Choices', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedPollChoice', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedPollChoice/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedPollChoice/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedPollChoice/describe', - sobject: '/services/data/v49.0/sobjects/FeedPollChoice', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09B', - label: 'Feed Poll Vote', - labelPlural: 'Feed Poll Votes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedPollVote', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedPollVote/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedPollVote/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedPollVote/describe', - sobject: '/services/data/v49.0/sobjects/FeedPollVote', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08U', - label: 'Feed Revision', - labelPlural: 'Feed Revisions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedRevision', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedRevision/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedRevision/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedRevision/describe', - sobject: '/services/data/v49.0/sobjects/FeedRevision', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0QJ', - label: 'Feed Signal', - labelPlural: 'Feed Signals', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedSignal', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedSignal/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedSignal/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedSignal/describe', - sobject: '/services/data/v49.0/sobjects/FeedSignal', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0D6', - label: 'Feed Tracked Change', - labelPlural: 'Feed Tracked Changes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FeedTrackedChange', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FeedTrackedChange/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FeedTrackedChange/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FeedTrackedChange/describe', - sobject: '/services/data/v49.0/sobjects/FeedTrackedChange', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4fe', - label: 'Field Definition', - labelPlural: 'Field Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FieldDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FieldDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FieldDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FieldDefinition/describe', - sobject: '/services/data/v49.0/sobjects/FieldDefinition', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01k', - label: 'Field Permissions', - labelPlural: 'Field Permissions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FieldPermissions', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FieldPermissions/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FieldPermissions/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FieldPermissions/describe', - sobject: '/services/data/v49.0/sobjects/FieldPermissions', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Field Security Classification', - labelPlural: 'Field Security Classifications', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FieldSecurityClassification', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FieldSecurityClassification/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FieldSecurityClassification/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FieldSecurityClassification/describe', - sobject: '/services/data/v49.0/sobjects/FieldSecurityClassification', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06h', - label: 'FileSearchActivity', - labelPlural: 'File Search Activity', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FileSearchActivity', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FileSearchActivity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FileSearchActivity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FileSearchActivity/describe', - sobject: '/services/data/v49.0/sobjects/FileSearchActivity', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '022', - label: 'Fiscal Year Settings', - labelPlural: 'Fiscal Year Settings', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FiscalYearSettings', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FiscalYearSettings/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FiscalYearSettings/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FiscalYearSettings/describe', - sobject: '/services/data/v49.0/sobjects/FiscalYearSettings', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06i', - label: 'Flex Queue Item', - labelPlural: 'Flex Queue Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlexQueueItem', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlexQueueItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlexQueueItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlexQueueItem/describe', - sobject: '/services/data/v49.0/sobjects/FlexQueueItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3dd', - label: 'Flow Definition', - labelPlural: 'Flow Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowDefinitionView', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowDefinitionView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowDefinitionView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowDefinitionView/describe', - sobject: '/services/data/v49.0/sobjects/FlowDefinitionView', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0eC', - label: 'Flow Execution Error Event', - labelPlural: 'Flow Execution Error Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowExecutionErrorEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowExecutionErrorEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/FlowExecutionErrorEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/FlowExecutionErrorEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowExecutionErrorEvent/describe', - sobject: '/services/data/v49.0/sobjects/FlowExecutionErrorEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Fo', - label: 'Flow Interview', - labelPlural: 'Flow Interviews', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'FlowInterview', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/FlowInterview/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/FlowInterview/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowInterview/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowInterview/describe', - layouts: '/services/data/v49.0/sobjects/FlowInterview/describe/layouts', - sobject: '/services/data/v49.0/sobjects/FlowInterview', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '8gZ', - label: 'Flow Interview Log', - labelPlural: 'Flow Interview Logs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowInterviewLog', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowInterviewLog/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowInterviewLog/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowInterviewLog/describe', - sobject: '/services/data/v49.0/sobjects/FlowInterviewLog', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0f6', - label: 'Flow Interview Log Entry', - labelPlural: 'Flow Interview Log Entries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowInterviewLogEntry', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowInterviewLogEntry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowInterviewLogEntry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowInterviewLogEntry/describe', - sobject: '/services/data/v49.0/sobjects/FlowInterviewLogEntry', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Flow Interview Log Share', - labelPlural: 'Flow Interview Log Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowInterviewLogShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowInterviewLogShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowInterviewLogShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowInterviewLogShare/describe', - sobject: '/services/data/v49.0/sobjects/FlowInterviewLogShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Flow Interview Share', - labelPlural: 'Flow Interview Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowInterviewShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowInterviewShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowInterviewShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowInterviewShare/describe', - sobject: '/services/data/v49.0/sobjects/FlowInterviewShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '31z', - label: 'Flow Record Relation', - labelPlural: 'Flow Record Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowRecordRelation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowRecordRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowRecordRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowRecordRelation/describe', - sobject: '/services/data/v49.0/sobjects/FlowRecordRelation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '31y', - label: 'Flow Interview Stage Relation', - labelPlural: 'Flow Interview Stage Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowStageRelation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowStageRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowStageRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowStageRelation/describe', - sobject: '/services/data/v49.0/sobjects/FlowStageRelation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3ad', - label: 'Flow Variable', - labelPlural: 'Flow Variables', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowVariableView', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowVariableView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowVariableView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowVariableView/describe', - sobject: '/services/data/v49.0/sobjects/FlowVariableView', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3vd', - label: 'Flow Version', - labelPlural: 'Flow Versions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FlowVersionView', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FlowVersionView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FlowVersionView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FlowVersionView/describe', - sobject: '/services/data/v49.0/sobjects/FlowVersionView', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00l', - label: 'Folder', - labelPlural: 'Folders', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Folder', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Folder/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Folder/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Folder/describe', - sobject: '/services/data/v49.0/sobjects/Folder', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Foldered Content Document', - labelPlural: 'Foldered Content Documents', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FolderedContentDocument', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FolderedContentDocument/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FolderedContentDocument/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FolderedContentDocument/describe', - sobject: '/services/data/v49.0/sobjects/FolderedContentDocument', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Kn', - label: 'Formula Function', - labelPlural: 'Formula Functions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FormulaFunction', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FormulaFunction/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FormulaFunction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FormulaFunction/describe', - sobject: '/services/data/v49.0/sobjects/FormulaFunction', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0fE', - label: 'Formula Context Function', - labelPlural: 'Formula Context Functions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FormulaFunctionAllowedType', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FormulaFunctionAllowedType/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FormulaFunctionAllowedType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FormulaFunctionAllowedType/describe', - sobject: '/services/data/v49.0/sobjects/FormulaFunctionAllowedType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Kh', - label: 'Formula Function Category', - labelPlural: 'Formula Function Categories', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'FormulaFunctionCategory', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/FormulaFunctionCategory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/FormulaFunctionCategory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/FormulaFunctionCategory/describe', - sobject: '/services/data/v49.0/sobjects/FormulaFunctionCategory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06d', - label: 'Setting Granted By License', - labelPlural: 'Settings Granted By Licenses', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'GrantedByLicense', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/GrantedByLicense/{ID}', - defaultValues: '/services/data/v49.0/sobjects/GrantedByLicense/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/GrantedByLicense/describe', - sobject: '/services/data/v49.0/sobjects/GrantedByLicense', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00G', - label: 'Group', - labelPlural: 'Group', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Group', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Group/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Group/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Group/describe', - sobject: '/services/data/v49.0/sobjects/Group', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '011', - label: 'Group Member', - labelPlural: 'Group Member', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'GroupMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/GroupMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/GroupMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/GroupMember/describe', - sobject: '/services/data/v49.0/sobjects/GroupMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0C0', - label: 'Holiday', - labelPlural: 'Holidays', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Holiday', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Holiday/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Holiday/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Holiday/describe', - sobject: '/services/data/v49.0/sobjects/Holiday', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09k', - label: 'Icon Definition', - labelPlural: 'Icon Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IconDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IconDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IconDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IconDefinition/describe', - sobject: '/services/data/v49.0/sobjects/IconDefinition', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '087', - label: 'Idea', - labelPlural: 'Ideas', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Idea', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Idea/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Idea/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Idea/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Idea/describe', - layouts: '/services/data/v49.0/sobjects/Idea/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Idea', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00a', - label: 'Idea Comment', - labelPlural: 'Idea Comments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IdeaComment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IdeaComment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IdeaComment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IdeaComment/describe', - sobject: '/services/data/v49.0/sobjects/IdeaComment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Jx', - label: 'Identity Verification Event', - labelPlural: 'Identity Verification Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IdentityVerificationEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IdentityVerificationEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IdentityVerificationEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IdentityVerificationEvent/describe', - sobject: '/services/data/v49.0/sobjects/IdentityVerificationEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Yu', - label: 'Identity Provider Event Log', - labelPlural: 'Identity Event Logs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IdpEventLog', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IdpEventLog/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IdpEventLog/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IdpEventLog/describe', - sobject: '/services/data/v49.0/sobjects/IdpEventLog', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '6TS', - label: 'Trusted Domain for Visualforce and Survey Inline Frames', - labelPlural: 'Trusted Domains for Visualforce and Survey Inline Frames', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IframeWhiteListUrl', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IframeWhiteListUrl/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IframeWhiteListUrl/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IframeWhiteListUrl/describe', - sobject: '/services/data/v49.0/sobjects/IframeWhiteListUrl', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4YL', - label: 'Image', - labelPlural: 'Images', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Image', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Image/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Image/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Image/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Image/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Image/describe', - layouts: '/services/data/v49.0/sobjects/Image/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Image', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Image Share', - labelPlural: 'Image Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ImageShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ImageShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ImageShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ImageShare/describe', - sobject: '/services/data/v49.0/sobjects/ImageShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PK', - label: 'Individual', - labelPlural: 'Individuals', - layoutable: true, - mergeable: true, - mruEnabled: true, - name: 'Individual', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Individual/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Individual/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Individual/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Individual/describe', - quickActions: '/services/data/v49.0/sobjects/Individual/quickActions', - layouts: '/services/data/v49.0/sobjects/Individual/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Individual', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Individual Change Event', - labelPlural: 'Individual Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IndividualChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IndividualChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/IndividualChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/IndividualChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IndividualChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/IndividualChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Individual History', - labelPlural: 'Individual History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IndividualHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IndividualHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IndividualHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IndividualHistory/describe', - sobject: '/services/data/v49.0/sobjects/IndividualHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0T5', - label: 'Individual Share', - labelPlural: 'Individual Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'IndividualShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/IndividualShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/IndividualShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/IndividualShare/describe', - sobject: '/services/data/v49.0/sobjects/IndividualShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0El', - label: 'Installed Mobile App', - labelPlural: 'Installed Mobile Apps', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'InstalledMobileApp', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/InstalledMobileApp/{ID}', - defaultValues: '/services/data/v49.0/sobjects/InstalledMobileApp/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/InstalledMobileApp/describe', - sobject: '/services/data/v49.0/sobjects/InstalledMobileApp', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3tt', - label: 'Invoice', - labelPlural: 'Invoices', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'Invoice', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Invoice/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Invoice/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Invoice/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Invoice/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Invoice/describe', - quickActions: '/services/data/v49.0/sobjects/Invoice/quickActions', - layouts: '/services/data/v49.0/sobjects/Invoice/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Invoice', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '5TV', - label: 'Invoice Line', - labelPlural: 'Invoice Lines', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'InvoiceLine', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/InvoiceLine/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/InvoiceLine/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/InvoiceLine/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/InvoiceLine/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/InvoiceLine/describe', - layouts: '/services/data/v49.0/sobjects/InvoiceLine/describe/layouts', - sobject: '/services/data/v49.0/sobjects/InvoiceLine', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Invoice Share', - labelPlural: 'Invoice Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'InvoiceShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/InvoiceShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/InvoiceShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/InvoiceShare/describe', - sobject: '/services/data/v49.0/sobjects/InvoiceShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0in', - label: 'Knowledgeable User', - labelPlural: 'Knowledgeable Users', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'KnowledgeableUser', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/KnowledgeableUser/{ID}', - defaultValues: '/services/data/v49.0/sobjects/KnowledgeableUser/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/KnowledgeableUser/describe', - sobject: '/services/data/v49.0/sobjects/KnowledgeableUser', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00Q', - label: 'Lead', - labelPlural: 'Leads', - layoutable: true, - mergeable: true, - mruEnabled: true, - name: 'Lead', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Lead/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Lead/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Lead/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Lead/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Lead/listviews', - describe: '/services/data/v49.0/sobjects/Lead/describe', - quickActions: '/services/data/v49.0/sobjects/Lead/quickActions', - layouts: '/services/data/v49.0/sobjects/Lead/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Lead', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Lead Change Event', - labelPlural: 'Lead Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LeadChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LeadChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/LeadChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1CL', - label: 'Lead Clean Info', - labelPlural: 'Lead Clean Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadCleanInfo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadCleanInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LeadCleanInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadCleanInfo/describe', - sobject: '/services/data/v49.0/sobjects/LeadCleanInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Lead Feed', - labelPlural: 'Lead Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LeadFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadFeed/describe', - sobject: '/services/data/v49.0/sobjects/LeadFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Lead History', - labelPlural: 'Lead History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LeadHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadHistory/describe', - sobject: '/services/data/v49.0/sobjects/LeadHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01o', - label: 'Lead Share', - labelPlural: 'Lead Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LeadShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadShare/describe', - sobject: '/services/data/v49.0/sobjects/LeadShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01J', - label: 'Lead Status Value', - labelPlural: 'Lead Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LeadStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LeadStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LeadStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LeadStatus/describe', - sobject: '/services/data/v49.0/sobjects/LeadStatus', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0V9', - label: 'LightningExitByPageMetrics', - labelPlural: 'LightningExitByPageMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningExitByPageMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningExitByPageMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningExitByPageMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningExitByPageMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningExitByPageMetrics', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0S1', - label: 'Lightning Experience Theme', - labelPlural: 'Lightning Experience Themes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningExperienceTheme', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningExperienceTheme/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningExperienceTheme/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningExperienceTheme/describe', - sobject: '/services/data/v49.0/sobjects/LightningExperienceTheme', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '7MM', - label: 'LightningOnboardingConfig', - labelPlural: 'LightningOnboardingConfigs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningOnboardingConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningOnboardingConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningOnboardingConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningOnboardingConfig/describe', - sobject: '/services/data/v49.0/sobjects/LightningOnboardingConfig', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1o1', - label: 'LightningToggleMetrics', - labelPlural: 'LightningToggleMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningToggleMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningToggleMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningToggleMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningToggleMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningToggleMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0bh', - label: 'Lightning URI Event', - labelPlural: 'Lightning URI Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUriEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUriEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningUriEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUriEvent/describe', - sobject: '/services/data/v49.0/sobjects/LightningUriEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0bi', - label: 'Lightning URI Event Stream', - labelPlural: 'Lightning URI Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUriEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUriEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LightningUriEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LightningUriEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUriEventStream/describe', - sobject: '/services/data/v49.0/sobjects/LightningUriEventStream', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '62C', - label: 'LightningUsageByAppTypeMetrics', - labelPlural: 'LightningUsageByAppTypeMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUsageByAppTypeMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUsageByAppTypeMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningUsageByAppTypeMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUsageByAppTypeMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningUsageByAppTypeMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3mK', - label: 'LightningUsageByBrowserMetrics', - labelPlural: 'LightningUsageByBrowserMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUsageByBrowserMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUsageByBrowserMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningUsageByBrowserMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUsageByBrowserMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningUsageByBrowserMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '7pV', - label: 'LightningUsageByFlexiPageMetrics', - labelPlural: 'LightningUsageByFlexiPageMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUsageByFlexiPageMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUsageByFlexiPageMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningUsageByFlexiPageMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUsageByFlexiPageMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningUsageByFlexiPageMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0U5', - label: 'LightningUsageByPageMetrics', - labelPlural: 'LightningUsageByPageMetrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LightningUsageByPageMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LightningUsageByPageMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LightningUsageByPageMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LightningUsageByPageMetrics/describe', - sobject: '/services/data/v49.0/sobjects/LightningUsageByPageMetrics', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XB', - label: 'List Email', - labelPlural: 'List Emails', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ListEmail', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ListEmail/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ListEmail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListEmail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListEmail/describe', - layouts: '/services/data/v49.0/sobjects/ListEmail/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ListEmail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'List Email Change Event', - labelPlural: 'List Email Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListEmailChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListEmailChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ListEmailChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ListEmailChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListEmailChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ListEmailChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XF', - label: 'List Email Individual Recipient', - labelPlural: 'List Email Individual Recipients', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListEmailIndividualRecipient', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListEmailIndividualRecipient/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListEmailIndividualRecipient/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListEmailIndividualRecipient/describe', - sobject: '/services/data/v49.0/sobjects/ListEmailIndividualRecipient', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XD', - label: 'List Email Recipient Source', - labelPlural: 'List Email Recipient Sources', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListEmailRecipientSource', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListEmailRecipientSource/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListEmailRecipientSource/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListEmailRecipientSource/describe', - sobject: '/services/data/v49.0/sobjects/ListEmailRecipientSource', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'List Email Share', - labelPlural: 'List Email Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListEmailShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListEmailShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListEmailShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListEmailShare/describe', - sobject: '/services/data/v49.0/sobjects/ListEmailShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00B', - label: 'List View', - labelPlural: 'List Views', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ListView', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListView/describe', - sobject: '/services/data/v49.0/sobjects/ListView', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Dd', - label: 'List View Chart', - labelPlural: 'List View Charts', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListViewChart', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListViewChart/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListViewChart/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListViewChart/describe', - sobject: '/services/data/v49.0/sobjects/ListViewChart', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0De', - label: 'List View Chart Instance', - labelPlural: 'List View Chart Instances', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListViewChartInstance', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListViewChartInstance/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListViewChartInstance/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListViewChartInstance/describe', - sobject: '/services/data/v49.0/sobjects/ListViewChartInstance', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0X8', - label: 'List View Event', - labelPlural: 'List View Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListViewEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListViewEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ListViewEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListViewEvent/describe', - sobject: '/services/data/v49.0/sobjects/ListViewEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XG', - label: 'List View Event Stream', - labelPlural: 'List View Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ListViewEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ListViewEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ListViewEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ListViewEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ListViewEventStream/describe', - sobject: '/services/data/v49.0/sobjects/ListViewEventStream', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0HK', - label: 'Chat Session', - labelPlural: 'Chat Sessions', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'LiveAgentSession', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/LiveAgentSession/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/LiveAgentSession/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveAgentSession/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveAgentSession/describe', - quickActions: '/services/data/v49.0/sobjects/LiveAgentSession/quickActions', - layouts: '/services/data/v49.0/sobjects/LiveAgentSession/describe/layouts', - sobject: '/services/data/v49.0/sobjects/LiveAgentSession', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Session History', - labelPlural: 'Chat Session History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveAgentSessionHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveAgentSessionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveAgentSessionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveAgentSessionHistory/describe', - sobject: '/services/data/v49.0/sobjects/LiveAgentSessionHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Session Share', - labelPlural: 'Chat Session Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveAgentSessionShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveAgentSessionShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveAgentSessionShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveAgentSessionShare/describe', - sobject: '/services/data/v49.0/sobjects/LiveAgentSessionShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0No', - label: 'Chat Blocking Rule', - labelPlural: 'Chat Blocking Rules', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatBlockingRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatBlockingRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatBlockingRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatBlockingRule/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatBlockingRule', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '573', - label: 'Chat Button', - labelPlural: 'Chat Buttons', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatButton', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatButton/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatButton/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatButton/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatButton', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0HJ', - label: 'LiveChatButtonDeployment', - labelPlural: 'LiveChatButtonDeployments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatButtonDeployment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatButtonDeployment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatButtonDeployment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatButtonDeployment/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatButtonDeployment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0If', - label: 'LiveChatButtonSkill', - labelPlural: 'LiveChatButtonSkills', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatButtonSkill', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatButtonSkill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatButtonSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatButtonSkill/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatButtonSkill', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '572', - label: 'Chat Deployment', - labelPlural: 'Chat Deployments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatDeployment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatDeployment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatDeployment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatDeployment/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatDeployment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0GO', - label: 'Sensitive Data Rule', - labelPlural: 'Sensitive Data Rules', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatSensitiveDataRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatSensitiveDataRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatSensitiveDataRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatSensitiveDataRule/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatSensitiveDataRule', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '570', - label: 'Chat Transcript', - labelPlural: 'Chat Transcripts', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'LiveChatTranscript', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/LiveChatTranscript/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscript/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscript/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/LiveChatTranscript/listviews', - describe: '/services/data/v49.0/sobjects/LiveChatTranscript/describe', - quickActions: '/services/data/v49.0/sobjects/LiveChatTranscript/quickActions', - layouts: '/services/data/v49.0/sobjects/LiveChatTranscript/describe/layouts', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscript', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Transcript Change Event', - labelPlural: 'Chat Transcript Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatTranscriptChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LiveChatTranscriptChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DZ', - label: 'Chat Transcript Event', - labelPlural: 'Chat Transcript Events', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'LiveChatTranscriptEvent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptEvent/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Transcript Feed', - labelPlural: 'Chat Transcript Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatTranscriptFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptFeed/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Transcript History', - labelPlural: 'Chat Transcript History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatTranscriptHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptHistory/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Chat Transcript Share', - labelPlural: 'Chat Transcript Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatTranscriptShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptShare/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ig', - label: 'LiveChatTranscriptSkill', - labelPlural: 'LiveChatTranscriptSkills', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatTranscriptSkill', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatTranscriptSkill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatTranscriptSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatTranscriptSkill/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatTranscriptSkill', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0C6', - label: 'Chat Agent Configuration', - labelPlural: 'Chat Agent Configurations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatUserConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatUserConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatUserConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatUserConfig/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatUserConfig', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CD', - label: 'Chat User Config Profile', - labelPlural: 'Chat User Config Profiles', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatUserConfigProfile', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatUserConfigProfile/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatUserConfigProfile/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatUserConfigProfile/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatUserConfigProfile', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CB', - label: 'Chat User Config User', - labelPlural: 'Chat User Config Users', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LiveChatUserConfigUser', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LiveChatUserConfigUser/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatUserConfigUser/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatUserConfigUser/describe', - sobject: '/services/data/v49.0/sobjects/LiveChatUserConfigUser', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '571', - label: 'Chat Visitor', - labelPlural: 'Chat Visitors', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'LiveChatVisitor', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/LiveChatVisitor/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/LiveChatVisitor/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LiveChatVisitor/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LiveChatVisitor/describe', - layouts: '/services/data/v49.0/sobjects/LiveChatVisitor/describe/layouts', - sobject: '/services/data/v49.0/sobjects/LiveChatVisitor', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '131', - label: 'Location', - labelPlural: 'Locations', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Location', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Location/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Location/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Location/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Location/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Location/describe', - quickActions: '/services/data/v49.0/sobjects/Location/quickActions', - layouts: '/services/data/v49.0/sobjects/Location/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Location', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Location Change Event', - labelPlural: 'Location Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LocationChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LocationChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LocationChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LocationChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LocationChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/LocationChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Location Feed', - labelPlural: 'Location Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LocationFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LocationFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LocationFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LocationFeed/describe', - sobject: '/services/data/v49.0/sobjects/LocationFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Location History', - labelPlural: 'Location History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LocationHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LocationHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LocationHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LocationHistory/describe', - sobject: '/services/data/v49.0/sobjects/LocationHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Location Share', - labelPlural: 'Location Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LocationShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LocationShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LocationShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LocationShare/describe', - sobject: '/services/data/v49.0/sobjects/LocationShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0VX', - label: 'LoginAs Event', - labelPlural: 'LoginAs Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginAsEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginAsEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LoginAsEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginAsEvent/describe', - sobject: '/services/data/v49.0/sobjects/LoginAsEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0VY', - label: 'LoginAs Event Stream', - labelPlural: 'LoginAs Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginAsEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginAsEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LoginAsEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LoginAsEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginAsEventStream/describe', - sobject: '/services/data/v49.0/sobjects/LoginAsEventStream', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1HB', - label: 'Login Event', - labelPlural: 'Login Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LoginEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginEvent/describe', - sobject: '/services/data/v49.0/sobjects/LoginEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ll', - label: 'Login Event Stream', - labelPlural: 'Login Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LoginEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LoginEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginEventStream/describe', - sobject: '/services/data/v49.0/sobjects/LoginEventStream', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04F', - label: 'Login Geo Data', - labelPlural: 'Login Geo Data', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginGeo', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginGeo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LoginGeo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginGeo/describe', - sobject: '/services/data/v49.0/sobjects/LoginGeo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ya', - label: 'Login History', - labelPlural: 'Login History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginHistory', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LoginHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginHistory/describe', - sobject: '/services/data/v49.0/sobjects/LoginHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '710', - label: 'Login IP', - labelPlural: 'Login IP', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LoginIp', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LoginIp/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LoginIp/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LoginIp/describe', - sobject: '/services/data/v49.0/sobjects/LoginIp', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '06M', - label: 'Logout Event', - labelPlural: 'Logout Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LogoutEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LogoutEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LogoutEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LogoutEvent/describe', - sobject: '/services/data/v49.0/sobjects/LogoutEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PH', - label: 'Logout Event Stream', - labelPlural: 'Logout Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LogoutEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LogoutEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/LogoutEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/LogoutEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LogoutEventStream/describe', - sobject: '/services/data/v49.0/sobjects/LogoutEventStream', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Lookups from Activity', - labelPlural: 'Lookups from Activities', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'LookedUpFromActivity', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/LookedUpFromActivity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/LookedUpFromActivity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/LookedUpFromActivity/describe', - sobject: '/services/data/v49.0/sobjects/LookedUpFromActivity', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0JZ', - label: 'Macro', - labelPlural: 'Macros', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Macro', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Macro/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Macro/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Macro/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Macro/describe', - layouts: '/services/data/v49.0/sobjects/Macro/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Macro', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Macro Change Event', - labelPlural: 'Macro Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/MacroChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/MacroChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/MacroChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Macro History', - labelPlural: 'Macro History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MacroHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroHistory/describe', - sobject: '/services/data/v49.0/sobjects/MacroHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ji', - label: 'Macro Instruction', - labelPlural: 'Macro Instructions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroInstruction', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroInstruction/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MacroInstruction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroInstruction/describe', - sobject: '/services/data/v49.0/sobjects/MacroInstruction', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Macro Instruction Change Event', - labelPlural: 'Macro Instruction Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroInstructionChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroInstructionChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/MacroInstructionChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/MacroInstructionChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroInstructionChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/MacroInstructionChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Macro Share', - labelPlural: 'Macro Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MacroShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroShare/describe', - sobject: '/services/data/v49.0/sobjects/MacroShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '5ML', - label: 'Macro Usage', - labelPlural: 'Macro Usages', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroUsage', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroUsage/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/MacroUsage/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/MacroUsage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroUsage/describe', - sobject: '/services/data/v49.0/sobjects/MacroUsage', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Macro Usage Share', - labelPlural: 'Macro Usage Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MacroUsageShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MacroUsageShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MacroUsageShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MacroUsageShare/describe', - sobject: '/services/data/v49.0/sobjects/MacroUsageShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01H', - label: 'Mail Merge Template', - labelPlural: 'Mail Merge Template', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MailmergeTemplate', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MailmergeTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MailmergeTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MailmergeTemplate/describe', - sobject: '/services/data/v49.0/sobjects/MailmergeTemplate', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ib', - label: 'Matching Information', - labelPlural: 'Matching Information', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MatchingInformation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MatchingInformation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MatchingInformation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MatchingInformation/describe', - sobject: '/services/data/v49.0/sobjects/MatchingInformation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0JD', - label: 'Matching Rule', - labelPlural: 'Matching Rules', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'MatchingRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MatchingRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MatchingRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MatchingRule/describe', - sobject: '/services/data/v49.0/sobjects/MatchingRule', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0JE', - label: 'Matching Rule Item', - labelPlural: 'Matching Rule Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MatchingRuleItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MatchingRuleItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MatchingRuleItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MatchingRuleItem/describe', - sobject: '/services/data/v49.0/sobjects/MatchingRuleItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mj', - label: 'Messaging Channel', - labelPlural: 'Messaging Channels', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'MessagingChannel', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingChannel/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingChannel/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingChannel/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingChannel/describe', - layouts: '/services/data/v49.0/sobjects/MessagingChannel/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingChannel', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1cN', - label: 'Messaging Channel Skill', - labelPlural: 'Messaging Channel Skills', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingChannelSkill', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingChannelSkill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingChannelSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingChannelSkill/describe', - sobject: '/services/data/v49.0/sobjects/MessagingChannelSkill', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Uh', - label: 'MessagingConfiguration', - labelPlural: 'MessagingConfigurations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingConfiguration', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingConfiguration/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingConfiguration/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingConfiguration/describe', - sobject: '/services/data/v49.0/sobjects/MessagingConfiguration', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ut', - label: 'Messaging Delivery Error', - labelPlural: 'Messaging Delivery Errors', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'MessagingDeliveryError', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingDeliveryError/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingDeliveryError/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingDeliveryError/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingDeliveryError/describe', - layouts: '/services/data/v49.0/sobjects/MessagingDeliveryError/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingDeliveryError', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PA', - label: 'Messaging User', - labelPlural: 'Messaging Users', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'MessagingEndUser', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingEndUser/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingEndUser/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/MessagingEndUser/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/MessagingEndUser/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingEndUser/describe', - quickActions: '/services/data/v49.0/sobjects/MessagingEndUser/quickActions', - layouts: '/services/data/v49.0/sobjects/MessagingEndUser/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingEndUser', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Messaging User History', - labelPlural: 'Messaging User History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingEndUserHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingEndUserHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingEndUserHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingEndUserHistory/describe', - sobject: '/services/data/v49.0/sobjects/MessagingEndUserHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Messaging User Share', - labelPlural: 'Messaging User Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingEndUserShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingEndUserShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingEndUserShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingEndUserShare/describe', - sobject: '/services/data/v49.0/sobjects/MessagingEndUserShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mm', - label: 'Messaging Link', - labelPlural: 'Messaging Links', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'MessagingLink', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingLink/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingLink/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingLink/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingLink/describe', - layouts: '/services/data/v49.0/sobjects/MessagingLink/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingLink', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mw', - label: 'Messaging Session', - labelPlural: 'Messaging Sessions', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'MessagingSession', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingSession/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingSession/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/MessagingSession/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/MessagingSession/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingSession/describe', - quickActions: '/services/data/v49.0/sobjects/MessagingSession/quickActions', - layouts: '/services/data/v49.0/sobjects/MessagingSession/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingSession', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Messaging Session Feed', - labelPlural: 'Messaging Session Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingSessionFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingSessionFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingSessionFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingSessionFeed/describe', - sobject: '/services/data/v49.0/sobjects/MessagingSessionFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Messaging Session History', - labelPlural: 'Messaging Session History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingSessionHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingSessionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingSessionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingSessionHistory/describe', - sobject: '/services/data/v49.0/sobjects/MessagingSessionHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Messaging Session Share', - labelPlural: 'Messaging Session Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MessagingSessionShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MessagingSessionShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingSessionShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingSessionShare/describe', - sobject: '/services/data/v49.0/sobjects/MessagingSessionShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0TD', - label: 'Messaging Template', - labelPlural: 'Messaging Templates', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'MessagingTemplate', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/MessagingTemplate/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/MessagingTemplate/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MessagingTemplate/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MessagingTemplate/describe', - layouts: '/services/data/v49.0/sobjects/MessagingTemplate/describe/layouts', - sobject: '/services/data/v49.0/sobjects/MessagingTemplate', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '033', - label: 'Metadata Package', - labelPlural: 'Metadata Packages', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MetadataPackage', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MetadataPackage/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MetadataPackage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MetadataPackage/describe', - sobject: '/services/data/v49.0/sobjects/MetadataPackage', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04t', - label: 'Metadata Package Version', - labelPlural: 'Metadata Package Versions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MetadataPackageVersion', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MetadataPackageVersion/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MetadataPackageVersion/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MetadataPackageVersion/describe', - sobject: '/services/data/v49.0/sobjects/MetadataPackageVersion', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0IW', - label: 'Mobile Application Detail', - labelPlural: 'Mobile Application Details', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MobileApplicationDetail', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MobileApplicationDetail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MobileApplicationDetail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MobileApplicationDetail/describe', - sobject: '/services/data/v49.0/sobjects/MobileApplicationDetail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3Or', - label: 'Messaging Channel Language Keyword', - labelPlural: 'Messaging Channel Language Keywords', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MsgChannelLanguageKeyword', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MsgChannelLanguageKeyword/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MsgChannelLanguageKeyword/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MsgChannelLanguageKeyword/describe', - sobject: '/services/data/v49.0/sobjects/MsgChannelLanguageKeyword', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0QM', - label: 'Muting Permission Set', - labelPlural: 'Muting Permission Set', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MutingPermissionSet', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MutingPermissionSet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MutingPermissionSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MutingPermissionSet/describe', - sobject: '/services/data/v49.0/sobjects/MutingPermissionSet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4hy', - label: 'My Domain Discoverable Login', - labelPlural: 'My Domain Discoverable Logins', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'MyDomainDiscoverableLogin', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/MyDomainDiscoverableLogin/{ID}', - defaultValues: '/services/data/v49.0/sobjects/MyDomainDiscoverableLogin/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/MyDomainDiscoverableLogin/describe', - sobject: '/services/data/v49.0/sobjects/MyDomainDiscoverableLogin', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Name', - labelPlural: 'Names', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Name', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Name/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Name/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Name/describe', - sobject: '/services/data/v49.0/sobjects/Name', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0XA', - label: 'Named Credential', - labelPlural: 'Named Credentials', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'NamedCredential', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NamedCredential/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NamedCredential/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NamedCredential/describe', - sobject: '/services/data/v49.0/sobjects/NamedCredential', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1NR', - label: 'Namespace Registry', - labelPlural: 'Namespace Registries', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'NamespaceRegistry', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/NamespaceRegistry/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/NamespaceRegistry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NamespaceRegistry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NamespaceRegistry/describe', - quickActions: '/services/data/v49.0/sobjects/NamespaceRegistry/quickActions', - layouts: '/services/data/v49.0/sobjects/NamespaceRegistry/describe/layouts', - sobject: '/services/data/v49.0/sobjects/NamespaceRegistry', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Namespace Registry Feed', - labelPlural: 'Namespace Registry Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NamespaceRegistryFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NamespaceRegistryFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NamespaceRegistryFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NamespaceRegistryFeed/describe', - sobject: '/services/data/v49.0/sobjects/NamespaceRegistryFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Namespace Registry History', - labelPlural: 'Namespace Registry History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NamespaceRegistryHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NamespaceRegistryHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NamespaceRegistryHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NamespaceRegistryHistory/describe', - sobject: '/services/data/v49.0/sobjects/NamespaceRegistryHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Lm', - label: 'Navigation Link Set', - labelPlural: 'Navigation Link Sets', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NavigationLinkSet', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NavigationLinkSet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NavigationLinkSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NavigationLinkSet/describe', - sobject: '/services/data/v49.0/sobjects/NavigationLinkSet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mi', - label: 'Navigation Menu Item', - labelPlural: 'Navigation Menu Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NavigationMenuItem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NavigationMenuItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NavigationMenuItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NavigationMenuItem/describe', - sobject: '/services/data/v49.0/sobjects/NavigationMenuItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DB', - label: 'Network', - labelPlural: 'Networks', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Network', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Network/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Network/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Network/describe', - sobject: '/services/data/v49.0/sobjects/Network', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0J6', - label: 'Audited Object', - labelPlural: 'Network Audits', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkActivityAudit', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkActivityAudit/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkActivityAudit/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkActivityAudit/describe', - sobject: '/services/data/v49.0/sobjects/NetworkActivityAudit', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OV', - label: 'Default Community', - labelPlural: 'Default Communities', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkAffinity', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkAffinity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkAffinity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkAffinity/describe', - sobject: '/services/data/v49.0/sobjects/NetworkAffinity', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '7ov', - label: 'Community Discoverable Login', - labelPlural: 'Community Discoverable Logins', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkDiscoverableLogin', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkDiscoverableLogin/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkDiscoverableLogin/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkDiscoverableLogin/describe', - sobject: '/services/data/v49.0/sobjects/NetworkDiscoverableLogin', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DO', - label: 'Network Member', - labelPlural: 'Network Members', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkMember/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkMember/describe', - sobject: '/services/data/v49.0/sobjects/NetworkMember', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DL', - label: 'Network Member Group', - labelPlural: 'Network Member Group', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkMemberGroup', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkMemberGroup/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkMemberGroup/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkMemberGroup/describe', - sobject: '/services/data/v49.0/sobjects/NetworkMemberGroup', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Id', - label: 'Network Moderation', - labelPlural: 'Network Moderations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkModeration', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkModeration/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkModeration/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkModeration/describe', - sobject: '/services/data/v49.0/sobjects/NetworkModeration', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Dp', - label: 'Community Page Override', - labelPlural: 'Community Page Overrides', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkPageOverride', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkPageOverride/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkPageOverride/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkPageOverride/describe', - sobject: '/services/data/v49.0/sobjects/NetworkPageOverride', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Dm', - label: 'Community Self Registration', - labelPlural: 'Community Self Registrations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkSelfRegistration', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkSelfRegistration/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkSelfRegistration/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkSelfRegistration/describe', - sobject: '/services/data/v49.0/sobjects/NetworkSelfRegistration', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0c6', - label: 'Community User Access History Recent', - labelPlural: 'Community User Access Histories Recent', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NetworkUserHistoryRecent', - queryable: true, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: true, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NetworkUserHistoryRecent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NetworkUserHistoryRecent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NetworkUserHistoryRecent/describe', - sobject: '/services/data/v49.0/sobjects/NetworkUserHistoryRecent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '002', - label: 'Note', - labelPlural: 'Notes', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'Note', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Note/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Note/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Note/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Note/describe', - layouts: '/services/data/v49.0/sobjects/Note/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Note', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Note and Attachment', - labelPlural: 'Notes and Attachments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'NoteAndAttachment', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/NoteAndAttachment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/NoteAndAttachment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/NoteAndAttachment/describe', - sobject: '/services/data/v49.0/sobjects/NoteAndAttachment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '7ud', - label: 'OAuth Custom Scope', - labelPlural: 'OAuth Custom Scopes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OauthCustomScope', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OauthCustomScope/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OauthCustomScope/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OauthCustomScope/describe', - sobject: '/services/data/v49.0/sobjects/OauthCustomScope', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '7ue', - label: 'OAuth Custom Scope App ', - labelPlural: 'OAuth Custom Scope Apps', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OauthCustomScopeApp', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OauthCustomScopeApp/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OauthCustomScopeApp/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OauthCustomScopeApp/describe', - sobject: '/services/data/v49.0/sobjects/OauthCustomScopeApp', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CQ', - label: 'Oauth Token', - labelPlural: 'Oauth Tokens', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OauthToken', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OauthToken/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OauthToken/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OauthToken/describe', - sobject: '/services/data/v49.0/sobjects/OauthToken', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '110', - label: 'Object Permissions', - labelPlural: 'Object Permissions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ObjectPermissions', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ObjectPermissions/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ObjectPermissions/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ObjectPermissions/describe', - sobject: '/services/data/v49.0/sobjects/ObjectPermissions', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0UG', - label: 'Onboarding Metrics', - labelPlural: 'Onboarding Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OnboardingMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OnboardingMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OnboardingMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OnboardingMetrics/describe', - sobject: '/services/data/v49.0/sobjects/OnboardingMetrics', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Open Activity', - labelPlural: 'Open Activities', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpenActivity', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpenActivity/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpenActivity/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpenActivity/describe', - sobject: '/services/data/v49.0/sobjects/OpenActivity', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OH', - label: 'Operating Hours', - labelPlural: 'Operating Hours', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'OperatingHours', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/OperatingHours/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/OperatingHours/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OperatingHours/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OperatingHours/describe', - quickActions: '/services/data/v49.0/sobjects/OperatingHours/quickActions', - layouts: '/services/data/v49.0/sobjects/OperatingHours/describe/layouts', - sobject: '/services/data/v49.0/sobjects/OperatingHours', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Operating Hours Feed', - labelPlural: 'Operating Hours Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OperatingHoursFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OperatingHoursFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OperatingHoursFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OperatingHoursFeed/describe', - sobject: '/services/data/v49.0/sobjects/OperatingHoursFeed', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: true, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '006', - label: 'Opportunity', - labelPlural: 'Opportunities', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Opportunity', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Opportunity/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Opportunity/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Opportunity/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Opportunity/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Opportunity/listviews', - describe: '/services/data/v49.0/sobjects/Opportunity/describe', - quickActions: '/services/data/v49.0/sobjects/Opportunity/quickActions', - layouts: '/services/data/v49.0/sobjects/Opportunity/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Opportunity', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Opportunity Change Event', - labelPlural: 'Opportunity Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/OpportunityChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/OpportunityChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00J', - label: 'Opportunity: Competitor', - labelPlural: 'Opportunity: Competitor', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityCompetitor', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityCompetitor/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityCompetitor/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityCompetitor/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityCompetitor', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00K', - label: 'Opportunity Contact Role', - labelPlural: 'Opportunity Contact Role', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'OpportunityContactRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/OpportunityContactRole/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/OpportunityContactRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityContactRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityContactRole/describe', - quickActions: '/services/data/v49.0/sobjects/OpportunityContactRole/quickActions', - layouts: '/services/data/v49.0/sobjects/OpportunityContactRole/describe/layouts', - sobject: '/services/data/v49.0/sobjects/OpportunityContactRole', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Opportunity Contact Role Change Event', - labelPlural: 'Opportunity Contact Role Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityContactRoleChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityContactRoleChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/OpportunityContactRoleChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/OpportunityContactRoleChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityContactRoleChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityContactRoleChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Opportunity Feed', - labelPlural: 'Opportunity Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityFeed/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Opportunity Field History', - labelPlural: 'Opportunity Field History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityFieldHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityFieldHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityFieldHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityFieldHistory/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityFieldHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '008', - label: 'Opportunity History', - labelPlural: 'Opportunity History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityHistory/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00k', - label: 'Opportunity Product', - labelPlural: 'Opportunity Product', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'OpportunityLineItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/OpportunityLineItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/OpportunityLineItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityLineItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityLineItem/describe', - layouts: '/services/data/v49.0/sobjects/OpportunityLineItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/OpportunityLineItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00I', - label: 'Opportunity Partner', - labelPlural: 'Opportunity Partner', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'OpportunityPartner', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/OpportunityPartner/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/OpportunityPartner/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityPartner/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityPartner/describe', - layouts: '/services/data/v49.0/sobjects/OpportunityPartner/describe/layouts', - sobject: '/services/data/v49.0/sobjects/OpportunityPartner', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00t', - label: 'Opportunity Share', - labelPlural: 'Opportunity Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityShare/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01J', - label: 'Opportunity Stage', - labelPlural: 'Opportunity Stage', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OpportunityStage', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OpportunityStage/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OpportunityStage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OpportunityStage/describe', - sobject: '/services/data/v49.0/sobjects/OpportunityStage', - }, - }, - { - activateable: true, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '801', - label: 'Order', - labelPlural: 'Orders', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Order', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Order/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Order/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Order/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Order/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Order/describe', - quickActions: '/services/data/v49.0/sobjects/Order/quickActions', - layouts: '/services/data/v49.0/sobjects/Order/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Order', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Change Event', - labelPlural: 'Order Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/OrderChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/OrderChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/OrderChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Feed', - labelPlural: 'Order Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderFeed/describe', - sobject: '/services/data/v49.0/sobjects/OrderFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order History', - labelPlural: 'Order History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderHistory/describe', - sobject: '/services/data/v49.0/sobjects/OrderHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '802', - label: 'Order Product', - labelPlural: 'Order Products', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'OrderItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/OrderItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/OrderItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderItem/describe', - layouts: '/services/data/v49.0/sobjects/OrderItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/OrderItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Product Change Event', - labelPlural: 'Order Product Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderItemChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderItemChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/OrderItemChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/OrderItemChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderItemChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/OrderItemChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Product Feed', - labelPlural: 'Order Product Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderItemFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderItemFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderItemFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderItemFeed/describe', - sobject: '/services/data/v49.0/sobjects/OrderItemFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Product History', - labelPlural: 'Order Product History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderItemHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderItemHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderItemHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderItemHistory/describe', - sobject: '/services/data/v49.0/sobjects/OrderItemHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Fy', - label: 'Order Share', - labelPlural: 'Order Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderShare/describe', - sobject: '/services/data/v49.0/sobjects/OrderShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Order Status Value', - labelPlural: 'Order Status Values', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrderStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrderStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrderStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrderStatus/describe', - sobject: '/services/data/v49.0/sobjects/OrderStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0dr', - label: 'Org Delete Request', - labelPlural: 'Org Delete Requests', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgDeleteRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgDeleteRequest/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/OrgDeleteRequest/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/OrgDeleteRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgDeleteRequest/describe', - sobject: '/services/data/v49.0/sobjects/OrgDeleteRequest', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Org Delete Request Share', - labelPlural: 'Org Delete Request Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgDeleteRequestShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgDeleteRequestShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrgDeleteRequestShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgDeleteRequestShare/describe', - sobject: '/services/data/v49.0/sobjects/OrgDeleteRequestShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OL', - label: 'Org Lifecycle Notification', - labelPlural: 'Org Lifecycle Notification', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgLifecycleNotification', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgLifecycleNotification/{ID}', - eventSchema: '/services/data/v49.0/sobjects/OrgLifecycleNotification/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/OrgLifecycleNotification/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgLifecycleNotification/describe', - sobject: '/services/data/v49.0/sobjects/OrgLifecycleNotification', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '3v1', - label: 'Org Metric', - labelPlural: 'Org Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgMetric', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgMetric/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrgMetric/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgMetric/describe', - sobject: '/services/data/v49.0/sobjects/OrgMetric', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '9aM', - label: 'Org Metric Scan Result', - labelPlural: 'Org Metric Scan Result', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgMetricScanResult', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgMetricScanResult/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/OrgMetricScanResult/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/OrgMetricScanResult/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgMetricScanResult/describe', - sobject: '/services/data/v49.0/sobjects/OrgMetricScanResult', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '6mX', - label: 'Org Metric Scan Summary', - labelPlural: 'Org Metric Scan Summaries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgMetricScanSummary', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgMetricScanSummary/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/OrgMetricScanSummary/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/OrgMetricScanSummary/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgMetricScanSummary/describe', - sobject: '/services/data/v49.0/sobjects/OrgMetricScanSummary', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0D2', - label: 'Organization-wide From Email Address', - labelPlural: 'Organization-wide From Email Addresses', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OrgWideEmailAddress', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OrgWideEmailAddress/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OrgWideEmailAddress/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OrgWideEmailAddress/describe', - sobject: '/services/data/v49.0/sobjects/OrgWideEmailAddress', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00D', - label: 'Organization', - labelPlural: 'Organizations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Organization', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Organization/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Organization/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Organization/describe', - sobject: '/services/data/v49.0/sobjects/Organization', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Q1', - label: 'Outgoing Email', - labelPlural: 'Outgoing Emails', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OutgoingEmail', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OutgoingEmail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OutgoingEmail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OutgoingEmail/describe', - sobject: '/services/data/v49.0/sobjects/OutgoingEmail', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Q3', - label: 'Outgoing Email Relation', - labelPlural: 'Outgoing Email Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OutgoingEmailRelation', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OutgoingEmailRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OutgoingEmailRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OutgoingEmailRelation/describe', - sobject: '/services/data/v49.0/sobjects/OutgoingEmailRelation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Owned File', - labelPlural: 'User Owned File', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OwnedContentDocument', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OwnedContentDocument/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OwnedContentDocument/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OwnedContentDocument/describe', - sobject: '/services/data/v49.0/sobjects/OwnedContentDocument', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Cy', - label: 'Change Owner Option Info', - labelPlural: 'Change Owner Options Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'OwnerChangeOptionInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/OwnerChangeOptionInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/OwnerChangeOptionInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/OwnerChangeOptionInfo/describe', - sobject: '/services/data/v49.0/sobjects/OwnerChangeOptionInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '050', - label: 'Package License', - labelPlural: 'Package License', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PackageLicense', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PackageLicense/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PackageLicense/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PackageLicense/describe', - sobject: '/services/data/v49.0/sobjects/PackageLicense', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DY', - label: 'Package Push Error', - labelPlural: 'Package Push Errors', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PackagePushError', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PackagePushError/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PackagePushError/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PackagePushError/describe', - sobject: '/services/data/v49.0/sobjects/PackagePushError', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DX', - label: 'Package Push Job', - labelPlural: 'Package Push Jobs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PackagePushJob', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PackagePushJob/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PackagePushJob/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PackagePushJob/describe', - sobject: '/services/data/v49.0/sobjects/PackagePushJob', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DV', - label: 'Package Push Request', - labelPlural: 'Package Push Requests', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PackagePushRequest', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PackagePushRequest/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PackagePushRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PackagePushRequest/describe', - sobject: '/services/data/v49.0/sobjects/PackagePushRequest', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hb', - label: 'Package Subscriber', - labelPlural: 'Package Subscribers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PackageSubscriber', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PackageSubscriber/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PackageSubscriber/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PackageSubscriber/describe', - sobject: '/services/data/v49.0/sobjects/PackageSubscriber', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00I', - label: 'Partner', - labelPlural: 'Partner', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Partner', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Partner/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Partner/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Partner/describe', - sobject: '/services/data/v49.0/sobjects/Partner', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0R8', - label: 'Partner Fund Allocation', - labelPlural: 'Partner Fund Allocations', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PartnerFundAllocation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PartnerFundAllocation/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundAllocation/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PartnerFundAllocation/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundAllocation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundAllocation/describe', - quickActions: '/services/data/v49.0/sobjects/PartnerFundAllocation/quickActions', - layouts: '/services/data/v49.0/sobjects/PartnerFundAllocation/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PartnerFundAllocation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Allocation Feed', - labelPlural: 'Partner Fund Allocation Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundAllocationFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundAllocationFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundAllocationFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundAllocationFeed/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundAllocationFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Allocation History', - labelPlural: 'Partner Fund Allocation History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundAllocationHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundAllocationHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundAllocationHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundAllocationHistory/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundAllocationHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Allocation Share', - labelPlural: 'Partner Fund Allocation Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundAllocationShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundAllocationShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundAllocationShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundAllocationShare/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundAllocationShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0RB', - label: 'Partner Fund Claim', - labelPlural: 'Partner Fund Claims', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PartnerFundClaim', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PartnerFundClaim/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundClaim/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PartnerFundClaim/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundClaim/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundClaim/describe', - quickActions: '/services/data/v49.0/sobjects/PartnerFundClaim/quickActions', - layouts: '/services/data/v49.0/sobjects/PartnerFundClaim/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PartnerFundClaim', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Claim Feed', - labelPlural: 'Partner Fund Claim Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundClaimFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundClaimFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundClaimFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundClaimFeed/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundClaimFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Claim History', - labelPlural: 'Partner Fund Claim History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundClaimHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundClaimHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundClaimHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundClaimHistory/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundClaimHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Claim Share', - labelPlural: 'Partner Fund Claim Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundClaimShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundClaimShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundClaimShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundClaimShare/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundClaimShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0RJ', - label: 'Partner Fund Request', - labelPlural: 'Partner Fund Requests', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PartnerFundRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PartnerFundRequest/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundRequest/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PartnerFundRequest/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundRequest/describe', - quickActions: '/services/data/v49.0/sobjects/PartnerFundRequest/quickActions', - layouts: '/services/data/v49.0/sobjects/PartnerFundRequest/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PartnerFundRequest', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Request Feed', - labelPlural: 'Partner Fund Request Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundRequestFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundRequestFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundRequestFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundRequestFeed/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundRequestFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Request History', - labelPlural: 'Partner Fund Request History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundRequestHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundRequestHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundRequestHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundRequestHistory/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundRequestHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Fund Request Share', - labelPlural: 'Partner Fund Request Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerFundRequestShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerFundRequestShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerFundRequestShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerFundRequestShare/describe', - sobject: '/services/data/v49.0/sobjects/PartnerFundRequestShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Cw', - label: 'Partner Marketing Budget', - labelPlural: 'Partner Marketing Budgets', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PartnerMarketingBudget', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PartnerMarketingBudget/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PartnerMarketingBudget/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PartnerMarketingBudget/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PartnerMarketingBudget/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerMarketingBudget/describe', - quickActions: '/services/data/v49.0/sobjects/PartnerMarketingBudget/quickActions', - layouts: '/services/data/v49.0/sobjects/PartnerMarketingBudget/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PartnerMarketingBudget', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Marketing Budget Feed', - labelPlural: 'Partner Marketing Budget Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerMarketingBudgetFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerMarketingBudgetFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerMarketingBudgetFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerMarketingBudgetFeed/describe', - sobject: '/services/data/v49.0/sobjects/PartnerMarketingBudgetFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Marketing Budget History', - labelPlural: 'Partner Marketing Budget History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerMarketingBudgetHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerMarketingBudgetHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerMarketingBudgetHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerMarketingBudgetHistory/describe', - sobject: '/services/data/v49.0/sobjects/PartnerMarketingBudgetHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Marketing Budget Share', - labelPlural: 'Partner Marketing Budget Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerMarketingBudgetShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerMarketingBudgetShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerMarketingBudgetShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerMarketingBudgetShare/describe', - sobject: '/services/data/v49.0/sobjects/PartnerMarketingBudgetShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Partner Role Value', - labelPlural: 'Partner Role Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartnerRole', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartnerRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartnerRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartnerRole/describe', - sobject: '/services/data/v49.0/sobjects/PartnerRole', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0g8', - label: 'Party Consent', - labelPlural: 'Party Consents', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PartyConsent', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PartyConsent/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PartyConsent/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PartyConsent/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PartyConsent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartyConsent/describe', - quickActions: '/services/data/v49.0/sobjects/PartyConsent/quickActions', - layouts: '/services/data/v49.0/sobjects/PartyConsent/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PartyConsent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Party Consent Change Event', - labelPlural: 'Party Consent Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartyConsentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartyConsentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/PartyConsentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/PartyConsentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartyConsentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/PartyConsentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Party Consent Feed', - labelPlural: 'Party Consent Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartyConsentFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartyConsentFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartyConsentFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartyConsentFeed/describe', - sobject: '/services/data/v49.0/sobjects/PartyConsentFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Party Consent History', - labelPlural: 'Party Consent History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartyConsentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartyConsentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartyConsentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartyConsentHistory/describe', - sobject: '/services/data/v49.0/sobjects/PartyConsentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Party Consent Share', - labelPlural: 'Party Consent Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PartyConsentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PartyConsentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PartyConsentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PartyConsentShare/describe', - sobject: '/services/data/v49.0/sobjects/PartyConsentShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0aQ', - label: 'Payment', - labelPlural: 'Payments', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Payment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Payment/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Payment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Payment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Payment/describe', - layouts: '/services/data/v49.0/sobjects/Payment/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Payment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Xc', - label: 'Payment Authorization', - labelPlural: 'Payment Authorizations', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PaymentAuthorization', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentAuthorization/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentAuthorization/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentAuthorization/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentAuthorization/describe', - layouts: '/services/data/v49.0/sobjects/PaymentAuthorization/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentAuthorization', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0b0', - label: 'Payment Gateway', - labelPlural: 'Payment Gateways', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PaymentGateway', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentGateway/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentGateway/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentGateway/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentGateway/describe', - layouts: '/services/data/v49.0/sobjects/PaymentGateway/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentGateway', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Xt', - label: 'Payment Gateway Log', - labelPlural: 'Payment Gateway Logs', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'PaymentGatewayLog', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentGatewayLog/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentGatewayLog/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentGatewayLog/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentGatewayLog/describe', - layouts: '/services/data/v49.0/sobjects/PaymentGatewayLog/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentGatewayLog', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cJ', - label: 'Payment Gateway Provider', - labelPlural: 'Payment Gateway Providers', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'PaymentGatewayProvider', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PaymentGatewayProvider/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentGatewayProvider/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentGatewayProvider/describe', - sobject: '/services/data/v49.0/sobjects/PaymentGatewayProvider', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '9zx', - label: 'Payment Group', - labelPlural: 'Payment Groups', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'PaymentGroup', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentGroup/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentGroup/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentGroup/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentGroup/describe', - layouts: '/services/data/v49.0/sobjects/PaymentGroup/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentGroup', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1PL', - label: 'Payment Line Invoice', - labelPlural: 'Payment Line Invoices', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'PaymentLineInvoice', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentLineInvoice/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentLineInvoice/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentLineInvoice/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentLineInvoice/describe', - layouts: '/services/data/v49.0/sobjects/PaymentLineInvoice/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentLineInvoice', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: true, - isSubtype: false, - keyPrefix: '0aa', - label: 'Payment Method', - labelPlural: 'Payment Methods', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'PaymentMethod', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PaymentMethod/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PaymentMethod/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PaymentMethod/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PaymentMethod/describe', - layouts: '/services/data/v49.0/sobjects/PaymentMethod/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PaymentMethod', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '026', - label: 'Period', - labelPlural: 'Period', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Period', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Period/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Period/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Period/describe', - sobject: '/services/data/v49.0/sobjects/Period', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PS', - label: 'Permission Set', - labelPlural: 'Permission Sets', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'PermissionSet', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSet/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Pa', - label: 'Permission Set Assignment', - labelPlural: 'Permission Set Assignments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PermissionSetAssignment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetAssignment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetAssignment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetAssignment/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetAssignment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PG', - label: 'Permission Set Group', - labelPlural: 'Permission Set Groups', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'PermissionSetGroup', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetGroup/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetGroup/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetGroup/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetGroup', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PM', - label: 'Permission Set Group Component', - labelPlural: 'Permission Set Group Components', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PermissionSetGroupComponent', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetGroupComponent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetGroupComponent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetGroupComponent/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetGroupComponent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0PL', - label: 'Permission Set License', - labelPlural: 'Permission Set Licenses', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PermissionSetLicense', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetLicense/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetLicense/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetLicense/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetLicense', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2LA', - label: 'Permission Set License Assignment', - labelPlural: 'Permission Set License Assignments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PermissionSetLicenseAssign', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetLicenseAssign/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetLicenseAssign/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetLicenseAssign/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetLicenseAssign', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01P', - label: 'Permission Set Tab Setting', - labelPlural: 'Permission Set Tab Setting', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PermissionSetTabSetting', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PermissionSetTabSetting/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PermissionSetTabSetting/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PermissionSetTabSetting/describe', - sobject: '/services/data/v49.0/sobjects/PermissionSetTabSetting', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '6At', - label: 'Personalization Target Info', - labelPlural: 'Personalization Target Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PersonalizationTargetInfo', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PersonalizationTargetInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PersonalizationTargetInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PersonalizationTargetInfo/describe', - sobject: '/services/data/v49.0/sobjects/PersonalizationTargetInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4pv', - label: 'Picklist Value Info', - labelPlural: 'Picklist Value Info', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PicklistValueInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PicklistValueInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PicklistValueInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PicklistValueInfo/describe', - sobject: '/services/data/v49.0/sobjects/PicklistValueInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0JV', - label: 'Platform Action', - labelPlural: 'Platform Actions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PlatformAction', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PlatformAction/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PlatformAction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PlatformAction/describe', - sobject: '/services/data/v49.0/sobjects/PlatformAction', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Er', - label: 'Platform Cache Partition', - labelPlural: 'Platform Cache Partitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PlatformCachePartition', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PlatformCachePartition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PlatformCachePartition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PlatformCachePartition/describe', - sobject: '/services/data/v49.0/sobjects/PlatformCachePartition', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ev', - label: 'Platform Cache Partition Type', - labelPlural: 'Platform Cache Partition Types', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PlatformCachePartitionType', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PlatformCachePartitionType/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PlatformCachePartitionType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PlatformCachePartitionType/describe', - sobject: '/services/data/v49.0/sobjects/PlatformCachePartitionType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0V2', - label: 'Platform Status Alert Event', - labelPlural: 'Platform Status Alert Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PlatformStatusAlertEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PlatformStatusAlertEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/PlatformStatusAlertEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/PlatformStatusAlertEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PlatformStatusAlertEvent/describe', - sobject: '/services/data/v49.0/sobjects/PlatformStatusAlertEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cW', - label: 'Portal Delegable Permission Set', - labelPlural: 'Portal Delegable Permission Sets', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PortalDelegablePermissionSet', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PortalDelegablePermissionSet/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PortalDelegablePermissionSet/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PortalDelegablePermissionSet/describe', - sobject: '/services/data/v49.0/sobjects/PortalDelegablePermissionSet', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01s', - label: 'Price Book', - labelPlural: 'Price Books', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Pricebook2', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Pricebook2/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Pricebook2/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Pricebook2/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Pricebook2/describe', - layouts: '/services/data/v49.0/sobjects/Pricebook2/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Pricebook2', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Price Book Change Event', - labelPlural: 'Price Book Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Pricebook2ChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Pricebook2ChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/Pricebook2ChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/Pricebook2ChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Pricebook2ChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/Pricebook2ChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Price Book History', - labelPlural: 'Price Book History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Pricebook2History', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Pricebook2History/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Pricebook2History/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Pricebook2History/describe', - sobject: '/services/data/v49.0/sobjects/Pricebook2History', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01u', - label: 'Price Book Entry', - labelPlural: 'Price Book Entries', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'PricebookEntry', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/PricebookEntry/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/PricebookEntry/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PricebookEntry/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PricebookEntry/describe', - layouts: '/services/data/v49.0/sobjects/PricebookEntry/describe/layouts', - sobject: '/services/data/v49.0/sobjects/PricebookEntry', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Price Book Entry History', - labelPlural: 'Price Book Entry History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PricebookEntryHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PricebookEntryHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PricebookEntryHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PricebookEntryHistory/describe', - sobject: '/services/data/v49.0/sobjects/PricebookEntryHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04a', - label: 'Process Definition', - labelPlural: 'Process Definition', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'ProcessDefinition', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessDefinition/describe', - sobject: '/services/data/v49.0/sobjects/ProcessDefinition', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04g', - label: 'Process Instance', - labelPlural: 'Process Instance', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessInstance', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessInstance/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessInstance/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessInstance/describe', - sobject: '/services/data/v49.0/sobjects/ProcessInstance', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Process Instance History', - labelPlural: 'Process Instance History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessInstanceHistory', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessInstanceHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessInstanceHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessInstanceHistory/describe', - sobject: '/services/data/v49.0/sobjects/ProcessInstanceHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OO', - label: 'Process Instance Node', - labelPlural: 'Process Instance Node', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessInstanceNode', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessInstanceNode/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessInstanceNode/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessInstanceNode/describe', - sobject: '/services/data/v49.0/sobjects/ProcessInstanceNode', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04h', - label: 'Process Instance Step', - labelPlural: 'Process Instance Step', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessInstanceStep', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessInstanceStep/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessInstanceStep/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessInstanceStep/describe', - sobject: '/services/data/v49.0/sobjects/ProcessInstanceStep', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04i', - label: 'Approval Request', - labelPlural: 'Approval Requests', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessInstanceWorkitem', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessInstanceWorkitem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessInstanceWorkitem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessInstanceWorkitem/describe', - sobject: '/services/data/v49.0/sobjects/ProcessInstanceWorkitem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '04b', - label: 'Process Node', - labelPlural: 'Process Node', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ProcessNode', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ProcessNode/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProcessNode/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProcessNode/describe', - sobject: '/services/data/v49.0/sobjects/ProcessNode', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01t', - label: 'Product', - labelPlural: 'Products', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Product2', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Product2/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Product2/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Product2/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Product2/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Product2/describe', - quickActions: '/services/data/v49.0/sobjects/Product2/quickActions', - layouts: '/services/data/v49.0/sobjects/Product2/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Product2', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Product Change Event', - labelPlural: 'Product Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Product2ChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Product2ChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/Product2ChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/Product2ChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Product2ChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/Product2ChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Product Feed', - labelPlural: 'Product Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Product2Feed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Product2Feed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Product2Feed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Product2Feed/describe', - sobject: '/services/data/v49.0/sobjects/Product2Feed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Product History', - labelPlural: 'Product History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Product2History', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Product2History/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Product2History/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Product2History/describe', - sobject: '/services/data/v49.0/sobjects/Product2History', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Mq', - label: 'Product Consumption Schedule', - labelPlural: 'Product Consumption Schedules', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'ProductConsumptionSchedule', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ProductConsumptionSchedule/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ProductConsumptionSchedule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ProductConsumptionSchedule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ProductConsumptionSchedule/describe', - layouts: '/services/data/v49.0/sobjects/ProductConsumptionSchedule/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ProductConsumptionSchedule', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00e', - label: 'Profile', - labelPlural: 'Profile', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'Profile', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Profile/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Profile/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Profile/describe', - sobject: '/services/data/v49.0/sobjects/Profile', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0bs', - label: 'Prompt', - labelPlural: 'Prompts', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Prompt', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Prompt/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Prompt/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Prompt/describe', - sobject: '/services/data/v49.0/sobjects/Prompt', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0bu', - label: 'Prompt Action', - labelPlural: 'Prompt Actions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PromptAction', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PromptAction/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/PromptAction/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/PromptAction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PromptAction/describe', - sobject: '/services/data/v49.0/sobjects/PromptAction', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Prompt Action Share', - labelPlural: 'Prompt Action Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PromptActionShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PromptActionShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PromptActionShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PromptActionShare/describe', - sobject: '/services/data/v49.0/sobjects/PromptActionShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0bt', - label: 'Prompt Version', - labelPlural: 'Prompt Versions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PromptVersion', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PromptVersion/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PromptVersion/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PromptVersion/describe', - sobject: '/services/data/v49.0/sobjects/PromptVersion', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4pb', - label: 'Publisher', - labelPlural: 'Publishers', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Publisher', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Publisher/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Publisher/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Publisher/describe', - sobject: '/services/data/v49.0/sobjects/Publisher', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0IF', - label: 'Push Topic', - labelPlural: 'Push Topics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'PushTopic', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/PushTopic/{ID}', - defaultValues: '/services/data/v49.0/sobjects/PushTopic/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/PushTopic/describe', - sobject: '/services/data/v49.0/sobjects/PushTopic', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03g', - label: 'Queue sObject', - labelPlural: 'Queue sObjects', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QueueSobject', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QueueSobject/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QueueSobject/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QueueSobject/describe', - sobject: '/services/data/v49.0/sobjects/QueueSobject', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '574', - label: 'Quick Text', - labelPlural: 'Quick Text', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'QuickText', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/QuickText/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/QuickText/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QuickText/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickText/describe', - layouts: '/services/data/v49.0/sobjects/QuickText/describe/layouts', - sobject: '/services/data/v49.0/sobjects/QuickText', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Quick Text Change Event', - labelPlural: 'Quick Text Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuickTextChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuickTextChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/QuickTextChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/QuickTextChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickTextChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/QuickTextChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Quick Text History', - labelPlural: 'Quick Text History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuickTextHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuickTextHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QuickTextHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickTextHistory/describe', - sobject: '/services/data/v49.0/sobjects/QuickTextHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Quick Text Share', - labelPlural: 'Quick Text Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuickTextShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuickTextShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QuickTextShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickTextShare/describe', - sobject: '/services/data/v49.0/sobjects/QuickTextShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '5QL', - label: 'Quick Text Usage', - labelPlural: 'Quick Text Usages', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuickTextUsage', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuickTextUsage/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/QuickTextUsage/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/QuickTextUsage/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickTextUsage/describe', - sobject: '/services/data/v49.0/sobjects/QuickTextUsage', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Quick Text Usage Share', - labelPlural: 'Quick Text Usage Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuickTextUsageShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuickTextUsageShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QuickTextUsageShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuickTextUsageShare/describe', - sobject: '/services/data/v49.0/sobjects/QuickTextUsageShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0QR', - label: 'Quote Template Rich Text Data', - labelPlural: 'Quote Template Rich Text Data', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'QuoteTemplateRichTextData', - queryable: false, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/QuoteTemplateRichTextData/{ID}', - defaultValues: '/services/data/v49.0/sobjects/QuoteTemplateRichTextData/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/QuoteTemplateRichTextData/describe', - sobject: '/services/data/v49.0/sobjects/QuoteTemplateRichTextData', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Recently Viewed', - labelPlural: 'Recently Viewed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RecentlyViewed', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RecentlyViewed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RecentlyViewed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RecentlyViewed/describe', - sobject: '/services/data/v49.0/sobjects/RecentlyViewed', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0pr', - label: 'Recommendation', - labelPlural: 'Recommendations', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Recommendation', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Recommendation/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Recommendation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Recommendation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Recommendation/describe', - layouts: '/services/data/v49.0/sobjects/Recommendation/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Recommendation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Recommendation Change Event', - labelPlural: 'Recommendation Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RecommendationChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RecommendationChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/RecommendationChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/RecommendationChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RecommendationChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/RecommendationChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Rw', - label: 'RecordAction', - labelPlural: 'RecordActions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RecordAction', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RecordAction/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RecordAction/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RecordAction/describe', - sobject: '/services/data/v49.0/sobjects/RecordAction', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ub', - label: 'RecordActionHistory', - labelPlural: 'RecordActionHistories', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RecordActionHistory', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RecordActionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RecordActionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RecordActionHistory/describe', - sobject: '/services/data/v49.0/sobjects/RecordActionHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '012', - label: 'Record Type', - labelPlural: 'Record Types', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'RecordType', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RecordType/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RecordType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RecordType/describe', - sobject: '/services/data/v49.0/sobjects/RecordType', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '9V6', - label: 'Allow URL for Redirects', - labelPlural: 'Allow URLs for Redirects', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RedirectWhitelistUrl', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RedirectWhitelistUrl/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RedirectWhitelistUrl/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RedirectWhitelistUrl/describe', - sobject: '/services/data/v49.0/sobjects/RedirectWhitelistUrl', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0cb', - label: 'Refund', - labelPlural: 'Refunds', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Refund', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Refund/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Refund/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Refund/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Refund/describe', - layouts: '/services/data/v49.0/sobjects/Refund/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Refund', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0dR', - label: 'Refund Line Payment', - labelPlural: 'Refund Line Payments', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'RefundLinePayment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/RefundLinePayment/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/RefundLinePayment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RefundLinePayment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RefundLinePayment/describe', - layouts: '/services/data/v49.0/sobjects/RefundLinePayment/describe/layouts', - sobject: '/services/data/v49.0/sobjects/RefundLinePayment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Jv', - label: 'Relationship Domain', - labelPlural: 'Relationship Domains', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RelationshipDomain', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RelationshipDomain/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RelationshipDomain/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RelationshipDomain/describe', - sobject: '/services/data/v49.0/sobjects/RelationshipDomain', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ju', - label: 'Relationship', - labelPlural: 'Relationships', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RelationshipInfo', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RelationshipInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/RelationshipInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RelationshipInfo/describe', - sobject: '/services/data/v49.0/sobjects/RelationshipInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0VA', - label: 'Remote Key Callout Event', - labelPlural: 'Remote Key Callout Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'RemoteKeyCalloutEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/RemoteKeyCalloutEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/RemoteKeyCalloutEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/RemoteKeyCalloutEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/RemoteKeyCalloutEvent/describe', - sobject: '/services/data/v49.0/sobjects/RemoteKeyCalloutEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00O', - label: 'Report', - labelPlural: 'Reports', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'Report', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Report/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Report/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Report/listviews', - describe: '/services/data/v49.0/sobjects/Report/describe', - sobject: '/services/data/v49.0/sobjects/Report', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Yv', - label: 'Report Anomaly Event', - labelPlural: 'Report Anomaly Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReportAnomalyEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReportAnomalyEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ReportAnomalyEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ReportAnomalyEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportAnomalyEvent/describe', - sobject: '/services/data/v49.0/sobjects/ReportAnomalyEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Z7', - label: 'Report Anomaly Event Store', - labelPlural: 'Report Anomaly Event Stores', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ReportAnomalyEventStore', - queryable: true, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/describe', - quickActions: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/quickActions', - layouts: '/services/data/v49.0/sobjects/ReportAnomalyEventStore/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ReportAnomalyEventStore', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Report Anomaly Event Store Feed', - labelPlural: 'Report Anomaly Event Store Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReportAnomalyEventStoreFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReportAnomalyEventStoreFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReportAnomalyEventStoreFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportAnomalyEventStoreFeed/describe', - sobject: '/services/data/v49.0/sobjects/ReportAnomalyEventStoreFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Qu', - label: 'Report Event', - labelPlural: 'Report Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReportEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReportEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReportEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportEvent/describe', - sobject: '/services/data/v49.0/sobjects/ReportEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ol', - label: 'Report Event Stream', - labelPlural: 'Report Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReportEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReportEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ReportEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ReportEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportEventStream/describe', - sobject: '/services/data/v49.0/sobjects/ReportEventStream', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Report Feed', - labelPlural: 'Report Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReportFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReportFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReportFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReportFeed/describe', - sobject: '/services/data/v49.0/sobjects/ReportFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0NU', - label: 'Reputation Level', - labelPlural: 'Reputation Levels', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReputationLevel', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReputationLevel/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReputationLevel/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReputationLevel/describe', - sobject: '/services/data/v49.0/sobjects/ReputationLevel', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0NV', - label: 'Reputation Points Rule', - labelPlural: 'Reputation Points Rules', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReputationPointsRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReputationPointsRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReputationPointsRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReputationPointsRule/describe', - sobject: '/services/data/v49.0/sobjects/ReputationPointsRule', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hw', - label: 'Resource Absence', - labelPlural: 'Resource Absences', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ResourceAbsence', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ResourceAbsence/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ResourceAbsence/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ResourceAbsence/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ResourceAbsence/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourceAbsence/describe', - quickActions: '/services/data/v49.0/sobjects/ResourceAbsence/quickActions', - layouts: '/services/data/v49.0/sobjects/ResourceAbsence/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ResourceAbsence', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Resource Absence Change Event', - labelPlural: 'Resource Absence Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ResourceAbsenceChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ResourceAbsenceChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ResourceAbsenceChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ResourceAbsenceChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourceAbsenceChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ResourceAbsenceChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Resource Absence Feed', - labelPlural: 'Resource Absence Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ResourceAbsenceFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ResourceAbsenceFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ResourceAbsenceFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourceAbsenceFeed/describe', - sobject: '/services/data/v49.0/sobjects/ResourceAbsenceFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Resource Absence History', - labelPlural: 'Resource Absence History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ResourceAbsenceHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ResourceAbsenceHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ResourceAbsenceHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourceAbsenceHistory/describe', - sobject: '/services/data/v49.0/sobjects/ResourceAbsenceHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Kz', - label: 'Resource Preference', - labelPlural: 'Resource Preferences', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ResourcePreference', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ResourcePreference/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ResourcePreference/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ResourcePreference/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ResourcePreference/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourcePreference/describe', - layouts: '/services/data/v49.0/sobjects/ResourcePreference/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ResourcePreference', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Resource Preference Feed', - labelPlural: 'Resource Preference Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ResourcePreferenceFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ResourcePreferenceFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ResourcePreferenceFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourcePreferenceFeed/describe', - sobject: '/services/data/v49.0/sobjects/ResourcePreferenceFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Resource Preference History', - labelPlural: 'Resource Preference History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ResourcePreferenceHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ResourcePreferenceHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ResourcePreferenceHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ResourcePreferenceHistory/describe', - sobject: '/services/data/v49.0/sobjects/ResourcePreferenceHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2oN', - label: 'Return Order', - labelPlural: 'Return Orders', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ReturnOrder', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ReturnOrder/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrder/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ReturnOrder/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrder/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrder/describe', - quickActions: '/services/data/v49.0/sobjects/ReturnOrder/quickActions', - layouts: '/services/data/v49.0/sobjects/ReturnOrder/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ReturnOrder', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Change Event', - labelPlural: 'Return Order Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ReturnOrderChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Feed', - labelPlural: 'Return Order Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderFeed/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order History', - labelPlural: 'Return Order History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderHistory/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Sn', - label: 'Return Order Line Item', - labelPlural: 'Return Order Line Items', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ReturnOrderLineItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ReturnOrderLineItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderLineItem/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ReturnOrderLineItem/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderLineItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderLineItem/describe', - quickActions: '/services/data/v49.0/sobjects/ReturnOrderLineItem/quickActions', - layouts: '/services/data/v49.0/sobjects/ReturnOrderLineItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ReturnOrderLineItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Line Item Change Event', - labelPlural: 'Return Order Line Item Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderLineItemChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderLineItemChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ReturnOrderLineItemChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderLineItemChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderLineItemChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderLineItemChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Line Item Feed', - labelPlural: 'Return Order Line Item Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderLineItemFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderLineItemFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderLineItemFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderLineItemFeed/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderLineItemFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Line Item History', - labelPlural: 'Return Order Line Item History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderLineItemHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderLineItemHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderLineItemHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderLineItemHistory/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderLineItemHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Return Order Share', - labelPlural: 'Return Order Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ReturnOrderShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ReturnOrderShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ReturnOrderShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ReturnOrderShare/describe', - sobject: '/services/data/v49.0/sobjects/ReturnOrderShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0LE', - label: 'SAML Single Sign-On Setting', - labelPlural: 'SAML Single Sign-On Settings', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SamlSsoConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SamlSsoConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SamlSsoConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SamlSsoConfig/describe', - sobject: '/services/data/v49.0/sobjects/SamlSsoConfig', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01N', - label: 'Custom S-Control', - labelPlural: 'Custom S-Controls', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Scontrol', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Scontrol/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Scontrol/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Scontrol/describe', - sobject: '/services/data/v49.0/sobjects/Scontrol', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '2SR', - label: 'Scratch Org Info', - labelPlural: 'Scratch Org Infos', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ScratchOrgInfo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ScratchOrgInfo/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ScratchOrgInfo/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ScratchOrgInfo/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ScratchOrgInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ScratchOrgInfo/describe', - quickActions: '/services/data/v49.0/sobjects/ScratchOrgInfo/quickActions', - layouts: '/services/data/v49.0/sobjects/ScratchOrgInfo/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ScratchOrgInfo', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Scratch Org Info Feed', - labelPlural: 'Scratch Org Info Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ScratchOrgInfoFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ScratchOrgInfoFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ScratchOrgInfoFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ScratchOrgInfoFeed/describe', - sobject: '/services/data/v49.0/sobjects/ScratchOrgInfoFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Scratch Org Info History', - labelPlural: 'Scratch Org Info History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ScratchOrgInfoHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ScratchOrgInfoHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ScratchOrgInfoHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ScratchOrgInfoHistory/describe', - sobject: '/services/data/v49.0/sobjects/ScratchOrgInfoHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Scratch Org Info Share', - labelPlural: 'Scratch Org Info Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ScratchOrgInfoShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ScratchOrgInfoShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ScratchOrgInfoShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ScratchOrgInfoShare/describe', - sobject: '/services/data/v49.0/sobjects/ScratchOrgInfoShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4co', - label: 'Search Layout', - labelPlural: 'Search Layouts', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SearchLayout', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SearchLayout/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SearchLayout/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SearchLayout/describe', - sobject: '/services/data/v49.0/sobjects/SearchLayout', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0MD', - label: 'Promoted Search Term', - labelPlural: 'Promoted Search Terms', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'SearchPromotionRule', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SearchPromotionRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SearchPromotionRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SearchPromotionRule/describe', - layouts: '/services/data/v49.0/sobjects/SearchPromotionRule/describe/layouts', - sobject: '/services/data/v49.0/sobjects/SearchPromotionRule', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0NB', - label: 'Secure Agent', - labelPlural: 'Secure Agents', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'SecureAgent', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SecureAgent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SecureAgent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SecureAgent/describe', - sobject: '/services/data/v49.0/sobjects/SecureAgent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0ND', - label: 'Secure Agent Plug-in', - labelPlural: 'Secure Agent Plug-ins', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SecureAgentPlugin', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SecureAgentPlugin/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SecureAgentPlugin/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SecureAgentPlugin/describe', - sobject: '/services/data/v49.0/sobjects/SecureAgentPlugin', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0NE', - label: 'Secure Agent Plug-in Property', - labelPlural: 'Secure Agent Plug-in Properties', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SecureAgentPluginProperty', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SecureAgentPluginProperty/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SecureAgentPluginProperty/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SecureAgentPluginProperty/describe', - sobject: '/services/data/v49.0/sobjects/SecureAgentPluginProperty', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Qy', - label: 'Secure Agent Cluster', - labelPlural: 'Secure Agent Clusters', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'SecureAgentsCluster', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/SecureAgentsCluster/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/SecureAgentsCluster/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SecureAgentsCluster/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SecureAgentsCluster/describe', - layouts: '/services/data/v49.0/sobjects/SecureAgentsCluster/describe/layouts', - sobject: '/services/data/v49.0/sobjects/SecureAgentsCluster', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09v', - label: 'Security Custom Baseline', - labelPlural: 'Security Custom Baselines', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SecurityCustomBaseline', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SecurityCustomBaseline/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SecurityCustomBaseline/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SecurityCustomBaseline/describe', - sobject: '/services/data/v49.0/sobjects/SecurityCustomBaseline', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08p', - label: 'Service Appointment', - labelPlural: 'Service Appointments', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceAppointment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceAppointment/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointment/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceAppointment/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointment/describe', - quickActions: '/services/data/v49.0/sobjects/ServiceAppointment/quickActions', - layouts: '/services/data/v49.0/sobjects/ServiceAppointment/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceAppointment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Appointment Change Event', - labelPlural: 'Service Appointment Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceAppointmentChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointmentChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ServiceAppointmentChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointmentChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointmentChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ServiceAppointmentChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Appointment Feed', - labelPlural: 'Service Appointment Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceAppointmentFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointmentFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointmentFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointmentFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceAppointmentFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Appointment History', - labelPlural: 'Service Appointment History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceAppointmentHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointmentHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointmentHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointmentHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceAppointmentHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Appointment Share', - labelPlural: 'Service Appointment Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceAppointmentShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointmentShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointmentShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointmentShare/describe', - sobject: '/services/data/v49.0/sobjects/ServiceAppointmentShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Appointment Status Value', - labelPlural: 'Service Appointment Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceAppointmentStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceAppointmentStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceAppointmentStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceAppointmentStatus/describe', - sobject: '/services/data/v49.0/sobjects/ServiceAppointmentStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hn', - label: 'Service Resource', - labelPlural: 'Service Resources', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceResource', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceResource/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceResource/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceResource/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceResource/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResource/describe', - quickActions: '/services/data/v49.0/sobjects/ServiceResource/quickActions', - layouts: '/services/data/v49.0/sobjects/ServiceResource/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceResource', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource Change Event', - labelPlural: 'Service Resource Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ServiceResourceChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource Feed', - labelPlural: 'Service Resource Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource History', - labelPlural: 'Service Resource History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource Share', - labelPlural: 'Service Resource Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceShare/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hv', - label: 'Service Resource Skill', - labelPlural: 'Service Resource Skills', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceResourceSkill', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceResourceSkill/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceSkill/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceResourceSkill/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceSkill/describe', - layouts: '/services/data/v49.0/sobjects/ServiceResourceSkill/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceResourceSkill', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource Skill Feed', - labelPlural: 'Service Resource Skill Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceSkillFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceSkillFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceSkillFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceSkillFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceSkillFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Resource Skill History', - labelPlural: 'Service Resource Skill History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceResourceSkillHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceResourceSkillHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceResourceSkillHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceResourceSkillHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceResourceSkillHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hh', - label: 'Service Territory', - labelPlural: 'Service Territories', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceTerritory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceTerritory/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritory/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceTerritory/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritory/describe', - quickActions: '/services/data/v49.0/sobjects/ServiceTerritory/quickActions', - layouts: '/services/data/v49.0/sobjects/ServiceTerritory/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceTerritory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Change Event', - labelPlural: 'Service Territory Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ServiceTerritoryChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Feed', - labelPlural: 'Service Territory Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory History', - labelPlural: 'Service Territory History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hu', - label: 'Service Territory Member', - labelPlural: 'Service Territory Members', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceTerritoryMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceTerritoryMember/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryMember/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceTerritoryMember/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryMember/describe', - layouts: '/services/data/v49.0/sobjects/ServiceTerritoryMember/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Member Change Event', - labelPlural: 'Service Territory Member Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryMemberChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryMemberChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/ServiceTerritoryMemberChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryMemberChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryMemberChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryMemberChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Member Feed', - labelPlural: 'Service Territory Member Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryMemberFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryMemberFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryMemberFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryMemberFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryMemberFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Member History', - labelPlural: 'Service Territory Member History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryMemberHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryMemberHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryMemberHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryMemberHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryMemberHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Share', - labelPlural: 'Service Territory Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryShare/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0VE', - label: 'Service Territory Work Type', - labelPlural: 'Service Territory Work Types', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ServiceTerritoryWorkType', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/describe', - quickActions: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/quickActions', - layouts: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryWorkType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Work Type Feed', - labelPlural: 'Service Territory Work Type Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryWorkTypeFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeFeed/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Service Territory Work Type History', - labelPlural: 'Service Territory Work Type History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ServiceTerritoryWorkTypeHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeHistory/describe', - sobject: '/services/data/v49.0/sobjects/ServiceTerritoryWorkTypeHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Zh', - label: 'Session Hijacking Event', - labelPlural: 'Session Hijacking Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SessionHijackingEvent', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SessionHijackingEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/SessionHijackingEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/SessionHijackingEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SessionHijackingEvent/describe', - sobject: '/services/data/v49.0/sobjects/SessionHijackingEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Zj', - label: 'Session Hijacking Event Store', - labelPlural: 'Session Hijacking Event Stores', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'SessionHijackingEventStore', - queryable: true, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/SessionHijackingEventStore/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/SessionHijackingEventStore/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SessionHijackingEventStore/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SessionHijackingEventStore/describe', - quickActions: '/services/data/v49.0/sobjects/SessionHijackingEventStore/quickActions', - layouts: '/services/data/v49.0/sobjects/SessionHijackingEventStore/describe/layouts', - sobject: '/services/data/v49.0/sobjects/SessionHijackingEventStore', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Session Hijacking Event Store Feed', - labelPlural: 'Session Hijacking Event Store Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SessionHijackingEventStoreFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SessionHijackingEventStoreFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SessionHijackingEventStoreFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SessionHijackingEventStoreFeed/describe', - sobject: '/services/data/v49.0/sobjects/SessionHijackingEventStoreFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '5Pa', - label: 'Session Permission Set Activation', - labelPlural: 'Session Permission Set Activations', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'SessionPermSetActivation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/SessionPermSetActivation/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/SessionPermSetActivation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SessionPermSetActivation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SessionPermSetActivation/describe', - layouts: '/services/data/v49.0/sobjects/SessionPermSetActivation/describe/layouts', - sobject: '/services/data/v49.0/sobjects/SessionPermSetActivation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ym', - label: 'Setup Audit Trail Entry', - labelPlural: 'Setup Audit Trail Entries', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SetupAuditTrail', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SetupAuditTrail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SetupAuditTrail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SetupAuditTrail/describe', - sobject: '/services/data/v49.0/sobjects/SetupAuditTrail', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0J0', - label: 'Setup Entity Access', - labelPlural: 'Setup Entity Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SetupEntityAccess', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SetupEntityAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SetupEntityAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SetupEntityAccess/describe', - sobject: '/services/data/v49.0/sobjects/SetupEntityAccess', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0DM', - label: 'Site', - labelPlural: 'Sites', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Site', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Site/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Site/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Site/describe', - sobject: '/services/data/v49.0/sobjects/Site', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0GV', - label: 'Site Detail', - labelPlural: 'Site Details', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SiteDetail', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SiteDetail/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SiteDetail/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SiteDetail/describe', - sobject: '/services/data/v49.0/sobjects/SiteDetail', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Site', - labelPlural: 'Site', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SiteFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SiteFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SiteFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SiteFeed/describe', - sobject: '/services/data/v49.0/sobjects/SiteFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Site History', - labelPlural: 'Site History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SiteHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SiteHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SiteHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SiteHistory/describe', - sobject: '/services/data/v49.0/sobjects/SiteHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Xs', - label: 'Trusted Domains for Inline Frames', - labelPlural: 'Trusted Domains for Inline Frames', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SiteIframeWhiteListUrl', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SiteIframeWhiteListUrl/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SiteIframeWhiteListUrl/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SiteIframeWhiteListUrl/describe', - sobject: '/services/data/v49.0/sobjects/SiteIframeWhiteListUrl', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0C5', - label: 'Skill', - labelPlural: 'Skills', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'Skill', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Skill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Skill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Skill/describe', - sobject: '/services/data/v49.0/sobjects/Skill', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0CA', - label: 'Skill Profile', - labelPlural: 'Skill Profiles', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SkillProfile', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SkillProfile/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SkillProfile/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SkillProfile/describe', - sobject: '/services/data/v49.0/sobjects/SkillProfile', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hx', - label: 'Skill Requirement', - labelPlural: 'Skill Requirements', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'SkillRequirement', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/SkillRequirement/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/SkillRequirement/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/SkillRequirement/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/SkillRequirement/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SkillRequirement/describe', - layouts: '/services/data/v49.0/sobjects/SkillRequirement/describe/layouts', - sobject: '/services/data/v49.0/sobjects/SkillRequirement', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Skill Requirement Feed', - labelPlural: 'Skill Requirement Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SkillRequirementFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SkillRequirementFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SkillRequirementFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SkillRequirementFeed/describe', - sobject: '/services/data/v49.0/sobjects/SkillRequirementFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Skill Requirement History', - labelPlural: 'Skill Requirement History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SkillRequirementHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SkillRequirementHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SkillRequirementHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SkillRequirementHistory/describe', - sobject: '/services/data/v49.0/sobjects/SkillRequirementHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0C9', - label: 'Skill User', - labelPlural: 'Skill Users', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SkillUser', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SkillUser/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SkillUser/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SkillUser/describe', - sobject: '/services/data/v49.0/sobjects/SkillUser', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '501', - label: 'Solution', - labelPlural: 'Solutions', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Solution', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Solution/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Solution/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Solution/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/Solution/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Solution/describe', - layouts: '/services/data/v49.0/sobjects/Solution/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Solution', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Solution Feed', - labelPlural: 'Solution Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SolutionFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SolutionFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SolutionFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SolutionFeed/describe', - sobject: '/services/data/v49.0/sobjects/SolutionFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Solution History', - labelPlural: 'Solution History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SolutionHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SolutionHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SolutionHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SolutionHistory/describe', - sobject: '/services/data/v49.0/sobjects/SolutionHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Solution Status Value', - labelPlural: 'Solution Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SolutionStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SolutionStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SolutionStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SolutionStatus/describe', - sobject: '/services/data/v49.0/sobjects/SolutionStatus', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1ST', - label: 'Stamp', - labelPlural: 'Stamps', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Stamp', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Stamp/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Stamp/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Stamp/describe', - sobject: '/services/data/v49.0/sobjects/Stamp', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '1SA', - label: 'Stamp Assignment', - labelPlural: 'Stamp Assignments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'StampAssignment', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/StampAssignment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/StampAssignment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/StampAssignment/describe', - sobject: '/services/data/v49.0/sobjects/StampAssignment', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '081', - label: 'Static Resource', - labelPlural: 'Static Resources', - layoutable: false, - mergeable: false, - mruEnabled: true, - name: 'StaticResource', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/StaticResource/{ID}', - defaultValues: '/services/data/v49.0/sobjects/StaticResource/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/StaticResource/describe', - sobject: '/services/data/v49.0/sobjects/StaticResource', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0M6', - label: 'Streaming Channel', - labelPlural: 'Streaming Channels', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'StreamingChannel', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/StreamingChannel/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/StreamingChannel/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/StreamingChannel/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/StreamingChannel/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/StreamingChannel/describe', - layouts: '/services/data/v49.0/sobjects/StreamingChannel/describe/layouts', - push: '/services/data/v49.0/sobjects/StreamingChannel/{ID}/push', - sobject: '/services/data/v49.0/sobjects/StreamingChannel', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Streaming Channel Share', - labelPlural: 'Streaming Channel Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'StreamingChannelShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/StreamingChannelShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/StreamingChannelShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/StreamingChannelShare/describe', - sobject: '/services/data/v49.0/sobjects/StreamingChannelShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ie', - label: 'SupervisorAgentConfigSkill', - labelPlural: 'SupervisorAgentConfigSkills', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'SupervisorAgentConfigSkill', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/SupervisorAgentConfigSkill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/SupervisorAgentConfigSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/SupervisorAgentConfigSkill/describe', - sobject: '/services/data/v49.0/sobjects/SupervisorAgentConfigSkill', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0KD', - label: 'Tab Definition', - labelPlural: 'Tab Definitions', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TabDefinition', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TabDefinition/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TabDefinition/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TabDefinition/describe', - sobject: '/services/data/v49.0/sobjects/TabDefinition', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00T', - label: 'Task', - labelPlural: 'Tasks', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Task', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Task/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Task/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Task/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Task/describe', - quickActions: '/services/data/v49.0/sobjects/Task/quickActions', - layouts: '/services/data/v49.0/sobjects/Task/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Task', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Task Change Event', - labelPlural: 'Task Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TaskChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TaskChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/TaskChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/TaskChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TaskChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/TaskChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Task Feed', - labelPlural: 'Task Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TaskFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TaskFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TaskFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TaskFeed/describe', - sobject: '/services/data/v49.0/sobjects/TaskFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Task Priority Value', - labelPlural: 'Task Priority Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TaskPriority', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TaskPriority/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TaskPriority/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TaskPriority/describe', - sobject: '/services/data/v49.0/sobjects/TaskPriority', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Task Status Value', - labelPlural: 'Task Status Value', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TaskStatus', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TaskStatus/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TaskStatus/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TaskStatus/describe', - sobject: '/services/data/v49.0/sobjects/TaskStatus', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0UT', - label: 'Tenant Usage Entitlement', - labelPlural: 'Tenant Usage Entitlements', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TenantUsageEntitlement', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TenantUsageEntitlement/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TenantUsageEntitlement/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TenantUsageEntitlement/describe', - sobject: '/services/data/v49.0/sobjects/TenantUsageEntitlement', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hd', - label: 'Test Suite Membership', - labelPlural: 'Test Suite Memberships', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TestSuiteMembership', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TestSuiteMembership/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TestSuiteMembership/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TestSuiteMembership/describe', - sobject: '/services/data/v49.0/sobjects/TestSuiteMembership', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Jr', - label: 'Third Party Account Link', - labelPlural: 'Third Party Account Links', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ThirdPartyAccountLink', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ThirdPartyAccountLink/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ThirdPartyAccountLink/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ThirdPartyAccountLink/describe', - sobject: '/services/data/v49.0/sobjects/ThirdPartyAccountLink', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0hY', - label: 'Threat Detection Feedback', - labelPlural: 'Threat Detection Feedback', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'ThreatDetectionFeedback', - queryable: true, - replicateable: true, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/describe', - quickActions: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/quickActions', - layouts: '/services/data/v49.0/sobjects/ThreatDetectionFeedback/describe/layouts', - sobject: '/services/data/v49.0/sobjects/ThreatDetectionFeedback', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Threat Detection Feedback Feed', - labelPlural: 'Threat Detection Feedback Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'ThreatDetectionFeedbackFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/ThreatDetectionFeedbackFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/ThreatDetectionFeedbackFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/ThreatDetectionFeedbackFeed/describe', - sobject: '/services/data/v49.0/sobjects/ThreatDetectionFeedbackFeed', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Gj', - label: 'Time Slot', - labelPlural: 'Time Slots', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'TimeSlot', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/TimeSlot/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/TimeSlot/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TimeSlot/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TimeSlot/describe', - layouts: '/services/data/v49.0/sobjects/TimeSlot/describe/layouts', - sobject: '/services/data/v49.0/sobjects/TimeSlot', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Jz', - label: 'Goal', - labelPlural: 'Goals', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TodayGoal', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TodayGoal/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TodayGoal/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TodayGoal/describe', - sobject: '/services/data/v49.0/sobjects/TodayGoal', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Goal Share', - labelPlural: 'Goal Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TodayGoalShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TodayGoalShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TodayGoalShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TodayGoalShare/describe', - sobject: '/services/data/v49.0/sobjects/TodayGoalShare', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0TO', - label: 'Topic', - labelPlural: 'Topics', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'Topic', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Topic/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Topic/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Topic/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Topic/describe', - layouts: '/services/data/v49.0/sobjects/Topic/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Topic', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0FT', - label: 'Topic Assignment', - labelPlural: 'Topic Assignments', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TopicAssignment', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TopicAssignment/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TopicAssignment/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TopicAssignment/describe', - sobject: '/services/data/v49.0/sobjects/TopicAssignment', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Topic Feed', - labelPlural: 'Topic Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TopicFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TopicFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TopicFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TopicFeed/describe', - sobject: '/services/data/v49.0/sobjects/TopicFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0te', - label: 'Topic User Event', - labelPlural: 'Topic User Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TopicUserEvent', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TopicUserEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TopicUserEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TopicUserEvent/describe', - sobject: '/services/data/v49.0/sobjects/TopicUserEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0NI', - label: 'Transaction Security Policy', - labelPlural: 'Transaction Security Policies', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'TransactionSecurityPolicy', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/TransactionSecurityPolicy/{ID}', - defaultValues: '/services/data/v49.0/sobjects/TransactionSecurityPolicy/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/TransactionSecurityPolicy/describe', - sobject: '/services/data/v49.0/sobjects/TransactionSecurityPolicy', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '01h', - label: 'Language Translation', - labelPlural: 'Language Translation', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Translation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Translation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Translation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Translation/describe', - sobject: '/services/data/v49.0/sobjects/Translation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Gp', - label: 'Ui Formula Criterion', - labelPlural: 'Ui Formula Criteria', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UiFormulaCriterion', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UiFormulaCriterion/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UiFormulaCriterion/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UiFormulaCriterion/describe', - sobject: '/services/data/v49.0/sobjects/UiFormulaCriterion', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '09t', - label: 'Ui Formula Rule', - labelPlural: 'Ui Formula Rules', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UiFormulaRule', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UiFormulaRule/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UiFormulaRule/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UiFormulaRule/describe', - sobject: '/services/data/v49.0/sobjects/UiFormulaRule', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Undecided Event Relation', - labelPlural: 'Undecided Event Relations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UndecidedEventRelation', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UndecidedEventRelation/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UndecidedEventRelation/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UndecidedEventRelation/describe', - sobject: '/services/data/v49.0/sobjects/UndecidedEventRelation', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Uw', - label: 'URI Event', - labelPlural: 'URI Events', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UriEvent', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UriEvent/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UriEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UriEvent/describe', - sobject: '/services/data/v49.0/sobjects/UriEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ux', - label: 'URI Event Stream ', - labelPlural: 'URI Event Streams', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UriEventStream', - queryable: false, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UriEventStream/{ID}', - eventSchema: '/services/data/v49.0/sobjects/UriEventStream/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/UriEventStream/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UriEventStream/describe', - sobject: '/services/data/v49.0/sobjects/UriEventStream', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: true, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '005', - label: 'User', - labelPlural: 'Users', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'User', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/User/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/User/{ID}', - namedLayouts: '/services/data/v49.0/sobjects/User/describe/namedLayouts/{LayoutName}', - passwordUtilities: '/services/data/v49.0/sobjects/User/{ID}/password', - defaultValues: '/services/data/v49.0/sobjects/User/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/User/describe', - quickActions: '/services/data/v49.0/sobjects/User/quickActions', - layouts: '/services/data/v49.0/sobjects/User/describe/layouts', - sobject: '/services/data/v49.0/sobjects/User', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ds', - label: 'Last Used App', - labelPlural: 'Last Used App', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserAppInfo', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserAppInfo/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserAppInfo/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserAppInfo/describe', - sobject: '/services/data/v49.0/sobjects/UserAppInfo', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Nw', - label: 'UserAppMenuCustomization', - labelPlural: 'UserAppMenuCustomizations', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserAppMenuCustomization', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserAppMenuCustomization/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserAppMenuCustomization/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserAppMenuCustomization/describe', - sobject: '/services/data/v49.0/sobjects/UserAppMenuCustomization', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'UserAppMenuCustomization Share', - labelPlural: 'UserAppMenuCustomization Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserAppMenuCustomizationShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserAppMenuCustomizationShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserAppMenuCustomizationShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserAppMenuCustomizationShare/describe', - sobject: '/services/data/v49.0/sobjects/UserAppMenuCustomizationShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07p', - label: 'Application', - labelPlural: 'Applications', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'UserAppMenuItem', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: true, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/UserAppMenuItem/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/UserAppMenuItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserAppMenuItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserAppMenuItem/describe', - layouts: '/services/data/v49.0/sobjects/UserAppMenuItem/describe/layouts', - sobject: '/services/data/v49.0/sobjects/UserAppMenuItem', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Change Event', - labelPlural: 'User Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/UserChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/UserChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/UserChangeEvent', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0KB', - label: 'UserConfigTransferButton', - labelPlural: 'UserConfigTransferButtons', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserConfigTransferButton', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserConfigTransferButton/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserConfigTransferButton/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserConfigTransferButton/describe', - sobject: '/services/data/v49.0/sobjects/UserConfigTransferButton', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0KA', - label: 'UserConfigTransferSkill', - labelPlural: 'UserConfigTransferSkills', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserConfigTransferSkill', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserConfigTransferSkill/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserConfigTransferSkill/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserConfigTransferSkill/describe', - sobject: '/services/data/v49.0/sobjects/UserConfigTransferSkill', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0MQ', - label: 'Custom User Badge', - labelPlural: 'Custom User Badges', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserCustomBadge', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserCustomBadge/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserCustomBadge/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserCustomBadge/describe', - sobject: '/services/data/v49.0/sobjects/UserCustomBadge', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0UV', - label: 'User Email Preferred Person', - labelPlural: 'User Email Preferred People', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserEmailPreferredPerson', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserEmailPreferredPerson/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserEmailPreferredPerson/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserEmailPreferredPerson/describe', - sobject: '/services/data/v49.0/sobjects/UserEmailPreferredPerson', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Email Preferred Person Share', - labelPlural: 'User Email Preferred Person Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserEmailPreferredPersonShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserEmailPreferredPersonShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserEmailPreferredPersonShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserEmailPreferredPersonShare/describe', - sobject: '/services/data/v49.0/sobjects/UserEmailPreferredPersonShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '07u', - label: 'User Entity Access', - labelPlural: 'User Entity Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserEntityAccess', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserEntityAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserEntityAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserEntityAccess/describe', - sobject: '/services/data/v49.0/sobjects/UserEntityAccess', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Feed', - labelPlural: 'User Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserFeed/describe', - sobject: '/services/data/v49.0/sobjects/UserFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '4fp', - label: 'User Field Access', - labelPlural: 'User Field Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserFieldAccess', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserFieldAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserFieldAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserFieldAccess/describe', - sobject: '/services/data/v49.0/sobjects/UserFieldAccess', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '100', - label: 'User License', - labelPlural: 'User Licenses', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserLicense', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserLicense/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserLicense/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserLicense/describe', - sobject: '/services/data/v49.0/sobjects/UserLicense', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Na', - label: 'User List View', - labelPlural: 'User List View', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserListView', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserListView/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserListView/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserListView/describe', - sobject: '/services/data/v49.0/sobjects/UserListView', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0JU', - label: 'User List View Criteria', - labelPlural: 'User List View Criteria', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserListViewCriterion', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserListViewCriterion/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserListViewCriterion/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserListViewCriterion/describe', - sobject: '/services/data/v49.0/sobjects/UserListViewCriterion', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Yw', - label: 'User Login', - labelPlural: 'User Login', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserLogin', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserLogin/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserLogin/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserLogin/describe', - sobject: '/services/data/v49.0/sobjects/UserLogin', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '051', - label: 'User Package License', - labelPlural: 'User Package License', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserPackageLicense', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserPackageLicense/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserPackageLicense/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserPackageLicense/describe', - sobject: '/services/data/v49.0/sobjects/UserPackageLicense', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0up', - label: 'User Permission Access', - labelPlural: 'User Permission Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserPermissionAccess', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserPermissionAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserPermissionAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserPermissionAccess/describe', - sobject: '/services/data/v49.0/sobjects/UserPermissionAccess', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '03u', - label: 'User Preference', - labelPlural: 'User Preferences', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserPreference', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserPreference/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserPreference/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserPreference/describe', - sobject: '/services/data/v49.0/sobjects/UserPreference', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Ni', - label: 'User Provisioning Account', - labelPlural: 'User Provisioning Accounts', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvAccount', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvAccount/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvAccount/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvAccount/describe', - sobject: '/services/data/v49.0/sobjects/UserProvAccount', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0HY', - label: 'User Provisioning Account Staging', - labelPlural: 'User Provisioning Account Stagings', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvAccountStaging', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvAccountStaging/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvAccountStaging/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvAccountStaging/describe', - sobject: '/services/data/v49.0/sobjects/UserProvAccountStaging', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0HX', - label: 'User Provisioning Mock Target', - labelPlural: 'User Provisioning Mock Targets', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvMockTarget', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvMockTarget/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvMockTarget/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvMockTarget/describe', - sobject: '/services/data/v49.0/sobjects/UserProvMockTarget', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Je', - label: 'User Provisioning Config', - labelPlural: 'User Provisioning Configs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvisioningConfig', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvisioningConfig/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvisioningConfig/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvisioningConfig/describe', - sobject: '/services/data/v49.0/sobjects/UserProvisioningConfig', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Hs', - label: 'User Provisioning Log', - labelPlural: 'User Provisioning Logs', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvisioningLog', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvisioningLog/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvisioningLog/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvisioningLog/describe', - sobject: '/services/data/v49.0/sobjects/UserProvisioningLog', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0HP', - label: 'User Provisioning Request', - labelPlural: 'User Provisioning Requests', - layoutable: true, - mergeable: false, - mruEnabled: false, - name: 'UserProvisioningRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/UserProvisioningRequest/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/UserProvisioningRequest/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/UserProvisioningRequest/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/UserProvisioningRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvisioningRequest/describe', - layouts: '/services/data/v49.0/sobjects/UserProvisioningRequest/describe/layouts', - sobject: '/services/data/v49.0/sobjects/UserProvisioningRequest', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Provisioning Request Share', - labelPlural: 'User Provisioning Request Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserProvisioningRequestShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserProvisioningRequestShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserProvisioningRequestShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserProvisioningRequestShare/describe', - sobject: '/services/data/v49.0/sobjects/UserProvisioningRequestShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'User Record Access', - labelPlural: 'User Record Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserRecordAccess', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserRecordAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserRecordAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserRecordAccess/describe', - sobject: '/services/data/v49.0/sobjects/UserRecordAccess', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00E', - label: 'Role', - labelPlural: 'Role', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserRole', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserRole/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserRole/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserRole/describe', - sobject: '/services/data/v49.0/sobjects/UserRole', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0g2', - label: 'User Setup Entity Access', - labelPlural: 'User Permission Access', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserSetupEntityAccess', - queryable: true, - replicateable: false, - retrieveable: false, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserSetupEntityAccess/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserSetupEntityAccess/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserSetupEntityAccess/describe', - sobject: '/services/data/v49.0/sobjects/UserSetupEntityAccess', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0N2', - label: 'User Share', - labelPlural: 'User Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'UserShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/UserShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/UserShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/UserShare/describe', - sobject: '/services/data/v49.0/sobjects/UserShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Qt', - label: 'Identity Verification History', - labelPlural: 'Identity Verification History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'VerificationHistory', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/VerificationHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/VerificationHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/VerificationHistory/describe', - sobject: '/services/data/v49.0/sobjects/VerificationHistory', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OP', - label: 'Visualforce Access Metric', - labelPlural: 'Visualforce Access Metrics', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'VisualforceAccessMetrics', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/VisualforceAccessMetrics/{ID}', - defaultValues: '/services/data/v49.0/sobjects/VisualforceAccessMetrics/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/VisualforceAccessMetrics/describe', - sobject: '/services/data/v49.0/sobjects/VisualforceAccessMetrics', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '083', - label: 'Vote', - labelPlural: 'Votes', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'Vote', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/Vote/{ID}', - defaultValues: '/services/data/v49.0/sobjects/Vote/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/Vote/describe', - sobject: '/services/data/v49.0/sobjects/Vote', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0UZ', - label: 'Wave Auto Install Request', - labelPlural: 'Wave Auto Install Requests', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WaveAutoInstallRequest', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WaveAutoInstallRequest/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WaveAutoInstallRequest/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WaveAutoInstallRequest/describe', - sobject: '/services/data/v49.0/sobjects/WaveAutoInstallRequest', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0OZ', - label: 'Wave Compatibility Check Item', - labelPlural: 'Wave Compatibility Check Items', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WaveCompatibilityCheckItem', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WaveCompatibilityCheckItem/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WaveCompatibilityCheckItem/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WaveCompatibilityCheckItem/describe', - sobject: '/services/data/v49.0/sobjects/WaveCompatibilityCheckItem', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '00b', - label: 'Custom Button or Link', - labelPlural: 'Custom Buttons or Links', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WebLink', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WebLink/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WebLink/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WebLink/describe', - sobject: '/services/data/v49.0/sobjects/WebLink', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '08q', - label: 'Work Type', - labelPlural: 'Work Types', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'WorkType', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/WorkType/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/WorkType/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/WorkType/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/WorkType/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkType/describe', - quickActions: '/services/data/v49.0/sobjects/WorkType/quickActions', - layouts: '/services/data/v49.0/sobjects/WorkType/describe/layouts', - sobject: '/services/data/v49.0/sobjects/WorkType', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Change Event', - labelPlural: 'Work Type Change Event', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeChangeEvent', - queryable: false, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: true, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeChangeEvent/{ID}', - eventSchema: '/services/data/v49.0/sobjects/WorkTypeChangeEvent/eventSchema', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeChangeEvent/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeChangeEvent/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeChangeEvent', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Feed', - labelPlural: 'Work Type Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeFeed/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeFeed', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0VS', - label: 'Work Type Group', - labelPlural: 'Work Type Groups', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'WorkTypeGroup', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/WorkTypeGroup/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroup/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/WorkTypeGroup/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroup/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroup/describe', - quickActions: '/services/data/v49.0/sobjects/WorkTypeGroup/quickActions', - layouts: '/services/data/v49.0/sobjects/WorkTypeGroup/describe/layouts', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroup', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Group Feed', - labelPlural: 'Work Type Group Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeGroupFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupFeed/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Group History', - labelPlural: 'Work Type Group History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeGroupHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupHistory/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: '0Wz', - label: 'Work Type Group Member', - labelPlural: 'Work Type Group Members', - layoutable: true, - mergeable: false, - mruEnabled: true, - name: 'WorkTypeGroupMember', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: true, - triggerable: false, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/WorkTypeGroupMember/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupMember/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/WorkTypeGroupMember/describe/approvalLayouts', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupMember/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupMember/describe', - quickActions: '/services/data/v49.0/sobjects/WorkTypeGroupMember/quickActions', - layouts: '/services/data/v49.0/sobjects/WorkTypeGroupMember/describe/layouts', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupMember', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Group Member Feed', - labelPlural: 'Work Type Group Member Feed', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeGroupMemberFeed', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupMemberFeed/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupMemberFeed/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupMemberFeed/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupMemberFeed', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Group Member History', - labelPlural: 'Work Type Group Member History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeGroupMemberHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupMemberHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupMemberHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupMemberHistory/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupMemberHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Group Share', - labelPlural: 'Work Type Group Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeGroupShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeGroupShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeGroupShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeGroupShare/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeGroupShare', - }, - }, - { - activateable: false, - createable: false, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: false, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type History', - labelPlural: 'Work Type History', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeHistory', - queryable: true, - replicateable: true, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: false, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeHistory/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeHistory/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeHistory/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeHistory', - }, - }, - { - activateable: false, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - deletable: true, - deprecatedAndHidden: false, - feedEnabled: false, - hasSubtypes: false, - isInterface: false, - isSubtype: false, - keyPrefix: null, - label: 'Work Type Share', - labelPlural: 'Work Type Share', - layoutable: false, - mergeable: false, - mruEnabled: false, - name: 'WorkTypeShare', - queryable: true, - replicateable: false, - retrieveable: true, - searchable: false, - triggerable: false, - undeletable: false, - updateable: true, - urls: { - rowTemplate: '/services/data/v49.0/sobjects/WorkTypeShare/{ID}', - defaultValues: '/services/data/v49.0/sobjects/WorkTypeShare/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/WorkTypeShare/describe', - sobject: '/services/data/v49.0/sobjects/WorkTypeShare', - }, - }, - ], - }, - cache: { - age: 1607741210022, - exp: 1608000410022, - key: 'get|/api/describe', - }, -}; - -export const DESCRIBE_ACCOUNT_SPEC = { - data: { - actionOverrides: [], - activateable: false, - childRelationships: [ - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__c', - deprecatedAndHidden: false, - field: 'Account__c', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'A_Custom_Objs__r', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Account', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ChildAccounts', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountBrand', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountBrands', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountChangeEvent', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountCleanInfo', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountCleanInfos', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountContactRole', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountContactRoles', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountContactRoleChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountFeed', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Feeds', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountHistory', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Histories', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountPartner', - deprecatedAndHidden: false, - field: 'AccountFromId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountPartnersFrom', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountPartner', - deprecatedAndHidden: false, - field: 'AccountToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountPartnersTo', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountShare', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Shares', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ActivityHistory', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ActivityHistories', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Assets', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'AssetProvidedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ProvidedAssets', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'AssetServicedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ServicedAssets', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'AssetProvidedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'AssetServicedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AssociatedLocation', - deprecatedAndHidden: false, - field: 'ParentRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AssociatedLocations', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AttachedContentDocument', - deprecatedAndHidden: false, - field: 'LinkedEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AttachedContentDocuments', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Attachment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Attachments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AuthorizationFormConsents', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RelatedAuthorizationFormConsents', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CardPaymentMethod', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CardPaymentMethods', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Case', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Cases', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'CaseChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMember', - deprecatedAndHidden: false, - field: 'PartnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ChannelProgramMembers', - restrictedDelete: true, - }, - { - cascadeDelete: true, - childSObject: 'CollaborationGroupRecord', - deprecatedAndHidden: false, - field: 'RecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RecordAssociatedGroups', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CombinedAttachment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CombinedAttachments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CommSubscriptionConsents', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentChangeEvent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Contact', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Contacts', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contact', - deprecatedAndHidden: false, - field: 'Account__c', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Contacts__r', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointAddress', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactPointAddresses', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressChangeEvent', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointEmail', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactPointEmails', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailChangeEvent', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointPhone', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactPointPhones', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneChangeEvent', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequest', - deprecatedAndHidden: false, - field: 'WhatId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactRequests', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentDistribution', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentDocumentLink', - deprecatedAndHidden: false, - field: 'LinkedEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContentDocumentLinks', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'FirstPublishLocationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Contracts', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemo', - deprecatedAndHidden: false, - field: 'BillingAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CreditMemos', - restrictedDelete: true, - }, - { - cascadeDelete: true, - childSObject: 'DelegatedAccount', - deprecatedAndHidden: false, - field: 'TargetId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ManagedAccount', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DigitalWallet', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'DigitalWallets', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DuplicateRecordItem', - deprecatedAndHidden: false, - field: 'RecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'DuplicateRecordItems', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessage', - deprecatedAndHidden: false, - field: 'RelatedToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Emails', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessageChangeEvent', - deprecatedAndHidden: false, - field: 'RelatedToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EntitySubscription', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'FeedSubscriptionsForEntity', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Event', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Event', - deprecatedAndHidden: false, - field: 'WhatId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Events', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventChangeEvent', - deprecatedAndHidden: false, - field: 'WhatId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelationChangeEvent', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedComment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedItem', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowExecutionErrorEvent', - deprecatedAndHidden: false, - field: 'ContextRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowRecordRelation', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Invoice', - deprecatedAndHidden: false, - field: 'BillingAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Invoices', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'Lead', - deprecatedAndHidden: false, - field: 'ConvertedAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadChangeEvent', - deprecatedAndHidden: false, - field: 'ConvertedAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscript', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'LiveChatTranscripts', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSession', - deprecatedAndHidden: false, - field: 'EndUserAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkActivityAudit', - deprecatedAndHidden: false, - field: 'ParentEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ParentEntities', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkSelfRegistration', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Note', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Notes', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'NoteAndAttachment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'NotesAndAttachments', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OpenActivity', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'OpenActivities', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Opportunity', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Opportunities', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OpportunityPartner', - deprecatedAndHidden: false, - field: 'AccountToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'OpportunityPartnersTo', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Orders', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OutgoingEmail', - deprecatedAndHidden: false, - field: 'RelatedToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Partner', - deprecatedAndHidden: false, - field: 'AccountFromId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnersFrom', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Partner', - deprecatedAndHidden: false, - field: 'AccountToId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnersTo', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocation', - deprecatedAndHidden: false, - field: 'ChannelPartnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnerFundAllocations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaim', - deprecatedAndHidden: false, - field: 'ChannelPartnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnerFundClaims', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequest', - deprecatedAndHidden: false, - field: 'ChannelPartnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnerFundRequests', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudget', - deprecatedAndHidden: false, - field: 'ChannelPartnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PartnerMarketingBudgets', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Payment', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Payments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentAuthorization', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PaymentAuthorizations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentLineInvoice', - deprecatedAndHidden: false, - field: 'AssociatedAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PaymentLinesInvoice', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentMethod', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstance', - deprecatedAndHidden: false, - field: 'TargetObjectId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ProcessInstances', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceHistory', - deprecatedAndHidden: false, - field: 'TargetObjectId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ProcessSteps', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'RecordAction', - deprecatedAndHidden: false, - field: 'RecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RecordActions', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordActionHistory', - deprecatedAndHidden: false, - field: 'ParentRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RecordActionHistories', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Refund', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Refunds', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RefundLinePayment', - deprecatedAndHidden: false, - field: 'AssociatedAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RefundLinePayments', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ResourcePreference', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ResourcePreferences', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrder', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ReturnOrders', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointment', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ServiceAppointmentAccount', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ServiceAppointment', - deprecatedAndHidden: false, - field: 'ParentRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ServiceAppointments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentChangeEvent', - deprecatedAndHidden: false, - field: 'ParentRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResource', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ServiceResources', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Task', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Task', - deprecatedAndHidden: false, - field: 'WhatId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Tasks', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskChangeEvent', - deprecatedAndHidden: false, - field: 'WhatId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'TopicAssignment', - deprecatedAndHidden: false, - field: 'EntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'TopicAssignments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'User', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Users', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserChangeEvent', - deprecatedAndHidden: false, - field: 'AccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserRole', - deprecatedAndHidden: false, - field: 'PortalAccountId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - ], - compactLayoutable: true, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - defaultImplementation: null, - deletable: true, - deprecatedAndHidden: false, - extendedBy: null, - extendsInterfaces: null, - feedEnabled: true, - fields: [ - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'Account ID', - length: 18, - mask: null, - maskType: null, - name: 'Id', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'id', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Deleted', - length: 0, - mask: null, - maskType: null, - name: 'IsDeleted', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Master Record ID', - length: 18, - mask: null, - maskType: null, - name: 'MasterRecordId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Account'], - relationshipName: 'MasterRecord', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Name', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'switchablepersonname', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Name', - length: 255, - mask: null, - maskType: null, - name: 'Name', - nameField: true, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Type', - length: 255, - mask: null, - maskType: null, - name: 'Type', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Prospect', - validFor: null, - value: 'Prospect', - }, - { - active: true, - defaultValue: false, - label: 'Customer - Direct', - validFor: null, - value: 'Customer - Direct', - }, - { - active: true, - defaultValue: false, - label: 'Customer - Channel', - validFor: null, - value: 'Customer - Channel', - }, - { - active: true, - defaultValue: false, - label: 'Channel Partner / Reseller', - validFor: null, - value: 'Channel Partner / Reseller', - }, - { - active: true, - defaultValue: false, - label: 'Installation Partner', - validFor: null, - value: 'Installation Partner', - }, - { - active: true, - defaultValue: false, - label: 'Technology Partner', - validFor: null, - value: 'Technology Partner', - }, - { - active: true, - defaultValue: false, - label: 'Other', - validFor: null, - value: 'Other', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Parent Account ID', - length: 18, - mask: null, - maskType: null, - name: 'ParentId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Account'], - relationshipName: 'Parent', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Street', - length: 255, - mask: null, - maskType: null, - name: 'BillingStreet', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing City', - length: 40, - mask: null, - maskType: null, - name: 'BillingCity', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing State/Province', - length: 80, - mask: null, - maskType: null, - name: 'BillingState', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Zip/Postal Code', - length: 20, - mask: null, - maskType: null, - name: 'BillingPostalCode', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Country', - length: 80, - mask: null, - maskType: null, - name: 'BillingCountry', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Latitude', - length: 0, - mask: null, - maskType: null, - name: 'BillingLatitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Longitude', - length: 0, - mask: null, - maskType: null, - name: 'BillingLongitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'BillingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Geocode Accuracy', - length: 40, - mask: null, - maskType: null, - name: 'BillingGeocodeAccuracy', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Address', - validFor: null, - value: 'Address', - }, - { - active: true, - defaultValue: false, - label: 'NearAddress', - validFor: null, - value: 'NearAddress', - }, - { - active: true, - defaultValue: false, - label: 'Block', - validFor: null, - value: 'Block', - }, - { - active: true, - defaultValue: false, - label: 'Street', - validFor: null, - value: 'Street', - }, - { - active: true, - defaultValue: false, - label: 'ExtendedZip', - validFor: null, - value: 'ExtendedZip', - }, - { - active: true, - defaultValue: false, - label: 'Zip', - validFor: null, - value: 'Zip', - }, - { - active: true, - defaultValue: false, - label: 'Neighborhood', - validFor: null, - value: 'Neighborhood', - }, - { - active: true, - defaultValue: false, - label: 'City', - validFor: null, - value: 'City', - }, - { - active: true, - defaultValue: false, - label: 'County', - validFor: null, - value: 'County', - }, - { - active: true, - defaultValue: false, - label: 'State', - validFor: null, - value: 'State', - }, - { - active: true, - defaultValue: false, - label: 'Unknown', - validFor: null, - value: 'Unknown', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Billing Address', - length: 0, - mask: null, - maskType: null, - name: 'BillingAddress', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: true, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'urn:address', - sortable: false, - type: 'address', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Street', - length: 255, - mask: null, - maskType: null, - name: 'ShippingStreet', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping City', - length: 40, - mask: null, - maskType: null, - name: 'ShippingCity', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping State/Province', - length: 80, - mask: null, - maskType: null, - name: 'ShippingState', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Zip/Postal Code', - length: 20, - mask: null, - maskType: null, - name: 'ShippingPostalCode', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Country', - length: 80, - mask: null, - maskType: null, - name: 'ShippingCountry', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Latitude', - length: 0, - mask: null, - maskType: null, - name: 'ShippingLatitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Longitude', - length: 0, - mask: null, - maskType: null, - name: 'ShippingLongitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'ShippingAddress', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Geocode Accuracy', - length: 40, - mask: null, - maskType: null, - name: 'ShippingGeocodeAccuracy', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Address', - validFor: null, - value: 'Address', - }, - { - active: true, - defaultValue: false, - label: 'NearAddress', - validFor: null, - value: 'NearAddress', - }, - { - active: true, - defaultValue: false, - label: 'Block', - validFor: null, - value: 'Block', - }, - { - active: true, - defaultValue: false, - label: 'Street', - validFor: null, - value: 'Street', - }, - { - active: true, - defaultValue: false, - label: 'ExtendedZip', - validFor: null, - value: 'ExtendedZip', - }, - { - active: true, - defaultValue: false, - label: 'Zip', - validFor: null, - value: 'Zip', - }, - { - active: true, - defaultValue: false, - label: 'Neighborhood', - validFor: null, - value: 'Neighborhood', - }, - { - active: true, - defaultValue: false, - label: 'City', - validFor: null, - value: 'City', - }, - { - active: true, - defaultValue: false, - label: 'County', - validFor: null, - value: 'County', - }, - { - active: true, - defaultValue: false, - label: 'State', - validFor: null, - value: 'State', - }, - { - active: true, - defaultValue: false, - label: 'Unknown', - validFor: null, - value: 'Unknown', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Shipping Address', - length: 0, - mask: null, - maskType: null, - name: 'ShippingAddress', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: true, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'urn:address', - sortable: false, - type: 'address', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Phone', - length: 40, - mask: null, - maskType: null, - name: 'Phone', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Fax', - length: 40, - mask: null, - maskType: null, - name: 'Fax', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Number', - length: 40, - mask: null, - maskType: null, - name: 'AccountNumber', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Website', - length: 255, - mask: null, - maskType: null, - name: 'Website', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'imageurl', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Photo URL', - length: 255, - mask: null, - maskType: null, - name: 'PhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SIC Code', - length: 20, - mask: null, - maskType: null, - name: 'Sic', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Industry', - length: 255, - mask: null, - maskType: null, - name: 'Industry', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Agriculture', - validFor: null, - value: 'Agriculture', - }, - { - active: true, - defaultValue: false, - label: 'Apparel', - validFor: null, - value: 'Apparel', - }, - { - active: true, - defaultValue: false, - label: 'Banking', - validFor: null, - value: 'Banking', - }, - { - active: true, - defaultValue: false, - label: 'Biotechnology', - validFor: null, - value: 'Biotechnology', - }, - { - active: true, - defaultValue: false, - label: 'Chemicals', - validFor: null, - value: 'Chemicals', - }, - { - active: true, - defaultValue: false, - label: 'Communications', - validFor: null, - value: 'Communications', - }, - { - active: true, - defaultValue: false, - label: 'Construction', - validFor: null, - value: 'Construction', - }, - { - active: true, - defaultValue: false, - label: 'Consulting', - validFor: null, - value: 'Consulting', - }, - { - active: true, - defaultValue: false, - label: 'Education', - validFor: null, - value: 'Education', - }, - { - active: true, - defaultValue: false, - label: 'Electronics', - validFor: null, - value: 'Electronics', - }, - { - active: true, - defaultValue: false, - label: 'Energy', - validFor: null, - value: 'Energy', - }, - { - active: true, - defaultValue: false, - label: 'Engineering', - validFor: null, - value: 'Engineering', - }, - { - active: true, - defaultValue: false, - label: 'Entertainment', - validFor: null, - value: 'Entertainment', - }, - { - active: true, - defaultValue: false, - label: 'Environmental', - validFor: null, - value: 'Environmental', - }, - { - active: true, - defaultValue: false, - label: 'Finance', - validFor: null, - value: 'Finance', - }, - { - active: true, - defaultValue: false, - label: 'Food & Beverage', - validFor: null, - value: 'Food & Beverage', - }, - { - active: true, - defaultValue: false, - label: 'Government', - validFor: null, - value: 'Government', - }, - { - active: true, - defaultValue: false, - label: 'Healthcare', - validFor: null, - value: 'Healthcare', - }, - { - active: true, - defaultValue: false, - label: 'Hospitality', - validFor: null, - value: 'Hospitality', - }, - { - active: true, - defaultValue: false, - label: 'Insurance', - validFor: null, - value: 'Insurance', - }, - { - active: true, - defaultValue: false, - label: 'Machinery', - validFor: null, - value: 'Machinery', - }, - { - active: true, - defaultValue: false, - label: 'Manufacturing', - validFor: null, - value: 'Manufacturing', - }, - { - active: true, - defaultValue: false, - label: 'Media', - validFor: null, - value: 'Media', - }, - { - active: true, - defaultValue: false, - label: 'Not For Profit', - validFor: null, - value: 'Not For Profit', - }, - { - active: true, - defaultValue: false, - label: 'Recreation', - validFor: null, - value: 'Recreation', - }, - { - active: true, - defaultValue: false, - label: 'Retail', - validFor: null, - value: 'Retail', - }, - { - active: true, - defaultValue: false, - label: 'Shipping', - validFor: null, - value: 'Shipping', - }, - { - active: true, - defaultValue: false, - label: 'Technology', - validFor: null, - value: 'Technology', - }, - { - active: true, - defaultValue: false, - label: 'Telecommunications', - validFor: null, - value: 'Telecommunications', - }, - { - active: true, - defaultValue: false, - label: 'Transportation', - validFor: null, - value: 'Transportation', - }, - { - active: true, - defaultValue: false, - label: 'Utilities', - validFor: null, - value: 'Utilities', - }, - { - active: true, - defaultValue: false, - label: 'Other', - validFor: null, - value: 'Other', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Annual Revenue', - length: 0, - mask: null, - maskType: null, - name: 'AnnualRevenue', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'currency', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 8, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Employees', - length: 0, - mask: null, - maskType: null, - name: 'NumberOfEmployees', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:int', - sortable: true, - type: 'int', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Ownership', - length: 255, - mask: null, - maskType: null, - name: 'Ownership', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Public', - validFor: null, - value: 'Public', - }, - { - active: true, - defaultValue: false, - label: 'Private', - validFor: null, - value: 'Private', - }, - { - active: true, - defaultValue: false, - label: 'Subsidiary', - validFor: null, - value: 'Subsidiary', - }, - { - active: true, - defaultValue: false, - label: 'Other', - validFor: null, - value: 'Other', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Ticker Symbol', - length: 20, - mask: null, - maskType: null, - name: 'TickerSymbol', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 96000, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Description', - length: 32000, - mask: null, - maskType: null, - name: 'Description', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Rating', - length: 255, - mask: null, - maskType: null, - name: 'Rating', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Hot', - validFor: null, - value: 'Hot', - }, - { - active: true, - defaultValue: false, - label: 'Warm', - validFor: null, - value: 'Warm', - }, - { - active: true, - defaultValue: false, - label: 'Cold', - validFor: null, - value: 'Cold', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Site', - length: 80, - mask: null, - maskType: null, - name: 'Site', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Owner ID', - length: 18, - mask: null, - maskType: null, - name: 'OwnerId', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'Owner', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Created Date', - length: 0, - mask: null, - maskType: null, - name: 'CreatedDate', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Created By ID', - length: 18, - mask: null, - maskType: null, - name: 'CreatedById', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'CreatedBy', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Modified Date', - length: 0, - mask: null, - maskType: null, - name: 'LastModifiedDate', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Modified By ID', - length: 18, - mask: null, - maskType: null, - name: 'LastModifiedById', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'LastModifiedBy', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'System Modstamp', - length: 0, - mask: null, - maskType: null, - name: 'SystemModstamp', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Activity', - length: 0, - mask: null, - maskType: null, - name: 'LastActivityDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:date', - sortable: true, - type: 'date', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Viewed Date', - length: 0, - mask: null, - maskType: null, - name: 'LastViewedDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Referenced Date', - length: 0, - mask: null, - maskType: null, - name: 'LastReferencedDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Partner Account', - length: 0, - mask: null, - maskType: null, - name: 'IsPartner', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Customer Portal Account', - length: 0, - mask: null, - maskType: null, - name: 'IsCustomerPortal', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Channel Program Name', - length: 255, - mask: null, - maskType: null, - name: 'ChannelProgramName', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Channel Program Level Name', - length: 255, - mask: null, - maskType: null, - name: 'ChannelProgramLevelName', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Data.com Key', - length: 20, - mask: null, - maskType: null, - name: 'Jigsaw', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Jigsaw Company ID', - length: 20, - mask: null, - maskType: null, - name: 'JigsawCompanyId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: 'JigsawCompany', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Clean Status', - length: 40, - mask: null, - maskType: null, - name: 'CleanStatus', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'In Sync', - validFor: null, - value: 'Matched', - }, - { - active: true, - defaultValue: false, - label: 'Different', - validFor: null, - value: 'Different', - }, - { - active: true, - defaultValue: false, - label: 'Reviewed', - validFor: null, - value: 'Acknowledged', - }, - { - active: true, - defaultValue: false, - label: 'Not Found', - validFor: null, - value: 'NotFound', - }, - { - active: true, - defaultValue: false, - label: 'Inactive', - validFor: null, - value: 'Inactive', - }, - { - active: true, - defaultValue: false, - label: 'Not Compared', - validFor: null, - value: 'Pending', - }, - { - active: true, - defaultValue: false, - label: 'Select Match', - validFor: null, - value: 'SelectMatch', - }, - { - active: true, - defaultValue: false, - label: 'Skipped', - validFor: null, - value: 'Skipped', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account Source', - length: 255, - mask: null, - maskType: null, - name: 'AccountSource', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Web', - validFor: null, - value: 'Web', - }, - { - active: true, - defaultValue: false, - label: 'Phone Inquiry', - validFor: null, - value: 'Phone Inquiry', - }, - { - active: true, - defaultValue: false, - label: 'Partner Referral', - validFor: null, - value: 'Partner Referral', - }, - { - active: true, - defaultValue: false, - label: 'Purchased List', - validFor: null, - value: 'Purchased List', - }, - { - active: true, - defaultValue: false, - label: 'Other', - validFor: null, - value: 'Other', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 27, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'D-U-N-S Number', - length: 9, - mask: null, - maskType: null, - name: 'DunsNumber', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Tradestyle', - length: 255, - mask: null, - maskType: null, - name: 'Tradestyle', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 24, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'NAICS Code', - length: 8, - mask: null, - maskType: null, - name: 'NaicsCode', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 360, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'NAICS Description', - length: 120, - mask: null, - maskType: null, - name: 'NaicsDesc', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 12, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Year Started', - length: 4, - mask: null, - maskType: null, - name: 'YearStarted', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SIC Description', - length: 80, - mask: null, - maskType: null, - name: 'SicDesc', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'D&B Company ID', - length: 18, - mask: null, - maskType: null, - name: 'DandbCompanyId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['DandBCompany'], - relationshipName: 'DandbCompany', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Operating Hour ID', - length: 18, - mask: null, - maskType: null, - name: 'OperatingHoursId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['OperatingHours'], - relationshipName: 'OperatingHours', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Customer Priority', - length: 255, - mask: null, - maskType: null, - name: 'CustomerPriority__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'High', - validFor: null, - value: 'High', - }, - { - active: true, - defaultValue: false, - label: 'Low', - validFor: null, - value: 'Low', - }, - { - active: true, - defaultValue: false, - label: 'Medium', - validFor: null, - value: 'Medium', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SLA', - length: 255, - mask: null, - maskType: null, - name: 'SLA__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Gold', - validFor: null, - value: 'Gold', - }, - { - active: true, - defaultValue: false, - label: 'Silver', - validFor: null, - value: 'Silver', - }, - { - active: true, - defaultValue: false, - label: 'Platinum', - validFor: null, - value: 'Platinum', - }, - { - active: true, - defaultValue: false, - label: 'Bronze', - validFor: null, - value: 'Bronze', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Active', - length: 255, - mask: null, - maskType: null, - name: 'Active__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'No', - validFor: null, - value: 'No', - }, - { - active: true, - defaultValue: false, - label: 'Yes', - validFor: null, - value: 'Yes', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Number of Locations', - length: 0, - mask: null, - maskType: null, - name: 'NumberofLocations__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 3, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Upsell Opportunity', - length: 255, - mask: null, - maskType: null, - name: 'UpsellOpportunity__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Maybe', - validFor: null, - value: 'Maybe', - }, - { - active: true, - defaultValue: false, - label: 'No', - validFor: null, - value: 'No', - }, - { - active: true, - defaultValue: false, - label: 'Yes', - validFor: null, - value: 'Yes', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 30, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SLA Serial Number', - length: 10, - mask: null, - maskType: null, - name: 'SLASerialNumber__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SLA Expiration Date', - length: 0, - mask: null, - maskType: null, - name: 'SLAExpirationDate__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:date', - sortable: true, - type: 'date', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: true, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: 'External ID for migration purposes', - label: 'Test123', - length: 255, - mask: null, - maskType: null, - name: 'Test123__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 369, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Test Field', - length: 123, - mask: null, - maskType: null, - name: 'Test_Field__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 150, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: true, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'My Ext Id', - length: 50, - mask: null, - maskType: null, - name: 'My_Ext_Id__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 300, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Label Does Not Match API Name', - length: 100, - mask: null, - maskType: null, - name: 'api_name_mismatch__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 98304, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'richtextarea', - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: true, - idLookup: false, - inlineHelpText: null, - label: 'rich text', - length: 32768, - mask: null, - maskType: null, - name: 'rich_text__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 150, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'encrypted text', - length: 50, - mask: 'X', - maskType: 'all', - name: 'encrypted_text__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'encryptedstring', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'time', - length: 0, - mask: null, - maskType: null, - name: 'time__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:time', - sortable: true, - type: 'time', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'url', - length: 255, - mask: null, - maskType: null, - name: 'url__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'textarea', - length: 255, - mask: null, - maskType: null, - name: 'textarea__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 98304, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'textarea long', - length: 32768, - mask: null, - maskType: null, - name: 'textarea_long__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: false, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'phone', - length: 40, - mask: null, - maskType: null, - name: 'phone__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'percent', - length: 0, - mask: null, - maskType: null, - name: 'percent__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 8, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'percent', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'number', - length: 0, - mask: null, - maskType: null, - name: 'number__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Geolocation__c', - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Geolocation (Latitude)', - length: 0, - mask: null, - maskType: null, - name: 'Geolocation__Latitude__s', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 9, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 6, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Geolocation__c', - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Geolocation (Longitude)', - length: 0, - mask: null, - maskType: null, - name: 'Geolocation__Longitude__s', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 9, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 6, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: false, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Geolocation', - length: 0, - mask: null, - maskType: null, - name: 'Geolocation__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'urn:location', - sortable: false, - type: 'location', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'email', - length: 80, - mask: null, - maskType: null, - name: 'email__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'email', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'date', - length: 0, - mask: null, - maskType: null, - name: 'date__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:date', - sortable: true, - type: 'date', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: true, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'checkbox', - length: 0, - mask: null, - maskType: null, - name: 'checkbox__c', - nameField: false, - namePointing: false, - nillable: false, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: true, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'roll up', - length: 0, - mask: null, - maskType: null, - name: 'roll_up__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: true, - calculatedFormula: '1', - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: true, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'formula number', - length: 0, - mask: null, - maskType: null, - name: 'formula_number__c', - nameField: false, - namePointing: false, - nillable: true, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 2, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: true, - byteLength: 90, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: true, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'autonum', - length: 30, - mask: null, - maskType: null, - name: 'autonum__c', - nameField: false, - namePointing: false, - nillable: false, - permissionable: true, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - ], - hasSubtypes: false, - implementedBy: null, - implementsInterfaces: null, - isInterface: false, - isSubtype: false, - keyPrefix: '001', - label: 'Account', - labelPlural: 'Accounts', - layoutable: true, - listviewable: null, - lookupLayoutable: null, - mergeable: true, - mruEnabled: true, - name: 'Account', - namedLayoutInfos: [], - networkScopeFieldName: null, - queryable: true, - recordTypeInfos: [ - { - active: true, - available: true, - defaultRecordTypeMapping: true, - developerName: 'Master', - master: true, - name: 'Master', - recordTypeId: '012000000000000AAA', - urls: { - layout: '/services/data/v49.0/sobjects/Account/describe/layouts/012000000000000AAA', - }, - }, - ], - replicateable: true, - retrieveable: true, - searchLayoutable: true, - searchable: true, - sobjectDescribeOption: 'FULL', - supportedScopes: [ - { - label: 'All accounts', - name: 'everything', - }, - { - label: 'My accounts', - name: 'mine', - }, - { - label: "My team's accounts", - name: 'team', - }, - ], - triggerable: true, - undeletable: true, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/Account/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/Account/{ID}', - approvalLayouts: '/services/data/v49.0/sobjects/Account/describe/approvalLayouts', - uiDetailTemplate: 'https://na174.salesforce.com/{ID}', - uiEditTemplate: 'https://na174.salesforce.com/{ID}/e', - defaultValues: '/services/data/v49.0/sobjects/Account/defaultValues?recordTypeId&fields', - listviews: '/services/data/v49.0/sobjects/Account/listviews', - describe: '/services/data/v49.0/sobjects/Account/describe', - uiNewRecord: 'https://na174.salesforce.com/001/e', - quickActions: '/services/data/v49.0/sobjects/Account/quickActions', - layouts: '/services/data/v49.0/sobjects/Account/describe/layouts', - sobject: '/services/data/v49.0/sobjects/Account', - }, - }, - cache: { - age: 1607811185167, - exp: 1608070385167, - key: 'get|/api/describe/Account', - }, -}; - -export const DESCRIBE_USER_SPEC = { - data: { - actionOverrides: [], - activateable: false, - childRelationships: [ - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__History', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__Share', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'A_Custom_Obj__Share', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__c', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__c', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'A_Custom_Obj__c', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AcceptedEventRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AcceptedEventRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AcceptedEventRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AcceptedEventRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Account', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Account', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Account', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountBrand', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountBrand', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountBrand', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountBrandShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountBrandShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountCleanInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountCleanInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountCleanInfo', - deprecatedAndHidden: false, - field: 'LastStatusChangedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AccountCleanInfoReviewers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountContactRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountContactRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountContactRoleChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountContactRoleChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountPartner', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountPartner', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AccountShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AccountShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActionLinkGroupTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActionLinkGroupTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActionLinkTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActionLinkTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrg', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrg', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrg', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrgFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrgFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrgHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActiveScratchOrgShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ActiveScratchOrgShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActivityHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActivityHistory', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ActivityHistory', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AdditionalNumber', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AdditionalNumber', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Announcement', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Announcement', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexClass', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexClass', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexComponent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexComponent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexEmailNotification', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexEmailNotification', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ApexEmailNotification', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ApexLog', - deprecatedAndHidden: false, - field: 'LogUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexPage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexPage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestQueueItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestResultLimits', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestResultLimits', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestRunResult', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestRunResult', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestRunResult', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestSuite', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTestSuite', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTrigger', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApexTrigger', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApiEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ApiEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppAnalyticsQueryRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppAnalyticsQueryRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppMenuItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppMenuItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppleDomainVerification', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppleDomainVerification', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppointmentSchedulingPolicy', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AppointmentSchedulingPolicy', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Asset', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetRelationship', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetRelationship', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetRelationshipFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetRelationshipFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetRelationshipHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AssetShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetTokenEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssetTokenEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResource', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResource', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResourceChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResourceChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResourceFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignedResourceFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignmentRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssignmentRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssociatedLocation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssociatedLocation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AssociatedLocationHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AsyncApexJob', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AsyncOperationEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AsyncOperationStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AttachedContentDocument', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AttachedContentDocument', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AttachedContentDocument', - deprecatedAndHidden: false, - field: 'LinkedEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AttachedContentDocuments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Attachment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Attachment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Attachment', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Audience', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Audience', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuraDefinition', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuraDefinition', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuraDefinitionBundle', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuraDefinitionBundle', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthConfigProviders', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthConfigProviders', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthProvider', - deprecatedAndHidden: false, - field: 'ExecutionUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthSession', - deprecatedAndHidden: false, - field: 'UsersId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationForm', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationForm', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationForm', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'AuthorizationFormConsents', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormConsentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AuthorizationFormConsentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormDataUse', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormDataUse', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormDataUse', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormDataUseHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormDataUseShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AuthorizationFormDataUseShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'AuthorizationFormShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormText', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormText', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'AuthorizationFormTextHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BackgroundOperation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BackgroundOperation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BatchApexErrorEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandingSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandingSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandingSetProperty', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BrandingSetProperty', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Breaker19__Share', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Breaker19__Share', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Breaker19__c', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Breaker19__c', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Breaker19__c', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BusinessHours', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BusinessHours', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BusinessProcess', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'BusinessProcess', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Calendar', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Calendar', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Calendar', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CalendarView', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CalendarView', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CalendarView', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CalendarViewShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CalendarViewShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CallCenter', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CallCenter', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CallCoachingMediaProvider', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CallCoachingMediaProvider', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Campaign', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Campaign', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Campaign', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMember', - deprecatedAndHidden: false, - field: 'LeadOrContactOwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberStatusChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignMemberStatusChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CampaignShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CampaignShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CardPaymentMethod', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CardPaymentMethod', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Case', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Case', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Case', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseComment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseComment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseContactRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseContactRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CaseShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseSolution', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CaseTeamMember', - deprecatedAndHidden: false, - field: 'MemberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamTemplateMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamTemplateMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CaseTeamTemplateMember', - deprecatedAndHidden: false, - field: 'MemberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CaseTeamTemplateRecord', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CategoryData', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CategoryData', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CategoryNode', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CategoryNode', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgram', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgram', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgram', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevel', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevel', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevel', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevelFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevelFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevelHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramLevelShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ChannelProgramLevelShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMember', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMemberFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMemberFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMemberHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramMemberShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ChannelProgramMemberShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChannelProgramShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ChannelProgramShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChatterActivity', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChatterExtension', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChatterExtension', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChatterExtensionConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ChatterExtensionConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ClientBrowser', - deprecatedAndHidden: false, - field: 'UsersId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroup', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroup', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroup', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CollaborationGroupMember', - deprecatedAndHidden: false, - field: 'MemberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'GroupMemberships', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupMemberRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupMemberRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CollaborationGroupMemberRequest', - deprecatedAndHidden: false, - field: 'RequesterId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'GroupMembershipRequests', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupRecord', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationGroupRecord', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CollaborationInvitation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationInvitation', - deprecatedAndHidden: false, - field: 'InviterId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CollaborationInvitation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CollaborationInvitation', - deprecatedAndHidden: false, - field: 'SharedEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CombinedAttachment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CombinedAttachment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CombinedAttachment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CombinedAttachments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscription', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscription', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscription', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelType', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelTypeFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelTypeFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelTypeHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionChannelTypeShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CommSubscriptionChannelTypeShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'CommSubscriptionConsents', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentChangeEvent', - deprecatedAndHidden: false, - field: 'ConsentGiverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionConsentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CommSubscriptionConsentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CommSubscriptionShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionTiming', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionTiming', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionTimingFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionTimingFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CommSubscriptionTimingHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Community', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Community', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConcurLongRunApexErrEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConferenceNumber', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConferenceNumber', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConnectedApplication', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConnectedApplication', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionRate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionRate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionRateHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionSchedule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionSchedule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionSchedule', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionScheduleFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionScheduleFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionScheduleHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConsumptionScheduleShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ConsumptionScheduleShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contact', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contact', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contact', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactCleanInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactCleanInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactCleanInfo', - deprecatedAndHidden: false, - field: 'LastStatusChangedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactCleanInfoReviewers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddress', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddress', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddress', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointAddressShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointAddressShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointConsentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointConsentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmail', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmail', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmail', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointEmailShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointEmailShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhone', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhone', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhone', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointPhoneShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointPhoneShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactPointTypeConsentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactPointTypeConsentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequest', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequest', - deprecatedAndHidden: false, - field: 'WhoId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContactRequests', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactRequestShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactRequestShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContactShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContactShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentAsset', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentAsset', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDistribution', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDistribution', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentDistribution', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDistributionView', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocument', - deprecatedAndHidden: false, - field: 'ArchivedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocument', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocument', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocument', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocumentFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocumentFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentDocumentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentDocumentLink', - deprecatedAndHidden: false, - field: 'LinkedEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContentDocumentLinks', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentDocumentSubscription', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolder', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolder', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolderItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolderItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolderMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentFolderMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentNotification', - deprecatedAndHidden: false, - field: 'EntityIdentifierId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentNotification', - deprecatedAndHidden: false, - field: 'UsersId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentTagSubscription', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentUserSubscription', - deprecatedAndHidden: false, - field: 'SubscribedToUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentUserSubscription', - deprecatedAndHidden: false, - field: 'SubscriberUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'ContentModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'FirstPublishLocationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersion', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentVersionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentVersionRating', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentWorkspace', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentWorkspace', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentWorkspaceMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentWorkspaceMember', - deprecatedAndHidden: false, - field: 'MemberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentWorkspacePermission', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContentWorkspacePermission', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ContentWorkspaceSubscription', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'ActivatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'CompanySignedId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ContractsSigned', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Contract', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'ActivatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'CompanySignedId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractContactRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractContactRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ContractStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConversationContextEntry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConversationContextEntry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConversationEntry', - deprecatedAndHidden: false, - field: 'ActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ConversationEntries', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConversationEntry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ConversationEntry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CorsWhitelistEntry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CorsWhitelistEntry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CredentialStuffingEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CredentialStuffingEventStore', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CredentialStuffingEventStoreFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CredentialStuffingEventStoreFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemo', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemoLine', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemoLine', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CreditMemoShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'CreditMemoShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CronTrigger', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CronTrigger', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CronTrigger', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CspTrustedSite', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CspTrustedSite', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomBrand', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomBrand', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomBrandAsset', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomBrandAsset', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHelpMenuItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHelpMenuItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHelpMenuSection', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHelpMenuSection', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHttpHeader', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomHttpHeader', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomNotificationType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomNotificationType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomPermission', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomPermission', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomPermissionDependency', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'CustomPermissionDependency', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DandBCompany', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DandBCompany', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Dashboard', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Dashboard', - deprecatedAndHidden: false, - field: 'FolderId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Dashboard', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Dashboard', - deprecatedAndHidden: false, - field: 'RunningUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DashboardComponentFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DashboardComponentFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DashboardFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DashboardFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentFieldMetric', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentFieldMetric', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentMetric', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentMetric', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentValueMetric', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataAssessmentValueMetric', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataStatistics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUseLegalBasis', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUseLegalBasis', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUseLegalBasis', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUseLegalBasisHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUseLegalBasisShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DataUseLegalBasisShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUsePurpose', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUsePurpose', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUsePurpose', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUsePurposeHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DataUsePurposeShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DataUsePurposeShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DatacloudOwnedEntity', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DatacloudOwnedEntity', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DatacloudOwnedEntity', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DatacloudPurchaseUsage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DatacloudPurchaseUsage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DatacloudPurchaseUsage', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DeclinedEventRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DeclinedEventRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DeclinedEventRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'DeclinedEventRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccount', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccount', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DelegatedAccount', - deprecatedAndHidden: false, - field: 'ManagedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ParentId', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccount', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccountFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccountFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccountHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DelegatedAccountShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'DelegatedAccountShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DeleteEvent', - deprecatedAndHidden: false, - field: 'DeletedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DigitalWallet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DigitalWallet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Document', - deprecatedAndHidden: false, - field: 'AuthorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Document', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Document', - deprecatedAndHidden: false, - field: 'FolderId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Document', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DocumentAttachmentMap', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Domain', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Domain', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DomainSite', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DomainSite', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRecordItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRecordItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRecordSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRecordSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'DuplicateRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailCapture', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailCapture', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailDomainFilter', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailDomainFilter', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailDomainKey', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailDomainKey', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessageChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessageChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailMessageRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EmailMessageRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'EmailMessageRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailRelay', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailRelay', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailServicesAddress', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailServicesAddress', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailServicesAddress', - deprecatedAndHidden: false, - field: 'RunAsUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailServicesFunction', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailServicesFunction', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplate', - deprecatedAndHidden: false, - field: 'FolderId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplate', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplateChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplateChangeEvent', - deprecatedAndHidden: false, - field: 'FolderId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplateChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EmailTemplateChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelType', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelTypeFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelTypeFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelTypeHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EngagementChannelTypeShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EngagementChannelTypeShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EnhancedLetterhead', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EnhancedLetterhead', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EnhancedLetterheadFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EnhancedLetterheadFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EntityDefinition', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EntitySubscription', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EntitySubscription', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'FeedSubscriptionsForEntity', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EntitySubscription', - deprecatedAndHidden: false, - field: 'SubscriberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'FeedSubscriptions', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Event', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Event', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Event', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventLogFile', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventLogFile', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'EventRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'EventRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelationChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelationChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'EventRelationChangeEvent', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExpressionFilter', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExpressionFilter', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExpressionFilterCriteria', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExpressionFilterCriteria', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalDataSource', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalDataSource', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalDataUserAuth', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalDataUserAuth', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalDataUserAuth', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ExternalDataUserAuths', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEventMapping', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEventMapping', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEventMapping', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ExternalEventMappingShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ExternalEventMappingShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedComment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedComment', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedComment', - deprecatedAndHidden: false, - field: 'LastEditById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedComment', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedItem', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedItem', - deprecatedAndHidden: false, - field: 'LastEditById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedItem', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedLike', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedLike', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedPollChoice', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedPollVote', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FeedRevision', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedSignal', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FeedSignal', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FieldDefinition', - deprecatedAndHidden: false, - field: 'BusinessOwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FieldDefinition', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FieldSecurityClassification', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FieldSecurityClassification', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FileSearchActivity', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FileSearchActivity', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowExecutionErrorEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowExecutionErrorEvent', - deprecatedAndHidden: false, - field: 'InterviewStartedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowExecutionErrorEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterview', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterview', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterview', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLog', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLog', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLog', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLogEntry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLogEntry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewLogShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FlowInterviewLogShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowInterviewShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'FlowInterviewShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowRecordRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowRecordRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowStageRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FlowStageRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Folder', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Folder', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FolderedContentDocument', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'FolderedContentDocument', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'GrantedByLicense', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'GrantedByLicense', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Group', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Group', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Group', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Group', - deprecatedAndHidden: false, - field: 'RelatedId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'GroupMember', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Holiday', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Holiday', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Idea', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Idea', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IdeaComment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IdentityVerificationEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IdpEventLog', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IframeWhiteListUrl', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IframeWhiteListUrl', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Image', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Image', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Image', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ImageShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ImageShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Individual', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Individual', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Individual', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IndividualChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IndividualChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IndividualChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IndividualHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'IndividualShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'IndividualShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'InstalledMobileApp', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'InstalledMobileApp', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'InstalledMobileApp', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'InstalledMobileApps', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Invoice', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Invoice', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Invoice', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'InvoiceLine', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'InvoiceLine', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'InvoiceShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'InvoiceShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'KnowledgeableUser', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Lead', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Lead', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Lead', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadCleanInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadCleanInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadCleanInfo', - deprecatedAndHidden: false, - field: 'LastStatusChangedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'LeadCleanInfoReviewers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LeadShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LeadStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LightningExitByPageMetrics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningExperienceTheme', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningExperienceTheme', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningOnboardingConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningOnboardingConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LightningToggleMetrics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningUriEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LightningUriEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LightningUsageByAppTypeMetrics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LightningUsageByPageMetrics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmail', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmail', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmail', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailIndividualRecipient', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailIndividualRecipient', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailRecipientSource', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailRecipientSource', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListEmailShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ListEmailShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListView', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListView', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListViewChart', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListViewChart', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ListViewChart', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListViewEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListViewEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ListViewEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LiveAgentSession', - deprecatedAndHidden: false, - field: 'AgentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'LiveChatTranscripts', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveAgentSession', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveAgentSession', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveAgentSession', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveAgentSessionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveAgentSessionShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LiveAgentSessionShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatBlockingRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatBlockingRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButton', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButton', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButtonDeployment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButtonDeployment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButtonSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatButtonSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatDeployment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatDeployment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatSensitiveDataRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatSensitiveDataRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscript', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscript', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscript', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptEvent', - deprecatedAndHidden: false, - field: 'AgentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'LiveChatTranscriptEvents', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LiveChatTranscriptShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatTranscriptSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfigProfile', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfigProfile', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfigUser', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfigUser', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatUserConfigUser', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatVisitor', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LiveChatVisitor', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Location', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Location', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Location', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LocationShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LocationShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginAsEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginAsEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginGeo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LoginGeo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LoginHistory', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'LoginIp', - deprecatedAndHidden: false, - field: 'UsersId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LogoutEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LogoutEventStream', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'LogoutEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Macro', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Macro', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Macro', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroInstruction', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroInstruction', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroInstructionChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroInstructionChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'MacroShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroUsage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroUsage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroUsage', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroUsage', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MacroUsageShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'MacroUsageShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MailmergeTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MailmergeTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingInformation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingInformation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'MatchingInformation', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingRuleItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MatchingRuleItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingChannel', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingChannel', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingChannel', - deprecatedAndHidden: false, - field: 'TargetUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'MessagingChannelSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingChannelSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingConfiguration', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingConfiguration', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingDeliveryError', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingDeliveryError', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingEndUser', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingEndUser', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingEndUser', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingEndUserHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingEndUserShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'MessagingEndUserShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingLink', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingLink', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSession', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSession', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSession', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSession', - deprecatedAndHidden: false, - field: 'TargetUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSessionFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSessionFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSessionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingSessionShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'MessagingSessionShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingTemplate', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MessagingTemplate', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MobileApplicationDetail', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MobileApplicationDetail', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MsgChannelLanguageKeyword', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MsgChannelLanguageKeyword', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MutingPermissionSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MutingPermissionSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MyDomainDiscoverableLogin', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'MyDomainDiscoverableLogin', - deprecatedAndHidden: false, - field: 'ExecuteApexHandlerAsId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'MyDomainDiscoverableLogin', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamedCredential', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamedCredential', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamespaceRegistry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamespaceRegistry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamespaceRegistryFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamespaceRegistryFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NamespaceRegistryHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NavigationLinkSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NavigationLinkSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NavigationMenuItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NavigationMenuItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Network', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Network', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkActivityAudit', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkActivityAudit', - deprecatedAndHidden: false, - field: 'EntityCreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'EntityCreators', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkActivityAudit', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkActivityAudit', - deprecatedAndHidden: false, - field: 'ParentEntityId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ParentEntities', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkAffinity', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkAffinity', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkDiscoverableLogin', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkDiscoverableLogin', - deprecatedAndHidden: false, - field: 'ExecuteApexHandlerAsId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'NetworkDiscoverableLogin', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'NetworkMember', - deprecatedAndHidden: false, - field: 'MemberId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'NetworkMemberUsers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkMemberGroup', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkMemberGroup', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'NetworkModeration', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkPageOverride', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkPageOverride', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkSelfRegistration', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkSelfRegistration', - deprecatedAndHidden: false, - field: 'ExecuteApexHandlerAsId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'NetworkSelfRegistration', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkUserHistoryRecent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NetworkUserHistoryRecent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'NetworkUserHistoryRecent', - deprecatedAndHidden: false, - field: 'NetworkUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'NetworkUserHistoryRecentToUser', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Note', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Note', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Note', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NoteAndAttachment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NoteAndAttachment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'NoteAndAttachment', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OauthCustomScope', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OauthCustomScope', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OauthCustomScopeApp', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OauthCustomScopeApp', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OauthToken', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ObjectPermissions', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ObjectPermissions', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OnboardingMetrics', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OnboardingMetrics', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OnboardingMetrics', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpenActivity', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpenActivity', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpenActivity', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OperatingHours', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OperatingHours', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OperatingHoursFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OperatingHoursFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Opportunity', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Opportunity', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Opportunity', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityCompetitor', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityCompetitor', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityContactRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityContactRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityContactRoleChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityContactRoleChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityFieldHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityLineItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityLineItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityPartner', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityPartner', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OpportunityShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityStage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OpportunityStage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'ActivatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'CompanyAuthorizedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Order', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'ActivatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'CompanyAuthorizedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItemChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItemChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItemFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItemFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderItemHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OrderShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrderStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgDeleteRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgDeleteRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgDeleteRequest', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgDeleteRequestShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OrgDeleteRequestShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgLifecycleNotification', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetric', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetric', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetricScanResult', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetricScanResult', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetricScanSummary', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgMetricScanSummary', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgWideEmailAddress', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OrgWideEmailAddress', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Organization', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Organization', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OutgoingEmailRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'OutgoingEmailRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OwnedContentDocument', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'OwnedContentDocument', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'OwnedContentDocument', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'OwnedContentDocuments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Partner', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Partner', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocation', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocationFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocationFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocationHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundAllocationShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PartnerFundAllocationShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaim', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaim', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaim', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaimFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaimFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaimHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundClaimShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PartnerFundClaimShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequest', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequestFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequestFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequestHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerFundRequestShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PartnerFundRequestShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudget', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudget', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudget', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudgetFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudgetFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudgetHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerMarketingBudgetShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PartnerMarketingBudgetShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerRole', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartnerRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PartyConsentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PartyConsentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Payment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Payment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentAuthorization', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentAuthorization', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGateway', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGateway', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGatewayLog', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGatewayLog', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGatewayProvider', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGatewayProvider', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGroup', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentGroup', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentLineInvoice', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentLineInvoice', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentMethod', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PaymentMethod', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PermissionSetAssignment', - deprecatedAndHidden: false, - field: 'AssigneeId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PermissionSetAssignments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetGroup', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetGroup', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetGroupComponent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetGroupComponent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetLicense', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetLicense', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PermissionSetLicenseAssign', - deprecatedAndHidden: false, - field: 'AssigneeId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PermissionSetLicenseAssignments', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetLicenseAssign', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PermissionSetLicenseAssign', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PersonalizationTargetInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PersonalizationTargetInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformAction', - deprecatedAndHidden: false, - field: 'InvokedByUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformCachePartition', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformCachePartition', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformCachePartitionType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformCachePartitionType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformStatusAlertEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PlatformStatusAlertEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PortalDelegablePermissionSet', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PortalDelegablePermissionSet', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Pricebook2', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Pricebook2', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Pricebook2ChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Pricebook2ChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Pricebook2History', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PricebookEntry', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PricebookEntry', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PricebookEntryHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessDefinition', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessDefinition', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstance', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstance', - deprecatedAndHidden: false, - field: 'LastActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstance', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstance', - deprecatedAndHidden: false, - field: 'SubmittedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceHistory', - deprecatedAndHidden: false, - field: 'ActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceHistory', - deprecatedAndHidden: false, - field: 'OriginalActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceNode', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstanceNode', - deprecatedAndHidden: false, - field: 'LastActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceNode', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstanceStep', - deprecatedAndHidden: false, - field: 'ActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceStep', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstanceStep', - deprecatedAndHidden: false, - field: 'OriginalActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceWorkitem', - deprecatedAndHidden: false, - field: 'ActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProcessInstanceWorkitem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ProcessInstanceWorkitem', - deprecatedAndHidden: false, - field: 'OriginalActorId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2ChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2ChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2Feed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2Feed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Product2History', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProductConsumptionSchedule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ProductConsumptionSchedule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Profile', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Profile', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Prompt', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Prompt', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptAction', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptAction', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptAction', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PromptAction', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptActionShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'PromptActionShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptVersion', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptVersion', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PromptVersion', - deprecatedAndHidden: false, - field: 'PublishedByUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PushTopic', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'PushTopic', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QueueSobject', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickText', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickText', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickText', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'QuickTextShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextUsage', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextUsage', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextUsage', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextUsage', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuickTextUsageShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'QuickTextUsageShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuoteTemplateRichTextData', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'QuoteTemplateRichTextData', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Recommendation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Recommendation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecommendationChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecommendationChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordAction', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordAction', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'RecordAction', - deprecatedAndHidden: false, - field: 'RecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RecordActions', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordActionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordActionHistory', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordActionHistory', - deprecatedAndHidden: false, - field: 'ParentRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'RecordActionHistories', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordActionHistory', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RecordType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RedirectWhitelistUrl', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RedirectWhitelistUrl', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Refund', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Refund', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RefundLinePayment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RefundLinePayment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'RemoteKeyCalloutEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Report', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Report', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Report', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportAnomalyEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportAnomalyEventStore', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportAnomalyEventStoreFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportAnomalyEventStoreFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReportFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReputationLevel', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReputationLevel', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReputationPointsRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReputationPointsRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsence', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsence', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsenceChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsenceChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsenceFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsenceFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourceAbsenceHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourcePreference', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourcePreference', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourcePreferenceFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourcePreferenceFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ResourcePreferenceHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrder', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrder', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrder', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrder', - deprecatedAndHidden: false, - field: 'ReturnedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderChangeEvent', - deprecatedAndHidden: false, - field: 'ReturnedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItemChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItemChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItemFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItemFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderLineItemHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ReturnOrderShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ReturnOrderShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SamlSsoConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SamlSsoConfig', - deprecatedAndHidden: false, - field: 'ExecutionUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SamlSsoConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Scontrol', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Scontrol', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfo', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfoFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfoFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfoHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ScratchOrgInfoShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ScratchOrgInfoShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SearchLayout', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SearchPromotionRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SearchPromotionRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgent', - deprecatedAndHidden: false, - field: 'ProxyUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentPlugin', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentPlugin', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentPluginProperty', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentPluginProperty', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentsCluster', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecureAgentsCluster', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecurityCustomBaseline', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SecurityCustomBaseline', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointment', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ServiceAppointmentShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceAppointmentStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResource', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResource', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResource', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResource', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ServiceResources', - restrictedDelete: true, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceChangeEvent', - deprecatedAndHidden: false, - field: 'RelatedRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ServiceResourceShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceSkillFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceSkillFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceResourceSkillHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritory', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritory', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMemberChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMemberChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMemberFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMemberFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryMemberHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'ServiceTerritoryShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryWorkType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryWorkType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryWorkTypeFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryWorkTypeFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ServiceTerritoryWorkTypeHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionHijackingEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionHijackingEventStore', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionHijackingEventStoreFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionHijackingEventStoreFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionPermSetActivation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SessionPermSetActivation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'SessionPermSetActivation', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'SessionPermSetActivations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SetupAuditTrail', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Site', - deprecatedAndHidden: false, - field: 'AdminId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'UserSites', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Site', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Site', - deprecatedAndHidden: false, - field: 'GuestRecordDefaultOwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Site', - deprecatedAndHidden: false, - field: 'GuestUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Site', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SiteFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SiteFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SiteHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SiteIframeWhiteListUrl', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SiteIframeWhiteListUrl', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Skill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Skill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillProfile', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillProfile', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillRequirement', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillRequirement', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillRequirementFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillRequirementFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillRequirementHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillUser', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillUser', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SkillUser', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Solution', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Solution', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Solution', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SolutionFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SolutionFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SolutionHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SolutionStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SolutionStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Stamp', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Stamp', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StampAssignment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StampAssignment', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'StampAssignment', - deprecatedAndHidden: false, - field: 'SubjectId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StaticResource', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StaticResource', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StreamingChannel', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StreamingChannel', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StreamingChannel', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'StreamingChannelShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'StreamingChannelShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SupervisorAgentConfigSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'SupervisorAgentConfigSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Task', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Task', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Task', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskPriority', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskPriority', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskStatus', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TaskStatus', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TenantUsageEntitlement', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TenantUsageEntitlement', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TestSuiteMembership', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TestSuiteMembership', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThirdPartyAccountLink', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThreatDetectionFeedback', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThreatDetectionFeedback', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThreatDetectionFeedback', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThreatDetectionFeedbackFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'ThreatDetectionFeedbackFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TimeSlot', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TimeSlot', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TodayGoal', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TodayGoal', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TodayGoal', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'TodayGoal', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TodayGoalShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'TodayGoalShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Topic', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TopicAssignment', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TopicFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TopicFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TopicUserEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TransactionSecurityPolicy', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TransactionSecurityPolicy', - deprecatedAndHidden: false, - field: 'ExecutionUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'TransactionSecurityPolicy', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Translation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Translation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UiFormulaCriterion', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UiFormulaCriterion', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UiFormulaRule', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UiFormulaRule', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UndecidedEventRelation', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UndecidedEventRelation', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UndecidedEventRelation', - deprecatedAndHidden: false, - field: 'RelationId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'UndecidedEventRelations', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UriEvent', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UriEventStream', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'User', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'User', - deprecatedAndHidden: false, - field: 'DelegatedApproverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'DelegatedUsers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'User', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'User', - deprecatedAndHidden: false, - field: 'ManagerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'ManagedUsers', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppInfo', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppInfo', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserAppInfo', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppMenuCustomization', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppMenuCustomization', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppMenuCustomization', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserAppMenuCustomizationShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserAppMenuCustomizationShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserChangeEvent', - deprecatedAndHidden: false, - field: 'DelegatedApproverId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserChangeEvent', - deprecatedAndHidden: false, - field: 'ManagerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserConfigTransferButton', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserConfigTransferButton', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserConfigTransferSkill', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserConfigTransferSkill', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserCustomBadge', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserCustomBadge', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserEmailPreferredPerson', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserEmailPreferredPerson', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserEmailPreferredPerson', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserEmailPreferredPerson', - deprecatedAndHidden: false, - field: 'PersonRecordId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'PersonRecord', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserEmailPreferredPersonShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserEmailPreferredPersonShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserEntityAccess', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'UserEntityAccessRights', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserFeed', - deprecatedAndHidden: false, - field: 'ParentId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Feeds', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserFieldAccess', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'UserFieldAccessRights', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserListView', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserListView', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserListView', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserListViewCriterion', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserListViewCriterion', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserLogin', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserLogin', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserPackageLicense', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserPackageLicense', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserPackageLicense', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserPreference', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'UserPreferences', - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccount', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccount', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccount', - deprecatedAndHidden: false, - field: 'SalesforceUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccountStaging', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccountStaging', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvAccountStaging', - deprecatedAndHidden: false, - field: 'SalesforceUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvMockTarget', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvMockTarget', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningConfig', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningConfig', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningLog', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningLog', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningLog', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequest', - deprecatedAndHidden: false, - field: 'ManagerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequest', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequest', - deprecatedAndHidden: false, - field: 'SalesforceUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserProvisioningRequestShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserProvisioningRequestShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserRecordAccess', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserRole', - deprecatedAndHidden: false, - field: 'ForecastUserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserRole', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserRole', - deprecatedAndHidden: false, - field: 'PortalAccountOwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'UserShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserShare', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: 'Shares', - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'UserShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'VerificationHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'VerificationHistory', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'VerificationHistory', - deprecatedAndHidden: false, - field: 'UserId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'Vote', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'Vote', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WaveAutoInstallRequest', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WaveAutoInstallRequest', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WaveCompatibilityCheckItem', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WaveCompatibilityCheckItem', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WebLink', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WebLink', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkType', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkType', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkType', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeChangeEvent', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeChangeEvent', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeChangeEvent', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroup', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroup', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroup', - deprecatedAndHidden: false, - field: 'OwnerId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupMember', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupMember', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupMemberFeed', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupMemberFeed', - deprecatedAndHidden: false, - field: 'InsertedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupMemberHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeGroupShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'WorkTypeGroupShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeHistory', - deprecatedAndHidden: false, - field: 'CreatedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: false, - childSObject: 'WorkTypeShare', - deprecatedAndHidden: false, - field: 'LastModifiedById', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - { - cascadeDelete: true, - childSObject: 'WorkTypeShare', - deprecatedAndHidden: false, - field: 'UserOrGroupId', - junctionIdListNames: [], - junctionReferenceTo: [], - relationshipName: null, - restrictedDelete: false, - }, - ], - compactLayoutable: true, - createable: true, - custom: false, - customSetting: false, - deepCloneable: false, - defaultImplementation: null, - deletable: false, - deprecatedAndHidden: false, - extendedBy: null, - extendsInterfaces: null, - feedEnabled: true, - fields: [ - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'User ID', - length: 18, - mask: null, - maskType: null, - name: 'Id', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'id', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'Username', - length: 80, - mask: null, - maskType: null, - name: 'Username', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Name', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'personname', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Name', - length: 80, - mask: null, - maskType: null, - name: 'LastName', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Name', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'personname', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'First Name', - length: 40, - mask: null, - maskType: null, - name: 'FirstName', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 363, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'personname', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Full Name', - length: 121, - mask: null, - maskType: null, - name: 'Name', - nameField: true, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Company Name', - length: 80, - mask: null, - maskType: null, - name: 'CompanyName', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Division', - length: 80, - mask: null, - maskType: null, - name: 'Division', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Department', - length: 80, - mask: null, - maskType: null, - name: 'Department', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Title', - length: 80, - mask: null, - maskType: null, - name: 'Title', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 765, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Street', - length: 255, - mask: null, - maskType: null, - name: 'Street', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'City', - length: 40, - mask: null, - maskType: null, - name: 'City', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'State/Province', - length: 80, - mask: null, - maskType: null, - name: 'State', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Zip/Postal Code', - length: 20, - mask: null, - maskType: null, - name: 'PostalCode', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Country', - length: 80, - mask: null, - maskType: null, - name: 'Country', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Latitude', - length: 0, - mask: null, - maskType: null, - name: 'Latitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Longitude', - length: 0, - mask: null, - maskType: null, - name: 'Longitude', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 18, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 15, - searchPrefilterable: false, - soapType: 'xsd:double', - sortable: true, - type: 'double', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: 'Address', - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Geocode Accuracy', - length: 40, - mask: null, - maskType: null, - name: 'GeocodeAccuracy', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Address', - validFor: null, - value: 'Address', - }, - { - active: true, - defaultValue: false, - label: 'NearAddress', - validFor: null, - value: 'NearAddress', - }, - { - active: true, - defaultValue: false, - label: 'Block', - validFor: null, - value: 'Block', - }, - { - active: true, - defaultValue: false, - label: 'Street', - validFor: null, - value: 'Street', - }, - { - active: true, - defaultValue: false, - label: 'ExtendedZip', - validFor: null, - value: 'ExtendedZip', - }, - { - active: true, - defaultValue: false, - label: 'Zip', - validFor: null, - value: 'Zip', - }, - { - active: true, - defaultValue: false, - label: 'Neighborhood', - validFor: null, - value: 'Neighborhood', - }, - { - active: true, - defaultValue: false, - label: 'City', - validFor: null, - value: 'City', - }, - { - active: true, - defaultValue: false, - label: 'County', - validFor: null, - value: 'County', - }, - { - active: true, - defaultValue: false, - label: 'State', - validFor: null, - value: 'State', - }, - { - active: true, - defaultValue: false, - label: 'Unknown', - validFor: null, - value: 'Unknown', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Address', - length: 0, - mask: null, - maskType: null, - name: 'Address', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: true, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'urn:address', - sortable: false, - type: 'address', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 384, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'Email', - length: 128, - mask: null, - maskType: null, - name: 'Email', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'email', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'AutoBcc', - length: 0, - mask: null, - maskType: null, - name: 'EmailPreferencesAutoBcc', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'AutoBccStayInTouch', - length: 0, - mask: null, - maskType: null, - name: 'EmailPreferencesAutoBccStayInTouch', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'StayInTouchReminder', - length: 0, - mask: null, - maskType: null, - name: 'EmailPreferencesStayInTouchReminder', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Email Sender Address', - length: 80, - mask: null, - maskType: null, - name: 'SenderEmail', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'email', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Email Sender Name', - length: 80, - mask: null, - maskType: null, - name: 'SenderName', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3999, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Email Signature', - length: 1333, - mask: null, - maskType: null, - name: 'Signature', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Stay-in-Touch Email Subject', - length: 80, - mask: null, - maskType: null, - name: 'StayInTouchSubject', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 1536, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Stay-in-Touch Email Signature', - length: 512, - mask: null, - maskType: null, - name: 'StayInTouchSignature', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 1536, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Stay-in-Touch Email Note', - length: 512, - mask: null, - maskType: null, - name: 'StayInTouchNote', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Phone', - length: 40, - mask: null, - maskType: null, - name: 'Phone', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Fax', - length: 40, - mask: null, - maskType: null, - name: 'Fax', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Mobile', - length: 40, - mask: null, - maskType: null, - name: 'MobilePhone', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 24, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Alias', - length: 8, - mask: null, - maskType: null, - name: 'Alias', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Nickname', - length: 40, - mask: null, - maskType: null, - name: 'CommunityNickname', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 240, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'User Photo badge text overlay', - length: 80, - mask: null, - maskType: null, - name: 'BadgeText', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Active', - length: 0, - mask: null, - maskType: null, - name: 'IsActive', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Time Zone', - length: 40, - mask: null, - maskType: null, - name: 'TimeZoneSidKey', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: '(GMT+14:00) Line Islands Time (Pacific/Kiritimati)', - validFor: null, - value: 'Pacific/Kiritimati', - }, - { - active: true, - defaultValue: false, - label: '(GMT+13:45) Chatham Daylight Time (Pacific/Chatham)', - validFor: null, - value: 'Pacific/Chatham', - }, - { - active: true, - defaultValue: false, - label: '(GMT+13:00) New Zealand Daylight Time (Pacific/Auckland)', - validFor: null, - value: 'Pacific/Auckland', - }, - { - active: true, - defaultValue: false, - label: '(GMT+13:00) Phoenix Islands Time (Pacific/Enderbury)', - validFor: null, - value: 'Pacific/Enderbury', - }, - { - active: true, - defaultValue: false, - label: '(GMT+13:00) Tonga Standard Time (Pacific/Tongatapu)', - validFor: null, - value: 'Pacific/Tongatapu', - }, - { - active: true, - defaultValue: false, - label: '(GMT+12:00) Petropavlovsk-Kamchatski Standard Time (Asia/Kamchatka)', - validFor: null, - value: 'Asia/Kamchatka', - }, - { - active: true, - defaultValue: false, - label: '(GMT+12:00) Fiji Standard Time (Pacific/Fiji)', - validFor: null, - value: 'Pacific/Fiji', - }, - { - active: true, - defaultValue: false, - label: '(GMT+12:00) Norfolk Island Time (Pacific/Norfolk)', - validFor: null, - value: 'Pacific/Norfolk', - }, - { - active: true, - defaultValue: false, - label: '(GMT+11:00) Lord Howe Daylight Time (Australia/Lord_Howe)', - validFor: null, - value: 'Australia/Lord_Howe', - }, - { - active: true, - defaultValue: false, - label: '(GMT+11:00) Australian Eastern Daylight Time (Australia/Sydney)', - validFor: null, - value: 'Australia/Sydney', - }, - { - active: true, - defaultValue: false, - label: '(GMT+11:00) Solomon Islands Time (Pacific/Guadalcanal)', - validFor: null, - value: 'Pacific/Guadalcanal', - }, - { - active: true, - defaultValue: false, - label: '(GMT+10:30) Australian Central Daylight Time (Australia/Adelaide)', - validFor: null, - value: 'Australia/Adelaide', - }, - { - active: true, - defaultValue: false, - label: '(GMT+10:00) Australian Eastern Standard Time (Australia/Brisbane)', - validFor: null, - value: 'Australia/Brisbane', - }, - { - active: true, - defaultValue: false, - label: '(GMT+09:30) Australian Central Standard Time (Australia/Darwin)', - validFor: null, - value: 'Australia/Darwin', - }, - { - active: true, - defaultValue: false, - label: '(GMT+09:00) Korean Standard Time (Asia/Seoul)', - validFor: null, - value: 'Asia/Seoul', - }, - { - active: true, - defaultValue: false, - label: '(GMT+09:00) Japan Standard Time (Asia/Tokyo)', - validFor: null, - value: 'Asia/Tokyo', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Hong Kong Standard Time (Asia/Hong_Kong)', - validFor: null, - value: 'Asia/Hong_Kong', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Malaysia Time (Asia/Kuala_Lumpur)', - validFor: null, - value: 'Asia/Kuala_Lumpur', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Philippine Standard Time (Asia/Manila)', - validFor: null, - value: 'Asia/Manila', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) China Standard Time (Asia/Shanghai)', - validFor: null, - value: 'Asia/Shanghai', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Singapore Standard Time (Asia/Singapore)', - validFor: null, - value: 'Asia/Singapore', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Taipei Standard Time (Asia/Taipei)', - validFor: null, - value: 'Asia/Taipei', - }, - { - active: true, - defaultValue: false, - label: '(GMT+08:00) Australian Western Standard Time (Australia/Perth)', - validFor: null, - value: 'Australia/Perth', - }, - { - active: true, - defaultValue: false, - label: '(GMT+07:00) Indochina Time (Asia/Bangkok)', - validFor: null, - value: 'Asia/Bangkok', - }, - { - active: true, - defaultValue: false, - label: '(GMT+07:00) Indochina Time (Asia/Ho_Chi_Minh)', - validFor: null, - value: 'Asia/Ho_Chi_Minh', - }, - { - active: true, - defaultValue: false, - label: '(GMT+07:00) Western Indonesia Time (Asia/Jakarta)', - validFor: null, - value: 'Asia/Jakarta', - }, - { - active: true, - defaultValue: false, - label: '(GMT+06:30) Myanmar Time (Asia/Rangoon)', - validFor: null, - value: 'Asia/Rangoon', - }, - { - active: true, - defaultValue: false, - label: '(GMT+06:00) Bangladesh Standard Time (Asia/Dhaka)', - validFor: null, - value: 'Asia/Dhaka', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:45) Nepal Time (Asia/Kathmandu)', - validFor: null, - value: 'Asia/Kathmandu', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:30) India Standard Time (Asia/Colombo)', - validFor: null, - value: 'Asia/Colombo', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:30) India Standard Time (Asia/Kolkata)', - validFor: null, - value: 'Asia/Kolkata', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:00) Pakistan Standard Time (Asia/Karachi)', - validFor: null, - value: 'Asia/Karachi', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:00) Uzbekistan Standard Time (Asia/Tashkent)', - validFor: null, - value: 'Asia/Tashkent', - }, - { - active: true, - defaultValue: false, - label: '(GMT+05:00) Yekaterinburg Standard Time (Asia/Yekaterinburg)', - validFor: null, - value: 'Asia/Yekaterinburg', - }, - { - active: true, - defaultValue: false, - label: '(GMT+04:30) Afghanistan Time (Asia/Kabul)', - validFor: null, - value: 'Asia/Kabul', - }, - { - active: true, - defaultValue: false, - label: '(GMT+04:00) Azerbaijan Standard Time (Asia/Baku)', - validFor: null, - value: 'Asia/Baku', - }, - { - active: true, - defaultValue: false, - label: '(GMT+04:00) Gulf Standard Time (Asia/Dubai)', - validFor: null, - value: 'Asia/Dubai', - }, - { - active: true, - defaultValue: false, - label: '(GMT+04:00) Georgia Standard Time (Asia/Tbilisi)', - validFor: null, - value: 'Asia/Tbilisi', - }, - { - active: true, - defaultValue: false, - label: '(GMT+04:00) Armenia Standard Time (Asia/Yerevan)', - validFor: null, - value: 'Asia/Yerevan', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:30) Iran Standard Time (Asia/Tehran)', - validFor: null, - value: 'Asia/Tehran', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) East Africa Time (Africa/Nairobi)', - validFor: null, - value: 'Africa/Nairobi', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Arabian Standard Time (Asia/Baghdad)', - validFor: null, - value: 'Asia/Baghdad', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Arabian Standard Time (Asia/Kuwait)', - validFor: null, - value: 'Asia/Kuwait', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Arabian Standard Time (Asia/Riyadh)', - validFor: null, - value: 'Asia/Riyadh', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Eastern European Standard Time (Europe/Istanbul)', - validFor: null, - value: 'Europe/Istanbul', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Moscow Standard Time (Europe/Minsk)', - validFor: null, - value: 'Europe/Minsk', - }, - { - active: true, - defaultValue: false, - label: '(GMT+03:00) Moscow Standard Time (Europe/Moscow)', - validFor: null, - value: 'Europe/Moscow', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Eastern European Standard Time (Africa/Cairo)', - validFor: null, - value: 'Africa/Cairo', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) South Africa Standard Time (Africa/Johannesburg)', - validFor: null, - value: 'Africa/Johannesburg', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Eastern European Standard Time (Asia/Beirut)', - validFor: null, - value: 'Asia/Beirut', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Israel Standard Time (Asia/Jerusalem)', - validFor: null, - value: 'Asia/Jerusalem', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Eastern European Standard Time (Europe/Athens)', - validFor: null, - value: 'Europe/Athens', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Eastern European Standard Time (Europe/Bucharest)', - validFor: null, - value: 'Europe/Bucharest', - }, - { - active: true, - defaultValue: false, - label: '(GMT+02:00) Eastern European Standard Time (Europe/Helsinki)', - validFor: null, - value: 'Europe/Helsinki', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Africa/Algiers)', - validFor: null, - value: 'Africa/Algiers', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Western European Summer Time (Africa/Casablanca)', - validFor: null, - value: 'Africa/Casablanca', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Amsterdam)', - validFor: null, - value: 'Europe/Amsterdam', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Berlin)', - validFor: null, - value: 'Europe/Berlin', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Brussels)', - validFor: null, - value: 'Europe/Brussels', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Paris)', - validFor: null, - value: 'Europe/Paris', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Prague)', - validFor: null, - value: 'Europe/Prague', - }, - { - active: true, - defaultValue: false, - label: '(GMT+01:00) Central European Standard Time (Europe/Rome)', - validFor: null, - value: 'Europe/Rome', - }, - { - active: true, - defaultValue: false, - label: '(GMT+00:00) Greenwich Mean Time (Europe/Dublin)', - validFor: null, - value: 'Europe/Dublin', - }, - { - active: true, - defaultValue: false, - label: '(GMT+00:00) Western European Standard Time (Europe/Lisbon)', - validFor: null, - value: 'Europe/Lisbon', - }, - { - active: true, - defaultValue: false, - label: '(GMT+00:00) Greenwich Mean Time (Europe/London)', - validFor: null, - value: 'Europe/London', - }, - { - active: true, - defaultValue: false, - label: '(GMT+00:00) Greenwich Mean Time (GMT)', - validFor: null, - value: 'GMT', - }, - { - active: true, - defaultValue: false, - label: '(GMT-01:00) East Greenland Standard Time (America/Scoresbysund)', - validFor: null, - value: 'America/Scoresbysund', - }, - { - active: true, - defaultValue: false, - label: '(GMT-01:00) Azores Standard Time (Atlantic/Azores)', - validFor: null, - value: 'Atlantic/Azores', - }, - { - active: true, - defaultValue: false, - label: '(GMT-01:00) Cape Verde Standard Time (Atlantic/Cape_Verde)', - validFor: null, - value: 'Atlantic/Cape_Verde', - }, - { - active: true, - defaultValue: false, - label: '(GMT-02:00) South Georgia Time (Atlantic/South_Georgia)', - validFor: null, - value: 'Atlantic/South_Georgia', - }, - { - active: true, - defaultValue: false, - label: '(GMT-03:00) Argentina Standard Time (America/Argentina/Buenos_Aires)', - validFor: null, - value: 'America/Argentina/Buenos_Aires', - }, - { - active: true, - defaultValue: false, - label: '(GMT-03:00) Chile Summer Time (America/Santiago)', - validFor: null, - value: 'America/Santiago', - }, - { - active: true, - defaultValue: false, - label: '(GMT-03:00) Brasilia Standard Time (America/Sao_Paulo)', - validFor: null, - value: 'America/Sao_Paulo', - }, - { - active: true, - defaultValue: false, - label: '(GMT-03:30) Newfoundland Standard Time (America/St_Johns)', - validFor: null, - value: 'America/St_Johns', - }, - { - active: true, - defaultValue: false, - label: '(GMT-04:00) Venezuela Time (America/Caracas)', - validFor: null, - value: 'America/Caracas', - }, - { - active: true, - defaultValue: false, - label: '(GMT-04:00) Atlantic Standard Time (America/Halifax)', - validFor: null, - value: 'America/Halifax', - }, - { - active: true, - defaultValue: false, - label: '(GMT-04:00) Atlantic Standard Time (America/Puerto_Rico)', - validFor: null, - value: 'America/Puerto_Rico', - }, - { - active: true, - defaultValue: false, - label: '(GMT-04:00) Atlantic Standard Time (Atlantic/Bermuda)', - validFor: null, - value: 'Atlantic/Bermuda', - }, - { - active: true, - defaultValue: false, - label: '(GMT-05:00) Colombia Standard Time (America/Bogota)', - validFor: null, - value: 'America/Bogota', - }, - { - active: true, - defaultValue: false, - label: '(GMT-05:00) Eastern Standard Time (America/Indiana/Indianapolis)', - validFor: null, - value: 'America/Indiana/Indianapolis', - }, - { - active: true, - defaultValue: false, - label: '(GMT-05:00) Peru Standard Time (America/Lima)', - validFor: null, - value: 'America/Lima', - }, - { - active: true, - defaultValue: false, - label: '(GMT-05:00) Eastern Standard Time (America/New_York)', - validFor: null, - value: 'America/New_York', - }, - { - active: true, - defaultValue: false, - label: '(GMT-05:00) Eastern Standard Time (America/Panama)', - validFor: null, - value: 'America/Panama', - }, - { - active: true, - defaultValue: false, - label: '(GMT-06:00) Central Standard Time (America/Chicago)', - validFor: null, - value: 'America/Chicago', - }, - { - active: true, - defaultValue: false, - label: '(GMT-06:00) Central Standard Time (America/El_Salvador)', - validFor: null, - value: 'America/El_Salvador', - }, - { - active: true, - defaultValue: false, - label: '(GMT-06:00) Central Standard Time (America/Mexico_City)', - validFor: null, - value: 'America/Mexico_City', - }, - { - active: true, - defaultValue: false, - label: '(GMT-07:00) Mountain Standard Time (America/Denver)', - validFor: null, - value: 'America/Denver', - }, - { - active: true, - defaultValue: false, - label: '(GMT-07:00) Mexican Pacific Standard Time (America/Mazatlan)', - validFor: null, - value: 'America/Mazatlan', - }, - { - active: true, - defaultValue: false, - label: '(GMT-07:00) Mountain Standard Time (America/Phoenix)', - validFor: null, - value: 'America/Phoenix', - }, - { - active: true, - defaultValue: false, - label: '(GMT-08:00) Pacific Standard Time (America/Los_Angeles)', - validFor: null, - value: 'America/Los_Angeles', - }, - { - active: true, - defaultValue: false, - label: '(GMT-08:00) Pacific Standard Time (America/Tijuana)', - validFor: null, - value: 'America/Tijuana', - }, - { - active: true, - defaultValue: false, - label: '(GMT-08:00) Pitcairn Time (Pacific/Pitcairn)', - validFor: null, - value: 'Pacific/Pitcairn', - }, - { - active: true, - defaultValue: false, - label: '(GMT-09:00) Alaska Standard Time (America/Anchorage)', - validFor: null, - value: 'America/Anchorage', - }, - { - active: true, - defaultValue: false, - label: '(GMT-09:00) Gambier Time (Pacific/Gambier)', - validFor: null, - value: 'Pacific/Gambier', - }, - { - active: true, - defaultValue: false, - label: '(GMT-09:30) Marquesas Time (Pacific/Marquesas)', - validFor: null, - value: 'Pacific/Marquesas', - }, - { - active: true, - defaultValue: false, - label: '(GMT-10:00) Hawaii-Aleutian Standard Time (America/Adak)', - validFor: null, - value: 'America/Adak', - }, - { - active: true, - defaultValue: false, - label: '(GMT-10:00) Hawaii-Aleutian Standard Time (Pacific/Honolulu)', - validFor: null, - value: 'Pacific/Honolulu', - }, - { - active: true, - defaultValue: false, - label: '(GMT-11:00) Niue Time (Pacific/Niue)', - validFor: null, - value: 'Pacific/Niue', - }, - { - active: true, - defaultValue: false, - label: '(GMT-11:00) Samoa Standard Time (Pacific/Pago_Pago)', - validFor: null, - value: 'Pacific/Pago_Pago', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Role ID', - length: 18, - mask: null, - maskType: null, - name: 'UserRoleId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['UserRole'], - relationshipName: 'UserRole', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Locale', - length: 40, - mask: null, - maskType: null, - name: 'LocaleSidKey', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Afrikaans (South Africa)', - validFor: null, - value: 'af_ZA', - }, - { - active: true, - defaultValue: false, - label: 'Albanian (Albania)', - validFor: null, - value: 'sq_AL', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Algeria)', - validFor: null, - value: 'ar_DZ', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Bahrain)', - validFor: null, - value: 'ar_BH', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Egypt)', - validFor: null, - value: 'ar_EG', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Iraq)', - validFor: null, - value: 'ar_IQ', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Jordan)', - validFor: null, - value: 'ar_JO', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Kuwait)', - validFor: null, - value: 'ar_KW', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Lebanon)', - validFor: null, - value: 'ar_LB', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Libya)', - validFor: null, - value: 'ar_LY', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Morocco)', - validFor: null, - value: 'ar_MA', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Oman)', - validFor: null, - value: 'ar_OM', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Qatar)', - validFor: null, - value: 'ar_QA', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Saudi Arabia)', - validFor: null, - value: 'ar_SA', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Sudan)', - validFor: null, - value: 'ar_SD', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Syria)', - validFor: null, - value: 'ar_SY', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Tunisia)', - validFor: null, - value: 'ar_TN', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (United Arab Emirates)', - validFor: null, - value: 'ar_AE', - }, - { - active: true, - defaultValue: false, - label: 'Arabic (Yemen)', - validFor: null, - value: 'ar_YE', - }, - { - active: true, - defaultValue: false, - label: 'Armenian (Armenia)', - validFor: null, - value: 'hy_AM', - }, - { - active: true, - defaultValue: false, - label: 'Azerbaijani (Azerbaijan)', - validFor: null, - value: 'az_AZ', - }, - { - active: true, - defaultValue: false, - label: 'Bangla (Bangladesh)', - validFor: null, - value: 'bn_BD', - }, - { - active: true, - defaultValue: false, - label: 'Bangla (India)', - validFor: null, - value: 'bn_IN', - }, - { - active: true, - defaultValue: false, - label: 'Basque (Spain)', - validFor: null, - value: 'eu_ES', - }, - { - active: true, - defaultValue: false, - label: 'Belarusian (Belarus)', - validFor: null, - value: 'be_BY', - }, - { - active: true, - defaultValue: false, - label: 'Bosnian (Bosnia & Herzegovina)', - validFor: null, - value: 'bs_BA', - }, - { - active: true, - defaultValue: false, - label: 'Bulgarian (Bulgaria)', - validFor: null, - value: 'bg_BG', - }, - { - active: true, - defaultValue: false, - label: 'Burmese (Myanmar (Burma))', - validFor: null, - value: 'my_MM', - }, - { - active: true, - defaultValue: false, - label: 'Catalan (Spain)', - validFor: null, - value: 'ca_ES', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (China, Pinyin Ordering)', - validFor: null, - value: 'zh_CN_PINYIN', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (China, Stroke Ordering)', - validFor: null, - value: 'zh_CN_STROKE', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (China)', - validFor: null, - value: 'zh_CN', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Hong Kong SAR China, Stroke Ordering)', - validFor: null, - value: 'zh_HK_STROKE', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Hong Kong SAR China)', - validFor: null, - value: 'zh_HK', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Macao SAR China)', - validFor: null, - value: 'zh_MO', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Singapore)', - validFor: null, - value: 'zh_SG', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Taiwan, Stroke Ordering)', - validFor: null, - value: 'zh_TW_STROKE', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Taiwan)', - validFor: null, - value: 'zh_TW', - }, - { - active: true, - defaultValue: false, - label: 'Croatian (Croatia)', - validFor: null, - value: 'hr_HR', - }, - { - active: true, - defaultValue: false, - label: 'Czech (Czechia)', - validFor: null, - value: 'cs_CZ', - }, - { - active: true, - defaultValue: false, - label: 'Danish (Denmark)', - validFor: null, - value: 'da_DK', - }, - { - active: true, - defaultValue: false, - label: 'Dutch (Aruba)', - validFor: null, - value: 'nl_AW', - }, - { - active: true, - defaultValue: false, - label: 'Dutch (Belgium)', - validFor: null, - value: 'nl_BE', - }, - { - active: true, - defaultValue: false, - label: 'Dutch (Netherlands)', - validFor: null, - value: 'nl_NL', - }, - { - active: true, - defaultValue: false, - label: 'Dutch (Suriname)', - validFor: null, - value: 'nl_SR', - }, - { - active: true, - defaultValue: false, - label: 'Dzongkha (Bhutan)', - validFor: null, - value: 'dz_BT', - }, - { - active: true, - defaultValue: false, - label: 'English (Antigua & Barbuda)', - validFor: null, - value: 'en_AG', - }, - { - active: true, - defaultValue: false, - label: 'English (Australia)', - validFor: null, - value: 'en_AU', - }, - { - active: true, - defaultValue: false, - label: 'English (Bahamas)', - validFor: null, - value: 'en_BS', - }, - { - active: true, - defaultValue: false, - label: 'English (Barbados)', - validFor: null, - value: 'en_BB', - }, - { - active: true, - defaultValue: false, - label: 'English (Belize)', - validFor: null, - value: 'en_BZ', - }, - { - active: true, - defaultValue: false, - label: 'English (Bermuda)', - validFor: null, - value: 'en_BM', - }, - { - active: true, - defaultValue: false, - label: 'English (Botswana)', - validFor: null, - value: 'en_BW', - }, - { - active: true, - defaultValue: false, - label: 'English (Cameroon)', - validFor: null, - value: 'en_CM', - }, - { - active: true, - defaultValue: false, - label: 'English (Canada)', - validFor: null, - value: 'en_CA', - }, - { - active: true, - defaultValue: false, - label: 'English (Cayman Islands)', - validFor: null, - value: 'en_KY', - }, - { - active: true, - defaultValue: false, - label: 'English (Eritrea)', - validFor: null, - value: 'en_ER', - }, - { - active: true, - defaultValue: false, - label: 'English (Eswatini)', - validFor: null, - value: 'en_SZ', - }, - { - active: true, - defaultValue: false, - label: 'English (Falkland Islands)', - validFor: null, - value: 'en_FK', - }, - { - active: true, - defaultValue: false, - label: 'English (Fiji)', - validFor: null, - value: 'en_FJ', - }, - { - active: true, - defaultValue: false, - label: 'English (Gambia)', - validFor: null, - value: 'en_GM', - }, - { - active: true, - defaultValue: false, - label: 'English (Ghana)', - validFor: null, - value: 'en_GH', - }, - { - active: true, - defaultValue: false, - label: 'English (Gibraltar)', - validFor: null, - value: 'en_GI', - }, - { - active: true, - defaultValue: false, - label: 'English (Guyana)', - validFor: null, - value: 'en_GY', - }, - { - active: true, - defaultValue: false, - label: 'English (Hong Kong SAR China)', - validFor: null, - value: 'en_HK', - }, - { - active: true, - defaultValue: false, - label: 'English (India)', - validFor: null, - value: 'en_IN', - }, - { - active: true, - defaultValue: false, - label: 'English (Indonesia)', - validFor: null, - value: 'en_ID', - }, - { - active: true, - defaultValue: false, - label: 'English (Ireland)', - validFor: null, - value: 'en_IE', - }, - { - active: true, - defaultValue: false, - label: 'English (Jamaica)', - validFor: null, - value: 'en_JM', - }, - { - active: true, - defaultValue: false, - label: 'English (Kenya)', - validFor: null, - value: 'en_KE', - }, - { - active: true, - defaultValue: false, - label: 'English (Liberia)', - validFor: null, - value: 'en_LR', - }, - { - active: true, - defaultValue: false, - label: 'English (Madagascar)', - validFor: null, - value: 'en_MG', - }, - { - active: true, - defaultValue: false, - label: 'English (Malawi)', - validFor: null, - value: 'en_MW', - }, - { - active: true, - defaultValue: false, - label: 'English (Malaysia)', - validFor: null, - value: 'en_MY', - }, - { - active: true, - defaultValue: false, - label: 'English (Mauritius)', - validFor: null, - value: 'en_MU', - }, - { - active: true, - defaultValue: false, - label: 'English (Namibia)', - validFor: null, - value: 'en_NA', - }, - { - active: true, - defaultValue: false, - label: 'English (New Zealand)', - validFor: null, - value: 'en_NZ', - }, - { - active: true, - defaultValue: false, - label: 'English (Nigeria)', - validFor: null, - value: 'en_NG', - }, - { - active: true, - defaultValue: false, - label: 'English (Pakistan)', - validFor: null, - value: 'en_PK', - }, - { - active: true, - defaultValue: false, - label: 'English (Papua New Guinea)', - validFor: null, - value: 'en_PG', - }, - { - active: true, - defaultValue: false, - label: 'English (Philippines)', - validFor: null, - value: 'en_PH', - }, - { - active: true, - defaultValue: false, - label: 'English (Rwanda)', - validFor: null, - value: 'en_RW', - }, - { - active: true, - defaultValue: false, - label: 'English (Samoa)', - validFor: null, - value: 'en_WS', - }, - { - active: true, - defaultValue: false, - label: 'English (Seychelles)', - validFor: null, - value: 'en_SC', - }, - { - active: true, - defaultValue: false, - label: 'English (Sierra Leone)', - validFor: null, - value: 'en_SL', - }, - { - active: true, - defaultValue: false, - label: 'English (Singapore)', - validFor: null, - value: 'en_SG', - }, - { - active: true, - defaultValue: false, - label: 'English (Sint Maarten)', - validFor: null, - value: 'en_SX', - }, - { - active: true, - defaultValue: false, - label: 'English (Solomon Islands)', - validFor: null, - value: 'en_SB', - }, - { - active: true, - defaultValue: false, - label: 'English (South Africa)', - validFor: null, - value: 'en_ZA', - }, - { - active: true, - defaultValue: false, - label: 'English (St. Helena)', - validFor: null, - value: 'en_SH', - }, - { - active: true, - defaultValue: false, - label: 'English (Tanzania)', - validFor: null, - value: 'en_TZ', - }, - { - active: true, - defaultValue: false, - label: 'English (Tonga)', - validFor: null, - value: 'en_TO', - }, - { - active: true, - defaultValue: false, - label: 'English (Trinidad & Tobago)', - validFor: null, - value: 'en_TT', - }, - { - active: true, - defaultValue: false, - label: 'English (Uganda)', - validFor: null, - value: 'en_UG', - }, - { - active: true, - defaultValue: false, - label: 'English (United Kingdom)', - validFor: null, - value: 'en_GB', - }, - { - active: true, - defaultValue: false, - label: 'English (United States)', - validFor: null, - value: 'en_US', - }, - { - active: true, - defaultValue: false, - label: 'English (Vanuatu)', - validFor: null, - value: 'en_VU', - }, - { - active: true, - defaultValue: false, - label: 'Estonian (Estonia)', - validFor: null, - value: 'et_EE', - }, - { - active: true, - defaultValue: false, - label: 'Finnish (Finland)', - validFor: null, - value: 'fi_FI', - }, - { - active: true, - defaultValue: false, - label: 'French (Belgium)', - validFor: null, - value: 'fr_BE', - }, - { - active: true, - defaultValue: false, - label: 'French (Canada)', - validFor: null, - value: 'fr_CA', - }, - { - active: true, - defaultValue: false, - label: 'French (Comoros)', - validFor: null, - value: 'fr_KM', - }, - { - active: true, - defaultValue: false, - label: 'French (France)', - validFor: null, - value: 'fr_FR', - }, - { - active: true, - defaultValue: false, - label: 'French (Guinea)', - validFor: null, - value: 'fr_GN', - }, - { - active: true, - defaultValue: false, - label: 'French (Haiti)', - validFor: null, - value: 'fr_HT', - }, - { - active: true, - defaultValue: false, - label: 'French (Luxembourg)', - validFor: null, - value: 'fr_LU', - }, - { - active: true, - defaultValue: false, - label: 'French (Mauritania)', - validFor: null, - value: 'fr_MR', - }, - { - active: true, - defaultValue: false, - label: 'French (Monaco)', - validFor: null, - value: 'fr_MC', - }, - { - active: true, - defaultValue: false, - label: 'French (Switzerland)', - validFor: null, - value: 'fr_CH', - }, - { - active: true, - defaultValue: false, - label: 'French (Wallis & Futuna)', - validFor: null, - value: 'fr_WF', - }, - { - active: true, - defaultValue: false, - label: 'Georgian (Georgia)', - validFor: null, - value: 'ka_GE', - }, - { - active: true, - defaultValue: false, - label: 'German (Austria)', - validFor: null, - value: 'de_AT', - }, - { - active: true, - defaultValue: false, - label: 'German (Belgium)', - validFor: null, - value: 'de_BE', - }, - { - active: true, - defaultValue: false, - label: 'German (Germany)', - validFor: null, - value: 'de_DE', - }, - { - active: true, - defaultValue: false, - label: 'German (Luxembourg)', - validFor: null, - value: 'de_LU', - }, - { - active: true, - defaultValue: false, - label: 'German (Switzerland)', - validFor: null, - value: 'de_CH', - }, - { - active: true, - defaultValue: false, - label: 'Greek (Greece)', - validFor: null, - value: 'el_GR', - }, - { - active: true, - defaultValue: false, - label: 'Gujarati (India)', - validFor: null, - value: 'gu_IN', - }, - { - active: true, - defaultValue: false, - label: 'Hebrew (Israel)', - validFor: null, - value: 'iw_IL', - }, - { - active: true, - defaultValue: false, - label: 'Hindi (India)', - validFor: null, - value: 'hi_IN', - }, - { - active: true, - defaultValue: false, - label: 'Hungarian (Hungary)', - validFor: null, - value: 'hu_HU', - }, - { - active: true, - defaultValue: false, - label: 'Icelandic (Iceland)', - validFor: null, - value: 'is_IS', - }, - { - active: true, - defaultValue: false, - label: 'Indonesian (Indonesia)', - validFor: null, - value: 'in_ID', - }, - { - active: true, - defaultValue: false, - label: 'Irish (Ireland)', - validFor: null, - value: 'ga_IE', - }, - { - active: true, - defaultValue: false, - label: 'Italian (Italy)', - validFor: null, - value: 'it_IT', - }, - { - active: true, - defaultValue: false, - label: 'Italian (Switzerland)', - validFor: null, - value: 'it_CH', - }, - { - active: true, - defaultValue: false, - label: 'Japanese (Japan)', - validFor: null, - value: 'ja_JP', - }, - { - active: true, - defaultValue: false, - label: 'Kannada (India)', - validFor: null, - value: 'kn_IN', - }, - { - active: true, - defaultValue: false, - label: 'Kazakh (Kazakhstan)', - validFor: null, - value: 'kk_KZ', - }, - { - active: true, - defaultValue: false, - label: 'Khmer (Cambodia)', - validFor: null, - value: 'km_KH', - }, - { - active: true, - defaultValue: false, - label: 'Korean (North Korea)', - validFor: null, - value: 'ko_KP', - }, - { - active: true, - defaultValue: false, - label: 'Korean (South Korea)', - validFor: null, - value: 'ko_KR', - }, - { - active: true, - defaultValue: false, - label: 'Kyrgyz (Kyrgyzstan)', - validFor: null, - value: 'ky_KG', - }, - { - active: true, - defaultValue: false, - label: 'Lao (Laos)', - validFor: null, - value: 'lo_LA', - }, - { - active: true, - defaultValue: false, - label: 'Latvian (Latvia)', - validFor: null, - value: 'lv_LV', - }, - { - active: true, - defaultValue: false, - label: 'Lithuanian (Lithuania)', - validFor: null, - value: 'lt_LT', - }, - { - active: true, - defaultValue: false, - label: 'Luba-Katanga (Congo - Kinshasa)', - validFor: null, - value: 'lu_CD', - }, - { - active: true, - defaultValue: false, - label: 'Luxembourgish (Luxembourg)', - validFor: null, - value: 'lb_LU', - }, - { - active: true, - defaultValue: false, - label: 'Macedonian (North Macedonia)', - validFor: null, - value: 'mk_MK', - }, - { - active: true, - defaultValue: false, - label: 'Malay (Brunei)', - validFor: null, - value: 'ms_BN', - }, - { - active: true, - defaultValue: false, - label: 'Malay (Malaysia)', - validFor: null, - value: 'ms_MY', - }, - { - active: true, - defaultValue: false, - label: 'Malayalam (India)', - validFor: null, - value: 'ml_IN', - }, - { - active: true, - defaultValue: false, - label: 'Maltese (Malta)', - validFor: null, - value: 'mt_MT', - }, - { - active: true, - defaultValue: false, - label: 'Marathi (India)', - validFor: null, - value: 'mr_IN', - }, - { - active: true, - defaultValue: false, - label: 'Montenegrin (Montenegro, USD)', - validFor: null, - value: 'sh_ME_USD', - }, - { - active: true, - defaultValue: false, - label: 'Montenegrin (Montenegro)', - validFor: null, - value: 'sh_ME', - }, - { - active: true, - defaultValue: false, - label: 'Nepali (Nepal)', - validFor: null, - value: 'ne_NP', - }, - { - active: true, - defaultValue: false, - label: 'Norwegian (Norway)', - validFor: null, - value: 'no_NO', - }, - { - active: true, - defaultValue: false, - label: 'Pashto (Afghanistan)', - validFor: null, - value: 'ps_AF', - }, - { - active: true, - defaultValue: false, - label: 'Persian (Iran)', - validFor: null, - value: 'fa_IR', - }, - { - active: true, - defaultValue: false, - label: 'Polish (Poland)', - validFor: null, - value: 'pl_PL', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Angola)', - validFor: null, - value: 'pt_AO', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Brazil)', - validFor: null, - value: 'pt_BR', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Cape Verde)', - validFor: null, - value: 'pt_CV', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Mozambique)', - validFor: null, - value: 'pt_MZ', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Portugal)', - validFor: null, - value: 'pt_PT', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (São Tomé & Príncipe)', - validFor: null, - value: 'pt_ST', - }, - { - active: true, - defaultValue: false, - label: 'Romanian (Moldova)', - validFor: null, - value: 'ro_MD', - }, - { - active: true, - defaultValue: false, - label: 'Romanian (Romania)', - validFor: null, - value: 'ro_RO', - }, - { - active: true, - defaultValue: false, - label: 'Romansh (Switzerland)', - validFor: null, - value: 'rm_CH', - }, - { - active: true, - defaultValue: false, - label: 'Rundi (Burundi)', - validFor: null, - value: 'rn_BI', - }, - { - active: true, - defaultValue: false, - label: 'Russian (Kazakhstan)', - validFor: null, - value: 'ru_KZ', - }, - { - active: true, - defaultValue: false, - label: 'Russian (Russia)', - validFor: null, - value: 'ru_RU', - }, - { - active: true, - defaultValue: false, - label: 'Serbian (Cyrillic) (Bosnia and Herzegovina)', - validFor: null, - value: 'sr_BA', - }, - { - active: true, - defaultValue: false, - label: 'Serbian (Cyrillic) (Serbia)', - validFor: null, - value: 'sr_CS', - }, - { - active: true, - defaultValue: false, - label: 'Serbian (Latin) (Bosnia and Herzegovina)', - validFor: null, - value: 'sh_BA', - }, - { - active: true, - defaultValue: false, - label: 'Serbian (Latin) (Serbia)', - validFor: null, - value: 'sh_CS', - }, - { - active: true, - defaultValue: false, - label: 'Serbian (Serbia)', - validFor: null, - value: 'sr_RS', - }, - { - active: true, - defaultValue: false, - label: 'Slovak (Slovakia)', - validFor: null, - value: 'sk_SK', - }, - { - active: true, - defaultValue: false, - label: 'Slovenian (Slovenia)', - validFor: null, - value: 'sl_SI', - }, - { - active: true, - defaultValue: false, - label: 'Somali (Djibouti)', - validFor: null, - value: 'so_DJ', - }, - { - active: true, - defaultValue: false, - label: 'Somali (Somalia)', - validFor: null, - value: 'so_SO', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Argentina)', - validFor: null, - value: 'es_AR', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Bolivia)', - validFor: null, - value: 'es_BO', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Chile)', - validFor: null, - value: 'es_CL', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Colombia)', - validFor: null, - value: 'es_CO', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Costa Rica)', - validFor: null, - value: 'es_CR', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Cuba)', - validFor: null, - value: 'es_CU', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Dominican Republic)', - validFor: null, - value: 'es_DO', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Ecuador)', - validFor: null, - value: 'es_EC', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (El Salvador)', - validFor: null, - value: 'es_SV', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Guatemala)', - validFor: null, - value: 'es_GT', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Honduras)', - validFor: null, - value: 'es_HN', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Mexico)', - validFor: null, - value: 'es_MX', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Nicaragua)', - validFor: null, - value: 'es_NI', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Panama)', - validFor: null, - value: 'es_PA', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Paraguay)', - validFor: null, - value: 'es_PY', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Peru)', - validFor: null, - value: 'es_PE', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Puerto Rico)', - validFor: null, - value: 'es_PR', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Spain)', - validFor: null, - value: 'es_ES', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (United States)', - validFor: null, - value: 'es_US', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Uruguay)', - validFor: null, - value: 'es_UY', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Venezuela)', - validFor: null, - value: 'es_VE', - }, - { - active: true, - defaultValue: false, - label: 'Swahili (Kenya)', - validFor: null, - value: 'sw_KE', - }, - { - active: true, - defaultValue: false, - label: 'Swedish (Sweden)', - validFor: null, - value: 'sv_SE', - }, - { - active: true, - defaultValue: false, - label: 'Tagalog (Philippines)', - validFor: null, - value: 'tl_PH', - }, - { - active: true, - defaultValue: false, - label: 'Tajik (Tajikistan)', - validFor: null, - value: 'tg_TJ', - }, - { - active: true, - defaultValue: false, - label: 'Tamil (India)', - validFor: null, - value: 'ta_IN', - }, - { - active: true, - defaultValue: false, - label: 'Tamil (Sri Lanka)', - validFor: null, - value: 'ta_LK', - }, - { - active: true, - defaultValue: false, - label: 'Telugu (India)', - validFor: null, - value: 'te_IN', - }, - { - active: true, - defaultValue: false, - label: 'Te reo (New Zealand)', - validFor: null, - value: 'mi_NZ', - }, - { - active: true, - defaultValue: false, - label: 'Thai (Thailand)', - validFor: null, - value: 'th_TH', - }, - { - active: true, - defaultValue: false, - label: 'Tigrinya (Ethiopia)', - validFor: null, - value: 'ti_ET', - }, - { - active: true, - defaultValue: false, - label: 'Turkish (Turkey)', - validFor: null, - value: 'tr_TR', - }, - { - active: true, - defaultValue: false, - label: 'Ukrainian (Ukraine)', - validFor: null, - value: 'uk_UA', - }, - { - active: true, - defaultValue: false, - label: 'Urdu (Pakistan)', - validFor: null, - value: 'ur_PK', - }, - { - active: true, - defaultValue: false, - label: 'Uzbek (LATN,UZ)', - validFor: null, - value: 'uz_LATN_UZ', - }, - { - active: true, - defaultValue: false, - label: 'Vietnamese (Vietnam)', - validFor: null, - value: 'vi_VN', - }, - { - active: true, - defaultValue: false, - label: 'Welsh (United Kingdom)', - validFor: null, - value: 'cy_GB', - }, - { - active: true, - defaultValue: false, - label: 'Xhosa (South Africa)', - validFor: null, - value: 'xh_ZA', - }, - { - active: true, - defaultValue: false, - label: 'Yoruba (Benin)', - validFor: null, - value: 'yo_BJ', - }, - { - active: true, - defaultValue: false, - label: 'Zulu (South Africa)', - validFor: null, - value: 'zu_ZA', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Info Emails', - length: 0, - mask: null, - maskType: null, - name: 'ReceivesInfoEmails', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Admin Info Emails', - length: 0, - mask: null, - maskType: null, - name: 'ReceivesAdminInfoEmails', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Email Encoding', - length: 40, - mask: null, - maskType: null, - name: 'EmailEncodingKey', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Unicode (UTF-8)', - validFor: null, - value: 'UTF-8', - }, - { - active: true, - defaultValue: false, - label: 'General US & Western Europe (ISO-8859-1, ISO-LATIN-1)', - validFor: null, - value: 'ISO-8859-1', - }, - { - active: true, - defaultValue: false, - label: 'Japanese (Shift-JIS)', - validFor: null, - value: 'Shift_JIS', - }, - { - active: true, - defaultValue: false, - label: 'Japanese (JIS)', - validFor: null, - value: 'ISO-2022-JP', - }, - { - active: true, - defaultValue: false, - label: 'Japanese (EUC)', - validFor: null, - value: 'EUC-JP', - }, - { - active: true, - defaultValue: false, - label: 'Korean (ks_c_5601-1987)', - validFor: null, - value: 'ks_c_5601-1987', - }, - { - active: true, - defaultValue: false, - label: 'Traditional Chinese (Big5)', - validFor: null, - value: 'Big5', - }, - { - active: true, - defaultValue: false, - label: 'Simplified Chinese (GB2312)', - validFor: null, - value: 'GB2312', - }, - { - active: true, - defaultValue: false, - label: 'Traditional Chinese Hong Kong (Big5-HKSCS)', - validFor: null, - value: 'Big5-HKSCS', - }, - { - active: true, - defaultValue: false, - label: 'Japanese (Shift-JIS_2004)', - validFor: null, - value: 'x-SJIS_0213', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Profile ID', - length: 18, - mask: null, - maskType: null, - name: 'ProfileId', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Profile'], - relationshipName: 'Profile', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'User Type', - length: 40, - mask: null, - maskType: null, - name: 'UserType', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Standard', - validFor: null, - value: 'Standard', - }, - { - active: true, - defaultValue: false, - label: 'Partner', - validFor: null, - value: 'PowerPartner', - }, - { - active: true, - defaultValue: false, - label: 'Customer Portal Manager', - validFor: null, - value: 'PowerCustomerSuccess', - }, - { - active: true, - defaultValue: false, - label: 'Customer Portal User', - validFor: null, - value: 'CustomerSuccess', - }, - { - active: true, - defaultValue: false, - label: 'Guest', - validFor: null, - value: 'Guest', - }, - { - active: true, - defaultValue: false, - label: 'High Volume Portal', - validFor: null, - value: 'CspLitePortal', - }, - { - active: true, - defaultValue: false, - label: 'CSN Only', - validFor: null, - value: 'CsnOnly', - }, - { - active: true, - defaultValue: false, - label: 'Self Service', - validFor: null, - value: 'SelfService', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Language', - length: 40, - mask: null, - maskType: null, - name: 'LanguageLocaleKey', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'English', - validFor: null, - value: 'en_US', - }, - { - active: true, - defaultValue: false, - label: 'German', - validFor: null, - value: 'de', - }, - { - active: true, - defaultValue: false, - label: 'Spanish', - validFor: null, - value: 'es', - }, - { - active: true, - defaultValue: false, - label: 'French', - validFor: null, - value: 'fr', - }, - { - active: true, - defaultValue: false, - label: 'Italian', - validFor: null, - value: 'it', - }, - { - active: true, - defaultValue: false, - label: 'Japanese', - validFor: null, - value: 'ja', - }, - { - active: true, - defaultValue: false, - label: 'Swedish', - validFor: null, - value: 'sv', - }, - { - active: true, - defaultValue: false, - label: 'Korean', - validFor: null, - value: 'ko', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Traditional)', - validFor: null, - value: 'zh_TW', - }, - { - active: true, - defaultValue: false, - label: 'Chinese (Simplified)', - validFor: null, - value: 'zh_CN', - }, - { - active: true, - defaultValue: false, - label: 'Portuguese (Brazil)', - validFor: null, - value: 'pt_BR', - }, - { - active: true, - defaultValue: false, - label: 'Dutch', - validFor: null, - value: 'nl_NL', - }, - { - active: true, - defaultValue: false, - label: 'Danish', - validFor: null, - value: 'da', - }, - { - active: true, - defaultValue: false, - label: 'Thai', - validFor: null, - value: 'th', - }, - { - active: true, - defaultValue: false, - label: 'Finnish', - validFor: null, - value: 'fi', - }, - { - active: true, - defaultValue: false, - label: 'Russian', - validFor: null, - value: 'ru', - }, - { - active: true, - defaultValue: false, - label: 'Spanish (Mexico)', - validFor: null, - value: 'es_MX', - }, - { - active: true, - defaultValue: false, - label: 'Norwegian', - validFor: null, - value: 'no', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 60, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Employee Number', - length: 20, - mask: null, - maskType: null, - name: 'EmployeeNumber', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Delegated Approver ID', - length: 18, - mask: null, - maskType: null, - name: 'DelegatedApproverId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: true, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Group', 'User'], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Manager ID', - length: 18, - mask: null, - maskType: null, - name: 'ManagerId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'Manager', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Login', - length: 0, - mask: null, - maskType: null, - name: 'LastLoginDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Password Change or Reset', - length: 0, - mask: null, - maskType: null, - name: 'LastPasswordChangeDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Created Date', - length: 0, - mask: null, - maskType: null, - name: 'CreatedDate', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Created By ID', - length: 18, - mask: null, - maskType: null, - name: 'CreatedById', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'CreatedBy', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Modified Date', - length: 0, - mask: null, - maskType: null, - name: 'LastModifiedDate', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Modified By ID', - length: 18, - mask: null, - maskType: null, - name: 'LastModifiedById', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['User'], - relationshipName: 'LastModifiedBy', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'System Modstamp', - length: 0, - mask: null, - maskType: null, - name: 'SystemModstamp', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 9, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Failed Login Attempts', - length: 0, - mask: null, - maskType: null, - name: 'NumberOfFailedLogins', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:int', - sortable: true, - type: 'int', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Offline Edition Trial Expiration Date', - length: 0, - mask: null, - maskType: null, - name: 'OfflineTrialExpirationDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Sales Anywhere Trial Expiration Date', - length: 0, - mask: null, - maskType: null, - name: 'OfflinePdaTrialExpirationDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Marketing User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsMarketingUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Offline User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsOfflineUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Auto-login To Call Center', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsCallCenterAutoLogin', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Salesforce CRM Content User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsSFContentUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Knowledge User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsKnowledgeUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Flow User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsInteractionUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Service Cloud User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsSupportUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Data.com User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsJigsawProspectingUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Chat User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsLiveAgentUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Site.com Contributor User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsSiteforceContributorUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Site.com Publisher User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsSiteforcePublisherUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'WDC User', - length: 0, - mask: null, - maskType: null, - name: 'UserPermissionsWorkDotComUserFeature', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Allow Forecasting', - length: 0, - mask: null, - maskType: null, - name: 'ForecastEnabled', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ActivityRemindersPopup', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesActivityRemindersPopup', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'EventRemindersCheckboxDefault', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesEventRemindersCheckboxDefault', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'TaskRemindersCheckboxDefault', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesTaskRemindersCheckboxDefault', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ReminderSoundOff', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesReminderSoundOff', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableAllFeedsEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableAllFeedsEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableFollowersEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableFollowersEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableProfilePostEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableProfilePostEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableChangeCommentEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableChangeCommentEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableLaterCommentEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableLaterCommentEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisProfPostCommentEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisProfPostCommentEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ContentNoEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesContentNoEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ContentEmailAsAndWhen', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesContentEmailAsAndWhen', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ApexPagesDeveloperMode', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesApexPagesDeveloperMode', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ReceiveNoNotificationsAsApprover', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesReceiveNoNotificationsAsApprover', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ReceiveNotificationsAsDelegatedApprover', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesReceiveNotificationsAsDelegatedApprover', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideCSNGetChatterMobileTask', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideCSNGetChatterMobileTask', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableMentionsPostEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableMentionsPostEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisMentionsCommentEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisMentionsCommentEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideCSNDesktopTask', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideCSNDesktopTask', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideChatterOnboardingSplash', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideChatterOnboardingSplash', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideSecondChatterOnboardingSplash', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideSecondChatterOnboardingSplash', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisCommentAfterLikeEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisCommentAfterLikeEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableLikeEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableLikeEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SortFeedByComment', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesSortFeedByComment', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableMessageEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableMessageEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideLegacyRetirementModal', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideLegacyRetirementModal', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'JigsawListUser', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesJigsawListUser', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableBookmarkEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableBookmarkEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableSharePostEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableSharePostEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'EnableAutoSubForFeeds', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesEnableAutoSubForFeeds', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableFileShareNotificationsForApi', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableFileShareNotificationsForApi', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowTitleToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowTitleToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowManagerToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowManagerToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowEmailToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowEmailToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowWorkPhoneToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowWorkPhoneToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowMobilePhoneToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowMobilePhoneToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowFaxToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowFaxToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowStreetAddressToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowStreetAddressToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowCityToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowCityToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowStateToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowStateToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowPostalCodeToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowPostalCodeToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowCountryToExternalUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowCountryToExternalUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowProfilePicToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowProfilePicToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowTitleToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowTitleToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowCityToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowCityToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowStateToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowStateToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowPostalCodeToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowPostalCodeToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowCountryToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowCountryToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableFeedbackEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableFeedbackEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableWorkEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableWorkEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'PipelineViewHideHelpPopover', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesPipelineViewHideHelpPopover', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideS1BrowserUI', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideS1BrowserUI', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'DisableEndorsementEmail', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesDisableEndorsementEmail', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'PathAssistantCollapsed', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesPathAssistantCollapsed', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'CacheDiagnostics', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesCacheDiagnostics', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowEmailToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowEmailToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowManagerToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowManagerToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowWorkPhoneToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowWorkPhoneToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowMobilePhoneToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowMobilePhoneToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowFaxToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowFaxToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ShowStreetAddressToGuestUsers', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesShowStreetAddressToGuestUsers', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'LightningExperiencePreferred', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesLightningExperiencePreferred', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'PreviewLightning', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesPreviewLightning', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideEndUserOnboardingAssistantModal', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideEndUserOnboardingAssistantModal', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideLightningMigrationModal', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideLightningMigrationModal', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideSfxWelcomeMat', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideSfxWelcomeMat', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HideBiggerPhotoCallout', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHideBiggerPhotoCallout', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'GlobalNavBarWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesGlobalNavBarWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'GlobalNavGridMenuWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesGlobalNavGridMenuWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'CreateLEXAppsWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesCreateLEXAppsWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'FavoritesWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesFavoritesWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'RecordHomeSectionCollapseWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesRecordHomeSectionCollapseWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'RecordHomeReservedWTShown', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesRecordHomeReservedWTShown', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'FavoritesShowTopFavorites', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesFavoritesShowTopFavorites', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'ExcludeMailAppAttachments', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesExcludeMailAppAttachments', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SuppressTaskSFXReminders', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesSuppressTaskSFXReminders', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SuppressEventSFXReminders', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesSuppressEventSFXReminders', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'PreviewCustomTheme', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesPreviewCustomTheme', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'HasCelebrationBadge', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesHasCelebrationBadge', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'UserDebugModePref', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesUserDebugModePref', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'SRHOverrideActivities', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesSRHOverrideActivities', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'NewLightningReportRunPageEnabled', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesNewLightningReportRunPageEnabled', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'NativeEmailClient', - length: 0, - mask: null, - maskType: null, - name: 'UserPreferencesNativeEmailClient', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: false, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Contact ID', - length: 18, - mask: null, - maskType: null, - name: 'ContactId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Contact'], - relationshipName: 'Contact', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Account ID', - length: 18, - mask: null, - maskType: null, - name: 'AccountId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Account'], - relationshipName: 'Account', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Call Center ID', - length: 18, - mask: null, - maskType: null, - name: 'CallCenterId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['CallCenter'], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Extension', - length: 40, - mask: null, - maskType: null, - name: 'Extension', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'phone', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Portal Role Level', - length: 40, - mask: null, - maskType: null, - name: 'PortalRole', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Executive', - validFor: null, - value: 'Executive', - }, - { - active: true, - defaultValue: false, - label: 'Manager', - validFor: null, - value: 'Manager', - }, - { - active: true, - defaultValue: false, - label: 'User', - validFor: null, - value: 'Worker', - }, - { - active: true, - defaultValue: false, - label: 'Person Account', - validFor: null, - value: 'PersonAccount', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Is Portal Enabled', - length: 0, - mask: null, - maskType: null, - name: 'IsPortalEnabled', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 1536, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: true, - inlineHelpText: null, - label: 'SAML Federation ID', - length: 512, - mask: null, - maskType: null, - name: 'FederationIdentifier', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3000, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'plaintextarea', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'About Me', - length: 1000, - mask: null, - maskType: null, - name: 'AboutMe', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'textarea', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Url for full-sized Photo', - length: 1024, - mask: null, - maskType: null, - name: 'FullPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'imageurl', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Photo', - length: 1024, - mask: null, - maskType: null, - name: 'SmallPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Show external indicator', - length: 0, - mask: null, - maskType: null, - name: 'IsExtIndicatorVisible', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Out of office message', - length: 40, - mask: null, - maskType: null, - name: 'OutOfOfficeMessage', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'string', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: 'imageurl', - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Url for medium profile photo', - length: 1024, - mask: null, - maskType: null, - name: 'MediumPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: 'N', - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Chatter Email Highlights Frequency', - length: 40, - mask: null, - maskType: null, - name: 'DigestFrequency', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Daily', - validFor: null, - value: 'D', - }, - { - active: true, - defaultValue: false, - label: 'Weekly', - validFor: null, - value: 'W', - }, - { - active: true, - defaultValue: true, - label: 'Never', - validFor: null, - value: 'N', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 120, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: 'N', - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Default Notification Frequency when Joining Groups', - length: 40, - mask: null, - maskType: null, - name: 'DefaultGroupNotificationFrequency', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [ - { - active: true, - defaultValue: false, - label: 'Email on Each Post', - validFor: null, - value: 'P', - }, - { - active: true, - defaultValue: false, - label: 'Daily Digests', - validFor: null, - value: 'D', - }, - { - active: true, - defaultValue: false, - label: 'Weekly Digests', - validFor: null, - value: 'W', - }, - { - active: true, - defaultValue: true, - label: 'Never', - validFor: null, - value: 'N', - }, - ], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: true, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'picklist', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 9, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Data.com Monthly Addition Limit', - length: 0, - mask: null, - maskType: null, - name: 'JigsawImportLimitOverride', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:int', - sortable: true, - type: 'int', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Viewed Date', - length: 0, - mask: null, - maskType: null, - name: 'LastViewedDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Last Referenced Date', - length: 0, - mask: null, - maskType: null, - name: 'LastReferencedDate', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:dateTime', - sortable: true, - type: 'datetime', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Url for banner photo', - length: 1024, - mask: null, - maskType: null, - name: 'BannerPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Url for IOS banner photo', - length: 1024, - mask: null, - maskType: null, - name: 'SmallBannerPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 3072, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: false, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Url for Android banner photo', - length: 1024, - mask: null, - maskType: null, - name: 'MediumBannerPhotoUrl', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:string', - sortable: true, - type: 'url', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: false, - aiPredictionField: false, - autoNumber: false, - byteLength: 0, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: false, - custom: false, - defaultValue: false, - defaultValueFormula: null, - defaultedOnCreate: true, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Has Profile Photo', - length: 0, - mask: null, - maskType: null, - name: 'IsProfilePhotoActive', - nameField: false, - namePointing: false, - nillable: false, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: [], - relationshipName: null, - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: false, - soapType: 'xsd:boolean', - sortable: true, - type: 'boolean', - unique: false, - updateable: false, - writeRequiresMasterRead: false, - }, - { - aggregatable: true, - aiPredictionField: false, - autoNumber: false, - byteLength: 18, - calculated: false, - calculatedFormula: null, - cascadeDelete: false, - caseSensitive: false, - compoundFieldName: null, - controllerName: null, - createable: true, - custom: false, - defaultValue: null, - defaultValueFormula: null, - defaultedOnCreate: false, - dependentPicklist: false, - deprecatedAndHidden: false, - digits: 0, - displayLocationInDecimal: false, - encrypted: false, - externalId: false, - extraTypeInfo: null, - filterable: true, - filteredLookupInfo: null, - formulaTreatNullNumberAsZero: false, - groupable: true, - highScaleNumber: false, - htmlFormatted: false, - idLookup: false, - inlineHelpText: null, - label: 'Individual ID', - length: 18, - mask: null, - maskType: null, - name: 'IndividualId', - nameField: false, - namePointing: false, - nillable: true, - permissionable: false, - picklistValues: [], - polymorphicForeignKey: false, - precision: 0, - queryByDistance: false, - referenceTargetField: null, - referenceTo: ['Individual'], - relationshipName: 'Individual', - relationshipOrder: null, - restrictedDelete: false, - restrictedPicklist: false, - scale: 0, - searchPrefilterable: true, - soapType: 'tns:ID', - sortable: true, - type: 'reference', - unique: false, - updateable: true, - writeRequiresMasterRead: false, - }, - ], - hasSubtypes: false, - implementedBy: null, - implementsInterfaces: null, - isInterface: false, - isSubtype: false, - keyPrefix: '005', - label: 'User', - labelPlural: 'Users', - layoutable: true, - listviewable: null, - lookupLayoutable: null, - mergeable: false, - mruEnabled: true, - name: 'User', - namedLayoutInfos: [ - { - name: 'UserAlt', - urls: { - layout: '/services/data/v49.0/sobjects/User/describe/namedLayouts/UserAlt', - }, - }, - { - name: 'CommunityMemberLayout', - urls: { - layout: '/services/data/v49.0/sobjects/User/describe/namedLayouts/CommunityMemberLayout', - }, - }, - ], - networkScopeFieldName: null, - queryable: true, - recordTypeInfos: [], - replicateable: true, - retrieveable: true, - searchLayoutable: true, - searchable: true, - sobjectDescribeOption: 'FULL', - supportedScopes: [ - { - label: 'All users', - name: 'everything', - }, - ], - triggerable: true, - undeletable: false, - updateable: true, - urls: { - compactLayouts: '/services/data/v49.0/sobjects/User/describe/compactLayouts', - rowTemplate: '/services/data/v49.0/sobjects/User/{ID}', - uiDetailTemplate: 'https://na174.salesforce.com/{ID}', - uiEditTemplate: 'https://na174.salesforce.com/{ID}/e', - namedLayouts: '/services/data/v49.0/sobjects/User/describe/namedLayouts/{LayoutName}', - passwordUtilities: '/services/data/v49.0/sobjects/User/{ID}/password', - defaultValues: '/services/data/v49.0/sobjects/User/defaultValues?recordTypeId&fields', - describe: '/services/data/v49.0/sobjects/User/describe', - uiNewRecord: 'https://na174.salesforce.com/005/e', - quickActions: '/services/data/v49.0/sobjects/User/quickActions', - layouts: '/services/data/v49.0/sobjects/User/describe/layouts', - sobject: '/services/data/v49.0/sobjects/User', - }, - }, - cache: { - age: 1607814378761, - exp: 1608073578761, - key: 'get|/api/describe/User', - }, -}; diff --git a/apps/jetstream/src/app/components/query/utils/useQueryRestore.tsx b/apps/jetstream/src/app/components/query/utils/useQueryRestore.tsx index 6df73bdbe..853139b4f 100644 --- a/apps/jetstream/src/app/components/query/utils/useQueryRestore.tsx +++ b/apps/jetstream/src/app/components/query/utils/useQueryRestore.tsx @@ -2,11 +2,11 @@ import { logger } from '@jetstream/shared/client-logger'; import { useRollbar } from '@jetstream/shared/ui-utils'; import { Maybe, SalesforceOrgUi } from '@jetstream/types'; import { fireToast } from '@jetstream/ui'; +import { selectedOrgState } from '@jetstream/ui-core'; import isString from 'lodash/isString'; import { useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue, useResetRecoilState, useSetRecoilState } from 'recoil'; import { Query, parseQuery } from 'soql-parser-js'; -import { selectedOrgState } from '../../../app-state'; import * as fromQueryState from '../query.state'; import { QueryRestoreErrors, UserFacingRestoreError, restoreQuery } from './query-restore-utils'; diff --git a/apps/jetstream/src/app/components/salesforce-api/SalesforceApi.tsx b/apps/jetstream/src/app/components/salesforce-api/SalesforceApi.tsx index b145ecfaf..de126422c 100644 --- a/apps/jetstream/src/app/components/salesforce-api/SalesforceApi.tsx +++ b/apps/jetstream/src/app/components/salesforce-api/SalesforceApi.tsx @@ -6,10 +6,10 @@ import { useRollbar, useTitle } from '@jetstream/shared/ui-utils'; import { SplitWrapper as Split } from '@jetstream/splitjs'; import { ManualRequestPayload, ManualRequestResponse, Maybe, SalesforceApiHistoryRequest, SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer } from '@jetstream/ui'; +import { applicationCookieState, selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import SalesforceApiRequest from './SalesforceApiRequest'; import SalesforceApiResponse from './SalesforceApiResponse'; import * as fromSalesforceApiHistory from './salesforceApi.state'; diff --git a/apps/jetstream/src/app/components/salesforce-api/SalesforceApiExamplesModal.tsx b/apps/jetstream/src/app/components/salesforce-api/SalesforceApiExamplesModal.tsx index 4ca1b624b..348ab89ac 100644 --- a/apps/jetstream/src/app/components/salesforce-api/SalesforceApiExamplesModal.tsx +++ b/apps/jetstream/src/app/components/salesforce-api/SalesforceApiExamplesModal.tsx @@ -4,11 +4,10 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { salesforceApiReq } from '@jetstream/shared/data'; import { SalesforceApiRequest } from '@jetstream/types'; import { AutoFullHeightContainer, ColumnWithFilter, DataTree, Grid, Icon, Modal, setColumnFromType, Spinner } from '@jetstream/ui'; +import { ErrorBoundaryFallback, useAmplitude } from '@jetstream/ui-core'; import groupBy from 'lodash/groupBy'; import { FunctionComponent, useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { ErrorBoundary } from 'react-error-boundary'; -import { useAmplitude } from '../core/analytics'; -import ErrorBoundaryFallback from '../core/ErrorBoundaryFallback'; const groupedRows = ['groupName'] as const; diff --git a/apps/jetstream/src/app/components/salesforce-api/SalesforceApiUserInput.tsx b/apps/jetstream/src/app/components/salesforce-api/SalesforceApiUserInput.tsx index 5ff1d8f87..5678855a1 100644 --- a/apps/jetstream/src/app/components/salesforce-api/SalesforceApiUserInput.tsx +++ b/apps/jetstream/src/app/components/salesforce-api/SalesforceApiUserInput.tsx @@ -1,9 +1,9 @@ import { hasModifierKey, isEnterKey } from '@jetstream/shared/ui-utils'; import { HttpMethod, ListItem, SalesforceOrgUi } from '@jetstream/types'; import { ComboboxWithItems, Grid, GridCol, Input } from '@jetstream/ui'; +import { applicationCookieState } from '@jetstream/ui-core'; import { FunctionComponent, KeyboardEvent } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; function getDefaultUrl(defaultApiVersion: string) { return `/services/${defaultApiVersion}`; diff --git a/apps/jetstream/src/app/components/salesforce-api/salesforceApi.state.ts b/apps/jetstream/src/app/components/salesforce-api/salesforceApi.state.ts index ec5ee9436..db5fc67d7 100644 --- a/apps/jetstream/src/app/components/salesforce-api/salesforceApi.state.ts +++ b/apps/jetstream/src/app/components/salesforce-api/salesforceApi.state.ts @@ -2,13 +2,13 @@ import { logger } from '@jetstream/shared/client-logger'; import { INDEXED_DB } from '@jetstream/shared/constants'; import { groupByFlat, truncate } from '@jetstream/shared/utils'; import { SalesforceApiHistoryItem, SalesforceApiHistoryRequest, SalesforceApiHistoryResponse, SalesforceOrgUi } from '@jetstream/types'; +import * as fromAppState from '@jetstream/ui-core'; import { addDays } from 'date-fns/addDays'; import { isBefore } from 'date-fns/isBefore'; import { startOfDay } from 'date-fns/startOfDay'; import localforage from 'localforage'; import orderBy from 'lodash/orderBy'; import { atom, selector } from 'recoil'; -import * as fromAppState from '../../app-state'; import { WhichOrgType } from '../query/QueryHistory/query-history.state'; let didRunCleanup = false; diff --git a/apps/jetstream/src/app/components/settings/Settings.tsx b/apps/jetstream/src/app/components/settings/Settings.tsx index 93fdabc83..6dff6638b 100644 --- a/apps/jetstream/src/app/components/settings/Settings.tsx +++ b/apps/jetstream/src/app/components/settings/Settings.tsx @@ -27,11 +27,11 @@ import { Spinner, fireToast, } from '@jetstream/ui'; +import { userProfileState } from '@jetstream/ui-core'; import localforage from 'localforage'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useSetRecoilState } from 'recoil'; -import { userProfileState } from '../../app-state'; -import { useAmplitude } from '../core/analytics'; +import { useAmplitude } from '@jetstream/ui-core'; import LoggerConfig from './LoggerConfig'; import SettingsDeleteAccount from './SettingsDeleteAccount'; import SettingsLinkedAccounts from './SettingsLinkedAccounts'; diff --git a/apps/jetstream/src/app/components/settings/useLinkAccount.ts b/apps/jetstream/src/app/components/settings/useLinkAccount.ts index bd12de8f6..919517c3a 100644 --- a/apps/jetstream/src/app/components/settings/useLinkAccount.ts +++ b/apps/jetstream/src/app/components/settings/useLinkAccount.ts @@ -1,9 +1,9 @@ import { logger } from '@jetstream/shared/client-logger'; import { unlinkIdentityFromProfile } from '@jetstream/shared/data'; import { Auth0ConnectionName, Maybe, UserProfileAuth0Identity } from '@jetstream/types'; +import { applicationCookieState } from '@jetstream/ui-core'; import { useCallback, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../app-state'; let windowRef: Maybe; let addOrgCallbackFn: () => void; diff --git a/apps/jetstream/src/app/components/sobject-export/SObjectExport.tsx b/apps/jetstream/src/app/components/sobject-export/SObjectExport.tsx index b767c4512..645109679 100644 --- a/apps/jetstream/src/app/components/sobject-export/SObjectExport.tsx +++ b/apps/jetstream/src/app/components/sobject-export/SObjectExport.tsx @@ -23,11 +23,10 @@ import { Spinner, Tooltip, } from '@jetstream/ui'; +import { applicationCookieState, fromJetstreamEvents, selectedOrgState } from '@jetstream/ui-core'; import localforage from 'localforage'; import { Fragment, FunctionComponent, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../app-state'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import { ExportHeaderOption, ExportOptions, ExportWorksheetLayout, SavedExportOptions } from './sobject-export-types'; import { getAttributes, getSobjectMetadata, prepareExport } from './sobject-export-utils'; diff --git a/apps/jetstream/src/app/components/update-records/MassUpdateRecords.tsx b/apps/jetstream/src/app/components/update-records/MassUpdateRecords.tsx index a38dff1f4..daecd5caf 100644 --- a/apps/jetstream/src/app/components/update-records/MassUpdateRecords.tsx +++ b/apps/jetstream/src/app/components/update-records/MassUpdateRecords.tsx @@ -1,11 +1,10 @@ import { TITLES } from '@jetstream/shared/constants'; import { useTitle } from '@jetstream/shared/ui-utils'; import { SalesforceOrgUi } from '@jetstream/types'; +import { StateDebugObserver, selectedOrgState } from '@jetstream/ui-core'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { Navigate, Outlet, useLocation } from 'react-router-dom'; import { useRecoilValue, useResetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../app-state'; -import StateDebugObserver from '../core/StateDebugObserver'; import * as fromMassUpdateState from './mass-update-records.state'; export const MassUpdateRecords: FunctionComponent = () => { diff --git a/apps/jetstream/src/app/components/update-records/deployment/MassUpdateRecordsDeployment.tsx b/apps/jetstream/src/app/components/update-records/deployment/MassUpdateRecordsDeployment.tsx index 06198dd91..f4ee17e1b 100644 --- a/apps/jetstream/src/app/components/update-records/deployment/MassUpdateRecordsDeployment.tsx +++ b/apps/jetstream/src/app/components/update-records/deployment/MassUpdateRecordsDeployment.tsx @@ -11,14 +11,11 @@ import { ToolbarItemActions, ToolbarItemGroup, } from '@jetstream/ui'; +import { DeployResults, MassUpdateRecordsDeploymentRow, MetadataRow, selectedOrgState, useDeployRecords } from '@jetstream/ui-core'; import isNumber from 'lodash/isNumber'; import { ChangeEvent, FunctionComponent, useCallback, useEffect, useState } from 'react'; import { Link } from 'react-router-dom'; import { useRecoilCallback, useRecoilValue, useSetRecoilState } from 'recoil'; -import { selectedOrgState } from '../../../app-state'; -import MassUpdateRecordsDeploymentRow from '../../shared/mass-update-records/MassUpdateRecordsDeploymentRow'; -import { DeployResults, MetadataRow } from '../../shared/mass-update-records/mass-update-records.types'; -import { useDeployRecords } from '../../shared/mass-update-records/useDeployRecords'; import * as fromMassUpdateState from '../mass-update-records.state'; const HEIGHT_BUFFER = 170; diff --git a/apps/jetstream/src/app/components/update-records/mass-update-records.state.ts b/apps/jetstream/src/app/components/update-records/mass-update-records.state.ts index 359d5a219..a3d6773ac 100644 --- a/apps/jetstream/src/app/components/update-records/mass-update-records.state.ts +++ b/apps/jetstream/src/app/components/update-records/mass-update-records.state.ts @@ -1,8 +1,8 @@ import { orderObjectsBy } from '@jetstream/shared/utils'; import { DescribeGlobalSObjectResult, Field, ListItem } from '@jetstream/types'; +import { MetadataRow } from '@jetstream/ui-core'; import intersectionBy from 'lodash/intersectionBy'; import { atom, selector } from 'recoil'; -import { MetadataRow } from '../shared/mass-update-records/mass-update-records.types'; export const sObjectsState = atom({ key: 'mass-update-records.sObjectsState', diff --git a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsApplyToAllRow.tsx b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsApplyToAllRow.tsx index 6905fa300..e565118c1 100644 --- a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsApplyToAllRow.tsx +++ b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsApplyToAllRow.tsx @@ -2,14 +2,16 @@ import { css } from '@emotion/react'; import { useDebounce } from '@jetstream/shared/ui-utils'; import { ListItem, Maybe } from '@jetstream/types'; import { ComboboxWithItems, Grid, Input, Section, Textarea } from '@jetstream/ui'; -import { FunctionComponent, useEffect, useState } from 'react'; -import { isQueryValid } from 'soql-parser-js'; -import { MetadataRow, TransformationCriteria, TransformationOption } from '../../shared/mass-update-records/mass-update-records.types'; import { + MetadataRow, + TransformationCriteria, + TransformationOption, startsWithWhereRgx, transformationCriteriaListItems, transformationOptionListItems, -} from '../../shared/mass-update-records/mass-update-records.utils'; +} from '@jetstream/ui-core'; +import { FunctionComponent, useEffect, useState } from 'react'; +import { isQueryValid } from 'soql-parser-js'; export interface MassUpdateRecordsApplyToAllRowProps { commonFields: ListItem[]; diff --git a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObject.tsx b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObject.tsx index e09678f14..b9285e713 100644 --- a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObject.tsx +++ b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObject.tsx @@ -1,9 +1,7 @@ import { ListItem, SalesforceOrgUi } from '@jetstream/types'; import { Grid, GridCol, Tooltip } from '@jetstream/ui'; +import { MassUpdateRecordObjectHeading, MassUpdateRecordsObjectRow, MetadataRow, TransformationOptions } from '@jetstream/ui-core'; import { FunctionComponent, useCallback } from 'react'; -import MassUpdateRecordsObjectRow from '../../shared/mass-update-records/MassUpdateRecordsObjectRow'; -import { MetadataRow, TransformationOptions } from '../../shared/mass-update-records/mass-update-records.types'; -import MassUpdateRecordObjectHeading from '../shared/MassUpdateRecordObjectHeading'; export interface MassUpdateRecordsObjectProps { selectedOrg: SalesforceOrgUi; diff --git a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObjects.tsx b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObjects.tsx index c37d06439..2e6e7b5bc 100644 --- a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObjects.tsx +++ b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsObjects.tsx @@ -1,12 +1,7 @@ import { ListItem, SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer, EmptyState, OpenRoadIllustration } from '@jetstream/ui'; +import { MetadataRow, TransformationCriteria, TransformationOption, TransformationOptions } from '@jetstream/ui-core'; import { Fragment, FunctionComponent } from 'react'; -import { - MetadataRow, - TransformationCriteria, - TransformationOption, - TransformationOptions, -} from '../../shared/mass-update-records/mass-update-records.types'; import MassUpdateRecordsApplyToAllRow from './MassUpdateRecordsApplyToAllRow'; import MassUpdateRecordsObject from './MassUpdateRecordsObject'; diff --git a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsSelection.tsx b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsSelection.tsx index 34cc28b70..028916086 100644 --- a/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsSelection.tsx +++ b/apps/jetstream/src/app/components/update-records/selection/MassUpdateRecordsSelection.tsx @@ -1,4 +1,5 @@ import { css } from '@emotion/react'; +import { SplitWrapper as Split } from '@jetstream/splitjs'; import { SalesforceOrgUi } from '@jetstream/types'; import { AutoFullHeightContainer, @@ -10,15 +11,13 @@ import { PageHeaderTitle, Tooltip, } from '@jetstream/ui'; +import { filterMassUpdateSobject, selectedOrgState } from '@jetstream/ui-core'; import { FunctionComponent, useEffect, useState } from 'react'; import { Link } from 'react-router-dom'; -import { SplitWrapper as Split } from '@jetstream/splitjs'; import { useRecoilState, useRecoilValue, useResetRecoilState } from 'recoil'; import * as fromMassUpdateState from '../mass-update-records.state'; -import { filterMassUpdateSobject } from '../../shared/mass-update-records/mass-update-records.utils'; import MassUpdateRecordsObjects from './MassUpdateRecordsObjects'; import { useMassUpdateFieldItems } from './useMassUpdateFieldItems'; -import { selectedOrgState } from '../../../app-state'; const HEIGHT_BUFFER = 170; diff --git a/apps/jetstream/src/app/components/update-records/selection/useMassUpdateFieldItems.ts b/apps/jetstream/src/app/components/update-records/selection/useMassUpdateFieldItems.ts index fff425388..ebeaa52fe 100644 --- a/apps/jetstream/src/app/components/update-records/selection/useMassUpdateFieldItems.ts +++ b/apps/jetstream/src/app/components/update-records/selection/useMassUpdateFieldItems.ts @@ -10,16 +10,17 @@ import { useRollbar, } from '@jetstream/shared/ui-utils'; import { DescribeSObjectResult, Field, ListItem, Maybe, SalesforceOrgUi } from '@jetstream/types'; -import { useCallback, useEffect, useReducer, useRef } from 'react'; -import { useRecoilState, useRecoilValue } from 'recoil'; -import { useAmplitude } from '../../core/analytics'; import { MetadataRow, TransformationCriteria, TransformationOption, TransformationOptions, -} from '../../shared/mass-update-records/mass-update-records.types'; -import { getValidationSoqlQuery, isValidRow } from '../../shared/mass-update-records/mass-update-records.utils'; + getValidationSoqlQuery, + isValidRow, + useAmplitude, +} from '@jetstream/ui-core'; +import { useCallback, useEffect, useReducer, useRef } from 'react'; +import { useRecoilState, useRecoilValue } from 'recoil'; import * as fromMassUpdateState from '../mass-update-records.state'; type Action = diff --git a/apps/jetstream/src/main.tsx b/apps/jetstream/src/main.tsx index 49c887b22..b079c63ef 100644 --- a/apps/jetstream/src/main.tsx +++ b/apps/jetstream/src/main.tsx @@ -6,10 +6,14 @@ import { CONFIG } from './app/components/core/config'; import '@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css'; // import React from 'react'; // import { render } from 'react-dom'; +import { setJobsWorker } from '@jetstream/ui-core'; import { createRoot } from 'react-dom/client'; import App from './app/app'; import './main.scss'; +const jobsWorker = new Worker(new URL('./workers/jobs.worker.ts', import.meta.url), { type: 'module' }); +setJobsWorker(jobsWorker); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion const container = document.getElementById('root')!; diff --git a/apps/jetstream/src/app/workers/jobs.worker.ts b/apps/jetstream/src/workers/jobs.worker.ts similarity index 97% rename from apps/jetstream/src/app/workers/jobs.worker.ts rename to apps/jetstream/src/workers/jobs.worker.ts index 95ca6a5c7..b72211662 100644 --- a/apps/jetstream/src/app/workers/jobs.worker.ts +++ b/apps/jetstream/src/workers/jobs.worker.ts @@ -22,6 +22,7 @@ import { import { ensureArray, flattenRecords, + getErrorMessage, getIdFromRecordUrl, getMapOfBaseAndSubqueryRecords, getSObjectFromRecordUrl, @@ -99,7 +100,7 @@ async function handleMessage(name: AsyncJobType, payloadData: AsyncJobWorkerMess replyToMessage(name, response); } catch (ex) { const response: AsyncJobWorkerMessageResponse = { job }; - replyToMessage(name, response, ex.message); + replyToMessage(name, response, getErrorMessage(ex)); } break; } @@ -227,7 +228,7 @@ async function handleMessage(name: AsyncJobType, payloadData: AsyncJobWorkerMess replyToMessage(name, response); } catch (ex) { const response: AsyncJobWorkerMessageResponse = { job }; - replyToMessage(name, response, ex.message); + replyToMessage(name, response, getErrorMessage(ex)); } break; } @@ -239,7 +240,7 @@ async function handleMessage(name: AsyncJobType, payloadData: AsyncJobWorkerMess replyToMessage(name, response); } catch (ex) { const response: AsyncJobWorkerMessageResponse = { job }; - replyToMessage(name, response, ex.message); + replyToMessage(name, response, getErrorMessage(ex)); } break; } @@ -298,7 +299,7 @@ async function handleMessage(name: AsyncJobType, payloadData: AsyncJobWorkerMess } } catch (ex) { const response: AsyncJobWorkerMessageResponse = { job }; - replyToMessage(name, response, ex.message); + replyToMessage(name, response, getErrorMessage(ex)); if (cancelledJobIds.has(job.id)) { cancelledJobIds.delete(job.id); } diff --git a/apps/jetstream/tsconfig.app.json b/apps/jetstream/tsconfig.app.json index c4c2ffb3a..3956c3296 100644 --- a/apps/jetstream/tsconfig.app.json +++ b/apps/jetstream/tsconfig.app.json @@ -5,6 +5,15 @@ "types": ["node", "google.accounts", "google.picker", "gapi.auth2", "gapi.client.drive"] }, "exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "../../custom-typings/index.d.ts"], + "include": [ + "**/*.js", + "**/*.jsx", + "**/*.ts", + "**/*.tsx", + "../../custom-typings/index.d.ts", + "../../libs/shared/ui-core/src/app-state/app-state.ts", + "../../libs/shared/ui-core/src/jetstream-events.ts", + "../../libs/shared/ui-core/src/analytics.tsx" + ], "files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"] } diff --git a/apps/jetstream/tsconfig.json b/apps/jetstream/tsconfig.json index cd7457292..db0bed636 100644 --- a/apps/jetstream/tsconfig.json +++ b/apps/jetstream/tsconfig.json @@ -20,7 +20,12 @@ "useDefineForClassFields": true }, "files": [], - "include": ["src"], + "include": [ + "src", + "../../libs/shared/ui-core/src/app-state/app-state.ts", + "../../libs/shared/ui-core/src/jetstream-events.ts", + "../../libs/shared/ui-core/src/analytics.tsx" + ], "exclude": ["**/*.js/*.worker.ts"], "references": [ { diff --git a/apps/jetstream/tsconfig.spec.json b/apps/jetstream/tsconfig.spec.json index 460cd4de8..6b86d8081 100644 --- a/apps/jetstream/tsconfig.spec.json +++ b/apps/jetstream/tsconfig.spec.json @@ -16,8 +16,7 @@ "**/*.spec.jsx", "**/*.test.jsx", "**/*.d.ts", - "jest.config.ts", - "src/app/components/query/utils/__tests__/query-utils.data.ts" + "jest.config.ts" ], "files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"] } diff --git a/apps/jetstream/vite.config.ts b/apps/jetstream/vite.config.ts index f95467e21..963f8a4b5 100644 --- a/apps/jetstream/vite.config.ts +++ b/apps/jetstream/vite.config.ts @@ -17,8 +17,11 @@ export default defineConfig({ server: { port: 4200, host: 'localhost', + fs: { + allow: ['..'], + }, }, - + base: './', build: { outDir: '../../dist/apps/jetstream', reportCompressedSize: true, diff --git a/libs/shared/ui-core-shared/.babelrc b/libs/shared/ui-core-shared/.babelrc new file mode 100644 index 000000000..1ea870ead --- /dev/null +++ b/libs/shared/ui-core-shared/.babelrc @@ -0,0 +1,12 @@ +{ + "presets": [ + [ + "@nx/react/babel", + { + "runtime": "automatic", + "useBuiltIns": "usage" + } + ] + ], + "plugins": [] +} diff --git a/libs/shared/ui-core-shared/.eslintrc.json b/libs/shared/ui-core-shared/.eslintrc.json new file mode 100644 index 000000000..75b85077d --- /dev/null +++ b/libs/shared/ui-core-shared/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/libs/shared/ui-core-shared/README.md b/libs/shared/ui-core-shared/README.md new file mode 100644 index 000000000..a3526d7a5 --- /dev/null +++ b/libs/shared/ui-core-shared/README.md @@ -0,0 +1,7 @@ +# ui-core-shared + +This library was generated with [Nx](https://nx.dev). + +## Running unit tests + +Run `nx test ui-core-shared` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/shared/ui-core-shared/jest.config.ts b/libs/shared/ui-core-shared/jest.config.ts new file mode 100644 index 000000000..bca417b16 --- /dev/null +++ b/libs/shared/ui-core-shared/jest.config.ts @@ -0,0 +1,11 @@ +/* eslint-disable */ +export default { + displayName: 'ui-core-shared', + preset: '../../../jest.preset.js', + transform: { + '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nx/react/plugins/jest', + '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nx/react/babel'] }], + }, + moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], + coverageDirectory: '../../../coverage/libs/shared/ui-core-shared', +}; diff --git a/libs/shared/ui-core-shared/project.json b/libs/shared/ui-core-shared/project.json new file mode 100644 index 000000000..9d98396bc --- /dev/null +++ b/libs/shared/ui-core-shared/project.json @@ -0,0 +1,16 @@ +{ + "name": "ui-core-shared", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "libs/shared/ui-core-shared/src", + "projectType": "library", + "tags": [], + "targets": { + "test": { + "executor": "@nx/jest:jest", + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], + "options": { + "jestConfig": "libs/shared/ui-core-shared/jest.config.ts" + } + } + } +} diff --git a/libs/shared/ui-core-shared/src/index.ts b/libs/shared/ui-core-shared/src/index.ts new file mode 100644 index 000000000..c18eb4bbe --- /dev/null +++ b/libs/shared/ui-core-shared/src/index.ts @@ -0,0 +1,3 @@ +export * from './query-fields-utils'; +export * from './query-soql-utils'; +export * from './query-utils'; diff --git a/libs/shared/ui-core-shared/src/query-fields-utils.ts b/libs/shared/ui-core-shared/src/query-fields-utils.ts new file mode 100644 index 000000000..55235e020 --- /dev/null +++ b/libs/shared/ui-core-shared/src/query-fields-utils.ts @@ -0,0 +1,59 @@ +import { sortQueryFieldsPolymorphicComparable } from '@jetstream/shared/ui-utils'; +import { orderObjectsBy } from '@jetstream/shared/utils'; +import { QueryFields, QueryFieldWithPolymorphic, SalesforceOrgUi } from '@jetstream/types'; + +export const CHILD_FIELD_SEPARATOR = `~`; +export const BASE_FIELD_SEPARATOR = `|`; + +// used to uniquely identify the current object being processed +export function getQueryFieldKey(selectedOrg: SalesforceOrgUi, selectedSObject: string): string { + return `${selectedOrg?.uniqueId}-${selectedSObject}`; +} + +export function getChildQueryFieldKey(selectedOrg: SalesforceOrgUi, selectedSObject: string, parentRelationshipName: string): string { + return `${selectedOrg?.uniqueId}-${selectedSObject}-${parentRelationshipName}`; +} + +// all field keys start with the based key +export function getQueryFieldBaseKey(selectedSObject: string) { + return `${selectedSObject}${BASE_FIELD_SEPARATOR}`; +} + +export function getSubqueryFieldBaseKey(childSobject: string, relationshipName: string) { + return `${childSobject}${CHILD_FIELD_SEPARATOR}${relationshipName}${BASE_FIELD_SEPARATOR}`; +} + +export function initQueryFieldStateItem(key: string, sobject: string, props: Partial = {}): QueryFields { + return { + key, + expanded: true, + loading: false, + isPolymorphic: false, + hasError: false, + filterTerm: '', + sobject, + fields: {}, + visibleFields: new Set(), + selectedFields: new Set(), + ...props, + }; +} + +export function getSelectedFieldsFromQueryFields(fieldsMap: Record): QueryFieldWithPolymorphic[] { + const fields: QueryFieldWithPolymorphic[] = orderObjectsBy( + Object.values(fieldsMap) + .filter((queryField) => !queryField.key.includes(CHILD_FIELD_SEPARATOR)) + .flatMap((queryField) => { + const basePath = queryField.key.replace(/.+\|/, ''); + return Array.from(queryField.selectedFields).map((field): QueryFieldWithPolymorphic => { + return { + field: `${basePath}${field}`, + polymorphicObj: queryField.isPolymorphic ? queryField.sobject : undefined, + metadata: queryField.fields[field]?.metadata, + }; + }); + }), + 'field' + ).sort(sortQueryFieldsPolymorphicComparable); + return fields; +} diff --git a/libs/shared/ui-core-shared/src/query-soql-utils.ts b/libs/shared/ui-core-shared/src/query-soql-utils.ts new file mode 100644 index 000000000..3385bce0c --- /dev/null +++ b/libs/shared/ui-core-shared/src/query-soql-utils.ts @@ -0,0 +1,388 @@ +import { logger } from '@jetstream/shared/client-logger'; +import { describeGlobal, describeSObject } from '@jetstream/shared/data'; +import { getFieldKey } from '@jetstream/shared/ui-utils'; +import { orderValues } from '@jetstream/shared/utils'; +import { DescribeGlobalSObjectResult, DescribeSObjectResult, Field, Maybe, SalesforceOrgUi } from '@jetstream/types'; +import isString from 'lodash/isString'; +import { + OrderByFieldClause, + Query, + FieldType as QueryFieldType, + WhereClause, + isOrderByField, + isValueCondition, + isWhereOrHavingClauseWithRightCondition, +} from 'soql-parser-js'; +import { getQueryFieldBaseKey, getSubqueryFieldBaseKey } from './query-fields-utils'; + +export interface SoqlMetadataTree { + key: string; + parentField: Field; + fieldKey: string; + parentKey?: string; + level: number; // do not allow beyond 5 + metadata: DescribeSObjectResult; + lowercaseFieldMap: Record; + children: SoqlMetadataTree[]; +} + +export interface SoqlFetchMetadataOutput { + sobjectMetadata: DescribeGlobalSObjectResult[]; + selectedSobjectMetadata: { global: DescribeGlobalSObjectResult; sobject: DescribeSObjectResult }; + metadata: Record; + childMetadata: { + [childRelationshipName: string]: { + objectMetadata: DescribeSObjectResult; + metadataTree: Record; + // includes full path + lowercaseFieldMap: Record; + }; + }; + // includes full path + lowercaseFieldMap: Record; +} +interface ParsableFields { + fields: string[]; + subqueries: { [childRelationshipName: string]: string[] }; +} + +const TYPEOF_SEPARATOR = '!'; + +/** + * Use provided cache if available + * This skips the cache at the data-helper layer to avoid unnecessary serialization/de-serialization + * + * @param org + * @param SObject + * @param isTooling + * @param describeCache + * @returns + */ +async function describeSObjectWithLocalCache( + org: SalesforceOrgUi, + SObject: string, + isTooling = false, + describeCache: Record +): Promise { + if (describeCache[SObject]) { + return describeCache[SObject]; + } + const { data } = await describeSObject(org, SObject, isTooling); + describeCache[SObject] = data; + return data; +} + +/** + * Get metadata for every object + * + * 1. Parse Query + * 2. Traverse fields OR entire query and fetch metadata for all objects included in query + * 3. return results + * + * @param includeEntireQuery Include just fields from query or entire query + */ +export async function fetchMetadataFromSoql( + org: SalesforceOrgUi, + query: Query, + includeEntireQuery = false, + isTooling = false +): Promise { + // fetch initial sobject metadata + const { data: describeResults } = await describeGlobal(org, isTooling); + const selectedSobjectMetadata = describeResults.sobjects.find((item) => item.name.toLowerCase() === query.sObject?.toLowerCase()); + if (!selectedSobjectMetadata) { + throw new Error(`Object ${query.sObject} was not found in org`); + } + + const describeCache: Record = {}; + + const rootSobjectDescribe = await describeSObjectWithLocalCache(org, selectedSobjectMetadata.name, isTooling, describeCache); + + const output: SoqlFetchMetadataOutput = { + sobjectMetadata: describeResults.sobjects, + selectedSobjectMetadata: { + global: selectedSobjectMetadata, + sobject: rootSobjectDescribe, + }, + metadata: {}, + childMetadata: {}, + lowercaseFieldMap: getLowercaseFieldMap(rootSobjectDescribe.fields), + }; + + const parsableFields = includeEntireQuery ? getFieldsFromAllPartsOfQuery(query) : getParsableFields(query.fields || []); + output.metadata = await fetchAllMetadata(org, isTooling, rootSobjectDescribe, parsableFields.fields, describeCache); + + // add entries to lowercaseFieldMap for all related objects + getLowercaseFieldMapWithFullPath(output.metadata, output.lowercaseFieldMap); + + for (const childRelationship in parsableFields.subqueries) { + const foundRelationship = rootSobjectDescribe.childRelationships.find( + (currChildRelationship) => currChildRelationship.relationshipName === childRelationship + ); + if (foundRelationship) { + const rootSobjectChildDescribe = await describeSObjectWithLocalCache(org, foundRelationship.childSObject, isTooling, describeCache); + output.childMetadata[childRelationship] = { + objectMetadata: rootSobjectChildDescribe, + metadataTree: await fetchAllMetadata( + org, + isTooling, + rootSobjectChildDescribe, + parsableFields.subqueries[childRelationship], + describeCache, + childRelationship + ), + lowercaseFieldMap: getLowercaseFieldMap(rootSobjectChildDescribe.fields), + }; + + // add entries to lowercaseFieldMap for all related objects + getLowercaseFieldMapWithFullPath( + output.childMetadata[childRelationship].metadataTree, + output.childMetadata[childRelationship].lowercaseFieldMap + ); + } + } + // return output as SoqlFetchMetadataOutput; + return output; +} + +function getFieldsFromAllPartsOfQuery(query: Query): ParsableFields { + const parsableFields = getParsableFields(query.fields || []); + + parsableFields.fields = parsableFields.fields.concat(getParsableFieldsFromFilter(query.where)); + + if (query.orderBy) { + const orderBy = Array.isArray(query.orderBy) ? query.orderBy : [query.orderBy]; + orderBy + .filter((clause) => isOrderByField(clause)) + .forEach((orderBy) => { + parsableFields.fields.push((orderBy as OrderByFieldClause).field); + }); + } + + return parsableFields; +} + +/** + * Extract and sort all fields from a parsed query + * recursive for subqueries + * + * All fields are normalized to lowercase + * + * @param fields + */ +function getParsableFields(fields: QueryFieldType[]): ParsableFields { + const sortedOutput = fields.reduce( + (output: ParsableFields, field) => { + if (field.type === 'Field') { + output.fields.push(field.field); + } + if (field.type === 'FieldFunctionExpression') { + if (isString(field.parameters[0])) { + output.fields.push(field.parameters[0]); + } + } else if (field.type === 'FieldRelationship') { + output.fields.push(field.rawValue || ''); + } else if (field.type === 'FieldTypeof') { + const [firstCondition] = field.conditions; + firstCondition.fieldList.forEach((typeofField) => + output.fields.push(`${firstCondition.objectType}${TYPEOF_SEPARATOR}${field.field}.${typeofField}`) + ); + } else if (field.type === 'FieldSubquery') { + output.subqueries[field.subquery.relationshipName] = getParsableFields(field.subquery.fields || []).fields; + } + return output; + }, + { fields: [], subqueries: {} } + ); + + sortedOutput.fields = orderValues(sortedOutput.fields.map((field) => field.toLowerCase())); + + return sortedOutput; +} + +function getParsableFieldsFromFilter(where: Maybe, fields: string[] = []): string[] { + if (!where) { + return fields; + } + if (isValueCondition(where.left)) { + fields.push(where.left.field?.toLowerCase()); + } + if (isWhereOrHavingClauseWithRightCondition(where)) { + getParsableFieldsFromFilter(where.right, fields); + } + return fields; +} + +/** + * Fetch all metadata + * @param describeSobject + * @param fields + */ +async function fetchAllMetadata( + org: SalesforceOrgUi, + isTooling: boolean, + describeSobject: DescribeSObjectResult, + parsableFields: string[], + describeCache: Record, + subqueryRelationshipName?: string +) { + const fields = findRequiredRelationships(parsableFields); + const baseKey = subqueryRelationshipName + ? getSubqueryFieldBaseKey(describeSobject.name, subqueryRelationshipName) + : getQueryFieldBaseKey(describeSobject.name); + const metadata = await fetchRecursiveMetadata(org, isTooling, fields, describeSobject, baseKey, describeCache); + return metadata; +} + +/** + * Reduce all fields into a set of relationships + * Input: ['LastModifiedBy.Account.LastModifiedBy.Foo', 'Parent.Name']; + * Output: ["LastModifiedBy", "LastModifiedBy.Account", "LastModifiedBy.Account.LastModifiedBy", "Parent"] + * + * + * @param fields + * @returns required relationships + */ +function findRequiredRelationships(fields: string[]): string[] { + const fieldRelationships = new Set(); + fields + .map((field) => { + const fieldParts = field.split('.'); + fieldParts.pop(); + return fieldParts; + }) + .forEach((field) => { + let currPart = ''; + field.forEach((part) => { + if (currPart) { + currPart += '.'; + } + currPart += part; + fieldRelationships.add(currPart); + }); + }); + return Array.from(fieldRelationships); +} + +async function fetchRecursiveMetadata( + org: SalesforceOrgUi, + isTooling: boolean, + fieldRelationships: string[], + parentMetadata: DescribeSObjectResult, + parentKey: string, + describeCache: Record, + output: Record = {}, + parentNode: SoqlMetadataTree | null = null +): Promise> { + // filter items to keep fields without any children relationships to fetch metadata + const currRelationships = fieldRelationships.filter((field) => field.indexOf('.') === -1); + if (currRelationships.length === 0) { + return output; + } + + for (let currRelationship of currRelationships) { + try { + let relatedObject: string | undefined = undefined; + if (currRelationship.includes(TYPEOF_SEPARATOR)) { + const [typeofObject, relationship] = currRelationship.split(TYPEOF_SEPARATOR); + relatedObject = typeofObject; + currRelationship = relationship; + } + const field = parentMetadata.fields.find( + (field) => field.relationshipName && field.relationshipName.toLowerCase() === currRelationship + ); + + if (field && Array.isArray(field.referenceTo) && field.referenceTo.length) { + // TYPEOF fields use a different object aside from the first one + // if the data is available, then find the exact object and fallback to the first object + let relatedSObject = field.referenceTo[0]; + if (field.referenceTo.length > 1 && relatedObject) { + relatedSObject = field.referenceTo.find((obj) => obj.toLowerCase() === relatedObject) || field.referenceTo[0]; + } + const relatedDescribeResults = await describeSObjectWithLocalCache(org, relatedSObject, isTooling, describeCache); + + let currNode: SoqlMetadataTree; + const lowercaseFieldMap = getLowercaseFieldMap(relatedDescribeResults.fields); + + if (parentNode == null) { + output[currRelationship] = { + key: currRelationship, + parentField: field, + fieldKey: getFieldKey(parentKey, field), + level: 0, + metadata: relatedDescribeResults, + lowercaseFieldMap, + children: [], + }; + currNode = output[currRelationship]; + } else { + currNode = { + key: `${parentNode.key}.${currRelationship}`, + parentField: field, + fieldKey: getFieldKey(parentKey, field), + level: parentNode.level + 1, + metadata: relatedDescribeResults, + lowercaseFieldMap, + children: [], + }; + parentNode.children.push(currNode); + } + + // Fetch all ancestor metadata, ignore results because output is mutated + // remove first segment as it has been fetched + const ancestorRelationships = fieldRelationships + .filter((field) => field.indexOf('.') > -1 && field.startsWith(`${currRelationship}.`)) + .map((field) => field.slice(field.indexOf('.') + 1)); + if (ancestorRelationships.length > 0 && currNode.level <= 5) { + await fetchRecursiveMetadata( + org, + isTooling, + ancestorRelationships, + relatedDescribeResults, + currNode.fieldKey, + describeCache, + output, + currNode + ); + } + } + } catch (ex) { + // could not get metadata - will be handled later + logger.error('Restore Error', ex); + } + } + return output; +} + +function getLowercaseFieldMap(fields: Field[]) { + return fields.reduce((lowercaseFieldMap: Record, field) => { + lowercaseFieldMap[field.name.toLowerCase()] = field; + return lowercaseFieldMap; + }, {}); +} + +/** + * Combine all lowercaseFieldMaps into one object with the full field path + * + * @param metadata + * @param output - optional, object to add items to + */ +function getLowercaseFieldMapWithFullPath(metadata: Record, output: Record = {}) { + function updateOutput(lowercaseFieldMap: Record, parentKey: string) { + Object.keys(lowercaseFieldMap).forEach((fieldKey) => { + output[`${parentKey}.${fieldKey}`] = lowercaseFieldMap[fieldKey]; + }); + } + + function handleChildren({ key, lowercaseFieldMap, children }: SoqlMetadataTree) { + updateOutput(lowercaseFieldMap, key); + children.forEach(handleChildren); + } + + Object.values(metadata).forEach(({ key, lowercaseFieldMap, children }) => { + updateOutput(lowercaseFieldMap, key); + children.forEach(handleChildren); + }); + + return output; +} diff --git a/apps/jetstream/src/app/components/query/utils/query-utils.ts b/libs/shared/ui-core-shared/src/query-utils.ts similarity index 100% rename from apps/jetstream/src/app/components/query/utils/query-utils.ts rename to libs/shared/ui-core-shared/src/query-utils.ts diff --git a/libs/shared/ui-core-shared/tsconfig.json b/libs/shared/ui-core-shared/tsconfig.json new file mode 100644 index 000000000..934015663 --- /dev/null +++ b/libs/shared/ui-core-shared/tsconfig.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "allowJs": false, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "jsx": "react-jsx", + "jsxImportSource": "@emotion/react", + "lib": ["DOM", "DOM.Iterable", "ESNext"], + "module": "ESNext", + "moduleResolution": "Node", + "strictNullChecks": true + }, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ], + "extends": "../../../tsconfig.base.json" +} diff --git a/libs/shared/ui-core-shared/tsconfig.lib.json b/libs/shared/ui-core-shared/tsconfig.lib.json new file mode 100644 index 000000000..39af3d223 --- /dev/null +++ b/libs/shared/ui-core-shared/tsconfig.lib.json @@ -0,0 +1,19 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node", "google.accounts", "google.picker", "gapi.auth2", "gapi.client.drive"] + }, + "exclude": [ + "jest.config.ts", + "src/**/*.spec.ts", + "src/**/*.test.ts", + "src/**/*.spec.tsx", + "src/**/*.test.tsx", + "src/**/*.spec.js", + "src/**/*.test.js", + "src/**/*.spec.jsx", + "src/**/*.test.jsx" + ], + "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] +} diff --git a/libs/shared/ui-core-shared/tsconfig.spec.json b/libs/shared/ui-core-shared/tsconfig.spec.json new file mode 100644 index 000000000..25b7af8f6 --- /dev/null +++ b/libs/shared/ui-core-shared/tsconfig.spec.json @@ -0,0 +1,20 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.test.tsx", + "src/**/*.spec.tsx", + "src/**/*.test.js", + "src/**/*.spec.js", + "src/**/*.test.jsx", + "src/**/*.spec.jsx", + "src/**/*.d.ts" + ] +} diff --git a/libs/shared/ui-core-worker/.babelrc b/libs/shared/ui-core-worker/.babelrc new file mode 100644 index 000000000..ca85798cd --- /dev/null +++ b/libs/shared/ui-core-worker/.babelrc @@ -0,0 +1,13 @@ +{ + "presets": [ + [ + "@nx/react/babel", + { + "runtime": "automatic", + "useBuiltIns": "usage", + "importSource": "@emotion/react" + } + ] + ], + "plugins": ["@emotion/babel-plugin"] +} diff --git a/libs/shared/ui-core-worker/.eslintrc.json b/libs/shared/ui-core-worker/.eslintrc.json new file mode 100644 index 000000000..75b85077d --- /dev/null +++ b/libs/shared/ui-core-worker/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/libs/shared/ui-core-worker/README.md b/libs/shared/ui-core-worker/README.md new file mode 100644 index 000000000..72ccb305a --- /dev/null +++ b/libs/shared/ui-core-worker/README.md @@ -0,0 +1,7 @@ +# ui-core-worker + +This library was generated with [Nx](https://nx.dev). + +## Running unit tests + +Run `nx test ui-core-worker` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/shared/ui-core-worker/jest.config.ts b/libs/shared/ui-core-worker/jest.config.ts new file mode 100644 index 000000000..76ecc322e --- /dev/null +++ b/libs/shared/ui-core-worker/jest.config.ts @@ -0,0 +1,11 @@ +/* eslint-disable */ +export default { + displayName: 'ui-core-worker', + preset: '../../../jest.preset.js', + transform: { + '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nx/react/plugins/jest', + '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nx/react/babel'] }], + }, + moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], + coverageDirectory: '../../../coverage/libs/shared/ui-core-worker', +}; diff --git a/libs/shared/ui-core-worker/project.json b/libs/shared/ui-core-worker/project.json new file mode 100644 index 000000000..5afcd4987 --- /dev/null +++ b/libs/shared/ui-core-worker/project.json @@ -0,0 +1,16 @@ +{ + "name": "ui-core-worker", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "libs/shared/ui-core-worker/src", + "projectType": "library", + "tags": [], + "targets": { + "test": { + "executor": "@nx/jest:jest", + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], + "options": { + "jestConfig": "libs/shared/ui-core-worker/jest.config.ts" + } + } + } +} diff --git a/libs/shared/ui-core-worker/src/index.ts b/libs/shared/ui-core-worker/src/index.ts new file mode 100644 index 000000000..44b1cbf79 --- /dev/null +++ b/libs/shared/ui-core-worker/src/index.ts @@ -0,0 +1 @@ +export * from './lib/ui-core-worker'; diff --git a/libs/shared/ui-core-worker/src/lib/ui-core-worker.spec.tsx b/libs/shared/ui-core-worker/src/lib/ui-core-worker.spec.tsx new file mode 100644 index 000000000..e2795bc2c --- /dev/null +++ b/libs/shared/ui-core-worker/src/lib/ui-core-worker.spec.tsx @@ -0,0 +1,10 @@ +import { render } from '@testing-library/react'; + +import UiCoreWorker from './ui-core-worker'; + +describe('UiCoreWorker', () => { + it('should render successfully', () => { + const { baseElement } = render(); + expect(baseElement).toBeTruthy(); + }); +}); diff --git a/libs/shared/ui-core-worker/src/lib/ui-core-worker.tsx b/libs/shared/ui-core-worker/src/lib/ui-core-worker.tsx new file mode 100644 index 000000000..7447a0314 --- /dev/null +++ b/libs/shared/ui-core-worker/src/lib/ui-core-worker.tsx @@ -0,0 +1,18 @@ +import styled from '@emotion/styled'; + +/* eslint-disable-next-line */ +export interface UiCoreWorkerProps {} + +const StyledUiCoreWorker = styled.div` + color: pink; +`; + +export function UiCoreWorker(props: UiCoreWorkerProps) { + return ( + +

Welcome to UiCoreWorker!

+
+ ); +} + +export default UiCoreWorker; diff --git a/libs/shared/ui-core-worker/tsconfig.json b/libs/shared/ui-core-worker/tsconfig.json new file mode 100644 index 000000000..913a7b290 --- /dev/null +++ b/libs/shared/ui-core-worker/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "allowJs": false, + "esModuleInterop": false, + "allowSyntheticDefaultImports": true, + "strict": true, + "jsxImportSource": "@emotion/react" + }, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ], + "extends": "../../../tsconfig.base.json" +} diff --git a/libs/shared/ui-core-worker/tsconfig.lib.json b/libs/shared/ui-core-worker/tsconfig.lib.json new file mode 100644 index 000000000..b0e36d76c --- /dev/null +++ b/libs/shared/ui-core-worker/tsconfig.lib.json @@ -0,0 +1,19 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node", "@nx/react/typings/cssmodule.d.ts", "@nx/react/typings/image.d.ts"] + }, + "exclude": [ + "jest.config.ts", + "src/**/*.spec.ts", + "src/**/*.test.ts", + "src/**/*.spec.tsx", + "src/**/*.test.tsx", + "src/**/*.spec.js", + "src/**/*.test.js", + "src/**/*.spec.jsx", + "src/**/*.test.jsx" + ], + "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] +} diff --git a/libs/shared/ui-core-worker/tsconfig.spec.json b/libs/shared/ui-core-worker/tsconfig.spec.json new file mode 100644 index 000000000..25b7af8f6 --- /dev/null +++ b/libs/shared/ui-core-worker/tsconfig.spec.json @@ -0,0 +1,20 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.test.tsx", + "src/**/*.spec.tsx", + "src/**/*.test.js", + "src/**/*.spec.js", + "src/**/*.test.jsx", + "src/**/*.spec.jsx", + "src/**/*.d.ts" + ] +} diff --git a/libs/shared/ui-core/.babelrc b/libs/shared/ui-core/.babelrc new file mode 100644 index 000000000..1ea870ead --- /dev/null +++ b/libs/shared/ui-core/.babelrc @@ -0,0 +1,12 @@ +{ + "presets": [ + [ + "@nx/react/babel", + { + "runtime": "automatic", + "useBuiltIns": "usage" + } + ] + ], + "plugins": [] +} diff --git a/libs/shared/ui-core/.eslintrc.json b/libs/shared/ui-core/.eslintrc.json new file mode 100644 index 000000000..75b85077d --- /dev/null +++ b/libs/shared/ui-core/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/libs/shared/ui-core/README.md b/libs/shared/ui-core/README.md new file mode 100644 index 000000000..39c06a1fb --- /dev/null +++ b/libs/shared/ui-core/README.md @@ -0,0 +1,7 @@ +# ui-core + +This library was generated with [Nx](https://nx.dev). + +## Running unit tests + +Run `nx test ui-core` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/shared/ui-core/jest.config.ts b/libs/shared/ui-core/jest.config.ts new file mode 100644 index 000000000..5dae97860 --- /dev/null +++ b/libs/shared/ui-core/jest.config.ts @@ -0,0 +1,11 @@ +/* eslint-disable */ +export default { + displayName: 'ui-core', + preset: '../../../jest.preset.js', + transform: { + '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nx/react/plugins/jest', + '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nx/react/babel'] }], + }, + moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], + coverageDirectory: '../../../coverage/libs/shared/ui-core', +}; diff --git a/libs/shared/ui-core/project.json b/libs/shared/ui-core/project.json new file mode 100644 index 000000000..b9807845c --- /dev/null +++ b/libs/shared/ui-core/project.json @@ -0,0 +1,16 @@ +{ + "name": "ui-core", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "libs/shared/ui-core/src", + "projectType": "library", + "tags": [], + "targets": { + "test": { + "executor": "@nx/jest:jest", + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], + "options": { + "jestConfig": "libs/shared/ui-core/jest.config.ts" + } + } + } +} diff --git a/apps/jetstream/src/app/components/core/StateDebugObserver.tsx b/libs/shared/ui-core/src/StateDebugObserver.tsx similarity index 95% rename from apps/jetstream/src/app/components/core/StateDebugObserver.tsx rename to libs/shared/ui-core/src/StateDebugObserver.tsx index c80ee0c13..746561e28 100644 --- a/apps/jetstream/src/app/components/core/StateDebugObserver.tsx +++ b/libs/shared/ui-core/src/StateDebugObserver.tsx @@ -24,5 +24,3 @@ export const StateDebugObserver: FunctionComponent = ({ } return null; }; - -export default StateDebugObserver; diff --git a/apps/jetstream/src/app/components/core/analytics.tsx b/libs/shared/ui-core/src/analytics.tsx similarity index 85% rename from apps/jetstream/src/app/components/core/analytics.tsx rename to libs/shared/ui-core/src/analytics.tsx index 455c6b946..c0c553a4a 100644 --- a/apps/jetstream/src/app/components/core/analytics.tsx +++ b/libs/shared/ui-core/src/analytics.tsx @@ -1,3 +1,4 @@ +/// import { logger } from '@jetstream/shared/client-logger'; import { ApplicationCookie } from '@jetstream/types'; import amplitude, { Config } from 'amplitude-js'; @@ -5,8 +6,10 @@ import isBoolean from 'lodash/isBoolean'; import React, { useEffect } from 'react'; import { useLocation } from 'react-router-dom'; import { useRecoilValue } from 'recoil'; -import { environment } from '../../../environments/environment'; -import * as fromAppState from '../../app-state'; +import { fromAppState } from '.'; + +const amplitudeToken = import.meta.env.NX_AMPLITUDE_KEY; +const authAudience = import.meta.env.NX_AUTH_AUDIENCE; let hasInit = false; let hasProfileInit = false; @@ -15,14 +18,14 @@ const REMOVE_PROTO_REGEX = new RegExp('^http(s?)://'); function init(appCookie: ApplicationCookie, version: string) { hasInit = true; - if (!environment.amplitudeToken) { + if (!amplitudeToken) { return; } const config: Config | undefined = { apiEndpoint: `${appCookie.serverUrl.replace(REMOVE_PROTO_REGEX, '')}/analytics`, forceHttps: false, }; - amplitude.getInstance().init(environment.amplitudeToken, undefined, config); + amplitude.getInstance().init(amplitudeToken, undefined, config); amplitude.getInstance().setVersionName(version); } @@ -49,7 +52,7 @@ export function useAmplitude(optOut?: boolean) { }, [appCookie, version]); useEffect(() => { - if (!environment.amplitudeToken) { + if (!amplitudeToken) { return; } if (!hasProfileInit && userProfile && appCookie) { @@ -66,8 +69,8 @@ export function useAmplitude(optOut?: boolean) { identify.set('denied-notifications', userPreferences.deniedNotifications); } - if (environment.authAudience) { - identify.set('feature-flags', userProfile[environment.authAudience]?.featureFlags); + if (authAudience) { + identify.set('feature-flags', (userProfile as any)[authAudience]?.featureFlags); } amplitude.getInstance().identify(identify); @@ -84,7 +87,7 @@ export function useAmplitude(optOut?: boolean) { export function usePageViews() { const location = useLocation(); React.useEffect(() => { - if (!environment.amplitudeToken) { + if (!amplitudeToken) { return; } amplitude.getInstance().logEvent('page-view', { url: location.pathname }); @@ -98,7 +101,7 @@ export function usePageViews() { */ export function track(key: string, value?: unknown) { try { - if (!environment.amplitudeToken) { + if (!amplitudeToken) { return; } amplitude.getInstance().logEvent(key, value); diff --git a/apps/jetstream/src/app/app-state.ts b/libs/shared/ui-core/src/app-state/app-state.ts similarity index 100% rename from apps/jetstream/src/app/app-state.ts rename to libs/shared/ui-core/src/app-state/app-state.ts diff --git a/apps/jetstream/src/app/components/core/ConfirmPageChange.tsx b/libs/shared/ui-core/src/app/ConfirmPageChange.tsx similarity index 96% rename from apps/jetstream/src/app/components/core/ConfirmPageChange.tsx rename to libs/shared/ui-core/src/app/ConfirmPageChange.tsx index b7e319f57..aa498729d 100644 --- a/apps/jetstream/src/app/components/core/ConfirmPageChange.tsx +++ b/libs/shared/ui-core/src/app/ConfirmPageChange.tsx @@ -1,7 +1,7 @@ import { useGlobalEventHandler } from '@jetstream/shared/ui-utils'; import { Fragment, FunctionComponent, useCallback, useEffect } from 'react'; import { useRecoilState } from 'recoil'; -import * as fromAppState from '../../app-state'; +import * as fromAppState from '../app-state/app-state'; import { usePrompt } from './PromptNavigation'; export interface ConfirmPageChangeProps { diff --git a/apps/jetstream/src/app/components/core/DownloadFileStream.tsx b/libs/shared/ui-core/src/app/DownloadFileStream.tsx similarity index 95% rename from apps/jetstream/src/app/components/core/DownloadFileStream.tsx rename to libs/shared/ui-core/src/app/DownloadFileStream.tsx index 48669fc85..31f879601 100644 --- a/apps/jetstream/src/app/components/core/DownloadFileStream.tsx +++ b/libs/shared/ui-core/src/app/DownloadFileStream.tsx @@ -3,7 +3,7 @@ import { useObservable } from '@jetstream/shared/ui-utils'; import { JetstreamEventStreamFilePayload } from '@jetstream/types'; import { useEffect, useState } from 'react'; import { Observable } from 'rxjs'; -import * as fromJetstreamEvents from './jetstream-events'; +import { fromJetstreamEvents } from '../jetstream-events'; /** * This allows streaming a file download from the server. diff --git a/apps/jetstream/src/app/components/core/EmailSupport.tsx b/libs/shared/ui-core/src/app/EmailSupport.tsx similarity index 100% rename from apps/jetstream/src/app/components/core/EmailSupport.tsx rename to libs/shared/ui-core/src/app/EmailSupport.tsx diff --git a/apps/jetstream/src/app/components/core/ErrorBoundaryFallback.tsx b/libs/shared/ui-core/src/app/ErrorBoundaryFallback.tsx similarity index 100% rename from apps/jetstream/src/app/components/core/ErrorBoundaryFallback.tsx rename to libs/shared/ui-core/src/app/ErrorBoundaryFallback.tsx diff --git a/apps/jetstream/src/app/components/core/HeaderDonatePopover.tsx b/libs/shared/ui-core/src/app/HeaderDonatePopover.tsx similarity index 97% rename from apps/jetstream/src/app/components/core/HeaderDonatePopover.tsx rename to libs/shared/ui-core/src/app/HeaderDonatePopover.tsx index 3c291182f..7d1c38ac7 100644 --- a/apps/jetstream/src/app/components/core/HeaderDonatePopover.tsx +++ b/libs/shared/ui-core/src/app/HeaderDonatePopover.tsx @@ -1,7 +1,7 @@ import { ANALYTICS_KEYS } from '@jetstream/shared/constants'; import { Icon, Popover, PopoverRef } from '@jetstream/ui'; import { useEffect, useRef } from 'react'; -import { useAmplitude } from './analytics'; +import { useAmplitude } from '@jetstream/ui-core'; export const HeaderDonatePopover = () => { const { trackEvent } = useAmplitude(); diff --git a/apps/jetstream/src/app/components/core/HeaderHelpPopover.tsx b/libs/shared/ui-core/src/app/HeaderHelpPopover.tsx similarity index 100% rename from apps/jetstream/src/app/components/core/HeaderHelpPopover.tsx rename to libs/shared/ui-core/src/app/HeaderHelpPopover.tsx diff --git a/apps/jetstream/src/app/components/core/PromptNavigation.tsx b/libs/shared/ui-core/src/app/PromptNavigation.tsx similarity index 100% rename from apps/jetstream/src/app/components/core/PromptNavigation.tsx rename to libs/shared/ui-core/src/app/PromptNavigation.tsx diff --git a/libs/shared/ui-core/src/app/RequireMetadataApiBanner.tsx b/libs/shared/ui-core/src/app/RequireMetadataApiBanner.tsx new file mode 100644 index 000000000..9d5ed9943 --- /dev/null +++ b/libs/shared/ui-core/src/app/RequireMetadataApiBanner.tsx @@ -0,0 +1,38 @@ +import { Alert } from '@jetstream/ui'; +import { useState } from 'react'; +import { useRecoilValue } from 'recoil'; +import * as fromAppState from '../app-state/app-state'; +import { useOrgPermissions } from '../orgs/useOrgPermissions'; + +interface RequireMetadataApiBannerProps { + /** + * Set to true if some features are available without the Metadata API + */ + hasPartialAccess?: boolean; +} + +export function RequireMetadataApiBanner({ hasPartialAccess }: RequireMetadataApiBannerProps) { + const selectedOrg = useRecoilValue(fromAppState.selectedOrgStateWithoutPlaceholder); + const { hasMetadataAccess } = useOrgPermissions(selectedOrg); + const [dismissed, setDismissed] = useState(false); + + if (hasMetadataAccess || dismissed) { + return null; + } + + if (hasPartialAccess) { + return ( + setDismissed(true)}> + Some parts of this require the Metadata API and may not work correctly. To ensure you do not encounter any errors, you will need to + have the ModifyAllData or ModifyMetadata permissions assigned to your user. + + ); + } + + return ( + setDismissed(true)}> + This page requires the Metadata API which your user may not have access to. You will need to have the ModifyAllData or ModifyMetadata + permissions assigned to your user. + + ); +} diff --git a/apps/jetstream/src/app/components/shared/create-fields/create-fields-types.ts b/libs/shared/ui-core/src/create-fields/create-fields-types.ts similarity index 100% rename from apps/jetstream/src/app/components/shared/create-fields/create-fields-types.ts rename to libs/shared/ui-core/src/create-fields/create-fields-types.ts diff --git a/apps/jetstream/src/app/components/shared/create-fields/create-fields-utils.tsx b/libs/shared/ui-core/src/create-fields/create-fields-utils.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/create-fields/create-fields-utils.tsx rename to libs/shared/ui-core/src/create-fields/create-fields-utils.tsx diff --git a/apps/jetstream/src/app/components/shared/create-fields/useCreateFields.ts b/libs/shared/ui-core/src/create-fields/useCreateFields.ts similarity index 99% rename from apps/jetstream/src/app/components/shared/create-fields/useCreateFields.ts rename to libs/shared/ui-core/src/create-fields/useCreateFields.ts index a73e829d7..20a6e1c35 100644 --- a/apps/jetstream/src/app/components/shared/create-fields/useCreateFields.ts +++ b/libs/shared/ui-core/src/create-fields/useCreateFields.ts @@ -57,14 +57,7 @@ interface UseCreateFieldsOptions { sObjects: string[]; } -export default function useCreateFields({ - apiVersion, - serverUrl, - selectedOrg, - profiles, - permissionSets, - sObjects, -}: UseCreateFieldsOptions) { +export function useCreateFields({ apiVersion, serverUrl, selectedOrg, profiles, permissionSets, sObjects }: UseCreateFieldsOptions) { const rollbar = useRollbar(); const { notifyUser } = useBrowserNotifications(serverUrl); const [loading, setLoading] = useState(false); diff --git a/apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorRecordSearch.tsx b/libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorRecordSearch.tsx similarity index 97% rename from apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorRecordSearch.tsx rename to libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorRecordSearch.tsx index d0cdade64..52f1e2fdd 100644 --- a/apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorRecordSearch.tsx +++ b/libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorRecordSearch.tsx @@ -5,8 +5,8 @@ import { CloneEditView, ListItem, Maybe, SalesforceOrgUi } from '@jetstream/type import { ComboboxWithItemsTypeAhead, Grid, Icon, Tooltip } from '@jetstream/ui'; import { FunctionComponent, useCallback, useRef, useState } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import ViewEditCloneRecord from '../../core/ViewEditCloneRecord'; +import { applicationCookieState } from '../app-state/app-state'; +import { ViewEditCloneRecord } from '../record/ViewEditCloneRecord'; export interface FormulaEvaluatorRecordSearchProps { selectedOrg: SalesforceOrgUi; diff --git a/apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorResults.tsx b/libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorResults.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorResults.tsx rename to libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorResults.tsx diff --git a/apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorUserSearch.tsx b/libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorUserSearch.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/formula-evaluator/FormulaEvaluatorUserSearch.tsx rename to libs/shared/ui-core/src/formula-evaluator/FormulaEvaluatorUserSearch.tsx diff --git a/apps/jetstream/src/app/components/shared/formula-evaluator/formula-evaluator.utils.ts b/libs/shared/ui-core/src/formula-evaluator/formula-evaluator.utils.ts similarity index 99% rename from apps/jetstream/src/app/components/shared/formula-evaluator/formula-evaluator.utils.ts rename to libs/shared/ui-core/src/formula-evaluator/formula-evaluator.utils.ts index 8696c9a37..d639c6643 100644 --- a/apps/jetstream/src/app/components/shared/formula-evaluator/formula-evaluator.utils.ts +++ b/libs/shared/ui-core/src/formula-evaluator/formula-evaluator.utils.ts @@ -3,13 +3,16 @@ import { query, queryAll, readMetadata } from '@jetstream/shared/data'; import { groupByFlat } from '@jetstream/shared/utils'; import { Field, + FormulaFieldsByType, Maybe, + NullNumberBehavior, PermissionSetMetadataRecord, ProfileMetadataRecord, QueryResultsColumn, QueryResultsColumns, SalesforceOrgUi, } from '@jetstream/types'; +import { fetchMetadataFromSoql } from '@jetstream/ui-core/shared'; import { parseISO } from 'date-fns/parseISO'; import { startOfDay } from 'date-fns/startOfDay'; import * as formulon from 'formulon'; @@ -18,9 +21,6 @@ import lodashGet from 'lodash/get'; import isNil from 'lodash/isNil'; import isString from 'lodash/isString'; import { composeQuery, getField } from 'soql-parser-js'; -import { NullNumberBehavior } from '../../formula-evaluator/formula-evaluator.state'; -import { FormulaFieldsByType } from '../../formula-evaluator/formula-evaluator.types'; -import { fetchMetadataFromSoql } from '../../query/utils/query-soql-utils'; import { ManualFormulaRecord } from '../create-fields/create-fields-types'; const MATCH_FORMULA_SPECIAL_LABEL = /^\$[a-zA-Z]+\./; diff --git a/libs/shared/ui-core/src/index.ts b/libs/shared/ui-core/src/index.ts new file mode 100644 index 000000000..ee7de9b68 --- /dev/null +++ b/libs/shared/ui-core/src/index.ts @@ -0,0 +1,43 @@ +export { StateDebugObserver } from './StateDebugObserver'; +export * from './analytics'; +export * from './app-state/app-state'; +export * as fromAppState from './app-state/app-state'; +export * from './app/ConfirmPageChange'; +export * from './app/DownloadFileStream'; +export * from './app/EmailSupport'; +export * from './app/ErrorBoundaryFallback'; +export * from './app/HeaderDonatePopover'; +export * from './app/HeaderHelpPopover'; +export * from './app/PromptNavigation'; +export * from './create-fields/create-fields-types'; +export * from './create-fields/create-fields-utils'; +export * from './create-fields/useCreateFields'; +export * from './formula-evaluator/FormulaEvaluatorRecordSearch'; +export * from './formula-evaluator/FormulaEvaluatorResults'; +export * from './formula-evaluator/FormulaEvaluatorUserSearch'; +export * from './formula-evaluator/formula-evaluator.utils'; +export * from './jetstream-events'; +export * from './jobs/Job'; +export * from './jobs/Jobs'; +export * from './load-records-results/LoadRecordsBulkApiResultsTable'; +export * from './load-records-results/LoadRecordsBulkApiResultsTableRow'; +export * from './load-records-results/LoadRecordsResultsTableProcessingErrRow'; +export * from './load-records-results/load-records-results-types'; +export * from './load/LoadRecordsResultsModal'; +export * from './mass-update-records/MassUpdateRecordObjectHeading'; +export * from './mass-update-records/MassUpdateRecordsDeploymentRow'; +export * from './mass-update-records/MassUpdateRecordsObjectRow'; +export * from './mass-update-records/MassUpdateRecordsObjectRowCriteria'; +export * from './mass-update-records/MassUpdateRecordsObjectRowField'; +export * from './mass-update-records/MassUpdateRecordsObjectRowValue'; +export * from './mass-update-records/MassUpdateRecordsObjectRowValueStaticInput'; +export * from './mass-update-records/mass-update-records.types'; +export * from './mass-update-records/mass-update-records.utils'; +export * from './mass-update-records/useDeployRecords'; +export * from './metadata/useDeployMetadataPackage'; +export * from './orgs/OrgLabelBadge'; +export * from './orgs/OrgsCombobox'; +export * from './orgs/useOrgPermissions'; +export * from './record/RecordSearchPopover'; +export * from './record/ViewChildRecords'; +export * from './record/ViewEditCloneRecord'; diff --git a/apps/jetstream/src/app/components/core/jetstream-events.ts b/libs/shared/ui-core/src/jetstream-events.ts similarity index 74% rename from apps/jetstream/src/app/components/core/jetstream-events.ts rename to libs/shared/ui-core/src/jetstream-events.ts index 78ed2cda1..757fddaf3 100644 --- a/apps/jetstream/src/app/components/core/jetstream-events.ts +++ b/libs/shared/ui-core/src/jetstream-events.ts @@ -6,7 +6,7 @@ import { filter, map, tap } from 'rxjs/operators'; const jetstreamEvent = new Subject(); const jetstreamEvent$ = jetstreamEvent.asObservable(); -export function getObservable(type: JetstreamEventType): Observable { +function getObservable(type: JetstreamEventType): Observable { return jetstreamEvent$.pipe( tap((ev) => logger.info('[jetstreamEvent]', ev)), filter((ev) => ev.type === type), @@ -14,6 +14,11 @@ export function getObservable(type: JetstreamEventType): Observable { const popoverRef = useRef(null); @@ -40,7 +44,9 @@ export const Jobs: FunctionComponent = () => { const [jobsUnread, setJobsUnread] = useRecoilState(jobsUnreadState); const [jobs, setJobsArr] = useRecoilState(selectJobs); const activeJobCount = useRecoilValue(selectActiveJobCount); - const newJobsToProcess = useObservable(fromJetstreamEvents.getObservable('newJob').pipe(filter((ev: AsyncJobNew[]) => ev.length > 0))); + const newJobsToProcess = useObservable( + fromJetstreamEvents.getObservable('newJob').pipe(filter((ev) => Array.isArray(ev) && ev.length > 0)) + ) as AsyncJobNew[]; const { notifyUser } = useBrowserNotifications(serverUrl); useEffect(() => { @@ -379,7 +385,7 @@ export const Jobs: FunctionComponent = () => { }; if (gapi?.client?.getToken()?.access_token) { - const targetMimeType = fileExtToGoogleDriveMimeType[fileFormat]; + const targetMimeType = (fileExtToGoogleDriveMimeType as any)[fileFormat]; googleUploadFile( gapi.client.getToken().access_token, { @@ -458,7 +464,7 @@ export const Jobs: FunctionComponent = () => { // Failed to upload to google, save locally newJob.statusMessage = statusMessage; newJob.status = 'finished-warning'; - saveFile(fileData, fileName, fileExtToMimeType[fileType]); + saveFile(fileData, fileName, (fileExtToMimeType as any)[fileType]); notifyUser(newJob.statusMessage, { tag }); } diff --git a/apps/jetstream/src/app/components/core/jobs/job-utils.ts b/libs/shared/ui-core/src/jobs/job-utils.ts similarity index 100% rename from apps/jetstream/src/app/components/core/jobs/job-utils.ts rename to libs/shared/ui-core/src/jobs/job-utils.ts diff --git a/apps/jetstream/src/app/components/core/jobs/jobs.state.ts b/libs/shared/ui-core/src/jobs/jobs.state.ts similarity index 82% rename from apps/jetstream/src/app/components/core/jobs/jobs.state.ts rename to libs/shared/ui-core/src/jobs/jobs.state.ts index dfa69b6e8..8c91969f9 100644 --- a/apps/jetstream/src/app/components/core/jobs/jobs.state.ts +++ b/libs/shared/ui-core/src/jobs/jobs.state.ts @@ -16,10 +16,13 @@ export const jobsUnreadState = atom({ export const selectJobs = selector({ key: 'jobs.selectJobs', get: ({ get }) => Object.values(get(jobsState)), - set: ({ get, set }, newJobs: AsyncJob[]) => { + set: ({ get, set }, newJobs) => { + if (!Array.isArray(newJobs)) { + return; + } set( jobsState, - newJobs.reduce((newJobObj, job) => { + newJobs.reduce((newJobObj: Record>, job) => { newJobObj[job.id] = job; return newJobObj; }, {}) diff --git a/apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsBulkApiResultsTable.tsx b/libs/shared/ui-core/src/load-records-results/LoadRecordsBulkApiResultsTable.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsBulkApiResultsTable.tsx rename to libs/shared/ui-core/src/load-records-results/LoadRecordsBulkApiResultsTable.tsx diff --git a/apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsBulkApiResultsTableRow.tsx b/libs/shared/ui-core/src/load-records-results/LoadRecordsBulkApiResultsTableRow.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsBulkApiResultsTableRow.tsx rename to libs/shared/ui-core/src/load-records-results/LoadRecordsBulkApiResultsTableRow.tsx diff --git a/apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsResultsTableProcessingErrRow.tsx b/libs/shared/ui-core/src/load-records-results/LoadRecordsResultsTableProcessingErrRow.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/load-records-results/LoadRecordsResultsTableProcessingErrRow.tsx rename to libs/shared/ui-core/src/load-records-results/LoadRecordsResultsTableProcessingErrRow.tsx diff --git a/apps/jetstream/src/app/components/shared/load-records-results/load-records-results-types.ts b/libs/shared/ui-core/src/load-records-results/load-records-results-types.ts similarity index 100% rename from apps/jetstream/src/app/components/shared/load-records-results/load-records-results-types.ts rename to libs/shared/ui-core/src/load-records-results/load-records-results-types.ts diff --git a/apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsResultsModal.tsx b/libs/shared/ui-core/src/load/LoadRecordsResultsModal.tsx similarity index 100% rename from apps/jetstream/src/app/components/load-records/components/load-results/LoadRecordsResultsModal.tsx rename to libs/shared/ui-core/src/load/LoadRecordsResultsModal.tsx diff --git a/apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordObjectHeading.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordObjectHeading.tsx similarity index 93% rename from apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordObjectHeading.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordObjectHeading.tsx index d46a6fb5e..b5d69e9c8 100644 --- a/apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordObjectHeading.tsx +++ b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordObjectHeading.tsx @@ -1,7 +1,7 @@ import { Maybe } from '@jetstream/types'; import { Grid, Icon, Tooltip } from '@jetstream/ui'; import { FunctionComponent } from 'react'; -import { ValidationResults } from '../../shared/mass-update-records/mass-update-records.types'; +import { ValidationResults } from './mass-update-records.types'; export interface MassUpdateRecordObjectHeadingProps { sobject: string; diff --git a/apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordTransformationText.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordTransformationText.tsx similarity index 97% rename from apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordTransformationText.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordTransformationText.tsx index 4ab9fe4de..d27d7872a 100644 --- a/apps/jetstream/src/app/components/update-records/shared/MassUpdateRecordTransformationText.tsx +++ b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordTransformationText.tsx @@ -1,7 +1,7 @@ import { Field, Maybe } from '@jetstream/types'; import { Badge } from '@jetstream/ui'; import { FunctionComponent } from 'react'; -import { TransformationOptions } from '../../shared/mass-update-records/mass-update-records.types'; +import { TransformationOptions } from './mass-update-records.types'; export interface MassUpdateRecordTransformationTextProps { className?: string; diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsDeploymentRow.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsDeploymentRow.tsx similarity index 96% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsDeploymentRow.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsDeploymentRow.tsx index 6621f8397..40a963f43 100644 --- a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsDeploymentRow.tsx +++ b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsDeploymentRow.tsx @@ -7,13 +7,13 @@ import { BulkJobBatchInfo, BulkJobResultRecord, SalesforceOrgUi } from '@jetstre import { Card, FileDownloadModal, Grid, SalesforceLogin, ScopedNotification, Spinner, SupportLink } from '@jetstream/ui'; import { Fragment, FunctionComponent, useEffect, useState } from 'react'; import { useRecoilValue } from 'recoil'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; -import * as fromJetstreamEvents from '../../core/jetstream-events'; -import LoadRecordsResultsModal from '../../load-records/components/load-results/LoadRecordsResultsModal'; -import MassUpdateRecordTransformationText from '../../update-records/shared/MassUpdateRecordTransformationText'; +import { useAmplitude } from '../analytics'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '../app-state/app-state'; +import { fromJetstreamEvents } from '../jetstream-events'; import LoadRecordsBulkApiResultsTable from '../load-records-results/LoadRecordsBulkApiResultsTable'; import { DownloadAction, DownloadType } from '../load-records-results/load-records-results-types'; +import LoadRecordsResultsModal from '../load/LoadRecordsResultsModal'; +import MassUpdateRecordTransformationText from './MassUpdateRecordTransformationText'; import { MetadataRow } from './mass-update-records.types'; import { getFieldsToQuery } from './mass-update-records.utils'; diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRow.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRow.tsx similarity index 97% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRow.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRow.tsx index 71c339cce..36edeff79 100644 --- a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRow.tsx +++ b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRow.tsx @@ -4,7 +4,7 @@ import { Field, ListItem, Maybe } from '@jetstream/types'; import { Grid, GridCol, ScopedNotification, Spinner } from '@jetstream/ui'; import isNumber from 'lodash/isNumber'; import { FunctionComponent, ReactNode } from 'react'; -import MassUpdateRecordTransformationText from '../../update-records/shared/MassUpdateRecordTransformationText'; +import MassUpdateRecordTransformationText from './MassUpdateRecordTransformationText'; import MassUpdateRecordsObjectRowCriteria from './MassUpdateRecordsObjectRowCriteria'; import MassUpdateRecordsObjectRowField from './MassUpdateRecordsObjectRowField'; import MassUpdateRecordsObjectRowValue from './MassUpdateRecordsObjectRowValue'; diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowCriteria.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowCriteria.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowCriteria.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowCriteria.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowField.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowField.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowField.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowField.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowValue.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowValue.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowValue.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowValue.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowValueStaticInput.tsx b/libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowValueStaticInput.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/MassUpdateRecordsObjectRowValueStaticInput.tsx rename to libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsObjectRowValueStaticInput.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/mass-update-records.types.tsx b/libs/shared/ui-core/src/mass-update-records/mass-update-records.types.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/mass-update-records.types.tsx rename to libs/shared/ui-core/src/mass-update-records/mass-update-records.types.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/mass-update-records.utils.tsx b/libs/shared/ui-core/src/mass-update-records/mass-update-records.utils.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/mass-update-records/mass-update-records.utils.tsx rename to libs/shared/ui-core/src/mass-update-records/mass-update-records.utils.tsx diff --git a/apps/jetstream/src/app/components/shared/mass-update-records/useDeployRecords.ts b/libs/shared/ui-core/src/mass-update-records/useDeployRecords.ts similarity index 99% rename from apps/jetstream/src/app/components/shared/mass-update-records/useDeployRecords.ts rename to libs/shared/ui-core/src/mass-update-records/useDeployRecords.ts index 567b249bc..5878038b6 100644 --- a/apps/jetstream/src/app/components/shared/mass-update-records/useDeployRecords.ts +++ b/libs/shared/ui-core/src/mass-update-records/useDeployRecords.ts @@ -8,8 +8,8 @@ import { formatDate } from 'date-fns/format'; import lodashGet from 'lodash/get'; import { useCallback, useEffect, useRef } from 'react'; import { useRecoilState } from 'recoil'; -import { applicationCookieState } from '../../../app-state'; -import { useAmplitude } from '../../core/analytics'; +import { useAmplitude } from '../analytics'; +import { applicationCookieState } from '../app-state/app-state'; import { DeployResults, MetadataRow, TransformationOptions } from './mass-update-records.types'; import { composeSoqlQuery, getFieldsToQuery } from './mass-update-records.utils'; diff --git a/apps/jetstream/src/app/components/shared/useDeployMetadataPackage.tsx b/libs/shared/ui-core/src/metadata/useDeployMetadataPackage.tsx similarity index 100% rename from apps/jetstream/src/app/components/shared/useDeployMetadataPackage.tsx rename to libs/shared/ui-core/src/metadata/useDeployMetadataPackage.tsx diff --git a/apps/jetstream/src/app/components/core/OrgLabelBadge.tsx b/libs/shared/ui-core/src/orgs/OrgLabelBadge.tsx similarity index 98% rename from apps/jetstream/src/app/components/core/OrgLabelBadge.tsx rename to libs/shared/ui-core/src/orgs/OrgLabelBadge.tsx index 6b7fb6fb0..b530c2de7 100644 --- a/apps/jetstream/src/app/components/core/OrgLabelBadge.tsx +++ b/libs/shared/ui-core/src/orgs/OrgLabelBadge.tsx @@ -75,5 +75,3 @@ export const OrgLabelBadge: FunctionComponent = ({ className ); }; - -export default OrgLabelBadge; diff --git a/apps/jetstream/src/app/components/core/OrgsCombobox.tsx b/libs/shared/ui-core/src/orgs/OrgsCombobox.tsx similarity index 99% rename from apps/jetstream/src/app/components/core/OrgsCombobox.tsx rename to libs/shared/ui-core/src/orgs/OrgsCombobox.tsx index da7fff7ef..3cb46eb1b 100644 --- a/apps/jetstream/src/app/components/core/OrgsCombobox.tsx +++ b/libs/shared/ui-core/src/orgs/OrgsCombobox.tsx @@ -140,5 +140,3 @@ export const OrgsCombobox: FunctionComponent = ({ ); }; - -export default OrgsCombobox; diff --git a/apps/jetstream/src/app/components/orgs/useOrgPermissions.tsx b/libs/shared/ui-core/src/orgs/useOrgPermissions.tsx similarity index 100% rename from apps/jetstream/src/app/components/orgs/useOrgPermissions.tsx rename to libs/shared/ui-core/src/orgs/useOrgPermissions.tsx diff --git a/apps/jetstream/src/app/components/core/record-lookup/RecordSearchPopover.tsx b/libs/shared/ui-core/src/record/RecordSearchPopover.tsx similarity index 98% rename from apps/jetstream/src/app/components/core/record-lookup/RecordSearchPopover.tsx rename to libs/shared/ui-core/src/record/RecordSearchPopover.tsx index 937ad7c08..45799f2d4 100644 --- a/apps/jetstream/src/app/components/core/record-lookup/RecordSearchPopover.tsx +++ b/libs/shared/ui-core/src/record/RecordSearchPopover.tsx @@ -8,8 +8,8 @@ import localforage from 'localforage'; import uniqBy from 'lodash/uniqBy'; import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; -import { applicationCookieState, selectedOrgState } from '../../../app-state'; -import ViewEditCloneRecord from '../ViewEditCloneRecord'; +import { applicationCookieState, selectedOrgState } from '../app-state/app-state'; +import { ViewEditCloneRecord } from './ViewEditCloneRecord'; type RecentRecordMap = Record; interface RecentRecord { @@ -264,5 +264,3 @@ export const RecordSearchPopover: FunctionComponent = () => { ); }; - -export default RecordSearchPopover; diff --git a/apps/jetstream/src/app/components/core/ViewChildRecords.tsx b/libs/shared/ui-core/src/record/ViewChildRecords.tsx similarity index 99% rename from apps/jetstream/src/app/components/core/ViewChildRecords.tsx rename to libs/shared/ui-core/src/record/ViewChildRecords.tsx index 76c91fdf0..57b77c5a1 100644 --- a/apps/jetstream/src/app/components/core/ViewChildRecords.tsx +++ b/libs/shared/ui-core/src/record/ViewChildRecords.tsx @@ -23,8 +23,8 @@ import groupBy from 'lodash/groupBy'; import { FunctionComponent, MutableRefObject, useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; import { composeQuery, getField } from 'soql-parser-js'; -import { applicationCookieState, selectSkipFrontdoorAuth } from '../../app-state'; -import { useAmplitude } from './analytics'; +import { useAmplitude } from '../analytics'; +import { applicationCookieState, selectSkipFrontdoorAuth } from '../app-state/app-state'; function getRowId(row: SalesforceRecord): string { return `${row.Id}-${row._idx}`; @@ -364,5 +364,3 @@ export const ViewChildRecords: FunctionComponent = ({ ); }; - -export default ViewChildRecords; diff --git a/apps/jetstream/src/app/components/core/ViewEditCloneRecord.tsx b/libs/shared/ui-core/src/record/ViewEditCloneRecord.tsx similarity index 98% rename from apps/jetstream/src/app/components/core/ViewEditCloneRecord.tsx rename to libs/shared/ui-core/src/record/ViewEditCloneRecord.tsx index b0b4d4b21..7520ada91 100644 --- a/apps/jetstream/src/app/components/core/ViewEditCloneRecord.tsx +++ b/libs/shared/ui-core/src/record/ViewEditCloneRecord.tsx @@ -34,23 +34,23 @@ import { Spinner, Tabs, } from '@jetstream/ui'; -import Editor from '@monaco-editor/react'; -import isNumber from 'lodash/isNumber'; -import isObject from 'lodash/isObject'; -import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; -import { useRecoilState } from 'recoil'; -import { composeQuery, getField } from 'soql-parser-js'; -import { applicationCookieState } from '../../app-state'; -import * as fromJetstreamEvents from '../core/jetstream-events'; import { combineRecordsForClone, EditFromErrors, handleEditFormErrorResponse, transformEditForm, validateEditForm, -} from '../query/utils/query-utils'; -import { useAmplitude } from './analytics'; -import ViewChildRecords from './ViewChildRecords'; +} from '@jetstream/ui-core/shared'; +import Editor from '@monaco-editor/react'; +import isNumber from 'lodash/isNumber'; +import isObject from 'lodash/isObject'; +import { Fragment, FunctionComponent, useCallback, useEffect, useRef, useState } from 'react'; +import { useRecoilState } from 'recoil'; +import { composeQuery, getField } from 'soql-parser-js'; +import { useAmplitude } from '../analytics'; +import { applicationCookieState } from '../app-state/app-state'; +import { fromJetstreamEvents } from '../jetstream-events'; +import { ViewChildRecords } from './ViewChildRecords'; const CHILD_RELATIONSHIP_BLOCK_LIST = new Set([ 'OutgoingEmailRelations', @@ -721,5 +721,3 @@ export const ViewEditCloneRecord: FunctionComponent = ); }; - -export default ViewEditCloneRecord; diff --git a/libs/shared/ui-core/tsconfig.json b/libs/shared/ui-core/tsconfig.json new file mode 100644 index 000000000..934015663 --- /dev/null +++ b/libs/shared/ui-core/tsconfig.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "allowJs": false, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "jsx": "react-jsx", + "jsxImportSource": "@emotion/react", + "lib": ["DOM", "DOM.Iterable", "ESNext"], + "module": "ESNext", + "moduleResolution": "Node", + "strictNullChecks": true + }, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ], + "extends": "../../../tsconfig.base.json" +} diff --git a/libs/shared/ui-core/tsconfig.lib.json b/libs/shared/ui-core/tsconfig.lib.json new file mode 100644 index 000000000..cca4ebb20 --- /dev/null +++ b/libs/shared/ui-core/tsconfig.lib.json @@ -0,0 +1,19 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node", "google.accounts", "google.picker", "gapi.auth2", "gapi.client.drive", "vite/client"] + }, + "exclude": [ + "jest.config.ts", + "src/**/*.spec.ts", + "src/**/*.test.ts", + "src/**/*.spec.tsx", + "src/**/*.test.tsx", + "src/**/*.spec.js", + "src/**/*.test.js", + "src/**/*.spec.jsx", + "src/**/*.test.jsx" + ], + "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] +} diff --git a/libs/shared/ui-core/tsconfig.spec.json b/libs/shared/ui-core/tsconfig.spec.json new file mode 100644 index 000000000..25b7af8f6 --- /dev/null +++ b/libs/shared/ui-core/tsconfig.spec.json @@ -0,0 +1,20 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.test.tsx", + "src/**/*.spec.tsx", + "src/**/*.test.js", + "src/**/*.spec.js", + "src/**/*.test.jsx", + "src/**/*.spec.jsx", + "src/**/*.d.ts" + ] +} diff --git a/libs/shared/ui-utils/src/lib/shared-ui-utils.ts b/libs/shared/ui-utils/src/lib/shared-ui-utils.ts index 003ef2965..63e47240b 100644 --- a/libs/shared/ui-utils/src/lib/shared-ui-utils.ts +++ b/libs/shared/ui-utils/src/lib/shared-ui-utils.ts @@ -13,6 +13,8 @@ import type { ChangeSet, DeployOptions, DeployResult, + DescribeGlobalSObjectResult, + DescribeSObjectResult, ErrorResult, ExpressionConditionRowSelectedItems, ExpressionConditionType, @@ -1632,3 +1634,17 @@ export function isRelationshipField(field: Field): boolean { // Some fields are listed as a string, but are actually lookup fields return (field.type === 'reference' || field.type === 'string') && !!field.relationshipName && !!field.referenceTo?.length; } + +/** + * Filter objects for load + * @param sobject + * @returns + */ +export function filterLoadSobjects(sobject: DescribeGlobalSObjectResult | DescribeSObjectResult) { + return ( + (sobject.createable || sobject.updateable || sobject.name.endsWith('__mdt')) && + !sobject.name.endsWith('__History') && + !sobject.name.endsWith('__Tag') && + !sobject.name.endsWith('__Feed') + ); +} diff --git a/libs/types/src/lib/types.ts b/libs/types/src/lib/types.ts index 80af5d49d..959942121 100644 --- a/libs/types/src/lib/types.ts +++ b/libs/types/src/lib/types.ts @@ -375,3 +375,19 @@ export interface AnalyticStat { valueRaw: number; lastUpdated: string; } + +export type NullNumberBehavior = 'ZERO' | 'BLANK'; + +export interface FormulaFieldsByType { + objectFields: string[]; + customLabels: string[]; + apiFields: string[]; + customMetadata: string[]; + organization: string[]; + customPermissions: string[]; + profile: string[]; + customSettings: string[]; + system: string[]; + user: string[]; + userRole: string[]; +} diff --git a/libs/ui/src/lib/form/checkbox-toggle/CheckboxToggle.tsx b/libs/ui/src/lib/form/checkbox-toggle/CheckboxToggle.tsx index dcb2c219c..11bb9cdcb 100644 --- a/libs/ui/src/lib/form/checkbox-toggle/CheckboxToggle.tsx +++ b/libs/ui/src/lib/form/checkbox-toggle/CheckboxToggle.tsx @@ -50,7 +50,7 @@ export const CheckboxToggle: FunctionComponent = ({ )} {labelHelp && } - + handleChange()} /> {onText} diff --git a/nx.json b/nx.json index d1b4fad17..3132f15f2 100644 --- a/nx.json +++ b/nx.json @@ -65,7 +65,8 @@ }, "library": { "style": "@emotion/styled", - "linter": "eslint" + "linter": "eslint", + "unitTestRunner": "jest" }, "storybook-configuration": { "linter": "eslint" diff --git a/package.json b/package.json index 4b40185b4..b2e9ac547 100644 --- a/package.json +++ b/package.json @@ -212,6 +212,7 @@ "typescript": "5.4.5", "url-loader": "^4.1.1", "vite": "^5.1.4", + "vite-plugin-dts": "~3.8.1", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "4.2.0", "vitest": "1.5.2", diff --git a/tsconfig.base.json b/tsconfig.base.json index 48d56918f..b7d5314b8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -34,6 +34,8 @@ "@jetstream/splitjs": ["libs/splitjs/src/index.ts"], "@jetstream/types": ["libs/types/src/index.ts"], "@jetstream/ui": ["libs/ui/src/index.ts"], + "@jetstream/ui-core": ["libs/shared/ui-core/src/index.ts"], + "@jetstream/ui-core/shared": ["libs/shared/ui-core-shared/src/index.ts"], "@jetstream/workspace-plugin": ["tools/workspace-plugin/src/index.ts"] } }, diff --git a/yarn.lock b/yarn.lock index f843ffb8f..cd7f278ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5582,6 +5582,49 @@ "@types/mdx" "^2.0.0" "@types/react" ">=16" +"@microsoft/api-extractor-model@7.28.13": + version "7.28.13" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.13.tgz#96fbc52155e0d07e0eabbd9699065b77702fe33a" + integrity sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw== + dependencies: + "@microsoft/tsdoc" "0.14.2" + "@microsoft/tsdoc-config" "~0.16.1" + "@rushstack/node-core-library" "4.0.2" + +"@microsoft/api-extractor@7.43.0": + version "7.43.0" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.43.0.tgz#41c42677bc71cd8e0f23c63c56802d85044e65cd" + integrity sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w== + dependencies: + "@microsoft/api-extractor-model" "7.28.13" + "@microsoft/tsdoc" "0.14.2" + "@microsoft/tsdoc-config" "~0.16.1" + "@rushstack/node-core-library" "4.0.2" + "@rushstack/rig-package" "0.5.2" + "@rushstack/terminal" "0.10.0" + "@rushstack/ts-command-line" "4.19.1" + lodash "~4.17.15" + minimatch "~3.0.3" + resolve "~1.22.1" + semver "~7.5.4" + source-map "~0.6.1" + typescript "5.4.2" + +"@microsoft/tsdoc-config@~0.16.1": + version "0.16.2" + resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.16.2.tgz#b786bb4ead00d54f53839a458ce626c8548d3adf" + integrity sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw== + dependencies: + "@microsoft/tsdoc" "0.14.2" + ajv "~6.12.6" + jju "~1.4.0" + resolve "~1.19.0" + +"@microsoft/tsdoc@0.14.2": + version "0.14.2" + resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.2.tgz#c3ec604a0b54b9a9b87e9735dfc59e1a5da6a5fb" + integrity sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug== + "@mole-inc/bin-wrapper@^8.0.1": version "8.0.1" resolved "https://registry.yarnpkg.com/@mole-inc/bin-wrapper/-/bin-wrapper-8.0.1.tgz#d7fd0ceb1cfa8a855293a3ed9d7d135f4d442f0e" @@ -7635,6 +7678,15 @@ estree-walker "^2.0.1" picomatch "^2.2.2" +"@rollup/pluginutils@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" + integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== + dependencies: + "@types/estree" "^1.0.0" + estree-walker "^2.0.2" + picomatch "^2.3.1" + "@rollup/rollup-android-arm-eabi@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.1.tgz#beaf518ee45a196448e294ad3f823d2d4576cf35" @@ -7705,6 +7757,44 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz#2d4260033e199b3032a08b41348ac10de21c47e9" integrity sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA== +"@rushstack/node-core-library@4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.0.2.tgz#e26854a3314b279d57e8abdb4acce7797d02f554" + integrity sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg== + dependencies: + fs-extra "~7.0.1" + import-lazy "~4.0.0" + jju "~1.4.0" + resolve "~1.22.1" + semver "~7.5.4" + z-schema "~5.0.2" + +"@rushstack/rig-package@0.5.2": + version "0.5.2" + resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.5.2.tgz#0e23a115904678717a74049661931c0b37dd5495" + integrity sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA== + dependencies: + resolve "~1.22.1" + strip-json-comments "~3.1.1" + +"@rushstack/terminal@0.10.0": + version "0.10.0" + resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.10.0.tgz#e81909fa0e5c8016b6df4739f0f381f44358269f" + integrity sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw== + dependencies: + "@rushstack/node-core-library" "4.0.2" + supports-color "~8.1.1" + +"@rushstack/ts-command-line@4.19.1": + version "4.19.1" + resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.19.1.tgz#288ee54dd607e558a8be07705869c16c31b5c3ef" + integrity sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg== + dependencies: + "@rushstack/terminal" "0.10.0" + "@types/argparse" "1.0.38" + argparse "~1.0.9" + string-argv "~0.3.1" + "@salesforce-ux/design-system@^2.23.2": version "2.23.2" resolved "https://registry.yarnpkg.com/@salesforce-ux/design-system/-/design-system-2.23.2.tgz#22634fa3b78fc592a5fa2ae9ac773354e0e9fbe1" @@ -9109,6 +9199,11 @@ dependencies: anymatch "*" +"@types/argparse@1.0.38": + version "1.0.38" + resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9" + integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA== + "@types/aria-query@^5.0.1": version "5.0.4" resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708" @@ -10428,6 +10523,67 @@ loupe "^2.3.7" pretty-format "^29.7.0" +"@volar/language-core@1.11.1", "@volar/language-core@~1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-1.11.1.tgz#ecdf12ea8dc35fb8549e517991abcbf449a5ad4f" + integrity sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw== + dependencies: + "@volar/source-map" "1.11.1" + +"@volar/source-map@1.11.1", "@volar/source-map@~1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-1.11.1.tgz#535b0328d9e2b7a91dff846cab4058e191f4452f" + integrity sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg== + dependencies: + muggle-string "^0.3.1" + +"@volar/typescript@~1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-1.11.1.tgz#ba86c6f326d88e249c7f5cfe4b765be3946fd627" + integrity sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ== + dependencies: + "@volar/language-core" "1.11.1" + path-browserify "^1.0.1" + +"@vue/compiler-core@3.4.25": + version "3.4.25" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.25.tgz#691f59ee5014f6f2a2488fd4465f892e1e82f729" + integrity sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg== + dependencies: + "@babel/parser" "^7.24.4" + "@vue/shared" "3.4.25" + entities "^4.5.0" + estree-walker "^2.0.2" + source-map-js "^1.2.0" + +"@vue/compiler-dom@^3.3.0": + version "3.4.25" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.25.tgz#b367e0c84e11d9e9f70beabdd6f6b2277fde375f" + integrity sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg== + dependencies: + "@vue/compiler-core" "3.4.25" + "@vue/shared" "3.4.25" + +"@vue/language-core@1.8.27", "@vue/language-core@^1.8.27": + version "1.8.27" + resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.27.tgz#2ca6892cb524e024a44e554e4c55d7a23e72263f" + integrity sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA== + dependencies: + "@volar/language-core" "~1.11.1" + "@volar/source-map" "~1.11.1" + "@vue/compiler-dom" "^3.3.0" + "@vue/shared" "^3.3.0" + computeds "^0.0.1" + minimatch "^9.0.3" + muggle-string "^0.3.1" + path-browserify "^1.0.1" + vue-template-compiler "^2.7.14" + +"@vue/shared@3.4.25", "@vue/shared@^3.3.0": + version "3.4.25" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.25.tgz#243ba8543e7401751e0ca319f75a80f153edd273" + integrity sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA== + "@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5": version "1.11.6" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24" @@ -10747,7 +10903,7 @@ ajv-keywords@^5.0.0, ajv-keywords@^5.1.0: dependencies: fast-deep-equal "^3.1.3" -ajv@^6.1.0, ajv@^6.11.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6: +ajv@^6.1.0, ajv@^6.11.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6, ajv@~6.12.6: version "6.12.6" resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -10898,7 +11054,7 @@ arg@^5.0.2: resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== -argparse@^1.0.7: +argparse@^1.0.7, argparse@~1.0.9: version "1.0.10" resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== @@ -12513,6 +12669,11 @@ cometd@^7.0.13: resolved "https://registry.yarnpkg.com/cometd/-/cometd-7.0.13.tgz#802faddb2339883b56f40c4d886b5a0a2c7e4cf1" integrity sha512-VHho8Oxygyz4nrE9MVHcsMrYwaoKe48IpJKjgEbno9We5R8sPGPlwogENTiP14rR7+piobT95JdhSIjAiA9wuA== +commander@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + commander@^2.19.0, commander@^2.20.0, commander@^2.20.3: version "2.20.3" resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" @@ -12589,6 +12750,11 @@ compression@^1.7.4: safe-buffer "5.1.2" vary "~1.1.2" +computeds@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/computeds/-/computeds-0.0.1.tgz#215b08a4ba3e08a11ff6eee5d6d8d7166a97ce2e" + integrity sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q== + concat-map@0.0.1: version "0.0.1" resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" @@ -13410,6 +13576,11 @@ dateformat@^4.6.3: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5" integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA== +de-indent@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" + integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg== + debug@2.6.9, debug@^2.6.0, debug@^2.6.9: version "2.6.9" resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" @@ -14205,6 +14376,11 @@ entities@^4.4.0: resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== +entities@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== + env-paths@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" @@ -14968,7 +15144,7 @@ estree-to-babel@^3.1.0: "@babel/types" "^7.2.0" c8 "^7.6.0" -estree-walker@^2.0.1: +estree-walker@^2.0.1, estree-walker@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== @@ -15869,6 +16045,15 @@ fs-extra@^9.0.1: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@~7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" @@ -16938,7 +17123,7 @@ import-in-the-middle@1.7.1: cjs-module-lexer "^1.2.2" module-details-from-path "^1.0.3" -import-lazy@^4.0.0: +import-lazy@^4.0.0, import-lazy@~4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw== @@ -17173,6 +17358,13 @@ is-ci@3.0.1: dependencies: ci-info "^3.2.0" +is-core-module@^2.1.0, is-core-module@^2.13.0, is-core-module@^2.13.1: + version "2.13.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== + dependencies: + hasown "^2.0.0" + is-core-module@^2.10.0: version "2.11.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" @@ -17180,13 +17372,6 @@ is-core-module@^2.10.0: dependencies: has "^1.0.3" -is-core-module@^2.13.0, is-core-module@^2.13.1: - version "2.13.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" - integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== - dependencies: - hasown "^2.0.0" - is-core-module@^2.5.0: version "2.10.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed" @@ -18206,6 +18391,11 @@ jest@29.4.3: import-local "^3.0.2" jest-cli "^29.4.3" +jju@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" + integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA== + joi@^17.3.0, joi@^17.6.0: version "17.6.0" resolved "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz" @@ -18571,6 +18761,11 @@ klona@^2.0.4, klona@^2.0.5: resolved "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz" integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== +kolorist@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c" + integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ== + language-subtag-registry@^0.3.20: version "0.3.22" resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d" @@ -18854,6 +19049,11 @@ lodash.isboolean@^3.0.3: resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg== +lodash.isequal@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" + integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ== + lodash.isinteger@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" @@ -18909,7 +19109,7 @@ lodash.uniqby@^4.7.0: resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww== -lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: +lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.15: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -19050,6 +19250,13 @@ magic-string@^0.30.5: dependencies: "@jridgewell/sourcemap-codec" "^1.4.15" +magic-string@^0.30.8: + version "0.30.10" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e" + integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ== + dependencies: + "@jridgewell/sourcemap-codec" "^1.4.15" + magicast@^0.3.3: version "0.3.4" resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.3.4.tgz#bbda1791d03190a24b00ff3dd18151e7fd381d19" @@ -19334,13 +19541,20 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.4: +minimatch@^9.0.3, minimatch@^9.0.4: version "9.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== dependencies: brace-expansion "^2.0.1" +minimatch@~3.0.3: + version "3.0.8" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" + integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== + dependencies: + brace-expansion "^1.1.7" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" @@ -19467,6 +19681,11 @@ ms@2.1.3, ms@^2.1.1: resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== +muggle-string@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.3.1.tgz#e524312eb1728c63dd0b2ac49e3282e6ed85963a" + integrity sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg== + multer@^1.4.5-lts.1: version "1.4.5-lts.1" resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.5-lts.1.tgz#803e24ad1984f58edffbc79f56e305aec5cfd1ac" @@ -20579,7 +20798,7 @@ path-key@^4.0.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== -path-parse@^1.0.7: +path-parse@^1.0.6, path-parse@^1.0.7: version "1.0.7" resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== @@ -22819,7 +23038,7 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14. path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@^1.22.4: +resolve@^1.22.4, resolve@~1.22.1: version "1.22.8" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== @@ -22837,6 +23056,14 @@ resolve@^2.0.0-next.5: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" +resolve@~1.19.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" + integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== + dependencies: + is-core-module "^2.1.0" + path-parse "^1.0.6" + responselike@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz#9a0bc8fdc252f3fb1cca68b016591059ba1422bc" @@ -23237,7 +23464,7 @@ semver@^6.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0, semver@^7.5.4: +semver@^7.0.0, semver@^7.5.4, semver@~7.5.4: version "7.5.4" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== @@ -23897,6 +24124,11 @@ streamsearch@^1.1.0: resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== +string-argv@~0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6" + integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== + string-length@^4.0.1: version "4.0.2" resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" @@ -24112,7 +24344,7 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" -strip-json-comments@^3.0.1, strip-json-comments@^3.1.1: +strip-json-comments@^3.0.1, strip-json-comments@^3.1.1, strip-json-comments@~3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -24222,7 +24454,7 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -supports-color@^8.0.0, supports-color@^8.1.0: +supports-color@^8.0.0, supports-color@^8.1.0, supports-color@~8.1.1: version "8.1.1" resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== @@ -24923,6 +25155,11 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== +typescript@5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== + typescript@5.4.5, typescript@~5.4.2: version "5.4.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" @@ -25295,6 +25532,11 @@ validate-npm-package-name@^5.0.0: dependencies: builtins "^5.0.0" +validator@^13.7.0: + version "13.11.0" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.11.0.tgz#23ab3fd59290c61248364eabf4067f04955fbb1b" + integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ== + vary@^1, vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" @@ -25320,6 +25562,19 @@ vite-node@1.5.2: picocolors "^1.0.0" vite "^5.0.0" +vite-plugin-dts@~3.8.1: + version "3.8.3" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-3.8.3.tgz#0505bcd07897f06859d5fb8d4b6332022af90ba5" + integrity sha512-yRHiRosQw7MXdOhmcrVI+kRiB8YEShbSxnADNteK4eZGdEoyOkMHihvO5XOAVlOq8ng9sIqu8vVefDK1zcj3qw== + dependencies: + "@microsoft/api-extractor" "7.43.0" + "@rollup/pluginutils" "^5.1.0" + "@vue/language-core" "^1.8.27" + debug "^4.3.4" + kolorist "^1.8.0" + magic-string "^0.30.8" + vue-tsc "^1.8.27" + vite-plugin-eslint@^1.8.1: version "1.8.1" resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz#0381b8272e7f0fd8b663311b64f7608d55d8b04c" @@ -25394,6 +25649,23 @@ vm2@^3.9.8: acorn "^8.7.0" acorn-walk "^8.2.0" +vue-template-compiler@^2.7.14: + version "2.7.16" + resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b" + integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ== + dependencies: + de-indent "^1.0.2" + he "^1.2.0" + +vue-tsc@^1.8.27: + version "1.8.27" + resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.27.tgz#feb2bb1eef9be28017bb9e95e2bbd1ebdd48481c" + integrity sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg== + dependencies: + "@volar/typescript" "~1.11.1" + "@vue/language-core" "1.8.27" + semver "^7.5.4" + w3c-xmlserializer@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz#aebdc84920d806222936e3cdce408e32488a3073" @@ -26135,6 +26407,17 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== +z-schema@~5.0.2: + version "5.0.6" + resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-5.0.6.tgz#46d6a687b15e4a4369e18d6cb1c7b8618fc256c5" + integrity sha512-+XR1GhnWklYdfr8YaZv/iu+vY+ux7V5DS5zH1DQf6bO5ufrt/5cgNhVO5qyhsjFXvsqQb/f08DWE9b6uPscyAg== + dependencies: + lodash.get "^4.4.2" + lodash.isequal "^4.5.0" + validator "^13.7.0" + optionalDependencies: + commander "^10.0.0" + zod@^3.23.4: version "3.23.4" resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.4.tgz#c63805b2f39e10d4ab3d55eb3c8cdb472c79dfb1"