Variable ApiSchemasConst

ApiSchemas: {
    AccessControlPolicy: {
        extends: "MetadataWithContent";
        props: {
            active: "boolean";
            deploymentStatus: "string";
            description: "?string";
            masterLabel: "string";
            targetEntity: "string";
            version: "number";
        };
        type: "AccessControlPolicy";
    };
    AccessMapping: {
        props: {
            accessLevel: "string";
            object: "string";
            objectField: "string";
            userField: "string";
        };
        type: "AccessMapping";
    };
    AccountRelationshipShareRule: {
        extends: "Metadata";
        props: {
            accessLevel: "string";
            accountToCriteriaField: "string";
            description: "?string";
            entityType: "string";
            masterLabel: "string";
            staticFormulaCriteria: "?string";
            type: "string";
        };
        type: "AccountRelationshipShareRule";
    };
    AccountSettings: {
        extends: "Metadata";
        props: {
            enableAccountHistoryTracking: "?boolean";
            enableAccountInsightsInMobile: "?boolean";
            enableAccountOwnerReport: "?boolean";
            enableAccountTeams: "?boolean";
            enableContactHistoryTracking: "?boolean";
            enableRelateContactToMultipleAccounts: "?boolean";
            showViewHierarchyLink: "?boolean";
        };
        type: "AccountSettings";
    };
    AccountSharingRuleSettings: {
        props: {
            caseAccessLevel: "string";
            contactAccessLevel: "string";
            opportunityAccessLevel: "string";
        };
        type: "AccountSharingRuleSettings";
    };
    ActionLinkGroupTemplate: {
        extends: "Metadata";
        props: {
            actionLinkTemplates: readonly ["ActionLinkTemplate"];
            category: "string";
            executionsAllowed: "string";
            hoursUntilExpiration: "?number";
            isPublished: "boolean";
            name: "string";
        };
        type: "ActionLinkGroupTemplate";
    };
    ActionLinkTemplate: {
        props: {
            actionUrl: "string";
            headers: "?string";
            isConfirmationRequired: "boolean";
            isGroupDefault: "boolean";
            label: "?string";
            labelKey: "string";
            linkType: "string";
            method: "string";
            position: "number";
            requestBody: "?string";
            userAlias: "?string";
            userVisibility: "string";
        };
        type: "ActionLinkTemplate";
    };
    ActionOverride: {
        props: {
            actionName: "?string";
            comment: "?string";
            content: "?string";
            formFactor: "?string";
            skipRecordTypeSelect: "?boolean";
            type: "?string";
        };
        type: "ActionOverride";
    };
    ActionPlanTemplate: {
        extends: "Metadata";
        props: {
            actionPlanTemplateItem: readonly ["ActionPlanTemplateItem"];
            description: "?string";
            name: "string";
            targetEntityType: "string";
            uniqueName: "string";
        };
        type: "ActionPlanTemplate";
    };
    ActionPlanTemplateItem: {
        props: {
            actionPlanTemplateItemValue: readonly ["ActionPlanTemplateItemValue"];
            displayOrder: "?number";
            isRequired: "?boolean";
            name: "string";
            uniqueName: "string";
        };
        type: "ActionPlanTemplateItem";
    };
    ActionPlanTemplateItemValue: {
        props: {
            name: "string";
            valueFormula: "?string";
            valueLiteral: "?string";
        };
        type: "ActionPlanTemplateItemValue";
    };
    ActionsSettings: {
        extends: "Metadata";
        props: {
            enableDefaultQuickActionsOn: "?boolean";
            enableMdpEnabled: "?boolean";
            enableThirdPartyActions: "?boolean";
        };
        type: "ActionsSettings";
    };
    ActivitiesSettings: {
        extends: "Metadata";
        props: {
            allowUsersToRelateMultipleContactsToTasksAndEvents: "?boolean";
            autoRelateEventAttendees: "?boolean";
            enableActivityReminders: "?boolean";
            enableClickCreateEvents: "?boolean";
            enableDragAndDropScheduling: "?boolean";
            enableEmailTracking: "?boolean";
            enableGroupTasks: "?boolean";
            enableListViewScheduling: "?boolean";
            enableLogNote: "?boolean";
            enableMultidayEvents: "?boolean";
            enableRecurringEvents: "?boolean";
            enableRecurringTasks: "?boolean";
            enableRollUpActivToContactsAcct: "?boolean";
            enableSidebarCalendarShortcut: "?boolean";
            enableSimpleTaskCreateUI: "?boolean";
            enableUNSTaskDelegatedToNotifications: "?boolean";
            enableUserListViewCalendars: "?boolean";
            meetingRequestsLogo: "?string";
            showCustomLogoMeetingRequests: "?boolean";
            showEventDetailsMultiUserCalendar: "?boolean";
            showHomePageHoverLinksForEvents: "?boolean";
            showMyTasksHoverLinks: "?boolean";
        };
        type: "ActivitiesSettings";
    };
    AddressSettings: {
        extends: "Metadata";
        props: {
            countriesAndStates: "CountriesAndStates";
        };
        type: "AddressSettings";
    };
    AdjustmentsSettings: {
        props: {
            enableAdjustments: "boolean";
            enableOwnerAdjustments: "boolean";
        };
        type: "AdjustmentsSettings";
    };
    AgentConfigAssignments: {
        props: {
            profiles: "?AgentConfigProfileAssignments";
            users: "?AgentConfigUserAssignments";
        };
        type: "AgentConfigAssignments";
    };
    AgentConfigButtons: {
        props: {
            button: readonly ["string"];
        };
        type: "AgentConfigButtons";
    };
    AgentConfigProfileAssignments: {
        props: {
            profile: readonly ["string"];
        };
        type: "AgentConfigProfileAssignments";
    };
    AgentConfigSkills: {
        props: {
            skill: readonly ["string"];
        };
        type: "AgentConfigSkills";
    };
    AgentConfigUserAssignments: {
        props: {
            user: readonly ["string"];
        };
        type: "AgentConfigUserAssignments";
    };
    AnalyticSnapshot: {
        extends: "Metadata";
        props: {
            description: "?string";
            groupColumn: "?string";
            mappings: readonly ["AnalyticSnapshotMapping"];
            name: "string";
            runningUser: "?string";
            sourceReport: "string";
            targetObject: "string";
        };
        type: "AnalyticSnapshot";
    };
    AnalyticSnapshotMapping: {
        props: {
            aggregateType: "?string";
            sourceField: "string";
            sourceType: "string";
            targetField: "string";
        };
        type: "AnalyticSnapshotMapping";
    };
    AnalyticsCloudComponentLayoutItem: {
        props: {
            assetType: "string";
            devName: "string";
            error: "?string";
            filter: "?string";
            height: "?number";
            hideOnError: "?boolean";
            showHeader: "?boolean";
            showSharing: "?boolean";
            showTitle: "?boolean";
            width: "?string";
        };
        type: "AnalyticsCloudComponentLayoutItem";
    };
    AnalyticsSettings: {
        extends: "Metadata";
        props: {
            alwaysGenPreviews: "?boolean";
            analyticsAdoptionMetadata: "?boolean";
            canAccessAnalyticsViaAPI: "?boolean";
            canAnnotateDashboards: "?boolean";
            canEnableSavedView: "?boolean";
            canExploreDataConversationally: "?boolean";
            canShareAppsWithCommunities: "?boolean";
            canSubscribeDashboardWidgets: "?boolean";
            canViewThumbnailAssets: "?boolean";
            enableAnalyticsSubtotals: "?boolean";
            enableAutoCompleteCombo: "?boolean";
            enableDashboardComponentSnapshot: "?boolean";
            enableDashboardFlexiTable: "?boolean";
            enableEmailReportsToPortalUsers: "?boolean";
            enableFloatingReportHeaders: "?boolean";
            enableInsights: "?boolean";
            enableLightningReportBuilder: "?boolean";
            enableLotusNotesImages: "?boolean";
            enableMassEnableReportBuilder: "?boolean";
            enableNewChartsEngine: "?boolean";
            enablePowerInsights: "?boolean";
            enableRemoveFooterForRepDisplay: "?boolean";
            enableRemoveFooterFromRepExp: "?boolean";
            enableReportFieldToFieldPref: "?boolean";
            enableReportUniqueRowCountPref: "?boolean";
            enableSFXJoinedReportsEnable: "?boolean";
            enableSmartDataDiscovery: "?boolean";
            enableUseOldChartsLookAndFeel: "?boolean";
            enableWaveReplication: "?boolean";
            enableWaveSharingInheritance: "?boolean";
            enableWaveTemplate: "?boolean";
            enableWaveTrendedDatasetCleanup: "?boolean";
        };
        type: "AnalyticsSettings";
    };
    AnimationRule: {
        extends: "Metadata";
        props: {
            animationFrequency: "string";
            developerName: "string";
            isActive: "boolean";
            masterLabel: "string";
            recordTypeContext: "string";
            recordTypeName: "?string";
            sobjectType: "string";
            targetField: "string";
            targetFieldChangeToValues: "string";
        };
        type: "AnimationRule";
    };
    ApexClass: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            packageVersions: readonly ["PackageVersion"];
            status: "string";
        };
        type: "ApexClass";
    };
    ApexComponent: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "?number";
            description: "?string";
            label: "string";
            packageVersions: readonly ["PackageVersion"];
        };
        type: "ApexComponent";
    };
    ApexPage: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            availableInTouch: "?boolean";
            confirmationTokenRequired: "?boolean";
            description: "?string";
            label: "string";
            packageVersions: readonly ["PackageVersion"];
        };
        type: "ApexPage";
    };
    ApexSettings: {
        extends: "Metadata";
        props: {
            enableAggregateCodeCoverageOnly: "?boolean";
            enableApexAccessRightsPref: "?boolean";
            enableApexApprovalLockUnlock: "?boolean";
            enableApexCtrlImplicitWithSharingPref: "?boolean";
            enableApexPropertyGetterPref: "?boolean";
            enableAuraApexCtrlAuthUserAccessCheckPref: "?boolean";
            enableAuraApexCtrlGuestUserAccessCheckPref: "?boolean";
            enableCompileOnDeploy: "?boolean";
            enableDisableParallelApexTesting: "?boolean";
            enableDoNotEmailDebugLog: "?boolean";
            enableGaplessTestAutoNum: "?boolean";
            enableMngdCtrlActionAccessPref: "?boolean";
            enableNonCertifiedApexMdCrud: "?boolean";
        };
        type: "ApexSettings";
    };
    ApexTestSuite: {
        extends: "Metadata";
        props: {
            testClassName: readonly ["string"];
        };
        type: "ApexTestSuite";
    };
    ApexTrigger: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            packageVersions: readonly ["PackageVersion"];
            status: "string";
        };
        type: "ApexTrigger";
    };
    AppActionOverride: {
        extends: "ActionOverride";
        props: {
            pageOrSobjectType: "string";
        };
        type: "AppActionOverride";
    };
    AppBrand: {
        props: {
            footerColor: "?string";
            headerColor: "?string";
            logo: "?string";
            logoVersion: "?number";
            shouldOverrideOrgTheme: "?boolean";
        };
        type: "AppBrand";
    };
    AppComponentList: {
        props: {
            alignment: "string";
            components: readonly ["string"];
        };
        type: "AppComponentList";
    };
    AppExperienceSettings: {
        extends: "Metadata";
        props: {
            doesHideAllAppsInAppLauncher: "?boolean";
        };
        type: "AppExperienceSettings";
    };
    AppMenu: {
        extends: "Metadata";
        props: {
            appMenuItems: readonly ["AppMenuItem"];
        };
        type: "AppMenu";
    };
    AppMenuItem: {
        props: {
            name: "string";
            type: "string";
        };
        type: "AppMenuItem";
    };
    AppPreferences: {
        props: {
            enableCustomizeMyTabs: "boolean";
            enableKeyboardShortcuts: "boolean";
            enableListViewHover: "boolean";
            enableListViewReskin: "boolean";
            enableMultiMonitorComponents: "boolean";
            enablePinTabs: "boolean";
            enableTabHover: "boolean";
            enableTabLimits: "boolean";
            saveUserSessions: "boolean";
        };
        type: "AppPreferences";
    };
    AppProfileActionOverride: {
        extends: "ProfileActionOverride";
        props: {
            profile: "string";
        };
        type: "AppProfileActionOverride";
    };
    AppWorkspaceConfig: {
        props: {
            mappings: readonly ["WorkspaceMapping"];
        };
        type: "AppWorkspaceConfig";
    };
    AppointmentSchedulingPolicy: {
        extends: "Metadata";
        props: {
            appointmentStartTimeInterval: "string";
            masterLabel: "string";
            shouldConsiderCalendarEvents: "boolean";
            shouldEnforceExcludedResource: "boolean";
            shouldEnforceRequiredResource: "boolean";
            shouldMatchSkill: "boolean";
            shouldMatchSkillLevel: "boolean";
            shouldRespectVisitingHours: "boolean";
            shouldUsePrimaryMembers: "boolean";
            shouldUseSecondaryMembers: "boolean";
        };
        type: "AppointmentSchedulingPolicy";
    };
    ApprovalAction: {
        props: {
            action: readonly ["WorkflowActionReference"];
        };
        type: "ApprovalAction";
    };
    ApprovalEntryCriteria: {
        props: {
            booleanFilter: "?string";
            criteriaItems: readonly ["FilterItem"];
            formula: "?string";
        };
        type: "ApprovalEntryCriteria";
    };
    ApprovalPageField: {
        props: {
            field: readonly ["string"];
        };
        type: "ApprovalPageField";
    };
    ApprovalProcess: {
        extends: "Metadata";
        props: {
            active: "boolean";
            allowRecall: "?boolean";
            allowedSubmitters: readonly ["ApprovalSubmitter"];
            approvalPageFields: "?ApprovalPageField";
            approvalStep: readonly ["ApprovalStep"];
            description: "?string";
            emailTemplate: "?string";
            enableMobileDeviceAccess: "?boolean";
            entryCriteria: "?ApprovalEntryCriteria";
            finalApprovalActions: "?ApprovalAction";
            finalApprovalRecordLock: "?boolean";
            finalRejectionActions: "?ApprovalAction";
            finalRejectionRecordLock: "?boolean";
            initialSubmissionActions: "?ApprovalAction";
            label: "string";
            nextAutomatedApprover: "?NextAutomatedApprover";
            postTemplate: "?string";
            recallActions: "?ApprovalAction";
            recordEditability: "string";
            showApprovalHistory: "?boolean";
        };
        type: "ApprovalProcess";
    };
    ApprovalStep: {
        props: {
            allowDelegate: "?boolean";
            approvalActions: "?ApprovalAction";
            assignedApprover: "ApprovalStepApprover";
            description: "?string";
            entryCriteria: "?ApprovalEntryCriteria";
            ifCriteriaNotMet: "?string";
            label: "string";
            name: "string";
            rejectBehavior: "?ApprovalStepRejectBehavior";
            rejectionActions: "?ApprovalAction";
        };
        type: "ApprovalStep";
    };
    ApprovalStepApprover: {
        props: {
            approver: readonly ["Approver"];
            whenMultipleApprovers: "?string";
        };
        type: "ApprovalStepApprover";
    };
    ApprovalStepRejectBehavior: {
        props: {
            type: "string";
        };
        type: "ApprovalStepRejectBehavior";
    };
    ApprovalSubmitter: {
        props: {
            submitter: "?string";
            type: "string";
        };
        type: "ApprovalSubmitter";
    };
    Approver: {
        props: {
            name: "?string";
            type: "string";
        };
        type: "Approver";
    };
    ArchiveSettings: {
        extends: "Metadata";
        props: {
            enableEntityArchivingEnabled: "?boolean";
        };
        type: "ArchiveSettings";
    };
    ArticleTypeChannelDisplay: {
        props: {
            articleTypeTemplates: readonly ["ArticleTypeTemplate"];
        };
        type: "ArticleTypeChannelDisplay";
    };
    ArticleTypeTemplate: {
        props: {
            channel: "string";
            page: "?string";
            template: "string";
        };
        type: "ArticleTypeTemplate";
    };
    AssignmentRule: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            ruleEntry: readonly ["RuleEntry"];
        };
        type: "AssignmentRule";
    };
    AssignmentRules: {
        extends: "Metadata";
        props: {
            assignmentRule: readonly ["AssignmentRule"];
        };
        type: "AssignmentRules";
    };
    AsyncResult: {
        props: {
            done: "boolean";
            id: "string";
            message: "?string";
            state: "string";
            statusCode: "?string";
        };
        type: "AsyncResult";
    };
    Attachment: {
        props: {
            content: "string";
            name: "string";
        };
        type: "Attachment";
    };
    Audience: {
        extends: "Metadata";
        props: {
            audienceName: "string";
            container: "string";
            criteria: "AudienceCriteria";
            description: "?string";
            formula: "?string";
            formulaFilterType: "?string";
            targets: "?PersonalizationTargetInfos";
        };
        type: "Audience";
    };
    AudienceCriteria: {
        props: {
            criterion: readonly ["AudienceCriterion"];
        };
        type: "AudienceCriteria";
    };
    AudienceCriteriaValue: {
        props: {
            city: "?string";
            country: "?string";
            domain: "?string";
            entityField: "?string";
            entityType: "?string";
            fieldValue: "?string";
            isEnabled: "?string";
            permissionName: "?string";
            permissionType: "?string";
            profile: "?string";
            subdivision: "?string";
        };
        type: "AudienceCriteriaValue";
    };
    AudienceCriterion: {
        props: {
            criteriaNumber: "?number";
            criterionValue: "?AudienceCriteriaValue";
            operator: "?string";
            type: "string";
        };
        type: "AudienceCriterion";
    };
    AuraDefinitionBundle: {
        extends: "Metadata";
        props: {
            SVGContent: "?string";
            apiVersion: "?number";
            controllerContent: "?string";
            description: "?string";
            designContent: "?string";
            documentationContent: "?string";
            helperContent: "?string";
            markup: "?string";
            modelContent: "?string";
            packageVersions: readonly ["PackageVersion"];
            rendererContent: "?string";
            styleContent: "?string";
            testsuiteContent: "?string";
            type: "?string";
        };
        type: "AuraDefinitionBundle";
    };
    AuthProvider: {
        extends: "Metadata";
        props: {
            appleTeam: "?string";
            authorizeUrl: "?string";
            consumerKey: "?string";
            consumerSecret: "?string";
            customMetadataTypeRecord: "?string";
            defaultScopes: "?string";
            ecKey: "?string";
            errorUrl: "?string";
            executionUser: "?string";
            friendlyName: "string";
            iconUrl: "?string";
            idTokenIssuer: "?string";
            includeOrgIdInIdentifier: "?boolean";
            linkKickoffUrl: "?string";
            logoutUrl: "?string";
            oauthKickoffUrl: "?string";
            plugin: "?string";
            portal: "?string";
            providerType: "string";
            registrationHandler: "?string";
            sendAccessTokenInHeader: "?boolean";
            sendClientCredentialsInHeader: "?boolean";
            sendSecretInApis: "?boolean";
            ssoKickoffUrl: "?string";
            tokenUrl: "?string";
            userInfoUrl: "?string";
        };
        type: "AuthProvider";
    };
    AutoResponseRule: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            ruleEntry: readonly ["RuleEntry"];
        };
        type: "AutoResponseRule";
    };
    AutoResponseRules: {
        extends: "Metadata";
        props: {
            autoResponseRule: readonly ["AutoResponseRule"];
        };
        type: "AutoResponseRules";
    };
    BlockchainSettings: {
        extends: "Metadata";
        props: {
            enableBcp: "?boolean";
            enableBcpCoin: "?boolean";
        };
        type: "BlockchainSettings";
    };
    Bot: {
        extends: "Metadata";
        props: {
            botMlDomain: "?LocalMlDomain";
            botUser: "?string";
            botVersions: readonly ["BotVersion"];
            contextVariables: readonly ["ConversationContextVariable"];
            description: "?string";
            label: "?string";
        };
        type: "Bot";
    };
    BotDialog: {
        props: {
            botDialogGroup: "?string";
            botSteps: readonly ["BotStep"];
            description: "?string";
            developerName: "string";
            label: "string";
            mlIntent: "?string";
            mlIntentTrainingEnabled: "?boolean";
            showInFooterMenu: "?boolean";
        };
        type: "BotDialog";
    };
    BotDialogGroup: {
        props: {
            description: "?string";
            developerName: "string";
            label: "string";
        };
        type: "BotDialogGroup";
    };
    BotInvocation: {
        props: {
            invocationActionName: "?string";
            invocationActionType: "?string";
            invocationMappings: readonly ["BotInvocationMapping"];
        };
        type: "BotInvocation";
    };
    BotInvocationMapping: {
        props: {
            parameterName: "string";
            type: "string";
            value: "?string";
            variableName: "?string";
            variableType: "?string";
        };
        type: "BotInvocationMapping";
    };
    BotMessage: {
        props: {
            message: "string";
        };
        type: "BotMessage";
    };
    BotNavigation: {
        props: {
            botNavigationLinks: readonly ["BotNavigationLink"];
            type: "string";
        };
        type: "BotNavigation";
    };
    BotNavigationLink: {
        props: {
            label: "?string";
            targetBotDialog: "string";
        };
        type: "BotNavigationLink";
    };
    BotQuickReplyOption: {
        props: {
            literalValue: "string";
        };
        type: "BotQuickReplyOption";
    };
    BotSettings: {
        extends: "Metadata";
        props: {
            enableBots: "?boolean";
        };
        type: "BotSettings";
    };
    BotStep: {
        props: {
            booleanFilter: "?string";
            botInvocation: "?BotInvocation";
            botMessages: readonly ["BotMessage"];
            botNavigation: "?BotNavigation";
            botStepConditions: readonly ["BotStepCondition"];
            botSteps: readonly ["BotStep"];
            botVariableOperation: "?BotVariableOperation";
            conversationRecordLookup: "?ConversationRecordLookup";
            conversationSystemMessage: "?ConversationSystemMessage";
            type: "string";
        };
        type: "BotStep";
    };
    BotStepCondition: {
        props: {
            leftOperandName: "string";
            leftOperandType: "string";
            operatorType: "string";
            rightOperandValue: "?string";
        };
        type: "BotStepCondition";
    };
    BotVariableOperand: {
        props: {
            disableAutoFill: "?boolean";
            sourceName: "?string";
            sourceType: "?string";
            sourceValue: "?string";
            targetName: "string";
            targetType: "string";
        };
        type: "BotVariableOperand";
    };
    BotVariableOperation: {
        props: {
            botInvocation: "?BotInvocation";
            botMessages: readonly ["BotMessage"];
            botQuickReplyOptions: readonly ["BotQuickReplyOption"];
            botVariableOperands: readonly ["BotVariableOperand"];
            invalidInputBotNavigation: "?BotNavigation";
            quickReplyOptionTemplate: "?string";
            quickReplyType: "?string";
            quickReplyWidgetType: "?string";
            sourceVariableName: "?string";
            sourceVariableType: "?string";
            type: "string";
        };
        type: "BotVariableOperation";
    };
    BotVersion: {
        extends: "Metadata";
        props: {
            botDialogGroups: readonly ["BotDialogGroup"];
            botDialogs: readonly ["BotDialog"];
            conversationVariables: readonly ["ConversationVariable"];
            entryDialog: "string";
            mainMenuDialog: "string";
            responseDelayMilliseconds: "?number";
        };
        type: "BotVersion";
    };
    BrandingSet: {
        extends: "Metadata";
        props: {
            brandingSetProperty: readonly ["BrandingSetProperty"];
            description: "?string";
            masterLabel: "string";
            type: "?string";
        };
        type: "BrandingSet";
    };
    BrandingSetProperty: {
        props: {
            propertyName: "string";
            propertyValue: "?string";
        };
        type: "BrandingSetProperty";
    };
    BusinessHoursEntry: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            default: "boolean";
            fridayEndTime: "?string";
            fridayStartTime: "?string";
            mondayEndTime: "?string";
            mondayStartTime: "?string";
            name: "?string";
            saturdayEndTime: "?string";
            saturdayStartTime: "?string";
            sundayEndTime: "?string";
            sundayStartTime: "?string";
            thursdayEndTime: "?string";
            thursdayStartTime: "?string";
            timeZoneId: "?string";
            tuesdayEndTime: "?string";
            tuesdayStartTime: "?string";
            wednesdayEndTime: "?string";
            wednesdayStartTime: "?string";
        };
        type: "BusinessHoursEntry";
    };
    BusinessHoursSettings: {
        extends: "Metadata";
        props: {
            businessHours: readonly ["BusinessHoursEntry"];
            holidays: readonly ["Holiday"];
        };
        type: "BusinessHoursSettings";
    };
    BusinessProcess: {
        extends: "Metadata";
        props: {
            description: "?string";
            isActive: "?boolean";
            values: readonly ["PicklistValue"];
        };
        type: "BusinessProcess";
    };
    CMSConnectAsset: {
        props: {
            assetPath: "string";
            assetType: "string";
            sortOrder: "number";
        };
        type: "CMSConnectAsset";
    };
    CMSConnectLanguage: {
        props: {
            cmsLanguage: "string";
            language: "string";
        };
        type: "CMSConnectLanguage";
    };
    CMSConnectPersonalization: {
        props: {
            connectorPage: "string";
            connectorPageAsset: "string";
        };
        type: "CMSConnectPersonalization";
    };
    CMSConnectResourceDefinition: {
        props: {
            developerName: "string";
            masterLabel: "string";
            options: "number";
            payloadType: "string";
            resourceIdPath: "?string";
            resourceNamePath: "?string";
            resourcePath: "string";
            rootNodePath: "?string";
        };
        type: "CMSConnectResourceDefinition";
    };
    CMSConnectResourceType: {
        props: {
            cmsConnectResourceDefinition: readonly ["CMSConnectResourceDefinition"];
            developerName: "string";
            masterLabel: "string";
            resourceType: "string";
        };
        type: "CMSConnectResourceType";
    };
    CMSConnectSource: {
        extends: "Metadata";
        props: {
            cmsConnectAsset: readonly ["CMSConnectAsset"];
            cmsConnectLanguage: readonly ["CMSConnectLanguage"];
            cmsConnectPersonalization: "?CMSConnectPersonalization";
            cmsConnectResourceType: readonly ["CMSConnectResourceType"];
            connectionType: "string";
            cssScope: "?string";
            developerName: "string";
            languageEnabled: "?string";
            masterLabel: "string";
            namedCredential: "?string";
            personalizationEnabled: "?string";
            rootPath: "?string";
            sortOrder: "number";
            status: "string";
            type: "string";
            websiteUrl: "?string";
        };
        type: "CMSConnectSource";
    };
    CallCenter: {
        extends: "Metadata";
        props: {
            adapterUrl: "?string";
            customSettings: "?string";
            displayName: "string";
            displayNameLabel: "string";
            internalNameLabel: "string";
            sections: readonly ["CallCenterSection"];
            version: "?string";
        };
        type: "CallCenter";
    };
    CallCenterItem: {
        props: {
            label: "string";
            name: "string";
            value: "string";
        };
        type: "CallCenterItem";
    };
    CallCenterSection: {
        props: {
            items: readonly ["CallCenterItem"];
            label: "string";
            name: "string";
        };
        type: "CallCenterSection";
    };
    CampaignInfluenceModel: {
        extends: "Metadata";
        props: {
            isActive: "?boolean";
            isDefaultModel: "boolean";
            isModelLocked: "boolean";
            modelDescription: "?string";
            name: "string";
            recordPreference: "?string";
        };
        type: "CampaignInfluenceModel";
    };
    CampaignSettings: {
        extends: "Metadata";
        props: {
            enableAutoCampInfluenceDisabled: "?boolean";
            enableB2bmaCampaignInfluence2: "?boolean";
            enableCampaignHistoryTrackEnabled: "?boolean";
            enableCampaignInfluence2: "?boolean";
            enableCampaignMemberTWCF: "?boolean";
            enableSuppressNoValueCI2: "?boolean";
        };
        type: "CampaignSettings";
    };
    CancelDeployResult: {
        props: {
            done: "boolean";
            id: "string";
        };
        type: "CancelDeployResult";
    };
    CanvasMetadata: {
        extends: "Metadata";
        props: {
            accessMethod: "string";
            canvasOptions: "?string";
            canvasUrl: "string";
            lifecycleClass: "?string";
            locationOptions: "?string";
            samlInitiationMethod: "?string";
        };
        type: "CanvasMetadata";
    };
    CaseClassificationSettings: {
        extends: "Metadata";
        props: {
            caseClassificationRecommendations: "?boolean";
            reRunAttributeBasedRules: "?boolean";
            runAssignmentRules: "?boolean";
        };
        type: "CaseClassificationSettings";
    };
    CaseSettings: {
        extends: "Metadata";
        props: {
            caseAssignNotificationTemplate: "?string";
            caseAutoProcUser: "?boolean";
            caseCloseNotificationTemplate: "?string";
            caseCommentNotificationTemplate: "?string";
            caseCreateNotificationTemplate: "?string";
            caseFeedItemSettings: readonly ["FeedItemSettings"];
            caseFeedReadUnreadLtng: "?boolean";
            caseMergeInLightning: "?boolean";
            closeCaseThroughStatusChange: "?boolean";
            defaultCaseFeedLayoutOn: "?boolean";
            defaultCaseOwner: "?string";
            defaultCaseOwnerType: "?string";
            defaultCaseUser: "?string";
            emailActionDefaultsHandlerClass: "?string";
            emailToCase: "?EmailToCaseSettings";
            enableCaseFeed: "?boolean";
            enableCollapseEmailThread: "?boolean";
            enableDraftEmails: "?boolean";
            enableEarlyEscalationRuleTriggers: "?boolean";
            enableEmailActionDefaultsHandler: "?boolean";
            enableSuggestedArticlesApplication: "?boolean";
            enableSuggestedArticlesCustomerPortal: "?boolean";
            enableSuggestedArticlesPartnerPortal: "?boolean";
            enableSuggestedSolutions: "?boolean";
            escalateCaseBefore: "?boolean";
            genericMessageEnabled: "?boolean";
            keepRecordTypeOnAssignmentRule: "?boolean";
            notifyContactOnCaseComment: "?boolean";
            notifyDefaultCaseOwner: "?boolean";
            notifyOwnerOnCaseComment: "?boolean";
            notifyOwnerOnCaseOwnerChange: "?boolean";
            predictiveSupportEnabled: "?boolean";
            showEmailAttachmentsInCaseAttachmentsRL: "?boolean";
            showFewerCloseActions: "?boolean";
            systemUserEmail: "?string";
            useSystemEmailAddress: "?boolean";
            useSystemUserAsDefaultCaseUser: "?boolean";
            webToCase: "?WebToCaseSettings";
        };
        type: "CaseSettings";
    };
    CaseSubjectParticle: {
        extends: "Metadata";
        props: {
            index: "number";
            textField: "?string";
            type: "string";
        };
        type: "CaseSubjectParticle";
    };
    Certificate: {
        extends: "MetadataWithContent";
        props: {
            caSigned: "boolean";
            encryptedWithPlatformEncryption: "?boolean";
            expirationDate: "?string";
            keySize: "?number";
            masterLabel: "string";
            privateKeyExportable: "?boolean";
        };
        type: "Certificate";
    };
    ChannelLayout: {
        extends: "Metadata";
        props: {
            enabledChannels: readonly ["string"];
            label: "string";
            layoutItems: readonly ["ChannelLayoutItem"];
            recordType: "?string";
        };
        type: "ChannelLayout";
    };
    ChannelLayoutItem: {
        props: {
            field: "string";
        };
        type: "ChannelLayoutItem";
    };
    ChartSummary: {
        props: {
            aggregate: "?string";
            axisBinding: "?string";
            column: "string";
        };
        type: "ChartSummary";
    };
    ChatterAnswersReputationLevel: {
        props: {
            name: "string";
            value: "number";
        };
        type: "ChatterAnswersReputationLevel";
    };
    ChatterAnswersSettings: {
        extends: "Metadata";
        props: {
            emailFollowersOnBestAnswer: "?boolean";
            emailFollowersOnReply: "?boolean";
            emailOwnerOnPrivateReply: "?boolean";
            emailOwnerOnReply: "?boolean";
            enableAnswerViaEmail: "?boolean";
            enableChatterAnswers: "boolean";
            enableFacebookSSO: "?boolean";
            enableInlinePublisher: "?boolean";
            enableReputation: "?boolean";
            enableRichTextEditor: "?boolean";
            facebookAuthProvider: "?string";
            showInPortals: "?boolean";
        };
        type: "ChatterAnswersSettings";
    };
    ChatterEmailsMDSettings: {
        extends: "Metadata";
        props: {
            enableChatterDigestEmailsApiOnly: "?boolean";
            enableChatterEmailAttachment: "?boolean";
            enableCollaborationEmail: "?boolean";
            enableDisplayAppDownloadBadges: "?boolean";
            enableEmailReplyToChatter: "?boolean";
            enableEmailToChatter: "?boolean";
        };
        type: "ChatterEmailsMDSettings";
    };
    ChatterExtension: {
        extends: "Metadata";
        props: {
            compositionComponent: "string";
            description: "string";
            extensionName: "string";
            headerText: "?string";
            hoverText: "?string";
            icon: "string";
            isProtected: "?boolean";
            masterLabel: "string";
            renderComponent: "string";
            type: "string";
        };
        type: "ChatterExtension";
    };
    ChatterSettings: {
        extends: "Metadata";
        props: {
            allowChatterGroupArchiving: "?boolean";
            allowRecordsInChatterGroup: "?boolean";
            allowSharingInChatterGroup: "?boolean";
            enableApprovalRequest: "?boolean";
            enableChatter: "?boolean";
            enableChatterEmoticons: "?boolean";
            enableFeedEdit: "?boolean";
            enableFeedPinning: "?boolean";
            enableFeedsDraftPosts: "?boolean";
            enableFeedsRichText: "?boolean";
            enableInviteCsnUsers: "?boolean";
            enableOutOfOfficeEnabledPref: "?boolean";
            enableRichLinkPreviewsInFeed: "?boolean";
            enableTodayRecsInFeed: "?boolean";
            unlistedGroupsEnabled: "?boolean";
        };
        type: "ChatterSettings";
    };
    CleanDataService: {
        extends: "Metadata";
        props: {
            cleanRules: readonly ["CleanRule"];
            description: "string";
            masterLabel: "string";
            matchEngine: "string";
        };
        type: "CleanDataService";
    };
    CleanRule: {
        props: {
            bulkEnabled: "boolean";
            bypassTriggers: "boolean";
            bypassWorkflow: "boolean";
            description: "string";
            developerName: "string";
            fieldMappings: readonly ["FieldMapping"];
            masterLabel: "string";
            matchRule: "string";
            sourceSobjectType: "string";
            status: "string";
            targetSobjectType: "string";
        };
        type: "CleanRule";
    };
    CodeCoverageResult: {
        props: {
            dmlInfo: readonly ["CodeLocation"];
            id: "string";
            locationsNotCovered: readonly ["CodeLocation"];
            methodInfo: readonly ["CodeLocation"];
            name: "string";
            namespace: "?string";
            numLocations: "number";
            numLocationsNotCovered: "number";
            soqlInfo: readonly ["CodeLocation"];
            soslInfo: readonly ["CodeLocation"];
            type: "string";
        };
        type: "CodeCoverageResult";
    };
    CodeCoverageWarning: {
        props: {
            id: "string";
            message: "string";
            name: "?string";
            namespace: "?string";
        };
        type: "CodeCoverageWarning";
    };
    CodeLocation: {
        props: {
            column: "number";
            line: "number";
            numExecutions: "number";
            time: "number";
        };
        type: "CodeLocation";
    };
    CommandAction: {
        extends: "Metadata";
        props: {
            actionType: "string";
            description: "?string";
            intents: readonly ["CommandActionIntent"];
            label: "string";
            parameters: readonly ["CommandActionParam"];
            responseTemplates: readonly ["CommandActionResponse"];
            target: "?string";
        };
        type: "CommandAction";
    };
    CommandActionIntent: {
        props: {
            phrase: "string";
            responseTemplates: readonly ["CommandActionResponse"];
        };
        type: "CommandActionIntent";
    };
    CommandActionParam: {
        props: {
            defaultValue: "?string";
            description: "?string";
            name: "string";
            required: "?boolean";
            type: "string";
        };
        type: "CommandActionParam";
    };
    CommandActionResponse: {
        props: {
            template: "string";
        };
        type: "CommandActionResponse";
    };
    CommunitiesSettings: {
        extends: "Metadata";
        props: {
            canModerateAllFeedPosts: "?boolean";
            canModerateInternalFeedPosts: "?boolean";
            embeddedVisualforcePages: "?boolean";
            enableCommunityWorkspaces: "?boolean";
            enableCspContactVisibilityPref: "?boolean";
            enableCspNotesOnAccConPref: "?boolean";
            enableEnablePRM: "?boolean";
            enableExternalAccHierPref: "?boolean";
            enableGuestRecordReassignOrgPref: "?boolean";
            enableInviteChatterGuestEnabled: "?boolean";
            enableNetPortalUserReportOpts: "?boolean";
            enableNetworksEnabled: "?boolean";
            enableOotbProfExtUserOpsEnable: "?boolean";
            enablePRMAccRelPref: "?boolean";
            enablePowerCustomerCaseStatus: "?boolean";
            enableRelaxPartnerAccountFieldPref: "?boolean";
            enableUsernameUniqForOrgPref: "?boolean";
        };
        type: "CommunitiesSettings";
    };
    Community: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            chatterAnswersFacebookSsoUrl: "?string";
            communityFeedPage: "?string";
            dataCategoryName: "?string";
            description: "?string";
            emailFooterDocument: "?string";
            emailHeaderDocument: "?string";
            emailNotificationUrl: "?string";
            enableChatterAnswers: "?boolean";
            enablePrivateQuestions: "?boolean";
            expertsGroup: "?string";
            portal: "?string";
            reputationLevels: "?ReputationLevels";
            showInPortal: "?boolean";
            site: "?string";
        };
        type: "Community";
    };
    CommunityCustomThemeLayoutType: {
        props: {
            description: "?string";
            label: "string";
        };
        type: "CommunityCustomThemeLayoutType";
    };
    CommunityRoles: {
        props: {
            customerUserRole: "?string";
            employeeUserRole: "?string";
            partnerUserRole: "?string";
        };
        type: "CommunityRoles";
    };
    CommunityTemplateBundleInfo: {
        props: {
            description: "?string";
            image: "?string";
            order: "number";
            title: "string";
            type: "string";
        };
        type: "CommunityTemplateBundleInfo";
    };
    CommunityTemplateDefinition: {
        extends: "Metadata";
        props: {
            baseTemplate: "?string";
            bundlesInfo: readonly ["CommunityTemplateBundleInfo"];
            category: "string";
            defaultBrandingSet: "?string";
            defaultThemeDefinition: "string";
            description: "?string";
            enableExtendedCleanUpOnDelete: "?boolean";
            masterLabel: "string";
            navigationLinkSet: readonly ["NavigationLinkSet"];
            pageSetting: readonly ["CommunityTemplatePageSetting"];
            publisher: "?string";
        };
        type: "CommunityTemplateDefinition";
    };
    CommunityTemplatePageSetting: {
        props: {
            page: "string";
            themeLayout: "string";
        };
        type: "CommunityTemplatePageSetting";
    };
    CommunityThemeBundleInfo: {
        extends: "CommunityTemplateBundleInfo";
        props: {};
        type: "CommunityThemeBundleInfo";
    };
    CommunityThemeDefinition: {
        extends: "Metadata";
        props: {
            bundlesInfo: readonly ["CommunityThemeBundleInfo"];
            customThemeLayoutType: readonly ["CommunityCustomThemeLayoutType"];
            defaultBrandingSet: "?string";
            description: "?string";
            enableExtendedCleanUpOnDelete: "?boolean";
            masterLabel: "string";
            publisher: "?string";
            themeRouteOverride: readonly ["CommunityThemeRouteOverride"];
            themeSetting: readonly ["CommunityThemeSetting"];
        };
        type: "CommunityThemeDefinition";
    };
    CommunityThemeRouteOverride: {
        props: {
            customThemeLayoutType: "?string";
            pageAttributes: "string";
            pageType: "string";
            themeLayoutType: "?string";
        };
        type: "CommunityThemeRouteOverride";
    };
    CommunityThemeSetting: {
        props: {
            customThemeLayoutType: "?string";
            themeLayout: "string";
            themeLayoutType: "?string";
        };
        type: "CommunityThemeSetting";
    };
    CompactLayout: {
        extends: "Metadata";
        props: {
            fields: readonly ["string"];
            label: "string";
        };
        type: "CompactLayout";
    };
    CompanySettings: {
        extends: "Metadata";
        props: {
            enableCustomFiscalYear: "boolean";
            fiscalYear: "?FiscalYearSettings";
        };
        type: "CompanySettings";
    };
    ComponentInstance: {
        props: {
            componentInstanceProperties: readonly ["ComponentInstanceProperty"];
            componentName: "string";
            visibilityRule: "?UiFormulaRule";
        };
        type: "ComponentInstance";
    };
    ComponentInstanceProperty: {
        props: {
            name: "?string";
            type: "?string";
            value: "?string";
        };
        type: "ComponentInstanceProperty";
    };
    ConnectedApp: {
        extends: "Metadata";
        props: {
            attributes: readonly ["ConnectedAppAttribute"];
            canvas: "?CanvasMetadata";
            canvasConfig: "?ConnectedAppCanvasConfig";
            contactEmail: "string";
            contactPhone: "?string";
            description: "?string";
            iconUrl: "?string";
            infoUrl: "?string";
            ipRanges: readonly ["ConnectedAppIpRange"];
            label: "string";
            logoUrl: "?string";
            mobileAppConfig: "?ConnectedAppMobileDetailConfig";
            mobileStartUrl: "?string";
            oauthConfig: "?ConnectedAppOauthConfig";
            permissionSetName: readonly ["string"];
            plugin: "?string";
            pluginExecutionUser: "?string";
            profileName: readonly ["string"];
            samlConfig: "?ConnectedAppSamlConfig";
            startUrl: "?string";
        };
        type: "ConnectedApp";
    };
    ConnectedAppAttribute: {
        props: {
            formula: "string";
            key: "string";
        };
        type: "ConnectedAppAttribute";
    };
    ConnectedAppCanvasConfig: {
        props: {
            accessMethod: "string";
            canvasUrl: "string";
            lifecycleClass: "?string";
            locations: readonly ["string"];
            options: readonly ["string"];
            samlInitiationMethod: "?string";
        };
        type: "ConnectedAppCanvasConfig";
    };
    ConnectedAppIpRange: {
        props: {
            description: "?string";
            end: "string";
            start: "string";
        };
        type: "ConnectedAppIpRange";
    };
    ConnectedAppMobileDetailConfig: {
        props: {
            applicationBinaryFile: "?string";
            applicationBinaryFileName: "?string";
            applicationBundleIdentifier: "?string";
            applicationFileLength: "?number";
            applicationIconFile: "?string";
            applicationIconFileName: "?string";
            applicationInstallUrl: "?string";
            devicePlatform: "string";
            deviceType: "?string";
            minimumOsVersion: "?string";
            privateApp: "?boolean";
            version: "string";
        };
        type: "ConnectedAppMobileDetailConfig";
    };
    ConnectedAppOauthConfig: {
        props: {
            callbackUrl: "string";
            certificate: "?string";
            consumerKey: "?string";
            consumerSecret: "?string";
            idTokenConfig: "?ConnectedAppOauthIdToken";
            isAdminApproved: "?boolean";
            scopes: readonly ["string"];
            singleLogoutUrl: "?string";
        };
        type: "ConnectedAppOauthConfig";
    };
    ConnectedAppOauthIdToken: {
        props: {
            idTokenAudience: "?string";
            idTokenIncludeAttributes: "?boolean";
            idTokenIncludeCustomPerms: "?boolean";
            idTokenIncludeStandardClaims: "?boolean";
            idTokenValidity: "?number";
        };
        type: "ConnectedAppOauthIdToken";
    };
    ConnectedAppSamlConfig: {
        props: {
            acsUrl: "string";
            certificate: "?string";
            encryptionCertificate: "?string";
            encryptionType: "?string";
            entityUrl: "string";
            issuer: "?string";
            samlIdpSLOBindingEnum: "?string";
            samlNameIdFormat: "?string";
            samlSloUrl: "?string";
            samlSubjectCustomAttr: "?string";
            samlSubjectType: "string";
        };
        type: "ConnectedAppSamlConfig";
    };
    ConnectedAppSettings: {
        extends: "Metadata";
        props: {
            enableAdminApprovedAppsOnly: "?boolean";
            enableSkipUserProvisioningWizardWelcomePage: "?boolean";
        };
        type: "ConnectedAppSettings";
    };
    Container: {
        props: {
            height: "?number";
            isContainerAutoSizeEnabled: "boolean";
            region: "string";
            sidebarComponents: readonly ["SidebarComponent"];
            style: "string";
            unit: "string";
            width: "?number";
        };
        type: "Container";
    };
    ContentAsset: {
        extends: "MetadataWithContent";
        props: {
            format: "?string";
            isVisibleByExternalUsers: "?boolean";
            language: "string";
            masterLabel: "string";
            originNetwork: "?string";
            relationships: "?ContentAssetRelationships";
            versions: "ContentAssetVersions";
        };
        type: "ContentAsset";
    };
    ContentAssetLink: {
        props: {
            access: "string";
            isManagingWorkspace: "?boolean";
            name: "?string";
        };
        type: "ContentAssetLink";
    };
    ContentAssetRelationships: {
        props: {
            insightsApplication: readonly ["ContentAssetLink"];
            network: readonly ["ContentAssetLink"];
            organization: "?ContentAssetLink";
            workspace: readonly ["ContentAssetLink"];
        };
        type: "ContentAssetRelationships";
    };
    ContentAssetVersion: {
        props: {
            number: "string";
            pathOnClient: "string";
            zipEntry: "?string";
        };
        type: "ContentAssetVersion";
    };
    ContentAssetVersions: {
        props: {
            version: readonly ["ContentAssetVersion"];
        };
        type: "ContentAssetVersions";
    };
    ContentSettings: {
        extends: "Metadata";
        props: {
            enableChatterFileLink: "?boolean";
            enableContent: "?boolean";
            enableContentAutoAssign: "?boolean";
            enableContentDistForPortalUsers: "?boolean";
            enableContentDistPwOptionsBit1: "?boolean";
            enableContentDistPwOptionsBit2: "?boolean";
            enableContentDistribution: "?boolean";
            enableContentSupportMultiLanguage: "?boolean";
            enableContentWorkspaceAccess: "?boolean";
            enableFileShareSetByRecord: "?boolean";
            enableFilesUsrShareNetRestricted: "?boolean";
            enableJPGPreviews: "?boolean";
            enableLibraryManagedFiles: "?boolean";
            enableSiteGuestUserToUploadFiles: "?boolean";
            enableUploadFilesOnAttachments: "?boolean";
            skipContentAssetTriggers: "?boolean";
            skipContentAssetTriggersOnDeploy: "?boolean";
        };
        type: "ContentSettings";
    };
    ContractSettings: {
        extends: "Metadata";
        props: {
            autoCalculateEndDate: "?boolean";
            autoExpirationDelay: "?string";
            autoExpirationRecipient: "?string";
            autoExpireContracts: "?boolean";
            enableContractHistoryTracking: "?boolean";
            notifyOwnersOnContractExpiration: "?boolean";
        };
        type: "ContractSettings";
    };
    ConversationContextVariable: {
        props: {
            SObjectType: "?string";
            contextVariableMappings: readonly ["ConversationContextVariableMapping"];
            dataType: "string";
            developerName: "string";
            label: "string";
        };
        type: "ConversationContextVariable";
    };
    ConversationContextVariableMapping: {
        props: {
            SObjectType: "string";
            fieldName: "string";
            messageType: "string";
        };
        type: "ConversationContextVariableMapping";
    };
    ConversationRecordLookup: {
        props: {
            SObjectType: "string";
            lookupFields: readonly ["ConversationRecordLookupField"];
            maxLookupResults: "number";
            sourceVariableName: "string";
            sourceVariableType: "string";
            targetVariableName: "string";
        };
        type: "ConversationRecordLookup";
    };
    ConversationRecordLookupField: {
        props: {
            fieldName: "string";
        };
        type: "ConversationRecordLookupField";
    };
    ConversationSystemMessage: {
        props: {
            systemMessageMappings: readonly ["ConversationSystemMessageMapping"];
            type: "string";
        };
        type: "ConversationSystemMessage";
    };
    ConversationSystemMessageMapping: {
        props: {
            mappingType: "string";
            parameterType: "string";
            variableName: "string";
        };
        type: "ConversationSystemMessageMapping";
    };
    ConversationVariable: {
        props: {
            SObjectType: "?string";
            collectionType: "?string";
            dataType: "string";
            developerName: "string";
            label: "string";
        };
        type: "ConversationVariable";
    };
    CorsWhitelistOrigin: {
        extends: "Metadata";
        props: {
            urlPattern: "string";
        };
        type: "CorsWhitelistOrigin";
    };
    CountriesAndStates: {
        props: {
            countries: readonly ["Country"];
        };
        type: "CountriesAndStates";
    };
    Country: {
        props: {
            active: "boolean";
            integrationValue: "string";
            isoCode: "string";
            label: "string";
            orgDefault: "boolean";
            standard: "boolean";
            states: readonly ["State"];
            visible: "boolean";
        };
        type: "Country";
    };
    CspTrustedSite: {
        extends: "Metadata";
        props: {
            context: "?string";
            description: "?string";
            endpointUrl: "string";
            isActive: "boolean";
        };
        type: "CspTrustedSite";
    };
    CurrencySettings: {
        extends: "Metadata";
        props: {
            enableCurrencyEffectiveDates: "?boolean";
            enableCurrencySymbolWithMultiCurrency: "?boolean";
            enableMultiCurrency: "?boolean";
            isMultiCurrencyActivationAllowed: "?boolean";
            isParenCurrencyConvDisabled: "?boolean";
        };
        type: "CurrencySettings";
    };
    CustomApplication: {
        extends: "Metadata";
        props: {
            actionOverrides: readonly ["AppActionOverride"];
            brand: "?AppBrand";
            consoleConfig: "?ServiceCloudConsoleConfig";
            defaultLandingTab: "?string";
            description: "?string";
            formFactors: readonly ["string"];
            isNavAutoTempTabsDisabled: "?boolean";
            isNavPersonalizationDisabled: "?boolean";
            isServiceCloudConsole: "?boolean";
            label: "?string";
            logo: "?string";
            navType: "?string";
            preferences: "?AppPreferences";
            profileActionOverrides: readonly ["AppProfileActionOverride"];
            setupExperience: "?string";
            subscriberTabs: readonly ["string"];
            tabs: readonly ["string"];
            uiType: "?string";
            utilityBar: "?string";
            workspaceConfig: "?AppWorkspaceConfig";
        };
        type: "CustomApplication";
    };
    CustomApplicationComponent: {
        extends: "Metadata";
        props: {
            buttonIconUrl: "?string";
            buttonStyle: "?string";
            buttonText: "?string";
            buttonWidth: "?number";
            height: "?number";
            isHeightFixed: "boolean";
            isHidden: "boolean";
            isWidthFixed: "boolean";
            visualforcePage: "string";
            width: "?number";
        };
        type: "CustomApplicationComponent";
    };
    CustomApplicationTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "CustomApplicationTranslation";
    };
    CustomConsoleComponents: {
        props: {
            primaryTabComponents: "?PrimaryTabComponents";
            subtabComponents: "?SubtabComponents";
        };
        type: "CustomConsoleComponents";
    };
    CustomDataTypeComponentTranslation: {
        props: {
            developerSuffix: "string";
            label: "?string";
        };
        type: "CustomDataTypeComponentTranslation";
    };
    CustomDataTypeTranslation: {
        props: {
            components: readonly ["CustomDataTypeComponentTranslation"];
            customDataTypeName: "string";
            description: "?string";
            label: "?string";
        };
        type: "CustomDataTypeTranslation";
    };
    CustomFeedFilter: {
        extends: "Metadata";
        props: {
            criteria: readonly ["FeedFilterCriterion"];
            description: "?string";
            isProtected: "?boolean";
            label: "string";
        };
        type: "CustomFeedFilter";
    };
    CustomField: {
        extends: "Metadata";
        props: {
            businessOwnerGroup: "?string";
            businessOwnerUser: "?string";
            businessStatus: "?string";
            caseSensitive: "?boolean";
            complianceGroup: "?string";
            customDataType: "?string";
            defaultValue: "?string";
            deleteConstraint: "?string";
            deprecated: "?boolean";
            description: "?string";
            displayFormat: "?string";
            encryptionScheme: "?string";
            escapeMarkup: "?boolean";
            externalDeveloperName: "?string";
            externalId: "?boolean";
            fieldManageability: "?string";
            formula: "?string";
            formulaTreatBlanksAs: "?string";
            inlineHelpText: "?string";
            isAIPredictionField: "?boolean";
            isConvertLeadDisabled: "?boolean";
            isFilteringDisabled: "?boolean";
            isNameField: "?boolean";
            isSortingDisabled: "?boolean";
            label: "?string";
            length: "?number";
            lookupFilter: "?LookupFilter";
            maskChar: "?string";
            maskType: "?string";
            metadataRelationshipControllingField: "?string";
            populateExistingRows: "?boolean";
            precision: "?number";
            referenceTargetField: "?string";
            referenceTo: "?string";
            relationshipLabel: "?string";
            relationshipName: "?string";
            relationshipOrder: "?number";
            reparentableMasterDetail: "?boolean";
            required: "?boolean";
            restrictedAdminField: "?boolean";
            scale: "?number";
            securityClassification: "?string";
            startingNumber: "?number";
            stripMarkup: "?boolean";
            summarizedField: "?string";
            summaryFilterItems: readonly ["FilterItem"];
            summaryForeignKey: "?string";
            summaryOperation: "?string";
            trackFeedHistory: "?boolean";
            trackHistory: "?boolean";
            trackTrending: "?boolean";
            translateData: "?boolean";
            type: "?string";
            unique: "?boolean";
            valueSet: "?ValueSet";
            visibleLines: "?number";
            writeRequiresMasterRead: "?boolean";
        };
        type: "CustomField";
    };
    CustomFieldTranslation: {
        props: {
            caseValues: readonly ["ObjectNameCaseValue"];
            gender: "?string";
            help: "?string";
            label: "?string";
            lookupFilter: "?LookupFilterTranslation";
            name: "string";
            picklistValues: readonly ["PicklistValueTranslation"];
            relationshipLabel: "?string";
            startsWith: "?string";
        };
        type: "CustomFieldTranslation";
    };
    CustomHelpMenuItem: {
        props: {
            linkUrl: "string";
            masterLabel: "string";
            sortOrder: "number";
        };
        type: "CustomHelpMenuItem";
    };
    CustomHelpMenuSection: {
        extends: "Metadata";
        props: {
            customHelpMenuItems: readonly ["CustomHelpMenuItem"];
            masterLabel: "string";
        };
        type: "CustomHelpMenuSection";
    };
    CustomHttpHeader: {
        props: {
            description: "?string";
            headerFieldName: "string";
            headerFieldValue: "string";
            isActive: "?boolean";
        };
        type: "CustomHttpHeader";
    };
    CustomLabel: {
        extends: "Metadata";
        props: {
            categories: "?string";
            language: "string";
            protected: "boolean";
            shortDescription: "string";
            value: "string";
        };
        type: "CustomLabel";
    };
    CustomLabelTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "CustomLabelTranslation";
    };
    CustomLabels: {
        extends: "Metadata";
        props: {
            labels: readonly ["CustomLabel"];
        };
        type: "CustomLabels";
    };
    CustomMetadata: {
        extends: "Metadata";
        props: {
            description: "?string";
            label: "?string";
            protected: "?boolean";
            values: readonly ["CustomMetadataValue"];
        };
        type: "CustomMetadata";
    };
    CustomMetadataValue: {
        props: {
            field: "string";
            value: "?any";
        };
        type: "CustomMetadataValue";
    };
    CustomNotificationType: {
        extends: "Metadata";
        props: {
            customNotifTypeName: "string";
            description: "?string";
            desktop: "boolean";
            masterLabel: "string";
            mobile: "boolean";
        };
        type: "CustomNotificationType";
    };
    CustomObject: {
        extends: "Metadata";
        props: {
            actionOverrides: readonly ["ActionOverride"];
            allowInChatterGroups: "?boolean";
            articleTypeChannelDisplay: "?ArticleTypeChannelDisplay";
            businessProcesses: readonly ["BusinessProcess"];
            compactLayoutAssignment: "?string";
            compactLayouts: readonly ["CompactLayout"];
            customHelp: "?string";
            customHelpPage: "?string";
            customSettingsType: "?string";
            deploymentStatus: "?string";
            deprecated: "?boolean";
            description: "?string";
            enableActivities: "?boolean";
            enableBulkApi: "?boolean";
            enableDataTranslation: "?boolean";
            enableDivisions: "?boolean";
            enableEnhancedLookup: "?boolean";
            enableFeeds: "?boolean";
            enableHistory: "?boolean";
            enableLicensing: "?boolean";
            enableReports: "?boolean";
            enableSearch: "?boolean";
            enableSharing: "?boolean";
            enableStreamingApi: "?boolean";
            eventType: "?string";
            externalDataSource: "?string";
            externalName: "?string";
            externalRepository: "?string";
            externalSharingModel: "?string";
            fieldSets: readonly ["FieldSet"];
            fields: readonly ["CustomField"];
            gender: "?string";
            historyRetentionPolicy: "?HistoryRetentionPolicy";
            household: "?boolean";
            indexes: readonly ["Index"];
            label: "?string";
            listViews: readonly ["ListView"];
            nameField: "?CustomField";
            pluralLabel: "?string";
            profileSearchLayouts: readonly ["ProfileSearchLayouts"];
            publishBehavior: "?string";
            recordTypeTrackFeedHistory: "?boolean";
            recordTypeTrackHistory: "?boolean";
            recordTypes: readonly ["RecordType"];
            searchLayouts: "?SearchLayouts";
            sharingModel: "?string";
            sharingReasons: readonly ["SharingReason"];
            sharingRecalculations: readonly ["SharingRecalculation"];
            startsWith: "?string";
            validationRules: readonly ["ValidationRule"];
            visibility: "?string";
            webLinks: readonly ["WebLink"];
        };
        type: "CustomObject";
    };
    CustomObjectTranslation: {
        extends: "Metadata";
        props: {
            caseValues: readonly ["ObjectNameCaseValue"];
            fieldSets: readonly ["FieldSetTranslation"];
            fields: readonly ["CustomFieldTranslation"];
            gender: "?string";
            layouts: readonly ["LayoutTranslation"];
            nameFieldLabel: "?string";
            quickActions: readonly ["QuickActionTranslation"];
            recordTypes: readonly ["RecordTypeTranslation"];
            sharingReasons: readonly ["SharingReasonTranslation"];
            standardFields: readonly ["StandardFieldTranslation"];
            startsWith: "?string";
            validationRules: readonly ["ValidationRuleTranslation"];
            webLinks: readonly ["WebLinkTranslation"];
            workflowTasks: readonly ["WorkflowTaskTranslation"];
        };
        type: "CustomObjectTranslation";
    };
    CustomPageWebLink: {
        extends: "Metadata";
        props: {
            availability: "string";
            description: "?string";
            displayType: "string";
            encodingKey: "?string";
            hasMenubar: "?boolean";
            hasScrollbars: "?boolean";
            hasToolbar: "?boolean";
            height: "?number";
            isResizable: "?boolean";
            linkType: "string";
            masterLabel: "?string";
            openType: "string";
            page: "?string";
            position: "?string";
            protected: "boolean";
            requireRowSelection: "?boolean";
            scontrol: "?string";
            showsLocation: "?boolean";
            showsStatus: "?boolean";
            url: "?string";
            width: "?number";
        };
        type: "CustomPageWebLink";
    };
    CustomPageWebLinkTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "CustomPageWebLinkTranslation";
    };
    CustomPermission: {
        extends: "Metadata";
        props: {
            connectedApp: "?string";
            description: "?string";
            label: "string";
            requiredPermission: readonly ["CustomPermissionDependencyRequired"];
        };
        type: "CustomPermission";
    };
    CustomPermissionDependencyRequired: {
        props: {
            customPermission: "string";
            dependency: "boolean";
        };
        type: "CustomPermissionDependencyRequired";
    };
    CustomShortcut: {
        extends: "DefaultShortcut";
        props: {
            description: "?string";
            eventName: "string";
        };
        type: "CustomShortcut";
    };
    CustomSite: {
        extends: "Metadata";
        props: {
            active: "boolean";
            allowHomePage: "boolean";
            allowStandardAnswersPages: "?boolean";
            allowStandardIdeasPages: "boolean";
            allowStandardLookups: "boolean";
            allowStandardPortalPages: "boolean";
            allowStandardSearch: "boolean";
            analyticsTrackingCode: "?string";
            authorizationRequiredPage: "?string";
            bandwidthExceededPage: "?string";
            browserXssProtection: "boolean";
            changePasswordPage: "?string";
            chatterAnswersForgotPasswordConfirmPage: "?string";
            chatterAnswersForgotPasswordPage: "?string";
            chatterAnswersHelpPage: "?string";
            chatterAnswersLoginPage: "?string";
            chatterAnswersRegistrationPage: "?string";
            clickjackProtectionLevel: "string";
            contentSniffingProtection: "boolean";
            cspUpgradeInsecureRequests: "boolean";
            customWebAddresses: readonly ["SiteWebAddress"];
            description: "?string";
            enableAuraRequests: "?boolean";
            favoriteIcon: "?string";
            fileNotFoundPage: "?string";
            forgotPasswordPage: "?string";
            genericErrorPage: "?string";
            guestProfile: "?string";
            inMaintenancePage: "?string";
            inactiveIndexPage: "?string";
            indexPage: "string";
            masterLabel: "string";
            myProfilePage: "?string";
            portal: "?string";
            referrerPolicyOriginWhenCrossOrigin: "boolean";
            requireHttps: "boolean";
            requireInsecurePortalAccess: "boolean";
            robotsTxtPage: "?string";
            rootComponent: "?string";
            selfRegPage: "?string";
            serverIsDown: "?string";
            siteAdmin: "?string";
            siteRedirectMappings: readonly ["SiteRedirectMapping"];
            siteTemplate: "?string";
            siteType: "string";
            subdomain: "?string";
            urlPathPrefix: "?string";
        };
        type: "CustomSite";
    };
    CustomTab: {
        extends: "Metadata";
        props: {
            actionOverrides: readonly ["ActionOverride"];
            auraComponent: "?string";
            customObject: "?boolean";
            description: "?string";
            flexiPage: "?string";
            frameHeight: "?number";
            hasSidebar: "?boolean";
            icon: "?string";
            label: "?string";
            lwcComponent: "?string";
            motif: "?string";
            page: "?string";
            scontrol: "?string";
            splashPageLink: "?string";
            url: "?string";
            urlEncodingKey: "?string";
        };
        type: "CustomTab";
    };
    CustomTabTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "CustomTabTranslation";
    };
    CustomValue: {
        extends: "Metadata";
        props: {
            color: "?string";
            default: "boolean";
            description: "?string";
            isActive: "?boolean";
            label: "?string";
        };
        type: "CustomValue";
    };
    Dashboard: {
        extends: "Metadata";
        props: {
            backgroundEndColor: "string";
            backgroundFadeDirection: "string";
            backgroundStartColor: "string";
            chartTheme: "?string";
            colorPalette: "?string";
            dashboardChartTheme: "?string";
            dashboardColorPalette: "?string";
            dashboardFilters: readonly ["DashboardFilter"];
            dashboardGridLayout: "?DashboardGridLayout";
            dashboardResultRefreshedDate: "?string";
            dashboardResultRunningUser: "?string";
            dashboardType: "?string";
            description: "?string";
            folderName: "?string";
            isGridLayout: "?boolean";
            leftSection: "?DashboardComponentSection";
            middleSection: "?DashboardComponentSection";
            numSubscriptions: "?number";
            rightSection: "?DashboardComponentSection";
            runningUser: "?string";
            textColor: "string";
            title: "string";
            titleColor: "string";
            titleSize: "number";
        };
        type: "Dashboard";
    };
    DashboardComponent: {
        props: {
            autoselectColumnsFromReport: "?boolean";
            chartAxisRange: "?string";
            chartAxisRangeMax: "?number";
            chartAxisRangeMin: "?number";
            chartSummary: readonly ["ChartSummary"];
            componentChartTheme: "?string";
            componentType: "string";
            dashboardFilterColumns: readonly ["DashboardFilterColumn"];
            dashboardTableColumn: readonly ["DashboardTableColumn"];
            decimalPrecision: "?number";
            displayUnits: "?string";
            drillDownUrl: "?string";
            drillEnabled: "?boolean";
            drillToDetailEnabled: "?boolean";
            enableHover: "?boolean";
            expandOthers: "?boolean";
            flexComponentProperties: "?DashboardFlexTableComponentProperties";
            footer: "?string";
            gaugeMax: "?number";
            gaugeMin: "?number";
            groupingColumn: readonly ["string"];
            groupingSortProperties: "?DashboardComponentGroupingSortProperties";
            header: "?string";
            indicatorBreakpoint1: "?number";
            indicatorBreakpoint2: "?number";
            indicatorHighColor: "?string";
            indicatorLowColor: "?string";
            indicatorMiddleColor: "?string";
            legendPosition: "?string";
            maxValuesDisplayed: "?number";
            metricLabel: "?string";
            page: "?string";
            pageHeightInPixels: "?number";
            report: "?string";
            scontrol: "?string";
            scontrolHeightInPixels: "?number";
            showPercentage: "?boolean";
            showPicturesOnCharts: "?boolean";
            showPicturesOnTables: "?boolean";
            showRange: "?boolean";
            showTotal: "?boolean";
            showValues: "?boolean";
            sortBy: "?string";
            title: "?string";
            useReportChart: "?boolean";
        };
        type: "DashboardComponent";
    };
    DashboardComponentColumn: {
        props: {
            breakPoint1: "?number";
            breakPoint2: "?number";
            breakPointOrder: "?number";
            highRangeColor: "?number";
            lowRangeColor: "?number";
            midRangeColor: "?number";
            reportColumn: "string";
            showSubTotal: "?boolean";
            showTotal: "?boolean";
            type: "string";
        };
        type: "DashboardComponentColumn";
    };
    DashboardComponentGroupingSort: {
        props: {
            groupingLevel: "string";
            inheritedReportGroupingSort: "?string";
            sortColumn: "?string";
            sortOrder: "?string";
        };
        type: "DashboardComponentGroupingSort";
    };
    DashboardComponentGroupingSortProperties: {
        props: {
            groupingSorts: readonly ["DashboardComponentGroupingSort"];
        };
        type: "DashboardComponentGroupingSortProperties";
    };
    DashboardComponentSection: {
        props: {
            columnSize: "string";
            components: readonly ["DashboardComponent"];
        };
        type: "DashboardComponentSection";
    };
    DashboardComponentSortInfo: {
        props: {
            sortColumn: "?string";
            sortOrder: "?string";
        };
        type: "DashboardComponentSortInfo";
    };
    DashboardFilter: {
        props: {
            dashboardFilterOptions: readonly ["DashboardFilterOption"];
            name: "string";
        };
        type: "DashboardFilter";
    };
    DashboardFilterColumn: {
        props: {
            column: "string";
        };
        type: "DashboardFilterColumn";
    };
    DashboardFilterOption: {
        props: {
            operator: "string";
            values: readonly ["string"];
        };
        type: "DashboardFilterOption";
    };
    DashboardFlexTableComponentProperties: {
        props: {
            decimalPrecision: "?number";
            flexTableColumn: readonly ["DashboardComponentColumn"];
            flexTableSortInfo: "?DashboardComponentSortInfo";
            hideChatterPhotos: "?boolean";
        };
        type: "DashboardFlexTableComponentProperties";
    };
    DashboardFolder: {
        extends: "Folder";
        props: {};
        type: "DashboardFolder";
    };
    DashboardGridComponent: {
        props: {
            colSpan: "number";
            columnIndex: "number";
            dashboardComponent: "DashboardComponent";
            rowIndex: "number";
            rowSpan: "number";
        };
        type: "DashboardGridComponent";
    };
    DashboardGridLayout: {
        props: {
            dashboardGridComponents: readonly ["DashboardGridComponent"];
            numberOfColumns: "number";
            rowHeight: "number";
        };
        type: "DashboardGridLayout";
    };
    DashboardMobileSettings: {
        props: {
            enableDashboardIPadApp: "?boolean";
        };
        type: "DashboardMobileSettings";
    };
    DashboardTableColumn: {
        props: {
            aggregateType: "?string";
            calculatePercent: "?boolean";
            column: "string";
            decimalPlaces: "?number";
            showSubTotal: "?boolean";
            showTotal: "?boolean";
            sortBy: "?string";
        };
        type: "DashboardTableColumn";
    };
    DataCategory: {
        props: {
            dataCategory: readonly ["DataCategory"];
            label: "string";
            name: "string";
        };
        type: "DataCategory";
    };
    DataCategoryGroup: {
        extends: "Metadata";
        props: {
            active: "boolean";
            dataCategory: "DataCategory";
            description: "?string";
            label: "string";
            objectUsage: "?ObjectUsage";
        };
        type: "DataCategoryGroup";
    };
    DataDotComSettings: {
        extends: "Metadata";
        props: {
            enableAccountExportButtonOff: "?boolean";
            enableAccountImportButtonOff: "?boolean";
            enableAllowDupeContactFromLead: "?boolean";
            enableAllowDupeLeadFromContact: "?boolean";
            enableCleanUpgradeRequested: "?boolean";
            enableContactExportButtonOff: "?boolean";
            enableContactImportButtonOff: "?boolean";
        };
        type: "DataDotComSettings";
    };
    DefaultShortcut: {
        props: {
            action: "string";
            active: "boolean";
            keyCommand: "string";
        };
        type: "DefaultShortcut";
    };
    DelegateGroup: {
        extends: "Metadata";
        props: {
            customObjects: readonly ["string"];
            groups: readonly ["string"];
            label: "string";
            loginAccess: "boolean";
            permissionSets: readonly ["string"];
            profiles: readonly ["string"];
            roles: readonly ["string"];
        };
        type: "DelegateGroup";
    };
    DeleteResult: {
        props: {
            errors: readonly ["Error"];
            fullName: "string";
            success: "boolean";
        };
        type: "DeleteResult";
    };
    DeployDetails: {
        props: {
            componentFailures: readonly ["DeployMessage"];
            componentSuccesses: readonly ["DeployMessage"];
            retrieveResult: "?RetrieveResult";
            runTestResult: "?RunTestsResult";
        };
        type: "DeployDetails";
    };
    DeployMessage: {
        props: {
            changed: "boolean";
            columnNumber: "?number";
            componentType: "?string";
            created: "boolean";
            createdDate: "string";
            deleted: "boolean";
            fileName: "string";
            fullName: "string";
            id: "?string";
            lineNumber: "?number";
            problem: "?string";
            problemType: "?string";
            success: "boolean";
        };
        type: "DeployMessage";
    };
    DeployOptions: {
        props: {
            allowMissingFiles: "boolean";
            autoUpdatePackage: "boolean";
            checkOnly: "boolean";
            ignoreWarnings: "boolean";
            performRetrieve: "boolean";
            purgeOnDelete: "boolean";
            rollbackOnError: "boolean";
            runTests: readonly ["string"];
            singlePackage: "boolean";
            testLevel: "string";
        };
        type: "DeployOptions";
    };
    DeployResult: {
        props: {
            canceledBy: "?string";
            canceledByName: "?string";
            checkOnly: "boolean";
            completedDate: "?string";
            createdBy: "string";
            createdByName: "string";
            createdDate: "string";
            details: "DeployDetails";
            done: "boolean";
            errorMessage: "?string";
            errorStatusCode: "?string";
            id: "string";
            ignoreWarnings: "boolean";
            lastModifiedDate: "?string";
            numberComponentErrors: "number";
            numberComponentsDeployed: "number";
            numberComponentsTotal: "number";
            numberTestErrors: "number";
            numberTestsCompleted: "number";
            numberTestsTotal: "number";
            rollbackOnError: "boolean";
            runTestsEnabled: "boolean";
            startDate: "?string";
            stateDetail: "?string";
            status: "string";
            success: "boolean";
        };
        type: "DeployResult";
    };
    DeploymentSettings: {
        extends: "Metadata";
        props: {
            doesSkipAsyncApexValidation: "?boolean";
        };
        type: "DeploymentSettings";
    };
    DescribeMetadataObject: {
        props: {
            childXmlNames: readonly ["string"];
            directoryName: "string";
            inFolder: "boolean";
            metaFile: "boolean";
            suffix: "?string";
            xmlName: "string";
        };
        type: "DescribeMetadataObject";
    };
    DescribeMetadataResult: {
        props: {
            metadataObjects: readonly ["DescribeMetadataObject"];
            organizationNamespace: "string";
            partialSaveAllowed: "boolean";
            testRequired: "boolean";
        };
        type: "DescribeMetadataResult";
    };
    DescribeValueTypeResult: {
        props: {
            apiCreatable: "boolean";
            apiDeletable: "boolean";
            apiReadable: "boolean";
            apiUpdatable: "boolean";
            parentField: "?ValueTypeField";
            valueTypeFields: readonly ["ValueTypeField"];
        };
        type: "DescribeValueTypeResult";
    };
    DevHubSettings: {
        extends: "Metadata";
        props: {
            enableShapeExportPref: "?boolean";
        };
        type: "DevHubSettings";
    };
    DiscoverySettings: {
        extends: "Metadata";
        props: {
            enableEinsteinAnswersPref: "?boolean";
        };
        type: "DiscoverySettings";
    };
    Document: {
        extends: "MetadataWithContent";
        props: {
            description: "?string";
            internalUseOnly: "boolean";
            keywords: "?string";
            name: "?string";
            public: "boolean";
        };
        type: "Document";
    };
    DocumentFolder: {
        extends: "Folder";
        props: {};
        type: "DocumentFolder";
    };
    DocumentType: {
        extends: "Metadata";
        props: {
            description: "string";
            isActive: "boolean";
            masterLabel: "string";
        };
        type: "DocumentType";
    };
    DuplicateRule: {
        extends: "Metadata";
        props: {
            actionOnInsert: "string";
            actionOnUpdate: "string";
            alertText: "?string";
            description: "?string";
            duplicateRuleFilter: "?DuplicateRuleFilter";
            duplicateRuleMatchRules: readonly ["?", "DuplicateRuleMatchRule"];
            isActive: "boolean";
            masterLabel: "string";
            operationsOnInsert: readonly ["string"];
            operationsOnUpdate: readonly ["string"];
            securityOption: "string";
            sortOrder: "number";
        };
        type: "DuplicateRule";
    };
    DuplicateRuleFilter: {
        props: {
            booleanFilter: "?string";
            duplicateRuleFilterItems: readonly ["DuplicateRuleFilterItem"];
        };
        type: "DuplicateRuleFilter";
    };
    DuplicateRuleFilterItem: {
        extends: "FilterItem";
        props: {
            sortOrder: "number";
            table: "string";
        };
        type: "DuplicateRuleFilterItem";
    };
    DuplicateRuleMatchRule: {
        props: {
            matchRuleSObjectType: "string";
            matchingRule: "string";
            objectMapping: "?ObjectMapping";
        };
        type: "DuplicateRuleMatchRule";
    };
    EACSettings: {
        extends: "Metadata";
        props: {
            enableEACForEveryonePref: "?boolean";
            enableInboxActivitySharing: "?boolean";
            enableInsightsInTimeline: "?boolean";
            enableInsightsInTimelineEacStd: "?boolean";
        };
        type: "EACSettings";
    };
    EclairGeoData: {
        extends: "MetadataWithContent";
        props: {
            maps: readonly ["EclairMap"];
            masterLabel: "string";
        };
        type: "EclairGeoData";
    };
    EclairMap: {
        props: {
            boundingBoxBottom: "?number";
            boundingBoxLeft: "?number";
            boundingBoxRight: "?number";
            boundingBoxTop: "?number";
            mapLabel: "?string";
            mapName: "string";
            projection: "string";
        };
        type: "EclairMap";
    };
    EmailAdministrationSettings: {
        extends: "Metadata";
        props: {
            enableComplianceBcc: "?boolean";
            enableEmailConsentManagement: "?boolean";
            enableEmailSenderIdCompliance: "?boolean";
            enableEmailSpfCompliance: "?boolean";
            enableEmailToSalesforce: "?boolean";
            enableEmailWorkflowApproval: "?boolean";
            enableEnhancedEmailEnabled: "?boolean";
            enableHandleBouncedEmails: "?boolean";
            enableHtmlEmail: "?boolean";
            enableListEmailLogActivities: "?boolean";
            enableResendBouncedEmails: "?boolean";
            enableRestrictTlsToDomains: "?boolean";
            enableSendThroughGmailPref: "?boolean";
            enableSendViaExchangePref: "?boolean";
            enableSendViaGmailPref: "?boolean";
            enableSetMatchingEmailsOnBounce: "?boolean";
            enableUseOrgFootersForExtTrans: "?boolean";
            sendEmailsEvenWhenAutomationUpdatesSameRecord: "?boolean";
            sendMassEmailNotification: "?boolean";
            sendTextOnlySystemEmails: "?boolean";
        };
        type: "EmailAdministrationSettings";
    };
    EmailFolder: {
        extends: "Folder";
        props: {};
        type: "EmailFolder";
    };
    EmailIntegrationSettings: {
        extends: "Metadata";
        props: {
            doesEmailLogAsEmailMessageInOutlook: "?boolean";
            doesGmailStayConnectedToSalesforce: "?boolean";
            enableContactAndEventSync: "?boolean";
            enableEmailTrackingInMobile: "?boolean";
            enableEngageForOutlook: "?boolean";
            enableGmailIntegration: "?boolean";
            enableOutlookIntegration: "?boolean";
            enableProductivityFeatures: "?boolean";
            enableSupplementalContactInfoInMobile: "?boolean";
            isLayoutCustomizationAllowed: "?boolean";
            shouldUseTrustedDomainsList: "?boolean";
        };
        type: "EmailIntegrationSettings";
    };
    EmailServicesAddress: {
        props: {
            authorizedSenders: "?string";
            developerName: "string";
            isActive: "?boolean";
            localPart: "string";
            runAsUser: "string";
        };
        type: "EmailServicesAddress";
    };
    EmailServicesFunction: {
        extends: "Metadata";
        props: {
            apexClass: "string";
            attachmentOption: "string";
            authenticationFailureAction: "string";
            authorizationFailureAction: "string";
            authorizedSenders: "?string";
            emailServicesAddresses: readonly ["EmailServicesAddress"];
            errorRoutingAddress: "?string";
            functionInactiveAction: "string";
            functionName: "string";
            isActive: "?boolean";
            isAuthenticationRequired: "?boolean";
            isErrorRoutingEnabled: "?boolean";
            isTextAttachmentsAsBinary: "?boolean";
            isTlsRequired: "?boolean";
            overLimitAction: "string";
        };
        type: "EmailServicesFunction";
    };
    EmailTemplate: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "?number";
            attachedDocuments: readonly ["string"];
            attachments: readonly ["Attachment"];
            available: "boolean";
            description: "?string";
            encodingKey: "string";
            letterhead: "?string";
            name: "string";
            packageVersions: readonly ["PackageVersion"];
            relatedEntityType: "?string";
            style: "string";
            subject: "?string";
            textOnly: "?string";
            type: "string";
            uiType: "?string";
        };
        type: "EmailTemplate";
    };
    EmailTemplateSettings: {
        extends: "Metadata";
        props: {
            enableLwcEmailTemplateBuilder: "?boolean";
            enableTemplateEnhancedFolderPref: "?boolean";
        };
        type: "EmailTemplateSettings";
    };
    EmailToCaseRoutingAddress: {
        props: {
            addressType: "?string";
            authorizedSenders: "?string";
            caseOrigin: "?string";
            caseOwner: "?string";
            caseOwnerType: "?string";
            casePriority: "?string";
            createTask: "?boolean";
            emailAddress: "?string";
            emailServicesAddress: "?string";
            isVerified: "?boolean";
            routingName: "?string";
            saveEmailHeaders: "?boolean";
            taskStatus: "?string";
        };
        type: "EmailToCaseRoutingAddress";
    };
    EmailToCaseSettings: {
        props: {
            enableE2CAttachmentAsFile: "?boolean";
            enableE2CSourceTracking: "?boolean";
            enableEmailToCase: "?boolean";
            enableHtmlEmail: "?boolean";
            enableOnDemandEmailToCase: "?boolean";
            enableThreadIDInBody: "?boolean";
            enableThreadIDInSubject: "?boolean";
            notifyOwnerOnNewCaseEmail: "?boolean";
            overEmailLimitAction: "?string";
            preQuoteSignature: "?boolean";
            routingAddresses: readonly ["EmailToCaseRoutingAddress"];
            unauthorizedSenderAction: "?string";
        };
        type: "EmailToCaseSettings";
    };
    EmbeddedServiceAppointmentSettings: {
        props: {
            appointmentConfirmImg: "?string";
            enabled: "boolean";
            homeImg: "?string";
            logoImg: "?string";
            shouldShowExistingAppointment: "?boolean";
            shouldShowNewAppointment: "?boolean";
        };
        type: "EmbeddedServiceAppointmentSettings";
    };
    EmbeddedServiceBranding: {
        extends: "Metadata";
        props: {
            contrastInvertedColor: "?string";
            contrastPrimaryColor: "?string";
            embeddedServiceConfig: "string";
            font: "?string";
            height: "?number";
            masterLabel: "string";
            navBarColor: "?string";
            primaryColor: "?string";
            secondaryColor: "?string";
            width: "?number";
        };
        type: "EmbeddedServiceBranding";
    };
    EmbeddedServiceConfig: {
        extends: "Metadata";
        props: {
            areGuestUsersAllowed: "?boolean";
            authMethod: "?string";
            embeddedServiceAppointmentSettings: "?EmbeddedServiceAppointmentSettings";
            embeddedServiceCustomComponents: readonly ["EmbeddedServiceCustomComponent"];
            embeddedServiceCustomLabels: readonly ["EmbeddedServiceCustomLabel"];
            embeddedServiceFlowConfig: "?EmbeddedServiceFlowConfig";
            embeddedServiceFlows: readonly ["EmbeddedServiceFlow"];
            embeddedServiceLayouts: readonly ["EmbeddedServiceLayout"];
            masterLabel: "string";
            shouldHideAuthDialog: "?boolean";
            site: "string";
        };
        type: "EmbeddedServiceConfig";
    };
    EmbeddedServiceCustomComponent: {
        props: {
            componentBundleType: "?string";
            customComponent: "?string";
            customComponentType: "?string";
        };
        type: "EmbeddedServiceCustomComponent";
    };
    EmbeddedServiceCustomLabel: {
        props: {
            customLabel: "?string";
            feature: "?string";
            labelKey: "?string";
        };
        type: "EmbeddedServiceCustomLabel";
    };
    EmbeddedServiceFlow: {
        props: {
            flow: "string";
            flowType: "string";
            isAuthenticationRequired: "boolean";
        };
        type: "EmbeddedServiceFlow";
    };
    EmbeddedServiceFlowConfig: {
        extends: "Metadata";
        props: {
            enabled: "boolean";
        };
        type: "EmbeddedServiceFlowConfig";
    };
    EmbeddedServiceLayout: {
        props: {
            embeddedServiceLayoutRules: readonly ["EmbeddedServiceLayoutRule"];
            layout: "string";
            layoutType: "?string";
        };
        type: "EmbeddedServiceLayout";
    };
    EmbeddedServiceLayoutRule: {
        props: {
            appointmentStatus: "string";
        };
        type: "EmbeddedServiceLayoutRule";
    };
    EmbeddedServiceLiveAgent: {
        extends: "Metadata";
        props: {
            avatarImg: "?string";
            embeddedServiceConfig: "string";
            embeddedServiceQuickActions: readonly ["EmbeddedServiceQuickAction"];
            enabled: "boolean";
            fontSize: "string";
            headerBackgroundImg: "?string";
            isOfflineCaseEnabled: "?boolean";
            isQueuePositionEnabled: "?boolean";
            liveAgentChatUrl: "?string";
            liveAgentContentUrl: "?string";
            liveChatButton: "string";
            liveChatDeployment: "string";
            masterLabel: "string";
            offlineCaseBackgroundImg: "?string";
            prechatBackgroundImg: "?string";
            prechatEnabled: "boolean";
            prechatJson: "?string";
            scenario: "string";
            smallCompanyLogoImg: "?string";
            waitingStateBackgroundImg: "?string";
        };
        type: "EmbeddedServiceLiveAgent";
    };
    EmbeddedServiceMenuItem: {
        props: {
            channel: "?string";
            channelType: "?string";
            displayOrder: "?number";
            phoneNumber: "?string";
        };
        type: "EmbeddedServiceMenuItem";
    };
    EmbeddedServiceMenuSettings: {
        extends: "Metadata";
        props: {
            branding: "?string";
            embeddedServiceMenuItems: readonly ["EmbeddedServiceMenuItem"];
            isEnabled: "?boolean";
            masterLabel: "?string";
            site: "?string";
        };
        type: "EmbeddedServiceMenuSettings";
    };
    EmbeddedServiceQuickAction: {
        props: {
            embeddedServiceLiveAgent: "string";
            order: "number";
            quickActionDefinition: "string";
            quickActionType: "?string";
        };
        type: "EmbeddedServiceQuickAction";
    };
    EncryptionKeySettings: {
        extends: "Metadata";
        props: {
            canOptOutOfDerivationWithBYOK: "?boolean";
            enableCacheOnlyKeys: "?boolean";
            enableReplayDetection: "?boolean";
        };
        type: "EncryptionKeySettings";
    };
    EnhancedNotesSettings: {
        extends: "Metadata";
        props: {
            enableEnhancedNotes: "?boolean";
            enableTasksOnEnhancedNotes: "?boolean";
        };
        type: "EnhancedNotesSettings";
    };
    EntitlementProcess: {
        extends: "Metadata";
        props: {
            SObjectType: "?string";
            active: "?boolean";
            businessHours: "?string";
            description: "?string";
            entryStartDateField: "?string";
            exitCriteriaBooleanFilter: "?string";
            exitCriteriaFilterItems: readonly ["FilterItem"];
            exitCriteriaFormula: "?string";
            isRecordTypeApplied: "?boolean";
            isVersionDefault: "?boolean";
            milestones: readonly ["EntitlementProcessMilestoneItem"];
            name: "?string";
            recordType: "?string";
            versionMaster: "?string";
            versionNotes: "?string";
            versionNumber: "?number";
        };
        type: "EntitlementProcess";
    };
    EntitlementProcessMilestoneItem: {
        props: {
            businessHours: "?string";
            criteriaBooleanFilter: "?string";
            milestoneCriteriaFilterItems: readonly ["FilterItem"];
            milestoneCriteriaFormula: "?string";
            milestoneName: "?string";
            minutesCustomClass: "?string";
            minutesToComplete: "?number";
            successActions: readonly ["WorkflowActionReference"];
            timeTriggers: readonly ["EntitlementProcessMilestoneTimeTrigger"];
            useCriteriaStartTime: "?boolean";
        };
        type: "EntitlementProcessMilestoneItem";
    };
    EntitlementProcessMilestoneTimeTrigger: {
        props: {
            actions: readonly ["WorkflowActionReference"];
            timeLength: "?number";
            workflowTimeTriggerUnit: "string";
        };
        type: "EntitlementProcessMilestoneTimeTrigger";
    };
    EntitlementSettings: {
        extends: "Metadata";
        props: {
            assetLookupLimitedToActiveEntitlementsOnAccount: "?boolean";
            assetLookupLimitedToActiveEntitlementsOnContact: "?boolean";
            assetLookupLimitedToSameAccount: "?boolean";
            assetLookupLimitedToSameContact: "?boolean";
            enableEntitlementVersioning: "boolean";
            enableEntitlements: "boolean";
            enableMilestoneFeedItem: "?boolean";
            enableMilestoneStoppedTime: "?boolean";
            entitlementLookupLimitedToActiveStatus: "?boolean";
            entitlementLookupLimitedToSameAccount: "?boolean";
            entitlementLookupLimitedToSameAsset: "?boolean";
            entitlementLookupLimitedToSameContact: "?boolean";
            ignoreMilestoneBusinessHours: "?boolean";
        };
        type: "EntitlementSettings";
    };
    EntitlementTemplate: {
        extends: "Metadata";
        props: {
            businessHours: "?string";
            casesPerEntitlement: "?number";
            entitlementProcess: "?string";
            isPerIncident: "?boolean";
            term: "?number";
            type: "?string";
        };
        type: "EntitlementTemplate";
    };
    EntityImplements: {
        extends: "Metadata";
        props: {
            fieldMap: readonly ["FieldImplements"];
            interface: "?string";
            isDefault: "?boolean";
        };
        type: "EntityImplements";
    };
    Error: {
        props: {
            extendedErrorDetails: readonly ["ExtendedErrorDetails"];
            fields: readonly ["string"];
            message: "string";
            statusCode: "string";
        };
        type: "Error";
    };
    EscalationAction: {
        props: {
            assignedTo: "?string";
            assignedToTemplate: "?string";
            assignedToType: "?string";
            minutesToEscalation: "?number";
            notifyCaseOwner: "?boolean";
            notifyEmail: readonly ["string"];
            notifyTo: "?string";
            notifyToTemplate: "?string";
        };
        type: "EscalationAction";
    };
    EscalationRule: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            ruleEntry: readonly ["RuleEntry"];
        };
        type: "EscalationRule";
    };
    EscalationRules: {
        extends: "Metadata";
        props: {
            escalationRule: readonly ["EscalationRule"];
        };
        type: "EscalationRules";
    };
    EssentialsSettings: {
        extends: "Metadata";
        props: {
            emailConnectorEnabled: "?boolean";
            essentialsAppEnabled: "?boolean";
        };
        type: "EssentialsSettings";
    };
    EssentialsTrialOrgSettings: {
        extends: "Metadata";
        props: {
            enableSampleDataDeleted: "?boolean";
        };
        type: "EssentialsTrialOrgSettings";
    };
    EventSettings: {
        extends: "Metadata";
        props: {
            enableApexLimitEvents: "?boolean";
            enableDeleteMonitoringData: "?boolean";
            enableDynamicStreamingChannel: "?boolean";
            enableEventLogWaveIntegration: "?boolean";
            enableLoginForensics: "?boolean";
            enableStreamingApi: "?boolean";
            enableTerminateOldestSession: "?boolean";
            enableTransactionSecurityPolicies: "?boolean";
        };
        type: "EventSettings";
    };
    ExperienceBundleSettings: {
        extends: "Metadata";
        props: {
            enableExperienceBundleMetadata: "?boolean";
        };
        type: "ExperienceBundleSettings";
    };
    ExtendedErrorDetails: {
        props: {
            extendedErrorCode: "string";
        };
        type: "ExtendedErrorDetails";
    };
    ExternalConnectionProperty: {
        props: {
            propertyName: "string";
            propertyValue: "string";
        };
        type: "ExternalConnectionProperty";
    };
    ExternalDataSource: {
        extends: "Metadata";
        props: {
            authProvider: "?string";
            certificate: "?string";
            customConfiguration: "?string";
            customHttpHeaders: readonly ["CustomHttpHeader"];
            endpoint: "?string";
            isWritable: "?boolean";
            label: "string";
            oauthRefreshToken: "?string";
            oauthScope: "?string";
            oauthToken: "?string";
            password: "?string";
            principalType: "string";
            protocol: "string";
            repository: "?string";
            type: "string";
            username: "?string";
            version: "?string";
        };
        type: "ExternalDataSource";
    };
    ExternalServiceRegistration: {
        extends: "Metadata";
        props: {
            description: "?string";
            label: "string";
            namedCredential: "?string";
            schema: "?string";
            schemaType: "?string";
            schemaUrl: "?string";
            status: "string";
        };
        type: "ExternalServiceRegistration";
    };
    ExternalServicesSettings: {
        extends: "Metadata";
        props: {
            enableEnhancedExternalServices: "?boolean";
        };
        type: "ExternalServicesSettings";
    };
    FeedFilterCriterion: {
        props: {
            feedItemType: "string";
            feedItemVisibility: "?string";
            relatedSObjectType: "?string";
        };
        type: "FeedFilterCriterion";
    };
    FeedItemSettings: {
        props: {
            characterLimit: "?number";
            displayFormat: "?string";
            feedItemType: "string";
        };
        type: "FeedItemSettings";
    };
    FeedLayout: {
        props: {
            autocollapsePublisher: "?boolean";
            compactFeed: "?boolean";
            feedFilterPosition: "?string";
            feedFilters: readonly ["FeedLayoutFilter"];
            fullWidthFeed: "?boolean";
            hideSidebar: "?boolean";
            highlightExternalFeedItems: "?boolean";
            leftComponents: readonly ["FeedLayoutComponent"];
            rightComponents: readonly ["FeedLayoutComponent"];
            useInlineFiltersInConsole: "?boolean";
        };
        type: "FeedLayout";
    };
    FeedLayoutComponent: {
        props: {
            componentType: "string";
            height: "?number";
            page: "?string";
        };
        type: "FeedLayoutComponent";
    };
    FeedLayoutFilter: {
        props: {
            feedFilterName: "?string";
            feedFilterType: "string";
            feedItemType: "?string";
        };
        type: "FeedLayoutFilter";
    };
    FieldImplements: {
        props: {
            field: "?string";
            interfaceField: "?string";
        };
        type: "FieldImplements";
    };
    FieldMapping: {
        props: {
            SObjectType: "string";
            developerName: "string";
            fieldMappingRows: readonly ["FieldMappingRow"];
            masterLabel: "string";
        };
        type: "FieldMapping";
    };
    FieldMappingField: {
        props: {
            dataServiceField: "string";
            dataServiceObjectName: "string";
            priority: "number";
        };
        type: "FieldMappingField";
    };
    FieldMappingRow: {
        props: {
            SObjectType: "string";
            fieldMappingFields: readonly ["FieldMappingField"];
            fieldName: "string";
            mappingOperation: "string";
        };
        type: "FieldMappingRow";
    };
    FieldOverride: {
        props: {
            field: "string";
            formula: "?string";
            literalValue: "?string";
        };
        type: "FieldOverride";
    };
    FieldServiceSettings: {
        extends: "Metadata";
        props: {
            capacityUsageCalcClassId: "?string";
            doesAllowEditSaForCrew: "?boolean";
            doesShareSaParentWoWithAr: "?boolean";
            doesShareSaWithAr: "?boolean";
            enableWorkOrders: "?boolean";
            fieldServiceNotificationsOrgPref: "?boolean";
            fieldServiceOrgPref: "?boolean";
            isGeoCodeSyncEnabled: "?boolean";
            isLocationHistoryEnabled: "?boolean";
            serviceAppointmentsDueDateOffsetOrgValue: "?number";
            workOrderLineItemSearchFields: readonly ["string"];
            workOrderSearchFields: readonly ["string"];
        };
        type: "FieldServiceSettings";
    };
    FieldSet: {
        extends: "Metadata";
        props: {
            availableFields: readonly ["FieldSetItem"];
            description: "string";
            displayedFields: readonly ["FieldSetItem"];
            label: "string";
        };
        type: "FieldSet";
    };
    FieldSetItem: {
        props: {
            field: "?string";
            isFieldManaged: "?boolean";
            isRequired: "?boolean";
        };
        type: "FieldSetItem";
    };
    FieldSetTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "FieldSetTranslation";
    };
    FieldValue: {
        props: {
            name: "string";
            value: "?any";
        };
        type: "FieldValue";
    };
    FileProperties: {
        props: {
            createdById: "string";
            createdByName: "string";
            createdDate: "string";
            fileName: "string";
            fullName: "string";
            id: "string";
            lastModifiedById: "string";
            lastModifiedByName: "string";
            lastModifiedDate: "string";
            manageableState: "?string";
            namespacePrefix: "?string";
            type: "string";
        };
        type: "FileProperties";
    };
    FileTypeDispositionAssignmentBean: {
        props: {
            behavior: "string";
            fileType: "string";
            securityRiskFileType: "boolean";
        };
        type: "FileTypeDispositionAssignmentBean";
    };
    FileUploadAndDownloadSecuritySettings: {
        extends: "Metadata";
        props: {
            dispositions: readonly ["FileTypeDispositionAssignmentBean"];
            noHtmlUploadAsAttachment: "boolean";
        };
        type: "FileUploadAndDownloadSecuritySettings";
    };
    FilesConnectSettings: {
        extends: "Metadata";
        props: {
            enableContentHubAllowed: "?boolean";
            enableContentHubCvtLinksAllowed: "?boolean";
            enableContentHubEOSearchLayout: "?boolean";
        };
        type: "FilesConnectSettings";
    };
    FilterItem: {
        props: {
            field: "string";
            operation: "string";
            value: "?string";
            valueField: "?string";
        };
        type: "FilterItem";
    };
    FindSimilarOppFilter: {
        props: {
            similarOpportunitiesDisplayColumns: readonly ["string"];
            similarOpportunitiesMatchFields: readonly ["string"];
        };
        type: "FindSimilarOppFilter";
    };
    FiscalYearSettings: {
        props: {
            fiscalYearNameBasedOn: "?string";
            startMonth: "?string";
        };
        type: "FiscalYearSettings";
    };
    FlexiPage: {
        extends: "Metadata";
        props: {
            description: "?string";
            flexiPageRegions: readonly ["FlexiPageRegion"];
            masterLabel: "string";
            parentFlexiPage: "?string";
            platformActionlist: "?PlatformActionList";
            quickActionList: "?QuickActionList";
            sobjectType: "?string";
            template: "FlexiPageTemplateInstance";
            type: "string";
        };
        type: "FlexiPage";
    };
    FlexiPageRegion: {
        props: {
            appendable: "?string";
            componentInstances: readonly ["ComponentInstance"];
            mode: "?string";
            name: "string";
            prependable: "?string";
            replaceable: "?string";
            type: "string";
        };
        type: "FlexiPageRegion";
    };
    FlexiPageTemplateInstance: {
        props: {
            name: "string";
            properties: readonly ["ComponentInstanceProperty"];
        };
        type: "FlexiPageTemplateInstance";
    };
    Flow: {
        extends: "Metadata";
        props: {
            actionCalls: readonly ["FlowActionCall"];
            apexPluginCalls: readonly ["FlowApexPluginCall"];
            assignments: readonly ["FlowAssignment"];
            choices: readonly ["FlowChoice"];
            constants: readonly ["FlowConstant"];
            decisions: readonly ["FlowDecision"];
            description: "?string";
            dynamicChoiceSets: readonly ["FlowDynamicChoiceSet"];
            formulas: readonly ["FlowFormula"];
            interviewLabel: "?string";
            isAdditionalPermissionRequiredToRun: "?boolean";
            isTemplate: "?boolean";
            label: "string";
            loops: readonly ["FlowLoop"];
            processMetadataValues: readonly ["FlowMetadataValue"];
            processType: "?string";
            recordCreates: readonly ["FlowRecordCreate"];
            recordDeletes: readonly ["FlowRecordDelete"];
            recordLookups: readonly ["FlowRecordLookup"];
            recordUpdates: readonly ["FlowRecordUpdate"];
            screens: readonly ["FlowScreen"];
            stages: readonly ["FlowStage"];
            start: "?FlowStart";
            startElementReference: "?string";
            status: "?string";
            steps: readonly ["FlowStep"];
            subflows: readonly ["FlowSubflow"];
            textTemplates: readonly ["FlowTextTemplate"];
            variables: readonly ["FlowVariable"];
            waits: readonly ["FlowWait"];
        };
        type: "Flow";
    };
    FlowActionCall: {
        extends: "FlowNode";
        props: {
            actionName: "string";
            actionType: "string";
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            inputParameters: readonly ["FlowActionCallInputParameter"];
            outputParameters: readonly ["FlowActionCallOutputParameter"];
        };
        type: "FlowActionCall";
    };
    FlowActionCallInputParameter: {
        extends: "FlowBaseElement";
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowActionCallInputParameter";
    };
    FlowActionCallOutputParameter: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            name: "string";
        };
        type: "FlowActionCallOutputParameter";
    };
    FlowApexPluginCall: {
        extends: "FlowNode";
        props: {
            apexClass: "string";
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            inputParameters: readonly ["FlowApexPluginCallInputParameter"];
            outputParameters: readonly ["FlowApexPluginCallOutputParameter"];
        };
        type: "FlowApexPluginCall";
    };
    FlowApexPluginCallInputParameter: {
        extends: "FlowBaseElement";
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowApexPluginCallInputParameter";
    };
    FlowApexPluginCallOutputParameter: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            name: "string";
        };
        type: "FlowApexPluginCallOutputParameter";
    };
    FlowAssignment: {
        extends: "FlowNode";
        props: {
            assignmentItems: readonly ["FlowAssignmentItem"];
            connector: "?FlowConnector";
        };
        type: "FlowAssignment";
    };
    FlowAssignmentItem: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            operator: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowAssignmentItem";
    };
    FlowBaseElement: {
        props: {
            processMetadataValues: readonly ["FlowMetadataValue"];
        };
        type: "FlowBaseElement";
    };
    FlowCategory: {
        extends: "Metadata";
        props: {
            description: "?string";
            flowCategoryItems: readonly ["FlowCategoryItems"];
            masterLabel: "string";
        };
        type: "FlowCategory";
    };
    FlowCategoryItems: {
        props: {
            flow: "string";
        };
        type: "FlowCategoryItems";
    };
    FlowChoice: {
        extends: "FlowElement";
        props: {
            choiceText: "string";
            dataType: "string";
            userInput: "?FlowChoiceUserInput";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowChoice";
    };
    FlowChoiceTranslation: {
        props: {
            choiceText: "?string";
            name: "string";
            userInput: "?FlowChoiceUserInputTranslation";
        };
        type: "FlowChoiceTranslation";
    };
    FlowChoiceUserInput: {
        extends: "FlowBaseElement";
        props: {
            isRequired: "?boolean";
            promptText: "?string";
            validationRule: "?FlowInputValidationRule";
        };
        type: "FlowChoiceUserInput";
    };
    FlowChoiceUserInputTranslation: {
        props: {
            promptText: "?string";
            validationRule: "?FlowInputValidationRuleTranslation";
        };
        type: "FlowChoiceUserInputTranslation";
    };
    FlowCondition: {
        extends: "FlowBaseElement";
        props: {
            leftValueReference: "string";
            operator: "string";
            rightValue: "?FlowElementReferenceOrValue";
        };
        type: "FlowCondition";
    };
    FlowConnector: {
        extends: "FlowBaseElement";
        props: {
            targetReference: "string";
        };
        type: "FlowConnector";
    };
    FlowConstant: {
        extends: "FlowElement";
        props: {
            dataType: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowConstant";
    };
    FlowCoverageResult: {
        props: {
            elementsNotCovered: readonly ["string"];
            flowId: "string";
            flowName: "string";
            flowNamespace: "?string";
            numElements: "number";
            numElementsNotCovered: "number";
            processType: "string";
        };
        type: "FlowCoverageResult";
    };
    FlowCoverageWarning: {
        props: {
            flowId: "?string";
            flowName: "?string";
            flowNamespace: "?string";
            message: "string";
        };
        type: "FlowCoverageWarning";
    };
    FlowDecision: {
        extends: "FlowNode";
        props: {
            defaultConnector: "?FlowConnector";
            defaultConnectorLabel: "?string";
            rules: readonly ["FlowRule"];
        };
        type: "FlowDecision";
    };
    FlowDefinition: {
        extends: "Metadata";
        props: {
            activeVersionNumber: "?number";
            description: "?string";
            masterLabel: "?string";
        };
        type: "FlowDefinition";
    };
    FlowDefinitionTranslation: {
        props: {
            flows: readonly ["FlowTranslation"];
            fullName: "string";
            label: "?string";
        };
        type: "FlowDefinitionTranslation";
    };
    FlowDynamicChoiceSet: {
        extends: "FlowElement";
        props: {
            dataType: "string";
            displayField: "string";
            filters: readonly ["FlowRecordFilter"];
            limit: "?number";
            object: "string";
            outputAssignments: readonly ["FlowOutputFieldAssignment"];
            picklistField: "?string";
            picklistObject: "?string";
            sortField: "?string";
            sortOrder: "?string";
            valueField: "?string";
        };
        type: "FlowDynamicChoiceSet";
    };
    FlowElement: {
        extends: "FlowBaseElement";
        props: {
            description: "?string";
            name: "?string";
        };
        type: "FlowElement";
    };
    FlowElementReferenceOrValue: {
        props: {
            booleanValue: "?boolean";
            dateTimeValue: "?string";
            dateValue: "?string";
            elementReference: "?string";
            numberValue: "?number";
            stringValue: "?string";
        };
        type: "FlowElementReferenceOrValue";
    };
    FlowFormula: {
        extends: "FlowElement";
        props: {
            dataType: "?string";
            expression: "string";
            scale: "?number";
        };
        type: "FlowFormula";
    };
    FlowInputFieldAssignment: {
        extends: "FlowBaseElement";
        props: {
            field: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowInputFieldAssignment";
    };
    FlowInputValidationRule: {
        props: {
            errorMessage: "string";
            formulaExpression: "string";
        };
        type: "FlowInputValidationRule";
    };
    FlowInputValidationRuleTranslation: {
        props: {
            errorMessage: "?string";
        };
        type: "FlowInputValidationRuleTranslation";
    };
    FlowLoop: {
        extends: "FlowNode";
        props: {
            assignNextValueToReference: "string";
            collectionReference: "string";
            iterationOrder: "?string";
            nextValueConnector: "?FlowConnector";
            noMoreValuesConnector: "?FlowConnector";
        };
        type: "FlowLoop";
    };
    FlowMetadataValue: {
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowMetadataValue";
    };
    FlowNode: {
        extends: "FlowElement";
        props: {
            label: "?string";
            locationX: "number";
            locationY: "number";
        };
        type: "FlowNode";
    };
    FlowOutputFieldAssignment: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            field: "string";
        };
        type: "FlowOutputFieldAssignment";
    };
    FlowRecordCreate: {
        extends: "FlowNode";
        props: {
            assignRecordIdToReference: "?string";
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            inputAssignments: readonly ["FlowInputFieldAssignment"];
            inputReference: "?string";
            object: "?string";
        };
        type: "FlowRecordCreate";
    };
    FlowRecordDelete: {
        extends: "FlowNode";
        props: {
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            filters: readonly ["FlowRecordFilter"];
            inputReference: "?string";
            object: "?string";
        };
        type: "FlowRecordDelete";
    };
    FlowRecordFilter: {
        extends: "FlowBaseElement";
        props: {
            field: "string";
            operator: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowRecordFilter";
    };
    FlowRecordLookup: {
        extends: "FlowNode";
        props: {
            assignNullValuesIfNoRecordsFound: "?boolean";
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            filters: readonly ["FlowRecordFilter"];
            getFirstRecordOnly: "?boolean";
            object: "string";
            outputAssignments: readonly ["FlowOutputFieldAssignment"];
            outputReference: "?string";
            queriedFields: readonly ["string"];
            sortField: "?string";
            sortOrder: "?string";
            storeOutputAutomatically: "?boolean";
        };
        type: "FlowRecordLookup";
    };
    FlowRecordUpdate: {
        extends: "FlowNode";
        props: {
            connector: "?FlowConnector";
            faultConnector: "?FlowConnector";
            filters: readonly ["FlowRecordFilter"];
            inputAssignments: readonly ["FlowInputFieldAssignment"];
            inputReference: "?string";
            object: "?string";
        };
        type: "FlowRecordUpdate";
    };
    FlowRule: {
        extends: "FlowElement";
        props: {
            conditionLogic: "string";
            conditions: readonly ["FlowCondition"];
            connector: "?FlowConnector";
            label: "string";
        };
        type: "FlowRule";
    };
    FlowSchedule: {
        props: {
            frequency: "?string";
            startDate: "?string";
            startTime: "?string";
        };
        type: "FlowSchedule";
    };
    FlowScreen: {
        extends: "FlowNode";
        props: {
            allowBack: "?boolean";
            allowFinish: "?boolean";
            allowPause: "?boolean";
            connector: "?FlowConnector";
            fields: readonly ["FlowScreenField"];
            helpText: "?string";
            pausedText: "?string";
            rules: readonly ["FlowScreenRule"];
            showFooter: "?boolean";
            showHeader: "?boolean";
        };
        type: "FlowScreen";
    };
    FlowScreenField: {
        extends: "FlowElement";
        props: {
            choiceReferences: readonly ["string"];
            dataType: "?string";
            defaultSelectedChoiceReference: "?string";
            defaultValue: "?FlowElementReferenceOrValue";
            extensionName: "?string";
            fieldText: "?string";
            fieldType: "string";
            helpText: "?string";
            inputParameters: readonly ["FlowScreenFieldInputParameter"];
            isRequired: "?boolean";
            isVisible: "?boolean";
            outputParameters: readonly ["FlowScreenFieldOutputParameter"];
            scale: "?number";
            storeOutputAutomatically: "?boolean";
            validationRule: "?FlowInputValidationRule";
            visibilityRule: "?FlowVisibilityRule";
        };
        type: "FlowScreenField";
    };
    FlowScreenFieldInputParameter: {
        extends: "FlowBaseElement";
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowScreenFieldInputParameter";
    };
    FlowScreenFieldOutputParameter: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            name: "string";
        };
        type: "FlowScreenFieldOutputParameter";
    };
    FlowScreenFieldTranslation: {
        props: {
            fieldText: "?string";
            helpText: "?string";
            name: "string";
            validationRule: "?FlowInputValidationRuleTranslation";
        };
        type: "FlowScreenFieldTranslation";
    };
    FlowScreenRule: {
        extends: "FlowBaseElement";
        props: {
            conditionLogic: "?string";
            conditions: readonly ["FlowCondition"];
            label: "string";
            ruleActions: readonly ["FlowScreenRuleAction"];
        };
        type: "FlowScreenRule";
    };
    FlowScreenRuleAction: {
        extends: "FlowBaseElement";
        props: {
            attribute: "string";
            fieldReference: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowScreenRuleAction";
    };
    FlowScreenTranslation: {
        props: {
            fields: readonly ["FlowScreenFieldTranslation"];
            helpText: "?string";
            name: "string";
            pausedText: "?string";
        };
        type: "FlowScreenTranslation";
    };
    FlowSettings: {
        extends: "Metadata";
        props: {
            enableFlowBREncodedFixEnabled: "?boolean";
            enableFlowDeployAsActiveEnabled: "?boolean";
            enableFlowFieldFilterEnabled: "?boolean";
            enableFlowFormulasFixEnabled: "?boolean";
            enableFlowInterviewSharingEnabled: "?boolean";
            enableFlowNullPreviousValueFix: "?boolean";
            enableFlowPauseEnabled: "?boolean";
            enableFlowUseApexExceptionEmail: "?boolean";
            enableInvocableFlowFixEnabled: "?boolean";
            enableLightningRuntimeEnabled: "?boolean";
            enableUseFlowBuilder: "?boolean";
            isAccessToInvokedApexRequired: "?boolean";
            isEnhancedFlowListViewVisible: "?boolean";
            isManageFlowRequiredForAutomationCharts: "?boolean";
        };
        type: "FlowSettings";
    };
    FlowStage: {
        extends: "FlowElement";
        props: {
            isActive: "boolean";
            label: "string";
            stageOrder: "number";
        };
        type: "FlowStage";
    };
    FlowStageTranslation: {
        props: {
            label: "?string";
            name: "string";
        };
        type: "FlowStageTranslation";
    };
    FlowStart: {
        extends: "FlowNode";
        props: {
            connector: "?FlowConnector";
            filters: readonly ["FlowRecordFilter"];
            object: "?string";
            schedule: "?FlowSchedule";
            triggerType: "?string";
        };
        type: "FlowStart";
    };
    FlowStep: {
        extends: "FlowNode";
        props: {
            connectors: readonly ["FlowConnector"];
        };
        type: "FlowStep";
    };
    FlowSubflow: {
        extends: "FlowNode";
        props: {
            connector: "?FlowConnector";
            flowName: "string";
            inputAssignments: readonly ["FlowSubflowInputAssignment"];
            outputAssignments: readonly ["FlowSubflowOutputAssignment"];
        };
        type: "FlowSubflow";
    };
    FlowSubflowInputAssignment: {
        extends: "FlowBaseElement";
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowSubflowInputAssignment";
    };
    FlowSubflowOutputAssignment: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            name: "string";
        };
        type: "FlowSubflowOutputAssignment";
    };
    FlowTextTemplate: {
        extends: "FlowElement";
        props: {
            text: "string";
        };
        type: "FlowTextTemplate";
    };
    FlowTextTemplateTranslation: {
        props: {
            name: "string";
            text: "?string";
        };
        type: "FlowTextTemplateTranslation";
    };
    FlowTranslation: {
        props: {
            choices: readonly ["FlowChoiceTranslation"];
            fullName: "string";
            label: "?string";
            screens: readonly ["FlowScreenTranslation"];
            stages: readonly ["FlowStageTranslation"];
            textTemplates: readonly ["FlowTextTemplateTranslation"];
        };
        type: "FlowTranslation";
    };
    FlowVariable: {
        extends: "FlowElement";
        props: {
            apexClass: "?string";
            dataType: "string";
            isCollection: "?boolean";
            isInput: "?boolean";
            isOutput: "?boolean";
            objectType: "?string";
            scale: "?number";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowVariable";
    };
    FlowVisibilityRule: {
        extends: "FlowBaseElement";
        props: {
            conditionLogic: "?string";
            conditions: readonly ["FlowCondition"];
        };
        type: "FlowVisibilityRule";
    };
    FlowWait: {
        extends: "FlowNode";
        props: {
            defaultConnector: "?FlowConnector";
            defaultConnectorLabel: "string";
            faultConnector: "?FlowConnector";
            waitEvents: readonly ["FlowWaitEvent"];
        };
        type: "FlowWait";
    };
    FlowWaitEvent: {
        extends: "FlowElement";
        props: {
            conditionLogic: "?string";
            conditions: readonly ["FlowCondition"];
            connector: "FlowConnector";
            eventType: "string";
            inputParameters: readonly ["FlowWaitEventInputParameter"];
            label: "string";
            outputParameters: readonly ["FlowWaitEventOutputParameter"];
        };
        type: "FlowWaitEvent";
    };
    FlowWaitEventInputParameter: {
        extends: "FlowBaseElement";
        props: {
            name: "string";
            value: "?FlowElementReferenceOrValue";
        };
        type: "FlowWaitEventInputParameter";
    };
    FlowWaitEventOutputParameter: {
        extends: "FlowBaseElement";
        props: {
            assignToReference: "string";
            name: "string";
        };
        type: "FlowWaitEventOutputParameter";
    };
    Folder: {
        extends: "Metadata";
        props: {
            accessType: "?string";
            folderShares: readonly ["FolderShare"];
            name: "string";
            publicFolderAccess: "?string";
            sharedTo: "?SharedTo";
        };
        type: "Folder";
    };
    FolderShare: {
        props: {
            accessLevel: "string";
            sharedTo: "string";
            sharedToType: "string";
        };
        type: "FolderShare";
    };
    ForecastRangeSettings: {
        props: {
            beginning: "number";
            displaying: "number";
            periodType: "string";
        };
        type: "ForecastRangeSettings";
    };
    ForecastingCategoryMapping: {
        props: {
            forecastingItemCategoryApiName: "string";
            weightedSourceCategories: readonly ["WeightedSourceCategory"];
        };
        type: "ForecastingCategoryMapping";
    };
    ForecastingDisplayedFamilySettings: {
        props: {
            productFamily: "?string";
        };
        type: "ForecastingDisplayedFamilySettings";
    };
    ForecastingSettings: {
        extends: "Metadata";
        props: {
            defaultToPersonalCurrency: "?boolean";
            enableForecasts: "?boolean";
            forecastingCategoryMappings: readonly ["ForecastingCategoryMapping"];
            forecastingDisplayedFamilySettings: readonly ["ForecastingDisplayedFamilySettings"];
            forecastingTypeSettings: readonly ["ForecastingTypeSettings"];
        };
        type: "ForecastingSettings";
    };
    ForecastingTypeSettings: {
        props: {
            active: "boolean";
            adjustmentsSettings: "AdjustmentsSettings";
            displayedCategoryApiNames: readonly ["string"];
            forecastRangeSettings: "ForecastRangeSettings";
            forecastedCategoryApiNames: readonly ["string"];
            forecastingDateType: "string";
            hasProductFamily: "boolean";
            isAmount: "boolean";
            isAvailable: "boolean";
            isQuantity: "boolean";
            managerAdjustableCategoryApiNames: readonly ["string"];
            masterLabel: "string";
            name: "string";
            opportunityListFieldsLabelMappings: readonly ["OpportunityListFieldsLabelMapping"];
            opportunityListFieldsSelectedSettings: "OpportunityListFieldsSelectedSettings";
            opportunityListFieldsUnselectedSettings: "OpportunityListFieldsUnselectedSettings";
            opportunitySplitName: "?string";
            ownerAdjustableCategoryApiNames: readonly ["string"];
            quotasSettings: "QuotasSettings";
            territory2ModelName: "?string";
        };
        type: "ForecastingTypeSettings";
    };
    Form: {
        extends: "Metadata";
        props: {
            description: "?string";
            formSections: readonly ["FormSection"];
            masterLabel: "string";
        };
        type: "Form";
    };
    FormColumn: {
        props: {
            formItems: readonly ["FormItem"];
        };
        type: "FormColumn";
    };
    FormItem: {
        props: {
            emptySpace: "?boolean";
            expression: "?string";
            formLayoutableItem: "?string";
            helpText: "?string";
        };
        type: "FormItem";
    };
    FormSection: {
        extends: "Metadata";
        props: {
            formColumns: readonly ["FormColumn"];
            masterLabel: "string";
            tabOrderType: "string";
        };
        type: "FormSection";
    };
    FormulaSettings: {
        extends: "Metadata";
        props: {
            enableDSTAwareDatevalue: "?boolean";
        };
        type: "FormulaSettings";
    };
    GlobalQuickActionTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "GlobalQuickActionTranslation";
    };
    GlobalValueSet: {
        extends: "Metadata";
        props: {
            customValue: readonly ["CustomValue"];
            description: "?string";
            masterLabel: "string";
            sorted: "boolean";
        };
        type: "GlobalValueSet";
    };
    GlobalValueSetTranslation: {
        extends: "Metadata";
        props: {
            valueTranslation: readonly ["ValueTranslation"];
        };
        type: "GlobalValueSetTranslation";
    };
    GoogleAppsSettings: {
        extends: "Metadata";
        props: {
            enableGmailButtons: "?boolean";
            enableGmailButtonsAndLinks: "?boolean";
            enableGmailLinks: "?boolean";
            enableGoogleDocs: "?boolean";
            enableGoogleDocsTab: "?boolean";
            enableGoogleTalk: "?boolean";
            googleAppsDomain: "?string";
            googleAppsDomainLinked: "?boolean";
            googleAppsDomainValidated: "?boolean";
        };
        type: "GoogleAppsSettings";
    };
    Group: {
        extends: "Metadata";
        props: {
            doesIncludeBosses: "?boolean";
            name: "string";
        };
        type: "Group";
    };
    HighVelocitySalesSettings: {
        extends: "Metadata";
        props: {
            enableDispositionCategory: "?boolean";
            enableEngagementWaveAnalyticsPref: "?boolean";
            enableHighVelocitySales: "?boolean";
            enableHighVelocitySalesSetup: "?boolean";
        };
        type: "HighVelocitySalesSettings";
    };
    HistoryRetentionPolicy: {
        props: {
            archiveAfterMonths: "number";
            archiveRetentionYears: "number";
            description: "?string";
        };
        type: "HistoryRetentionPolicy";
    };
    Holiday: {
        props: {
            activityDate: "?string";
            businessHours: readonly ["string"];
            description: "?string";
            endTime: "?string";
            isRecurring: "?boolean";
            name: "?string";
            recurrenceDayOfMonth: "?number";
            recurrenceDayOfWeek: readonly ["string"];
            recurrenceDayOfWeekMask: "?number";
            recurrenceEndDate: "?string";
            recurrenceInstance: "?string";
            recurrenceInterval: "?number";
            recurrenceMonthOfYear: "?string";
            recurrenceStartDate: "?string";
            recurrenceType: "?string";
            startTime: "?string";
        };
        type: "Holiday";
    };
    HomePageComponent: {
        extends: "Metadata";
        props: {
            body: "?string";
            height: "?number";
            links: readonly ["string"];
            page: "?string";
            pageComponentType: "string";
            showLabel: "?boolean";
            showScrollbars: "?boolean";
            width: "?string";
        };
        type: "HomePageComponent";
    };
    HomePageLayout: {
        extends: "Metadata";
        props: {
            narrowComponents: readonly ["string"];
            wideComponents: readonly ["string"];
        };
        type: "HomePageLayout";
    };
    IdeaReputationLevel: {
        props: {
            name: "string";
            value: "number";
        };
        type: "IdeaReputationLevel";
    };
    IdeasSettings: {
        extends: "Metadata";
        props: {
            enableChatterProfile: "?boolean";
            enableHtmlIdea: "?boolean";
            enableIdeaMultipleCategory: "?boolean";
            enableIdeaThemes: "?boolean";
            enableIdeas: "?boolean";
            enableIdeasControllerExtensions: "?boolean";
            enableIdeasReputation: "?boolean";
            halfLife: "?number";
            ideasProfilePage: "?string";
        };
        type: "IdeasSettings";
    };
    IfExpression: {
        props: {
            childName: "string";
            expression: "string";
        };
        type: "IfExpression";
    };
    Index: {
        extends: "Metadata";
        props: {
            fields: readonly ["IndexField"];
            label: "string";
        };
        type: "Index";
    };
    IndexField: {
        props: {
            name: "string";
            sortDirection: "string";
        };
        type: "IndexField";
    };
    IndustriesManufacturingSettings: {
        extends: "Metadata";
        props: {
            enableIndManufacturing: "?boolean";
            enableIndustriesMfgAccountForecast: "?boolean";
        };
        type: "IndustriesManufacturingSettings";
    };
    IndustriesSettings: {
        extends: "Metadata";
        props: {
            allowMultipleProducersToWorkOnSamePolicy: "?boolean";
            enableAccessToMasterListOfCoverageTypes: "?boolean";
            enableBlockResourceAvailabilityOrgPref: "?boolean";
            enableEventManagementOrgPref: "?boolean";
            enableHCReferralScoring: "?boolean";
            enableManyToManyRelationships: "?boolean";
            enableMortgageRlaTotalsOrgPref: "?boolean";
            enableMultiResourceOrgPref: "?boolean";
            enableObjectDetection: "?boolean";
            enableOverbookingOrgPref: "?boolean";
            enableProviderSearchSyncOrgPref: "?boolean";
            enableReferralScoring: "?boolean";
            enableSentimentAnalysis: "?boolean";
        };
        type: "IndustriesSettings";
    };
    InstalledPackage: {
        extends: "Metadata";
        props: {
            activateRSS: "boolean";
            password: "?string";
            versionNumber: "string";
        };
        type: "InstalledPackage";
    };
    IntegrationHubSettings: {
        extends: "Metadata";
        props: {
            canonicalName: "?string";
            canonicalNameBindingChar: "?string";
            description: "?string";
            isEnabled: "?boolean";
            isProtected: "?boolean";
            masterLabel: "string";
            setupData: "?string";
            setupDefinition: "?string";
            setupNamespace: "?string";
            setupSimpleName: "string";
            uUID: "?string";
            version: "?string";
            versionBuild: "?number";
            versionMajor: "?number";
            versionMinor: "?number";
            versionSetUuid: "?string";
        };
        type: "IntegrationHubSettings";
    };
    IntegrationHubSettingsType: {
        extends: "Metadata";
        props: {
            canonicalName: "?string";
            canonicalNameBindingChar: "?string";
            description: "?string";
            isEnabled: "?boolean";
            isProtected: "?boolean";
            masterLabel: "string";
            setupNamespace: "?string";
            setupSimpleName: "string";
            uUID: "?string";
            version: "?string";
            versionBuild: "?number";
            versionMajor: "?number";
            versionMinor: "?number";
            versionSetUuid: "?string";
        };
        type: "IntegrationHubSettingsType";
    };
    InvocableActionSettings: {
        extends: "Metadata";
        props: {
            isPartialSaveAllowed: "?boolean";
        };
        type: "InvocableActionSettings";
    };
    IoTSettings: {
        extends: "Metadata";
        props: {
            enableIoT: "?boolean";
            enableIoTInsightsPilot: "?boolean";
            enableIoTUsageEmail: "?boolean";
        };
        type: "IoTSettings";
    };
    IpRange: {
        props: {
            description: "?string";
            end: "?string";
            start: "?string";
        };
        type: "IpRange";
    };
    IsvHammerSettings: {
        extends: "Metadata";
        props: {
            enableIsvHammerSubIsOptedOut: "?boolean";
        };
        type: "IsvHammerSettings";
    };
    KeyboardShortcuts: {
        props: {
            customShortcuts: readonly ["CustomShortcut"];
            defaultShortcuts: readonly ["DefaultShortcut"];
        };
        type: "KeyboardShortcuts";
    };
    Keyword: {
        props: {
            keyword: "string";
        };
        type: "Keyword";
    };
    KeywordList: {
        extends: "Metadata";
        props: {
            description: "?string";
            keywords: readonly ["Keyword"];
            masterLabel: "string";
        };
        type: "KeywordList";
    };
    KnowledgeAnswerSettings: {
        props: {
            assignTo: "?string";
            defaultArticleType: "?string";
            enableArticleCreation: "?boolean";
        };
        type: "KnowledgeAnswerSettings";
    };
    KnowledgeCaseField: {
        props: {
            name: "?string";
        };
        type: "KnowledgeCaseField";
    };
    KnowledgeCaseFieldsSettings: {
        props: {
            field: readonly ["KnowledgeCaseField"];
        };
        type: "KnowledgeCaseFieldsSettings";
    };
    KnowledgeCaseSettings: {
        props: {
            articlePDFCreationProfile: "?string";
            articlePublicSharingCommunities: "?KnowledgeCommunitiesSettings";
            articlePublicSharingSites: "?KnowledgeSitesSettings";
            articlePublicSharingSitesChatterAnswers: "?KnowledgeSitesSettings";
            assignTo: "?string";
            customizationClass: "?string";
            defaultContributionArticleType: "?string";
            editor: "?string";
            enableArticleCreation: "?boolean";
            enableArticlePublicSharingSites: "?boolean";
            enableCaseDataCategoryMapping: "?boolean";
            useProfileForPDFCreation: "?boolean";
        };
        type: "KnowledgeCaseSettings";
    };
    KnowledgeCommunitiesSettings: {
        props: {
            community: readonly ["string"];
        };
        type: "KnowledgeCommunitiesSettings";
    };
    KnowledgeLanguage: {
        props: {
            active: "?boolean";
            defaultAssignee: "?string";
            defaultAssigneeType: "?string";
            defaultReviewer: "?string";
            defaultReviewerType: "?string";
            name: "string";
        };
        type: "KnowledgeLanguage";
    };
    KnowledgeLanguageSettings: {
        props: {
            language: readonly ["KnowledgeLanguage"];
        };
        type: "KnowledgeLanguageSettings";
    };
    KnowledgeSettings: {
        extends: "Metadata";
        props: {
            answers: "?KnowledgeAnswerSettings";
            cases: "?KnowledgeCaseSettings";
            defaultLanguage: "?string";
            enableChatterQuestionKBDeflection: "?boolean";
            enableCreateEditOnArticlesTab: "?boolean";
            enableExternalMediaContent: "?boolean";
            enableKnowledge: "?boolean";
            enableKnowledgeArticleTextHighlights: "?boolean";
            enableKnowledgeKeywordAutoComplete: "?boolean";
            enableKnowledgeTitleAutoComplete: "?boolean";
            enableLightningKbAutoLoadRichTextField: "?boolean";
            enableLightningKnowledge: "?boolean";
            languages: "?KnowledgeLanguageSettings";
            showArticleSummariesCustomerPortal: "?boolean";
            showArticleSummariesInternalApp: "?boolean";
            showArticleSummariesPartnerPortal: "?boolean";
            showValidationStatusField: "?boolean";
            suggestedArticles: "?KnowledgeSuggestedArticlesSettings";
        };
        type: "KnowledgeSettings";
    };
    KnowledgeSitesSettings: {
        props: {
            site: readonly ["string"];
        };
        type: "KnowledgeSitesSettings";
    };
    KnowledgeSuggestedArticlesSettings: {
        props: {
            caseFields: "?KnowledgeCaseFieldsSettings";
            useSuggestedArticlesForCase: "?boolean";
            workOrderFields: "?KnowledgeWorkOrderFieldsSettings";
            workOrderLineItemFields: "?KnowledgeWorkOrderLineItemFieldsSettings";
        };
        type: "KnowledgeSuggestedArticlesSettings";
    };
    KnowledgeWorkOrderField: {
        props: {
            name: "?string";
        };
        type: "KnowledgeWorkOrderField";
    };
    KnowledgeWorkOrderFieldsSettings: {
        props: {
            field: readonly ["KnowledgeWorkOrderField"];
        };
        type: "KnowledgeWorkOrderFieldsSettings";
    };
    KnowledgeWorkOrderLineItemField: {
        props: {
            name: "?string";
        };
        type: "KnowledgeWorkOrderLineItemField";
    };
    KnowledgeWorkOrderLineItemFieldsSettings: {
        props: {
            field: readonly ["KnowledgeWorkOrderLineItemField"];
        };
        type: "KnowledgeWorkOrderLineItemFieldsSettings";
    };
    LanguageSettings: {
        extends: "Metadata";
        props: {
            enableCanadaIcuFormat: "?boolean";
            enableEndUserLanguages: "?boolean";
            enableICULocaleDateFormat: "?boolean";
            enablePlatformLanguages: "?boolean";
            enableTranslationWorkbench: "?boolean";
            useLanguageFallback: "?boolean";
        };
        type: "LanguageSettings";
    };
    Layout: {
        extends: "Metadata";
        props: {
            customButtons: readonly ["string"];
            customConsoleComponents: "?CustomConsoleComponents";
            emailDefault: "?boolean";
            excludeButtons: readonly ["string"];
            feedLayout: "?FeedLayout";
            headers: readonly ["string"];
            layoutSections: readonly ["LayoutSection"];
            miniLayout: "?MiniLayout";
            multilineLayoutFields: readonly ["string"];
            platformActionList: "?PlatformActionList";
            quickActionList: "?QuickActionList";
            relatedContent: "?RelatedContent";
            relatedLists: readonly ["RelatedListItem"];
            relatedObjects: readonly ["string"];
            runAssignmentRulesDefault: "?boolean";
            showEmailCheckbox: "?boolean";
            showHighlightsPanel: "?boolean";
            showInteractionLogPanel: "?boolean";
            showKnowledgeComponent: "?boolean";
            showRunAssignmentRulesCheckbox: "?boolean";
            showSolutionSection: "?boolean";
            showSubmitAndAttachButton: "?boolean";
            summaryLayout: "?SummaryLayout";
        };
        type: "Layout";
    };
    LayoutColumn: {
        props: {
            layoutItems: readonly ["LayoutItem"];
            reserved: "?string";
        };
        type: "LayoutColumn";
    };
    LayoutItem: {
        props: {
            analyticsCloudComponent: "?AnalyticsCloudComponentLayoutItem";
            behavior: "?string";
            canvas: "?string";
            component: "?string";
            customLink: "?string";
            emptySpace: "?boolean";
            field: "?string";
            height: "?number";
            page: "?string";
            reportChartComponent: "?ReportChartComponentLayoutItem";
            scontrol: "?string";
            showLabel: "?boolean";
            showScrollbars: "?boolean";
            width: "?string";
        };
        type: "LayoutItem";
    };
    LayoutSection: {
        props: {
            customLabel: "?boolean";
            detailHeading: "?boolean";
            editHeading: "?boolean";
            label: "?string";
            layoutColumns: readonly ["LayoutColumn"];
            style: "string";
        };
        type: "LayoutSection";
    };
    LayoutSectionTranslation: {
        props: {
            label: "string";
            section: "string";
        };
        type: "LayoutSectionTranslation";
    };
    LayoutTranslation: {
        props: {
            layout: "string";
            layoutType: "?string";
            sections: readonly ["LayoutSectionTranslation"];
        };
        type: "LayoutTranslation";
    };
    LeadConfigSettings: {
        extends: "Metadata";
        props: {
            doesEnableLeadConvertDefaultSubjectBlankTaskCreation: "?boolean";
            doesHideOpportunityInConvertLeadWindow: "?boolean";
            doesPreserveLeadStatus: "?boolean";
            doesSelectNoOpportunityOnConvertLead: "?boolean";
            doesTrackHistory: "?boolean";
            enableConversionsOnMobile: "?boolean";
            enableOrgWideMergeAndDelete: "?boolean";
            shouldLeadConvertRequireValidation: "?boolean";
        };
        type: "LeadConfigSettings";
    };
    LeadConvertSettings: {
        extends: "Metadata";
        props: {
            allowOwnerChange: "?boolean";
            objectMapping: readonly ["ObjectMapping"];
            opportunityCreationOptions: "?string";
        };
        type: "LeadConvertSettings";
    };
    Letterhead: {
        extends: "Metadata";
        props: {
            available: "boolean";
            backgroundColor: "string";
            bodyColor: "string";
            bottomLine: "LetterheadLine";
            description: "?string";
            footer: "LetterheadHeaderFooter";
            header: "LetterheadHeaderFooter";
            middleLine: "LetterheadLine";
            name: "string";
            topLine: "LetterheadLine";
        };
        type: "Letterhead";
    };
    LetterheadHeaderFooter: {
        props: {
            backgroundColor: "string";
            height: "number";
            horizontalAlignment: "?string";
            logo: "?string";
            verticalAlignment: "?string";
        };
        type: "LetterheadHeaderFooter";
    };
    LetterheadLine: {
        props: {
            color: "string";
            height: "number";
        };
        type: "LetterheadLine";
    };
    LicenseDefinition: {
        extends: "Metadata";
        props: {
            aggregationGroup: "string";
            description: "?string";
            isPublished: "boolean";
            label: "string";
            licensedCustomPermissions: readonly ["LicensedCustomPermissions"];
            licensingAuthority: "string";
            licensingAuthorityProvider: "string";
            minPlatformVersion: "number";
            origin: "string";
            revision: "number";
            trialLicenseDuration: "number";
            trialLicenseQuantity: "number";
        };
        type: "LicenseDefinition";
    };
    LicensedCustomPermissions: {
        props: {
            customPermission: "string";
            licenseDefinition: "string";
        };
        type: "LicensedCustomPermissions";
    };
    LightningBolt: {
        extends: "Metadata";
        props: {
            category: "string";
            lightningBoltFeatures: readonly ["LightningBoltFeatures"];
            lightningBoltImages: readonly ["LightningBoltImages"];
            lightningBoltItems: readonly ["LightningBoltItems"];
            masterLabel: "string";
            publisher: "string";
            summary: "string";
        };
        type: "LightningBolt";
    };
    LightningBoltFeatures: {
        props: {
            description: "?string";
            order: "number";
            title: "string";
        };
        type: "LightningBoltFeatures";
    };
    LightningBoltImages: {
        props: {
            image: "string";
            order: "number";
        };
        type: "LightningBoltImages";
    };
    LightningBoltItems: {
        props: {
            name: "string";
            type: "string";
        };
        type: "LightningBoltItems";
    };
    LightningComponentBundle: {
        extends: "Metadata";
        props: {
            apiVersion: "?number";
            description: "?string";
            isExplicitImport: "?boolean";
            isExposed: "?boolean";
            lwcResources: "?LwcResources";
            masterLabel: "?string";
            runtimeNamespace: "?string";
            targetConfigs: "?string";
            targets: "?Targets";
        };
        type: "LightningComponentBundle";
    };
    LightningExperienceSettings: {
        extends: "Metadata";
        props: {
            enableAccessCheckCrucPref: "?boolean";
            enableApiUserLtngOutAccessPref: "?boolean";
            enableAuraCDNPref: "?boolean";
            enableFeedbackInMobile: "?boolean";
            enableIE11DeprecationMsgHidden: "?boolean";
            enableIE11LEXCrucPref: "?boolean";
            enableInAppTooltips: "?boolean";
            enableLEXOnIpadEnabled: "?boolean";
            enableLexEndUsersNoSwitching: "?boolean";
            enableNavPersonalizationOptOut: "?boolean";
            enableRemoveThemeBrandBanner: "?boolean";
            enableS1BannerPref: "?boolean";
            enableS1BrowserEnabled: "?boolean";
            enableS1DesktopEnabled: "?boolean";
            enableS1UiLoggingEnabled: "?boolean";
            enableTryLightningOptOut: "?boolean";
            enableUseS1AlohaDesktop: "?boolean";
            enableUsersAreLightningOnly: "?boolean";
        };
        type: "LightningExperienceSettings";
    };
    LightningExperienceTheme: {
        extends: "Metadata";
        props: {
            defaultBrandingSet: "string";
            description: "?string";
            masterLabel: "string";
            shouldOverrideLoadingImage: "?boolean";
        };
        type: "LightningExperienceTheme";
    };
    LightningMessageChannel: {
        extends: "Metadata";
        props: {
            description: "?string";
            isExposed: "?boolean";
            lightningMessageFields: readonly ["LightningMessageField"];
            masterLabel: "string";
        };
        type: "LightningMessageChannel";
    };
    LightningMessageField: {
        props: {
            description: "?string";
            fieldName: "string";
        };
        type: "LightningMessageField";
    };
    LightningOnboardingConfig: {
        extends: "Metadata";
        props: {
            collaborationGroup: "?string";
            customQuestion: "string";
            feedbackFormDaysFrequency: "number";
            isCustom: "boolean";
            masterLabel: "string";
            sendFeedbackToSalesforce: "boolean";
        };
        type: "LightningOnboardingConfig";
    };
    ListMetadataQuery: {
        props: {
            folder: "?string";
            type: "string";
        };
        type: "ListMetadataQuery";
    };
    ListPlacement: {
        props: {
            height: "?number";
            location: "string";
            units: "?string";
            width: "?number";
        };
        type: "ListPlacement";
    };
    ListView: {
        extends: "Metadata";
        props: {
            booleanFilter: "?string";
            columns: readonly ["string"];
            division: "?string";
            filterScope: "string";
            filters: readonly ["ListViewFilter"];
            label: "string";
            language: "?string";
            queue: "?string";
            sharedTo: "?SharedTo";
        };
        type: "ListView";
    };
    ListViewFilter: {
        props: {
            field: "string";
            operation: "string";
            value: "?string";
        };
        type: "ListViewFilter";
    };
    LiveAgentConfig: {
        props: {
            enableLiveChat: "?boolean";
            openNewAccountSubtab: "?boolean";
            openNewCaseSubtab: "?boolean";
            openNewContactSubtab: "?boolean";
            openNewLeadSubtab: "?boolean";
            openNewVFPageSubtab: "?boolean";
            pageNamesToOpen: readonly ["string"];
            showKnowledgeArticles: "?boolean";
        };
        type: "LiveAgentConfig";
    };
    LiveAgentSettings: {
        extends: "Metadata";
        props: {
            enableLiveAgent: "?boolean";
            enableQuickTextEnabled: "?boolean";
        };
        type: "LiveAgentSettings";
    };
    LiveChatAgentConfig: {
        extends: "Metadata";
        props: {
            assignments: "?AgentConfigAssignments";
            autoGreeting: "?string";
            capacity: "?number";
            criticalWaitTime: "?number";
            customAgentName: "?string";
            enableAgentFileTransfer: "?boolean";
            enableAgentSneakPeek: "?boolean";
            enableAssistanceFlag: "?boolean";
            enableAutoAwayOnDecline: "?boolean";
            enableAutoAwayOnPushTimeout: "?boolean";
            enableChatConferencing: "?boolean";
            enableChatMonitoring: "?boolean";
            enableChatTransferToAgent: "?boolean";
            enableChatTransferToButton: "?boolean";
            enableChatTransferToSkill: "?boolean";
            enableLogoutSound: "?boolean";
            enableNotifications: "?boolean";
            enableRequestSound: "?boolean";
            enableSneakPeek: "?boolean";
            enableVisitorBlocking: "?boolean";
            enableWhisperMessage: "?boolean";
            label: "string";
            supervisorDefaultAgentStatusFilter: "?string";
            supervisorDefaultButtonFilter: "?string";
            supervisorDefaultSkillFilter: "?string";
            supervisorSkills: "?SupervisorAgentConfigSkills";
            transferableButtons: "?AgentConfigButtons";
            transferableSkills: "?AgentConfigSkills";
        };
        type: "LiveChatAgentConfig";
    };
    LiveChatButton: {
        extends: "Metadata";
        props: {
            animation: "?string";
            autoGreeting: "?string";
            chasitorIdleTimeout: "?number";
            chasitorIdleTimeoutWarning: "?number";
            chatPage: "?string";
            customAgentName: "?string";
            deployments: "?LiveChatButtonDeployments";
            enableQueue: "?boolean";
            inviteEndPosition: "?string";
            inviteImage: "?string";
            inviteStartPosition: "?string";
            isActive: "?boolean";
            label: "string";
            numberOfReroutingAttempts: "?number";
            offlineImage: "?string";
            onlineImage: "?string";
            optionsCustomRoutingIsEnabled: "?boolean";
            optionsHasChasitorIdleTimeout: "boolean";
            optionsHasInviteAfterAccept: "?boolean";
            optionsHasInviteAfterReject: "?boolean";
            optionsHasRerouteDeclinedRequest: "?boolean";
            optionsIsAutoAccept: "?boolean";
            optionsIsInviteAutoRemove: "?boolean";
            overallQueueLength: "?number";
            perAgentQueueLength: "?number";
            postChatPage: "?string";
            postChatUrl: "?string";
            preChatFormPage: "?string";
            preChatFormUrl: "?string";
            pushTimeOut: "?number";
            routingType: "string";
            site: "?string";
            skills: "?LiveChatButtonSkills";
            timeToRemoveInvite: "?number";
            type: "string";
            windowLanguage: "?string";
        };
        type: "LiveChatButton";
    };
    LiveChatButtonDeployments: {
        props: {
            deployment: readonly ["string"];
        };
        type: "LiveChatButtonDeployments";
    };
    LiveChatButtonSkills: {
        props: {
            skill: readonly ["string"];
        };
        type: "LiveChatButtonSkills";
    };
    LiveChatDeployment: {
        extends: "Metadata";
        props: {
            brandingImage: "?string";
            connectionTimeoutDuration: "?number";
            connectionWarningDuration: "?number";
            displayQueuePosition: "?boolean";
            domainWhiteList: "?LiveChatDeploymentDomainWhitelist";
            enablePrechatApi: "?boolean";
            enableTranscriptSave: "?boolean";
            label: "string";
            mobileBrandingImage: "?string";
            site: "?string";
            windowTitle: "string";
        };
        type: "LiveChatDeployment";
    };
    LiveChatDeploymentDomainWhitelist: {
        props: {
            domain: readonly ["string"];
        };
        type: "LiveChatDeploymentDomainWhitelist";
    };
    LiveChatSensitiveDataRule: {
        extends: "Metadata";
        props: {
            actionType: "string";
            description: "?string";
            enforceOn: "number";
            isEnabled: "boolean";
            pattern: "string";
            priority: "number";
            replacement: "?string";
        };
        type: "LiveChatSensitiveDataRule";
    };
    LiveMessageSettings: {
        extends: "Metadata";
        props: {
            enableLiveMessage: "?boolean";
        };
        type: "LiveMessageSettings";
    };
    LocalMlDomain: {
        props: {
            label: "string";
            mlIntents: readonly ["MlIntent"];
            mlSlotClasses: readonly ["MlSlotClass"];
            name: "string";
        };
        type: "LocalMlDomain";
    };
    LogInfo: {
        props: {
            category: "string";
            level: "string";
        };
        type: "LogInfo";
    };
    LookupFilter: {
        props: {
            active: "boolean";
            booleanFilter: "?string";
            description: "?string";
            errorMessage: "?string";
            filterItems: readonly ["FilterItem"];
            infoMessage: "?string";
            isOptional: "boolean";
        };
        type: "LookupFilter";
    };
    LookupFilterTranslation: {
        props: {
            errorMessage: "string";
            informationalMessage: "string";
        };
        type: "LookupFilterTranslation";
    };
    LwcResource: {
        props: {
            filePath: "string";
            source: "string";
        };
        type: "LwcResource";
    };
    LwcResources: {
        props: {
            lwcResource: readonly ["LwcResource"];
        };
        type: "LwcResources";
    };
    MacroSettings: {
        extends: "Metadata";
        props: {
            enableAdvancedSearch: "?boolean";
            macrosInFolders: "?boolean";
        };
        type: "MacroSettings";
    };
    ManagedContentNodeType: {
        props: {
            helpText: "?string";
            isLocalizable: "?boolean";
            isRequired: "?boolean";
            nodeLabel: "string";
            nodeName: "string";
            nodeType: "string";
            placeholderText: "?string";
        };
        type: "ManagedContentNodeType";
    };
    ManagedContentType: {
        extends: "Metadata";
        props: {
            description: "?string";
            developerName: "string";
            managedContentNodeTypes: readonly ["ManagedContentNodeType"];
            masterLabel: "string";
        };
        type: "ManagedContentType";
    };
    ManagedTopic: {
        extends: "Metadata";
        props: {
            managedTopicType: "string";
            name: "string";
            parentName: "string";
            position: "number";
            topicDescription: "string";
        };
        type: "ManagedTopic";
    };
    ManagedTopics: {
        extends: "Metadata";
        props: {
            managedTopic: readonly ["ManagedTopic"];
        };
        type: "ManagedTopics";
    };
    MapExpression: {
        props: {
            expression: "string";
            name: "string";
            type: "string";
        };
        type: "MapExpression";
    };
    MapsAndLocationSettings: {
        extends: "Metadata";
        props: {
            enableAddressAutoComplete: "?boolean";
            enableMapsAndLocation: "?boolean";
        };
        type: "MapsAndLocationSettings";
    };
    MatchingRule: {
        extends: "Metadata";
        props: {
            booleanFilter: "?string";
            description: "?string";
            label: "string";
            matchingRuleItems: readonly ["MatchingRuleItem"];
            ruleStatus: "string";
        };
        type: "MatchingRule";
    };
    MatchingRuleItem: {
        props: {
            blankValueBehavior: "?string";
            fieldName: "string";
            matchingMethod: "string";
        };
        type: "MatchingRuleItem";
    };
    MatchingRules: {
        extends: "Metadata";
        props: {
            matchingRules: readonly ["MatchingRule"];
        };
        type: "MatchingRules";
    };
    Metadata: {
        props: {
            fullName: "?string";
        };
        type: "Metadata";
    };
    MetadataWithContent: {
        extends: "Metadata";
        props: {
            content: "?string";
        };
        type: "MetadataWithContent";
    };
    MilestoneType: {
        extends: "Metadata";
        props: {
            description: "?string";
            recurrenceType: "?string";
        };
        type: "MilestoneType";
    };
    MiniLayout: {
        props: {
            fields: readonly ["string"];
            relatedLists: readonly ["RelatedListItem"];
        };
        type: "MiniLayout";
    };
    MlDomain: {
        extends: "Metadata";
        props: {
            description: "?string";
            label: "string";
            mlIntents: readonly ["MlIntent"];
            mlSlotClasses: readonly ["MlSlotClass"];
        };
        type: "MlDomain";
    };
    MlIntent: {
        props: {
            description: "?string";
            developerName: "string";
            label: "string";
            mlIntentUtterances: readonly ["MlIntentUtterance"];
            relatedMlIntents: readonly ["MlRelatedIntent"];
        };
        type: "MlIntent";
    };
    MlIntentUtterance: {
        props: {
            utterance: "string";
        };
        type: "MlIntentUtterance";
    };
    MlRelatedIntent: {
        props: {
            relatedMlIntent: "string";
        };
        type: "MlRelatedIntent";
    };
    MlSlotClass: {
        props: {
            dataType: "string";
            description: "?string";
            developerName: "string";
            extractionRegex: "?string";
            extractionType: "?string";
            label: "string";
            mlSlotClassValues: readonly ["MlSlotClassValue"];
        };
        type: "MlSlotClass";
    };
    MlSlotClassValue: {
        props: {
            synonymGroup: "?SynonymGroup";
            value: "string";
        };
        type: "MlSlotClassValue";
    };
    MobileApplicationDetail: {
        extends: "Metadata";
        props: {
            applicationBinaryFile: "?string";
            applicationBinaryFileName: "?string";
            applicationBundleIdentifier: "?string";
            applicationFileLength: "?number";
            applicationIconFile: "?string";
            applicationIconFileName: "?string";
            applicationInstallUrl: "?string";
            devicePlatform: "string";
            deviceType: "?string";
            minimumOsVersion: "?string";
            privateApp: "?boolean";
            version: "string";
        };
        type: "MobileApplicationDetail";
    };
    MobileSettings: {
        extends: "Metadata";
        props: {
            dashboardMobile: "?DashboardMobileSettings";
            enableImportContactFromDevice: "?boolean";
            enableLightningOnMobile: "?boolean";
            enableOfflineDraftsEnabled: "?boolean";
            enablePopulateNameManuallyInToday: "?boolean";
            enableS1EncryptedStoragePref2: "?boolean";
            enableS1OfflinePref: "?boolean";
        };
        type: "MobileSettings";
    };
    ModeratedEntityField: {
        props: {
            entityName: "string";
            fieldName: "?string";
            keywordList: "?string";
        };
        type: "ModeratedEntityField";
    };
    ModerationRule: {
        extends: "Metadata";
        props: {
            action: "string";
            actionLimit: "?number";
            active: "boolean";
            description: "?string";
            entitiesAndFields: readonly ["ModeratedEntityField"];
            masterLabel: "string";
            notifyLimit: "?number";
            timePeriod: "?string";
            type: "?string";
            userCriteria: readonly ["string"];
            userMessage: "?string";
        };
        type: "ModerationRule";
    };
    MutingPermissionSet: {
        extends: "PermissionSet";
        props: {
            label: "string";
        };
        type: "MutingPermissionSet";
    };
    MyDomainSettings: {
        extends: "Metadata";
        props: {
            canOnlyLoginWithMyDomainUrl: "?boolean";
            doesApiLoginRequireOrgDomain: "?boolean";
            enableNativeBrowserForAuthOnAndroid: "?boolean";
            enableNativeBrowserForAuthOnIos: "?boolean";
            useStabilizedMyDomainHostnames: "?boolean";
            useStabilizedSandboxMyDomainHostnames: "?boolean";
        };
        type: "MyDomainSettings";
    };
    NameSettings: {
        extends: "Metadata";
        props: {
            enableMiddleName: "?boolean";
            enableNameSuffix: "?boolean";
        };
        type: "NameSettings";
    };
    NamedCredential: {
        extends: "Metadata";
        props: {
            allowMergeFieldsInBody: "?boolean";
            allowMergeFieldsInHeader: "?boolean";
            authProvider: "?string";
            authTokenEndpointUrl: "?string";
            awsAccessKey: "?string";
            awsAccessSecret: "?string";
            awsRegion: "?string";
            awsService: "?string";
            certificate: "?string";
            endpoint: "?string";
            generateAuthorizationHeader: "?boolean";
            jwtAudience: "?string";
            jwtFormulaSubject: "?string";
            jwtIssuer: "?string";
            jwtSigningCertificate: "?string";
            jwtTextSubject: "?string";
            jwtValidityPeriodSeconds: "?number";
            label: "string";
            oauthRefreshToken: "?string";
            oauthScope: "?string";
            oauthToken: "?string";
            password: "?string";
            principalType: "string";
            privateConnection: "?string";
            protocol: "string";
            username: "?string";
        };
        type: "NamedCredential";
    };
    NavigationLinkSet: {
        props: {
            navigationMenuItem: readonly ["NavigationMenuItem"];
        };
        type: "NavigationLinkSet";
    };
    NavigationMenu: {
        extends: "Metadata";
        props: {
            container: "string";
            containerType: "string";
            label: "string";
            navigationMenuItem: readonly ["NavigationMenuItem"];
        };
        type: "NavigationMenu";
    };
    NavigationMenuItem: {
        props: {
            defaultListViewId: "?string";
            label: "string";
            menuItemBranding: "?NavigationMenuItemBranding";
            position: "number";
            publiclyAvailable: "?boolean";
            subMenu: "?NavigationSubMenu";
            target: "?string";
            targetPreference: "?string";
            type: "string";
        };
        type: "NavigationMenuItem";
    };
    NavigationMenuItemBranding: {
        props: {
            tileImage: "?string";
        };
        type: "NavigationMenuItemBranding";
    };
    NavigationSubMenu: {
        props: {
            navigationMenuItem: readonly ["NavigationMenuItem"];
        };
        type: "NavigationSubMenu";
    };
    Network: {
        extends: "Metadata";
        props: {
            allowInternalUserLogin: "?boolean";
            allowMembersToFlag: "?boolean";
            allowedExtensions: "?string";
            caseCommentEmailTemplate: "?string";
            changePasswordTemplate: "string";
            communityRoles: "?CommunityRoles";
            description: "?string";
            disableReputationRecordConversations: "?boolean";
            emailFooterLogo: "?string";
            emailFooterText: "?string";
            emailSenderAddress: "string";
            emailSenderName: "string";
            enableCustomVFErrorPageOverrides: "?boolean";
            enableDirectMessages: "?boolean";
            enableGuestChatter: "?boolean";
            enableGuestFileAccess: "?boolean";
            enableGuestMemberVisibility: "?boolean";
            enableInvitation: "?boolean";
            enableKnowledgeable: "?boolean";
            enableMemberVisibility: "?boolean";
            enableNicknameDisplay: "?boolean";
            enablePrivateMessages: "?boolean";
            enableReputation: "?boolean";
            enableShowAllNetworkSettings: "?boolean";
            enableSiteAsContainer: "?boolean";
            enableTalkingAboutStats: "?boolean";
            enableTopicAssignmentRules: "?boolean";
            enableTopicSuggestions: "?boolean";
            enableUpDownVote: "?boolean";
            feedChannel: "?string";
            forgotPasswordTemplate: "string";
            gatherCustomerSentimentData: "?boolean";
            lockoutTemplate: "?string";
            logoutUrl: "?string";
            maxFileSizeKb: "?number";
            navigationLinkSet: "?NavigationLinkSet";
            networkMemberGroups: "?NetworkMemberGroup";
            networkPageOverrides: "?NetworkPageOverride";
            newSenderAddress: "?string";
            picassoSite: "?string";
            recommendationAudience: "?RecommendationAudience";
            recommendationDefinition: "?RecommendationDefinition";
            reputationLevels: "?ReputationLevelDefinitions";
            reputationPointsRules: "?ReputationPointsRules";
            selfRegProfile: "?string";
            selfRegistration: "?boolean";
            sendWelcomeEmail: "?boolean";
            site: "string";
            status: "string";
            tabs: "NetworkTabSet";
            urlPathPrefix: "?string";
            verificationTemplate: "?string";
            welcomeTemplate: "string";
        };
        type: "Network";
    };
    NetworkAccess: {
        props: {
            ipRanges: readonly ["IpRange"];
        };
        type: "NetworkAccess";
    };
    NetworkBranding: {
        extends: "MetadataWithContent";
        props: {
            loginBackgroundImageUrl: "?string";
            loginFooterText: "?string";
            loginLogo: "?string";
            loginLogoName: "?string";
            loginPrimaryColor: "?string";
            loginQuaternaryColor: "?string";
            loginRightFrameUrl: "?string";
            network: "?string";
            pageFooter: "?string";
            pageHeader: "?string";
            primaryColor: "string";
            primaryComplementColor: "string";
            quaternaryColor: "string";
            quaternaryComplementColor: "string";
            secondaryColor: "string";
            staticLogoImageUrl: "?string";
            tertiaryColor: "string";
            tertiaryComplementColor: "string";
            zeronaryColor: "string";
            zeronaryComplementColor: "string";
        };
        type: "NetworkBranding";
    };
    NetworkMemberGroup: {
        props: {
            permissionSet: readonly ["string"];
            profile: readonly ["string"];
        };
        type: "NetworkMemberGroup";
    };
    NetworkPageOverride: {
        props: {
            changePasswordPageOverrideSetting: "?string";
            forgotPasswordPageOverrideSetting: "?string";
            homePageOverrideSetting: "?string";
            loginPageOverrideSetting: "?string";
            selfRegProfilePageOverrideSetting: "?string";
        };
        type: "NetworkPageOverride";
    };
    NetworkTabSet: {
        props: {
            customTab: readonly ["string"];
            defaultTab: "string";
            standardTab: readonly ["string"];
        };
        type: "NetworkTabSet";
    };
    NextAutomatedApprover: {
        props: {
            useApproverFieldOfRecordOwner: "?boolean";
            userHierarchyField: "string";
        };
        type: "NextAutomatedApprover";
    };
    NotificationsSettings: {
        extends: "Metadata";
        props: {
            enableMobileAppPushNotifications: "?boolean";
            enableNotifications: "?boolean";
        };
        type: "NotificationsSettings";
    };
    OauthCustomScope: {
        extends: "Metadata";
        props: {
            description: "string";
            developerName: "string";
            isProtected: "?boolean";
            isPublic: "?boolean";
            masterLabel: "string";
        };
        type: "OauthCustomScope";
    };
    ObjectLinkingSettings: {
        extends: "Metadata";
        props: {
            enableObjectLinking: "?boolean";
        };
        type: "ObjectLinkingSettings";
    };
    ObjectMapping: {
        props: {
            inputObject: "string";
            mappingFields: readonly ["ObjectMappingField"];
            outputObject: "string";
        };
        type: "ObjectMapping";
    };
    ObjectMappingField: {
        props: {
            inputField: "string";
            outputField: "string";
        };
        type: "ObjectMappingField";
    };
    ObjectNameCaseValue: {
        props: {
            article: "?string";
            caseType: "?string";
            plural: "?boolean";
            possessive: "?string";
            value: "string";
        };
        type: "ObjectNameCaseValue";
    };
    ObjectRelationship: {
        props: {
            join: "?ObjectRelationship";
            outerJoin: "boolean";
            relationship: "string";
        };
        type: "ObjectRelationship";
    };
    ObjectSearchSetting: {
        props: {
            enhancedLookupEnabled: "boolean";
            lookupAutoCompleteEnabled: "boolean";
            name: "string";
            resultsPerPageCount: "number";
        };
        type: "ObjectSearchSetting";
    };
    ObjectUsage: {
        props: {
            object: readonly ["string"];
        };
        type: "ObjectUsage";
    };
    OmniChannelSettings: {
        extends: "Metadata";
        props: {
            enableOmniAutoLoginPrompt: "?boolean";
            enableOmniChannel: "?boolean";
            enableOmniSecondaryRoutingPriority: "?boolean";
            enableOmniSkillsRouting: "?boolean";
        };
        type: "OmniChannelSettings";
    };
    OpportunityListFieldsLabelMapping: {
        props: {
            field: "string";
            label: "string";
        };
        type: "OpportunityListFieldsLabelMapping";
    };
    OpportunityListFieldsSelectedSettings: {
        props: {
            field: readonly ["string"];
        };
        type: "OpportunityListFieldsSelectedSettings";
    };
    OpportunityListFieldsUnselectedSettings: {
        props: {
            field: readonly ["string"];
        };
        type: "OpportunityListFieldsUnselectedSettings";
    };
    OpportunitySettings: {
        extends: "Metadata";
        props: {
            autoActivateNewReminders: "?boolean";
            customizableProductSchedulesEnabled: "?boolean";
            doesAutoAddSplitOwnerAsOpportunityTeamMember: "?boolean";
            doesEnforceStandardOpportunitySaveLogic: "?boolean";
            enableFindSimilarOpportunities: "?boolean";
            enableOpportunityFieldHistoryTracking: "?boolean";
            enableOpportunityInsightsInMobile: "?boolean";
            enableOpportunityTeam: "?boolean";
            enableUpdateReminders: "?boolean";
            findSimilarOppFilter: "?FindSimilarOppFilter";
            promptToAddProducts: "?boolean";
        };
        type: "OpportunitySettings";
    };
    Orchestration: {
        extends: "MetadataWithContent";
        props: {
            context: "string";
            masterLabel: "string";
        };
        type: "Orchestration";
    };
    OrchestrationContext: {
        extends: "Metadata";
        props: {
            datasets: readonly ["OrchestrationContextDataset"];
            description: "?string";
            events: readonly ["OrchestrationContextEvent"];
            imageFile: "string";
            imageScale: "number";
            masterLabel: "string";
            runtimeType: "string";
            salesforceObject: "?string";
            salesforceObjectPrimaryKey: "?string";
        };
        type: "OrchestrationContext";
    };
    OrchestrationContextDataset: {
        props: {
            datasetType: "string";
            orchestrationDataset: "string";
        };
        type: "OrchestrationContextDataset";
    };
    OrchestrationContextEvent: {
        props: {
            eventType: "string";
            orchestrationEvent: "string";
            platformEvent: "string";
            platformEventPrimaryKey: "string";
        };
        type: "OrchestrationContextEvent";
    };
    OrderManagementSettings: {
        extends: "Metadata";
        props: {
            enableOrderManagement: "?boolean";
        };
        type: "OrderManagementSettings";
    };
    OrderSettings: {
        extends: "Metadata";
        props: {
            enableNegativeQuantity: "?boolean";
            enableOrders: "?boolean";
            enableReductionOrders: "?boolean";
            enableZeroQuantity: "?boolean";
        };
        type: "OrderSettings";
    };
    OrgPreferenceSettings: {
        extends: "Metadata";
        props: {
            preferences: readonly ["OrganizationSettingsDetail"];
        };
        type: "OrgPreferenceSettings";
    };
    OrgSettings: {
        extends: "Metadata";
        props: {
            enableCustomerSuccessPortal: "?boolean";
            enableExtendedMailMerge: "?boolean";
            enableIncludeContractStatus: "?boolean";
            enableMakeDeploymentsMandatory: "?boolean";
            enableManageSelfServiceUsers: "?boolean";
            enableOrgFeedSentimentAnalysis: "?boolean";
            enableRADeploymentAttributeOnly: "?boolean";
            enableResetDivisionOnLogin: "?boolean";
            saveMailMergeDocsAsSalesforceDocs: "?boolean";
        };
        type: "OrgSettings";
    };
    OrganizationSettingsDetail: {
        props: {
            settingName: "string";
            settingValue: "boolean";
        };
        type: "OrganizationSettingsDetail";
    };
    Package: {
        extends: "Metadata";
        props: {
            apiAccessLevel: "?string";
            description: "?string";
            namespacePrefix: "?string";
            objectPermissions: readonly ["ProfileObjectPermissions"];
            packageType: "?string";
            postInstallClass: "?string";
            setupWeblink: "?string";
            types: readonly ["PackageTypeMembers"];
            uninstallClass: "?string";
            version: "string";
        };
        type: "Package";
    };
    PackageTypeMembers: {
        props: {
            members: readonly ["string"];
            name: "string";
        };
        type: "PackageTypeMembers";
    };
    PackageVersion: {
        props: {
            majorNumber: "number";
            minorNumber: "number";
            namespace: "string";
        };
        type: "PackageVersion";
    };
    PardotEinsteinSettings: {
        extends: "Metadata";
        props: {
            enableCampaignInsight: "?boolean";
            enableEngagementScore: "?boolean";
        };
        type: "PardotEinsteinSettings";
    };
    PardotSettings: {
        extends: "Metadata";
        props: {
            enableB2bmaAppEnabled: "?boolean";
            enableEngagementHistoryDashboards: "?boolean";
            enablePardotAppV1Enabled: "?boolean";
            enablePardotEnabled: "?boolean";
            enableProspectActivityDataset: "?boolean";
        };
        type: "PardotSettings";
    };
    PartyDataModelSettings: {
        extends: "Metadata";
        props: {
            enableAutoSelectIndividualOnMerge: "?boolean";
            enableConsentManagement: "?boolean";
        };
        type: "PartyDataModelSettings";
    };
    PasswordPolicies: {
        props: {
            apiOnlyUserHomePageURL: "?string";
            complexity: "?string";
            enableSetPasswordInApi: "?boolean";
            expiration: "?string";
            historyRestriction: "?string";
            lockoutInterval: "?string";
            maxLoginAttempts: "?string";
            minimumPasswordLength: "?string";
            minimumPasswordLifetime: "?boolean";
            obscureSecretAnswer: "?boolean";
            passwordAssistanceMessage: "?string";
            passwordAssistanceURL: "?string";
            questionRestriction: "?string";
        };
        type: "PasswordPolicies";
    };
    PathAssistant: {
        extends: "Metadata";
        props: {
            active: "boolean";
            entityName: "string";
            fieldName: "string";
            masterLabel: "string";
            pathAssistantSteps: readonly ["PathAssistantStep"];
            recordTypeName: "string";
        };
        type: "PathAssistant";
    };
    PathAssistantSettings: {
        extends: "Metadata";
        props: {
            canOverrideAutoPathCollapseWithUserPref: "?boolean";
            pathAssistantEnabled: "?boolean";
        };
        type: "PathAssistantSettings";
    };
    PathAssistantStep: {
        props: {
            fieldNames: readonly ["string"];
            info: "?string";
            picklistValueName: "string";
        };
        type: "PathAssistantStep";
    };
    PermissionSet: {
        extends: "Metadata";
        props: {
            applicationVisibilities: readonly ["PermissionSetApplicationVisibility"];
            classAccesses: readonly ["PermissionSetApexClassAccess"];
            customMetadataTypeAccesses: readonly ["PermissionSetCustomMetadataTypeAccess"];
            customPermissions: readonly ["PermissionSetCustomPermissions"];
            description: "?string";
            externalDataSourceAccesses: readonly ["PermissionSetExternalDataSourceAccess"];
            fieldPermissions: readonly ["PermissionSetFieldPermissions"];
            flowAccesses: readonly ["PermissionSetFlowAccess"];
            hasActivationRequired: "?boolean";
            label: "string";
            license: "?string";
            objectPermissions: readonly ["PermissionSetObjectPermissions"];
            pageAccesses: readonly ["PermissionSetApexPageAccess"];
            recordTypeVisibilities: readonly ["PermissionSetRecordTypeVisibility"];
            tabSettings: readonly ["PermissionSetTabSetting"];
            userPermissions: readonly ["PermissionSetUserPermission"];
        };
        type: "PermissionSet";
    };
    PermissionSetApexClassAccess: {
        props: {
            apexClass: "string";
            enabled: "boolean";
        };
        type: "PermissionSetApexClassAccess";
    };
    PermissionSetApexPageAccess: {
        props: {
            apexPage: "string";
            enabled: "boolean";
        };
        type: "PermissionSetApexPageAccess";
    };
    PermissionSetApplicationVisibility: {
        props: {
            application: "string";
            visible: "boolean";
        };
        type: "PermissionSetApplicationVisibility";
    };
    PermissionSetCustomMetadataTypeAccess: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "PermissionSetCustomMetadataTypeAccess";
    };
    PermissionSetCustomPermissions: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "PermissionSetCustomPermissions";
    };
    PermissionSetExternalDataSourceAccess: {
        props: {
            enabled: "boolean";
            externalDataSource: "string";
        };
        type: "PermissionSetExternalDataSourceAccess";
    };
    PermissionSetFieldPermissions: {
        props: {
            editable: "boolean";
            field: "string";
            readable: "?boolean";
        };
        type: "PermissionSetFieldPermissions";
    };
    PermissionSetFlowAccess: {
        props: {
            enabled: "boolean";
            flow: "string";
        };
        type: "PermissionSetFlowAccess";
    };
    PermissionSetGroup: {
        extends: "Metadata";
        props: {
            description: "?string";
            label: "string";
            mutingPermissionSets: readonly ["string"];
            permissionSets: readonly ["string"];
            status: "?string";
        };
        type: "PermissionSetGroup";
    };
    PermissionSetObjectPermissions: {
        props: {
            allowCreate: "boolean";
            allowDelete: "boolean";
            allowEdit: "boolean";
            allowRead: "boolean";
            modifyAllRecords: "boolean";
            object: "string";
            viewAllRecords: "boolean";
        };
        type: "PermissionSetObjectPermissions";
    };
    PermissionSetRecordTypeVisibility: {
        props: {
            recordType: "string";
            visible: "boolean";
        };
        type: "PermissionSetRecordTypeVisibility";
    };
    PermissionSetTabSetting: {
        props: {
            tab: "string";
            visibility: "string";
        };
        type: "PermissionSetTabSetting";
    };
    PermissionSetUserPermission: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "PermissionSetUserPermission";
    };
    PersonListSettings: {
        extends: "Metadata";
        props: {
            enablePersonList: "boolean";
        };
        type: "PersonListSettings";
    };
    PersonalizationTargetInfo: {
        props: {
            groupName: "string";
            priority: "?number";
            targetType: "string";
            targetValue: "string";
        };
        type: "PersonalizationTargetInfo";
    };
    PersonalizationTargetInfos: {
        props: {
            target: readonly ["PersonalizationTargetInfo"];
        };
        type: "PersonalizationTargetInfos";
    };
    PicklistEntry: {
        props: {
            active: "boolean";
            defaultValue: "boolean";
            label: "string";
            validFor: "?string";
            value: "string";
        };
        type: "PicklistEntry";
    };
    PicklistSettings: {
        extends: "Metadata";
        props: {
            isPicklistApiNameEditDisabled: "?boolean";
        };
        type: "PicklistSettings";
    };
    PicklistValue: {
        extends: "Metadata";
        props: {
            allowEmail: "?boolean";
            closed: "?boolean";
            color: "?string";
            controllingFieldValues: readonly ["string"];
            converted: "?boolean";
            cssExposed: "?boolean";
            default: "boolean";
            description: "?string";
            forecastCategory: "?string";
            highPriority: "?boolean";
            isActive: "?boolean";
            probability: "?number";
            reverseRole: "?string";
            reviewed: "?boolean";
            won: "?boolean";
        };
        type: "PicklistValue";
    };
    PicklistValueTranslation: {
        props: {
            masterLabel: "string";
            translation: "?string";
        };
        type: "PicklistValueTranslation";
    };
    PlatformActionList: {
        extends: "Metadata";
        props: {
            actionListContext: "string";
            platformActionListItems: readonly ["PlatformActionListItem"];
            relatedSourceEntity: "?string";
        };
        type: "PlatformActionList";
    };
    PlatformActionListItem: {
        props: {
            actionName: "string";
            actionType: "string";
            sortOrder: "number";
            subtype: "?string";
        };
        type: "PlatformActionListItem";
    };
    PlatformCachePartition: {
        extends: "Metadata";
        props: {
            description: "?string";
            isDefaultPartition: "boolean";
            masterLabel: "string";
            platformCachePartitionTypes: readonly ["PlatformCachePartitionType"];
        };
        type: "PlatformCachePartition";
    };
    PlatformCachePartitionType: {
        props: {
            allocatedCapacity: "number";
            allocatedPurchasedCapacity: "number";
            allocatedTrialCapacity: "number";
            cacheType: "string";
        };
        type: "PlatformCachePartitionType";
    };
    PlatformEncryptionSettings: {
        extends: "Metadata";
        props: {
            canEncryptManagedPackageFields: "?boolean";
            enableDeterministicEncryption: "?boolean";
            enableEncryptFieldHistory: "?boolean";
            enableEventBusEncryption: "?boolean";
            isMEKForEncryptionRequired: "?boolean";
            isUseHighAssuranceKeysRequired: "?boolean";
        };
        type: "PlatformEncryptionSettings";
    };
    PlatformEventChannel: {
        extends: "Metadata";
        props: {
            channelType: "string";
            label: "string";
        };
        type: "PlatformEventChannel";
    };
    PlatformEventChannelMember: {
        extends: "Metadata";
        props: {
            eventChannel: "string";
            selectedEntity: "string";
        };
        type: "PlatformEventChannelMember";
    };
    Portal: {
        extends: "Metadata";
        props: {
            active: "boolean";
            admin: "?string";
            defaultLanguage: "?string";
            description: "?string";
            emailSenderAddress: "string";
            emailSenderName: "string";
            enableSelfCloseCase: "?boolean";
            footerDocument: "?string";
            forgotPassTemplate: "?string";
            headerDocument: "?string";
            isSelfRegistrationActivated: "?boolean";
            loginHeaderDocument: "?string";
            logoDocument: "?string";
            logoutUrl: "?string";
            newCommentTemplate: "?string";
            newPassTemplate: "?string";
            newUserTemplate: "?string";
            ownerNotifyTemplate: "?string";
            selfRegNewUserUrl: "?string";
            selfRegUserDefaultProfile: "?string";
            selfRegUserDefaultRole: "?string";
            selfRegUserTemplate: "?string";
            showActionConfirmation: "?boolean";
            stylesheetDocument: "?string";
            type: "string";
        };
        type: "Portal";
    };
    PostTemplate: {
        extends: "Metadata";
        props: {
            default: "?boolean";
            description: "?string";
            fields: readonly ["string"];
            label: "string";
        };
        type: "PostTemplate";
    };
    PresenceConfigAssignments: {
        props: {
            profiles: "?PresenceConfigProfileAssignments";
            users: "?PresenceConfigUserAssignments";
        };
        type: "PresenceConfigAssignments";
    };
    PresenceConfigProfileAssignments: {
        props: {
            profile: readonly ["string"];
        };
        type: "PresenceConfigProfileAssignments";
    };
    PresenceConfigUserAssignments: {
        props: {
            user: readonly ["string"];
        };
        type: "PresenceConfigUserAssignments";
    };
    PresenceDeclineReason: {
        extends: "Metadata";
        props: {
            label: "string";
        };
        type: "PresenceDeclineReason";
    };
    PresenceUserConfig: {
        extends: "Metadata";
        props: {
            assignments: "?PresenceConfigAssignments";
            capacity: "number";
            declineReasons: readonly ["string"];
            enableAutoAccept: "?boolean";
            enableDecline: "?boolean";
            enableDeclineReason: "?boolean";
            enableDisconnectSound: "?boolean";
            enableRequestSound: "?boolean";
            label: "string";
            presenceStatusOnDecline: "?string";
            presenceStatusOnPushTimeout: "?string";
        };
        type: "PresenceUserConfig";
    };
    PrimaryTabComponents: {
        props: {
            containers: readonly ["Container"];
        };
        type: "PrimaryTabComponents";
    };
    PrivacySettings: {
        extends: "Metadata";
        props: {
            enableConsentAuditTrail: "?boolean";
            enableConsentEventStream: "?boolean";
            enableDefaultMetadataValues: "?boolean";
        };
        type: "PrivacySettings";
    };
    PrivateConnection: {
        extends: "Metadata";
        props: {
            description: "?string";
            direction: "string";
            externalConnectionProperties: readonly ["ExternalConnectionProperty"];
            label: "string";
            status: "string";
            type: "string";
        };
        type: "PrivateConnection";
    };
    ProductSettings: {
        extends: "Metadata";
        props: {
            enableCascadeActivateToRelatedPrices: "?boolean";
            enableMySettings: "?boolean";
            enableQuantitySchedule: "?boolean";
            enableRevenueSchedule: "?boolean";
        };
        type: "ProductSettings";
    };
    Profile: {
        extends: "Metadata";
        props: {
            applicationVisibilities: readonly ["ProfileApplicationVisibility"];
            categoryGroupVisibilities: readonly ["ProfileCategoryGroupVisibility"];
            classAccesses: readonly ["ProfileApexClassAccess"];
            custom: "?boolean";
            customMetadataTypeAccesses: readonly ["ProfileCustomMetadataTypeAccess"];
            customPermissions: readonly ["ProfileCustomPermissions"];
            description: "?string";
            externalDataSourceAccesses: readonly ["ProfileExternalDataSourceAccess"];
            fieldPermissions: readonly ["ProfileFieldLevelSecurity"];
            flowAccesses: readonly ["ProfileFlowAccess"];
            layoutAssignments: readonly ["ProfileLayoutAssignment"];
            loginHours: "?ProfileLoginHours";
            loginIpRanges: readonly ["ProfileLoginIpRange"];
            objectPermissions: readonly ["ProfileObjectPermissions"];
            pageAccesses: readonly ["ProfileApexPageAccess"];
            profileActionOverrides: readonly ["ProfileActionOverride"];
            recordTypeVisibilities: readonly ["ProfileRecordTypeVisibility"];
            tabVisibilities: readonly ["ProfileTabVisibility"];
            userLicense: "?string";
            userPermissions: readonly ["ProfileUserPermission"];
        };
        type: "Profile";
    };
    ProfileActionOverride: {
        props: {
            actionName: "string";
            content: "?string";
            formFactor: "string";
            pageOrSobjectType: "string";
            recordType: "?string";
            type: "string";
        };
        type: "ProfileActionOverride";
    };
    ProfileApexClassAccess: {
        props: {
            apexClass: "string";
            enabled: "boolean";
        };
        type: "ProfileApexClassAccess";
    };
    ProfileApexPageAccess: {
        props: {
            apexPage: "string";
            enabled: "boolean";
        };
        type: "ProfileApexPageAccess";
    };
    ProfileApplicationVisibility: {
        props: {
            application: "string";
            default: "boolean";
            visible: "boolean";
        };
        type: "ProfileApplicationVisibility";
    };
    ProfileCategoryGroupVisibility: {
        props: {
            dataCategories: readonly ["string"];
            dataCategoryGroup: "string";
            visibility: "string";
        };
        type: "ProfileCategoryGroupVisibility";
    };
    ProfileCustomMetadataTypeAccess: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "ProfileCustomMetadataTypeAccess";
    };
    ProfileCustomPermissions: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "ProfileCustomPermissions";
    };
    ProfileExternalDataSourceAccess: {
        props: {
            enabled: "boolean";
            externalDataSource: "string";
        };
        type: "ProfileExternalDataSourceAccess";
    };
    ProfileFieldLevelSecurity: {
        props: {
            editable: "boolean";
            field: "string";
            readable: "?boolean";
        };
        type: "ProfileFieldLevelSecurity";
    };
    ProfileFlowAccess: {
        props: {
            enabled: "boolean";
            flow: "string";
        };
        type: "ProfileFlowAccess";
    };
    ProfileLayoutAssignment: {
        props: {
            layout: "string";
            recordType: "?string";
        };
        type: "ProfileLayoutAssignment";
    };
    ProfileLoginHours: {
        props: {
            fridayEnd: "?string";
            fridayStart: "?string";
            mondayEnd: "?string";
            mondayStart: "?string";
            saturdayEnd: "?string";
            saturdayStart: "?string";
            sundayEnd: "?string";
            sundayStart: "?string";
            thursdayEnd: "?string";
            thursdayStart: "?string";
            tuesdayEnd: "?string";
            tuesdayStart: "?string";
            wednesdayEnd: "?string";
            wednesdayStart: "?string";
        };
        type: "ProfileLoginHours";
    };
    ProfileLoginIpRange: {
        props: {
            description: "?string";
            endAddress: "string";
            startAddress: "string";
        };
        type: "ProfileLoginIpRange";
    };
    ProfileObjectPermissions: {
        props: {
            allowCreate: "?boolean";
            allowDelete: "?boolean";
            allowEdit: "?boolean";
            allowRead: "?boolean";
            modifyAllRecords: "?boolean";
            object: "string";
            viewAllRecords: "?boolean";
        };
        type: "ProfileObjectPermissions";
    };
    ProfilePasswordPolicy: {
        extends: "Metadata";
        props: {
            forgotPasswordRedirect: "?boolean";
            lockoutInterval: "number";
            maxLoginAttempts: "number";
            minimumPasswordLength: "number";
            minimumPasswordLifetime: "?boolean";
            obscure: "?boolean";
            passwordComplexity: "number";
            passwordExpiration: "number";
            passwordHistory: "number";
            passwordQuestion: "number";
            profile: "string";
        };
        type: "ProfilePasswordPolicy";
    };
    ProfileRecordTypeVisibility: {
        props: {
            default: "boolean";
            personAccountDefault: "?boolean";
            recordType: "string";
            visible: "boolean";
        };
        type: "ProfileRecordTypeVisibility";
    };
    ProfileSearchLayouts: {
        props: {
            fields: readonly ["string"];
            profileName: "?string";
        };
        type: "ProfileSearchLayouts";
    };
    ProfileSessionSetting: {
        extends: "Metadata";
        props: {
            externalCommunityUserIdentityVerif: "boolean";
            forceLogout: "boolean";
            profile: "string";
            requiredSessionLevel: "?string";
            sessionPersistence: "boolean";
            sessionTimeout: "number";
            sessionTimeoutWarning: "boolean";
        };
        type: "ProfileSessionSetting";
    };
    ProfileTabVisibility: {
        props: {
            tab: "string";
            visibility: "string";
        };
        type: "ProfileTabVisibility";
    };
    ProfileUserPermission: {
        props: {
            enabled: "boolean";
            name: "string";
        };
        type: "ProfileUserPermission";
    };
    Prompt: {
        extends: "Metadata";
        props: {
            masterLabel: "string";
            promptVersions: readonly ["PromptVersion"];
        };
        type: "Prompt";
    };
    PromptVersion: {
        props: {
            actionButtonLabel: "?string";
            actionButtonLink: "?string";
            body: "string";
            customApplication: "?string";
            delayDays: "number";
            description: "?string";
            dismissButtonLabel: "?string";
            displayPosition: "?string";
            displayType: "string";
            endDate: "?string";
            header: "?string";
            indexWithIsPublished: "?string";
            indexWithoutIsPublished: "?string";
            isPublished: "?boolean";
            masterLabel: "string";
            publishedByUser: "?string";
            publishedDate: "?string";
            shouldDisplayActionButton: "boolean";
            startDate: "string";
            targetAppDeveloperName: "string";
            targetAppNamespacePrefix: "?string";
            targetPageKey1: "string";
            targetPageKey2: "?string";
            targetPageType: "string";
            timesToDisplay: "number";
            title: "string";
            uiFormulaRule: "?UiFormulaRule";
            userAccess: "string";
            versionNumber: "number";
        };
        type: "PromptVersion";
    };
    PublicGroups: {
        props: {
            publicGroup: readonly ["string"];
        };
        type: "PublicGroups";
    };
    PushNotification: {
        props: {
            fieldNames: readonly ["string"];
            objectName: "string";
        };
        type: "PushNotification";
    };
    Queue: {
        extends: "Metadata";
        props: {
            doesSendEmailToMembers: "?boolean";
            email: "?string";
            name: "string";
            queueMembers: "?QueueMembers";
            queueRoutingConfig: "?string";
            queueSobject: readonly ["QueueSobject"];
        };
        type: "Queue";
    };
    QueueMembers: {
        props: {
            publicGroups: "?PublicGroups";
            roleAndSubordinates: "?RoleAndSubordinates";
            roleAndSubordinatesInternal: "?RoleAndSubordinatesInternal";
            roles: "?Roles";
            users: "?Users";
        };
        type: "QueueMembers";
    };
    QueueRoutingConfig: {
        extends: "Metadata";
        props: {
            capacityPercentage: "?number";
            capacityWeight: "?number";
            dropAdditionalSkillsTimeout: "?number";
            isAttributeBased: "?boolean";
            label: "string";
            pushTimeout: "?number";
            queueOverflowAssignee: "?string";
            routingModel: "string";
            routingPriority: "number";
            userOverflowAssignee: "?string";
        };
        type: "QueueRoutingConfig";
    };
    QueueSobject: {
        props: {
            sobjectType: "string";
        };
        type: "QueueSobject";
    };
    QuickAction: {
        extends: "Metadata";
        props: {
            canvas: "?string";
            description: "?string";
            fieldOverrides: readonly ["FieldOverride"];
            flowDefinition: "?string";
            height: "?number";
            icon: "?string";
            isProtected: "?boolean";
            label: "?string";
            lightningComponent: "?string";
            mobExtDisplayMode: "?string";
            optionsCreateFeedItem: "boolean";
            page: "?string";
            quickActionLayout: "?QuickActionLayout";
            quickActionSendEmailOptions: "?QuickActionSendEmailOptions";
            standardLabel: "?string";
            successMessage: "?string";
            targetObject: "?string";
            targetParentField: "?string";
            targetRecordType: "?string";
            type: "string";
            width: "?number";
        };
        type: "QuickAction";
    };
    QuickActionLayout: {
        props: {
            layoutSectionStyle: "string";
            quickActionLayoutColumns: readonly ["QuickActionLayoutColumn"];
        };
        type: "QuickActionLayout";
    };
    QuickActionLayoutColumn: {
        props: {
            quickActionLayoutItems: readonly ["QuickActionLayoutItem"];
        };
        type: "QuickActionLayoutColumn";
    };
    QuickActionLayoutItem: {
        props: {
            emptySpace: "?boolean";
            field: "?string";
            uiBehavior: "?string";
        };
        type: "QuickActionLayoutItem";
    };
    QuickActionList: {
        props: {
            quickActionListItems: readonly ["QuickActionListItem"];
        };
        type: "QuickActionList";
    };
    QuickActionListItem: {
        props: {
            quickActionName: "string";
        };
        type: "QuickActionListItem";
    };
    QuickActionSendEmailOptions: {
        props: {
            defaultEmailTemplateName: "?string";
            ignoreDefaultEmailTemplateSubject: "boolean";
        };
        type: "QuickActionSendEmailOptions";
    };
    QuickActionTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "QuickActionTranslation";
    };
    QuotasSettings: {
        props: {
            showQuotas: "boolean";
        };
        type: "QuotasSettings";
    };
    QuoteSettings: {
        extends: "Metadata";
        props: {
            enableQuote: "boolean";
            enableQuotesWithoutOppEnabled: "?boolean";
        };
        type: "QuoteSettings";
    };
    ReadResult: {
        props: {
            records: readonly ["Metadata"];
        };
        type: "ReadResult";
    };
    RecommendationAudience: {
        props: {
            recommendationAudienceDetails: readonly ["RecommendationAudienceDetail"];
        };
        type: "RecommendationAudience";
    };
    RecommendationAudienceDetail: {
        props: {
            audienceCriteriaType: "?string";
            audienceCriteriaValue: "?string";
            setupName: "?string";
        };
        type: "RecommendationAudienceDetail";
    };
    RecommendationConditionValue: {
        props: {
            type: "string";
            value: "?string";
        };
        type: "RecommendationConditionValue";
    };
    RecommendationDefinition: {
        props: {
            recommendationDefinitionDetails: readonly ["RecommendationDefinitionDetail"];
        };
        type: "RecommendationDefinition";
    };
    RecommendationDefinitionDetail: {
        props: {
            actionUrl: "?string";
            description: "?string";
            linkText: "?string";
            scheduledRecommendations: "?ScheduledRecommendation";
            setupName: "?string";
            title: "?string";
        };
        type: "RecommendationDefinitionDetail";
    };
    RecommendationLoadCondition: {
        props: {
            field: "string";
            operator: "string";
            value: "RecommendationConditionValue";
        };
        type: "RecommendationLoadCondition";
    };
    RecommendationStrategy: {
        extends: "Metadata";
        props: {
            actionContext: readonly ["StrategyAction"];
            contextRecordType: "?string";
            description: "?string";
            filter: readonly ["StrategyNodeFilter"];
            if: readonly ["StrategyNodeIf"];
            invocableAction: readonly ["StrategyNodeInvocableAction"];
            isTemplate: "?boolean";
            label: "string";
            map: readonly ["StrategyNodeMap"];
            mutuallyExclusive: readonly ["StrategyNodeExclusive"];
            onBehalfOfExpression: "?string";
            recommendationLimit: readonly ["StrategyNodeRecommendationLimit"];
            recommendationLoad: readonly ["StrategyNodeRecommendationLoad"];
            sort: readonly ["StrategyNodeSort"];
            union: readonly ["StrategyNodeUnion"];
        };
        type: "RecommendationStrategy";
    };
    RecordActionDefaultItem: {
        props: {
            action: "string";
            isMandatory: "?boolean";
            isUiRemoveHidden: "?boolean";
            pinned: "string";
            position: "number";
            type: "string";
        };
        type: "RecordActionDefaultItem";
    };
    RecordActionDeployment: {
        extends: "Metadata";
        props: {
            channelConfigurations: readonly ["RecordActionDeploymentChannel"];
            deploymentContexts: readonly ["RecordActionDeploymentContext"];
            hasGuidedActions: "?boolean";
            hasRecommendations: "?boolean";
            masterLabel: "string";
            recommendation: "?RecordActionRecommendation";
            selectableItems: readonly ["RecordActionSelectableItem"];
        };
        type: "RecordActionDeployment";
    };
    RecordActionDeploymentChannel: {
        props: {
            channel: "string";
            channelItems: readonly ["RecordActionDefaultItem"];
            isAutopopEnabled: "?boolean";
        };
        type: "RecordActionDeploymentChannel";
    };
    RecordActionDeploymentContext: {
        props: {
            entityName: "string";
            recommendationStrategy: "?string";
        };
        type: "RecordActionDeploymentContext";
    };
    RecordActionRecommendation: {
        props: {
            defaultStrategy: "?string";
            hasDescription: "boolean";
            hasImage: "boolean";
            hasRejectAction: "boolean";
            hasTitle: "boolean";
            maxDisplayRecommendations: "number";
        };
        type: "RecordActionRecommendation";
    };
    RecordActionSelectableItem: {
        props: {
            action: "string";
            type: "string";
        };
        type: "RecordActionSelectableItem";
    };
    RecordPageSettings: {
        extends: "Metadata";
        props: {
            enableActivityRelatedList: "?boolean";
            enableFullRecordView: "?boolean";
        };
        type: "RecordPageSettings";
    };
    RecordType: {
        extends: "Metadata";
        props: {
            active: "boolean";
            businessProcess: "?string";
            compactLayoutAssignment: "?string";
            description: "?string";
            label: "string";
            picklistValues: readonly ["RecordTypePicklistValue"];
        };
        type: "RecordType";
    };
    RecordTypePicklistValue: {
        props: {
            picklist: "string";
            values: readonly ["PicklistValue"];
        };
        type: "RecordTypePicklistValue";
    };
    RecordTypeTranslation: {
        props: {
            description: "?string";
            label: "string";
            name: "string";
        };
        type: "RecordTypeTranslation";
    };
    RelatedContent: {
        props: {
            relatedContentItems: readonly ["RelatedContentItem"];
        };
        type: "RelatedContent";
    };
    RelatedContentItem: {
        props: {
            layoutItem: "LayoutItem";
        };
        type: "RelatedContentItem";
    };
    RelatedList: {
        props: {
            hideOnDetail: "boolean";
            name: "string";
        };
        type: "RelatedList";
    };
    RelatedListItem: {
        props: {
            customButtons: readonly ["string"];
            excludeButtons: readonly ["string"];
            fields: readonly ["string"];
            relatedList: "string";
            sortField: "?string";
            sortOrder: "?string";
        };
        type: "RelatedListItem";
    };
    RemoteSiteSetting: {
        extends: "Metadata";
        props: {
            description: "?string";
            disableProtocolSecurity: "boolean";
            isActive: "boolean";
            url: "string";
        };
        type: "RemoteSiteSetting";
    };
    Report: {
        extends: "Metadata";
        props: {
            aggregates: readonly ["ReportAggregate"];
            block: readonly ["Report"];
            blockInfo: "?ReportBlockInfo";
            buckets: readonly ["ReportBucketField"];
            chart: "?ReportChart";
            colorRanges: readonly ["ReportColorRange"];
            columns: readonly ["ReportColumn"];
            crossFilters: readonly ["ReportCrossFilter"];
            currency: "?string";
            customDetailFormulas: readonly ["ReportCustomDetailFormula"];
            dataCategoryFilters: readonly ["ReportDataCategoryFilter"];
            description: "?string";
            division: "?string";
            filter: "?ReportFilter";
            folderName: "?string";
            format: "string";
            formattingRules: readonly ["ReportFormattingRule"];
            groupingsAcross: readonly ["ReportGrouping"];
            groupingsDown: readonly ["ReportGrouping"];
            historicalSelector: "?ReportHistoricalSelector";
            name: "string";
            numSubscriptions: "?number";
            params: readonly ["ReportParam"];
            reportType: "string";
            roleHierarchyFilter: "?string";
            rowLimit: "?number";
            scope: "?string";
            showCurrentDate: "?boolean";
            showDetails: "?boolean";
            showGrandTotal: "?boolean";
            showSubTotals: "?boolean";
            sortColumn: "?string";
            sortOrder: "?string";
            territoryHierarchyFilter: "?string";
            timeFrameFilter: "?ReportTimeFrameFilter";
            userFilter: "?string";
        };
        type: "Report";
    };
    ReportAggregate: {
        props: {
            acrossGroupingContext: "?string";
            calculatedFormula: "string";
            datatype: "string";
            description: "?string";
            developerName: "string";
            downGroupingContext: "?string";
            isActive: "boolean";
            isCrossBlock: "?boolean";
            masterLabel: "string";
            reportType: "?string";
            scale: "?number";
        };
        type: "ReportAggregate";
    };
    ReportAggregateReference: {
        props: {
            aggregate: "string";
        };
        type: "ReportAggregateReference";
    };
    ReportBlockInfo: {
        props: {
            aggregateReferences: readonly ["ReportAggregateReference"];
            blockId: "string";
            joinTable: "string";
        };
        type: "ReportBlockInfo";
    };
    ReportBucketField: {
        props: {
            bucketType: "string";
            developerName: "string";
            masterLabel: "string";
            nullTreatment: "?string";
            otherBucketLabel: "?string";
            sourceColumnName: "string";
            useOther: "?boolean";
            values: readonly ["ReportBucketFieldValue"];
        };
        type: "ReportBucketField";
    };
    ReportBucketFieldSourceValue: {
        props: {
            from: "?string";
            sourceValue: "?string";
            to: "?string";
        };
        type: "ReportBucketFieldSourceValue";
    };
    ReportBucketFieldValue: {
        props: {
            sourceValues: readonly ["ReportBucketFieldSourceValue"];
            value: "string";
        };
        type: "ReportBucketFieldValue";
    };
    ReportChart: {
        props: {
            backgroundColor1: "?string";
            backgroundColor2: "?string";
            backgroundFadeDir: "?string";
            chartSummaries: readonly ["ChartSummary"];
            chartType: "string";
            enableHoverLabels: "?boolean";
            expandOthers: "?boolean";
            groupingColumn: "?string";
            legendPosition: "?string";
            location: "?string";
            secondaryGroupingColumn: "?string";
            showAxisLabels: "?boolean";
            showPercentage: "?boolean";
            showTotal: "?boolean";
            showValues: "?boolean";
            size: "?string";
            summaryAxisManualRangeEnd: "?number";
            summaryAxisManualRangeStart: "?number";
            summaryAxisRange: "?string";
            textColor: "?string";
            textSize: "?number";
            title: "?string";
            titleColor: "?string";
            titleSize: "?number";
        };
        type: "ReportChart";
    };
    ReportChartComponentLayoutItem: {
        props: {
            cacheData: "?boolean";
            contextFilterableField: "?string";
            error: "?string";
            hideOnError: "?boolean";
            includeContext: "?boolean";
            reportName: "string";
            showTitle: "?boolean";
            size: "?string";
        };
        type: "ReportChartComponentLayoutItem";
    };
    ReportColorRange: {
        props: {
            aggregate: "?string";
            columnName: "string";
            highBreakpoint: "?number";
            highColor: "string";
            lowBreakpoint: "?number";
            lowColor: "string";
            midColor: "string";
        };
        type: "ReportColorRange";
    };
    ReportColumn: {
        props: {
            aggregateTypes: readonly ["string"];
            field: "string";
            reverseColors: "?boolean";
            showChanges: "?boolean";
        };
        type: "ReportColumn";
    };
    ReportCrossFilter: {
        props: {
            criteriaItems: readonly ["ReportFilterItem"];
            operation: "string";
            primaryTableColumn: "string";
            relatedTable: "string";
            relatedTableJoinColumn: "string";
        };
        type: "ReportCrossFilter";
    };
    ReportCustomDetailFormula: {
        props: {
            calculatedFormula: "string";
            dataType: "string";
            description: "?string";
            developerName: "string";
            label: "string";
            scale: "number";
        };
        type: "ReportCustomDetailFormula";
    };
    ReportDataCategoryFilter: {
        props: {
            dataCategory: "string";
            dataCategoryGroup: "string";
            operator: "string";
        };
        type: "ReportDataCategoryFilter";
    };
    ReportFilter: {
        props: {
            booleanFilter: "?string";
            criteriaItems: readonly ["ReportFilterItem"];
            language: "?string";
        };
        type: "ReportFilter";
    };
    ReportFilterItem: {
        props: {
            column: "string";
            columnToColumn: "?boolean";
            isUnlocked: "?boolean";
            operator: "string";
            snapshot: "?string";
            value: "?string";
        };
        type: "ReportFilterItem";
    };
    ReportFolder: {
        extends: "Folder";
        props: {};
        type: "ReportFolder";
    };
    ReportFormattingRule: {
        props: {
            aggregate: "?string";
            columnName: "string";
            values: readonly ["ReportFormattingRuleValue"];
        };
        type: "ReportFormattingRule";
    };
    ReportFormattingRuleValue: {
        props: {
            backgroundColor: "?string";
            rangeUpperBound: "?number";
        };
        type: "ReportFormattingRuleValue";
    };
    ReportGrouping: {
        props: {
            aggregateType: "?string";
            dateGranularity: "?string";
            field: "string";
            sortByName: "?string";
            sortOrder: "string";
            sortType: "?string";
        };
        type: "ReportGrouping";
    };
    ReportHistoricalSelector: {
        props: {
            snapshot: readonly ["string"];
        };
        type: "ReportHistoricalSelector";
    };
    ReportLayoutSection: {
        props: {
            columns: readonly ["ReportTypeColumn"];
            masterLabel: "string";
        };
        type: "ReportLayoutSection";
    };
    ReportParam: {
        props: {
            name: "string";
            value: "string";
        };
        type: "ReportParam";
    };
    ReportTimeFrameFilter: {
        props: {
            dateColumn: "string";
            endDate: "?string";
            interval: "string";
            startDate: "?string";
        };
        type: "ReportTimeFrameFilter";
    };
    ReportType: {
        extends: "Metadata";
        props: {
            autogenerated: "?boolean";
            baseObject: "string";
            category: "string";
            deployed: "boolean";
            description: "?string";
            join: "?ObjectRelationship";
            label: "string";
            sections: readonly ["ReportLayoutSection"];
        };
        type: "ReportType";
    };
    ReportTypeColumn: {
        props: {
            checkedByDefault: "boolean";
            displayNameOverride: "?string";
            field: "string";
            table: "string";
        };
        type: "ReportTypeColumn";
    };
    ReportTypeColumnTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "ReportTypeColumnTranslation";
    };
    ReportTypeSectionTranslation: {
        props: {
            columns: readonly ["ReportTypeColumnTranslation"];
            label: "?string";
            name: "string";
        };
        type: "ReportTypeSectionTranslation";
    };
    ReportTypeTranslation: {
        props: {
            description: "?string";
            label: "?string";
            name: "string";
            sections: readonly ["ReportTypeSectionTranslation"];
        };
        type: "ReportTypeTranslation";
    };
    ReputationBranding: {
        props: {
            smallImage: "?string";
        };
        type: "ReputationBranding";
    };
    ReputationLevel: {
        props: {
            branding: "?ReputationBranding";
            label: "?string";
            lowerThreshold: "number";
        };
        type: "ReputationLevel";
    };
    ReputationLevelDefinitions: {
        props: {
            level: readonly ["ReputationLevel"];
        };
        type: "ReputationLevelDefinitions";
    };
    ReputationLevels: {
        props: {
            chatterAnswersReputationLevels: readonly ["ChatterAnswersReputationLevel"];
            ideaReputationLevels: readonly ["IdeaReputationLevel"];
        };
        type: "ReputationLevels";
    };
    ReputationPointsRule: {
        props: {
            eventType: "string";
            points: "number";
        };
        type: "ReputationPointsRule";
    };
    ReputationPointsRules: {
        props: {
            pointsRule: readonly ["ReputationPointsRule"];
        };
        type: "ReputationPointsRules";
    };
    RestrictionRule: {
        extends: "Metadata";
        props: {
            active: "boolean";
            description: "string";
            enforcementType: "string";
            masterLabel: "string";
            recordFilter: "string";
            targetEntity: "string";
            userCriteria: "string";
            version: "number";
        };
        type: "RestrictionRule";
    };
    RetailExecutionSettings: {
        extends: "Metadata";
        props: {
            enableRetailExecution: "?boolean";
        };
        type: "RetailExecutionSettings";
    };
    RetrieveMessage: {
        props: {
            fileName: "string";
            problem: "string";
        };
        type: "RetrieveMessage";
    };
    RetrieveRequest: {
        props: {
            apiVersion: "number";
            packageNames: readonly ["string"];
            singlePackage: "boolean";
            specificFiles: readonly ["string"];
            unpackaged: "?Package";
        };
        type: "RetrieveRequest";
    };
    RetrieveResult: {
        props: {
            done: "boolean";
            errorMessage: "?string";
            errorStatusCode: "?string";
            fileProperties: readonly ["FileProperties"];
            id: "string";
            messages: readonly ["RetrieveMessage"];
            status: "string";
            success: "boolean";
            zipFile: "string";
        };
        type: "RetrieveResult";
    };
    Role: {
        extends: "RoleOrTerritory";
        props: {
            parentRole: "?string";
        };
        type: "Role";
    };
    RoleAndSubordinates: {
        props: {
            roleAndSubordinate: readonly ["string"];
        };
        type: "RoleAndSubordinates";
    };
    RoleAndSubordinatesInternal: {
        props: {
            roleAndSubordinateInternal: readonly ["string"];
        };
        type: "RoleAndSubordinatesInternal";
    };
    RoleOrTerritory: {
        extends: "Metadata";
        props: {
            caseAccessLevel: "?string";
            contactAccessLevel: "?string";
            description: "?string";
            mayForecastManagerShare: "?boolean";
            name: "string";
            opportunityAccessLevel: "?string";
        };
        type: "RoleOrTerritory";
    };
    Roles: {
        props: {
            role: readonly ["string"];
        };
        type: "Roles";
    };
    RuleEntry: {
        props: {
            assignedTo: "?string";
            assignedToType: "?string";
            booleanFilter: "?string";
            businessHours: "?string";
            businessHoursSource: "?string";
            criteriaItems: readonly ["FilterItem"];
            disableEscalationWhenModified: "?boolean";
            escalationAction: readonly ["EscalationAction"];
            escalationStartTime: "?string";
            formula: "?string";
            notifyCcRecipients: "?boolean";
            overrideExistingTeams: "?boolean";
            replyToEmail: "?string";
            senderEmail: "?string";
            senderName: "?string";
            team: readonly ["string"];
            template: "?string";
        };
        type: "RuleEntry";
    };
    RunTestFailure: {
        props: {
            id: "string";
            message: "string";
            methodName: "?string";
            name: "string";
            namespace: "?string";
            packageName: "string";
            seeAllData: "?boolean";
            stackTrace: "?string";
            time: "number";
            type: "string";
        };
        type: "RunTestFailure";
    };
    RunTestSuccess: {
        props: {
            id: "string";
            methodName: "string";
            name: "string";
            namespace: "?string";
            seeAllData: "?boolean";
            time: "number";
        };
        type: "RunTestSuccess";
    };
    RunTestsResult: {
        props: {
            apexLogId: "?string";
            codeCoverage: readonly ["CodeCoverageResult"];
            codeCoverageWarnings: readonly ["CodeCoverageWarning"];
            failures: readonly ["RunTestFailure"];
            flowCoverage: readonly ["FlowCoverageResult"];
            flowCoverageWarnings: readonly ["FlowCoverageWarning"];
            numFailures: "number";
            numTestsRun: "number";
            successes: readonly ["RunTestSuccess"];
            totalTime: "number";
        };
        type: "RunTestsResult";
    };
    SamlSsoConfig: {
        extends: "Metadata";
        props: {
            attributeName: "?string";
            attributeNameIdFormat: "?string";
            decryptionCertificate: "?string";
            errorUrl: "?string";
            executionUserId: "?string";
            identityLocation: "string";
            identityMapping: "string";
            issuer: "string";
            loginUrl: "?string";
            logoutUrl: "?string";
            name: "string";
            oauthTokenEndpoint: "?string";
            redirectBinding: "?boolean";
            requestSignatureMethod: "?string";
            requestSigningCertId: "?string";
            salesforceLoginUrl: "?string";
            samlEntityId: "string";
            samlJitHandlerId: "?string";
            samlVersion: "string";
            singleLogoutBinding: "?string";
            singleLogoutUrl: "?string";
            userProvisioning: "?boolean";
            validationCert: "string";
        };
        type: "SamlSsoConfig";
    };
    SaveResult: {
        props: {
            errors: readonly ["Error"];
            fullName: "string";
            success: "boolean";
        };
        type: "SaveResult";
    };
    ScheduledRecommendation: {
        props: {
            scheduledRecommendationDetails: readonly ["ScheduledRecommendationDetail"];
        };
        type: "ScheduledRecommendation";
    };
    ScheduledRecommendationDetail: {
        props: {
            channel: "?string";
            enabled: "?boolean";
            rank: "?number";
            recommendationAudience: "?string";
        };
        type: "ScheduledRecommendationDetail";
    };
    SchemaSettings: {
        extends: "Metadata";
        props: {
            enableAdvancedCMTSecurity: "?boolean";
            enableAdvancedCSSecurity: "?boolean";
            enableListCustomSettingCreation: "?boolean";
            enableSOSLOnCustomSettings: "?boolean";
        };
        type: "SchemaSettings";
    };
    Scontrol: {
        extends: "MetadataWithContent";
        props: {
            contentSource: "string";
            description: "?string";
            encodingKey: "string";
            fileContent: "?string";
            fileName: "?string";
            name: "string";
            supportsCaching: "boolean";
        };
        type: "Scontrol";
    };
    ScontrolTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "ScontrolTranslation";
    };
    SearchLayouts: {
        props: {
            customTabListAdditionalFields: readonly ["string"];
            excludedStandardButtons: readonly ["string"];
            listViewButtons: readonly ["string"];
            lookupDialogsAdditionalFields: readonly ["string"];
            lookupFilterFields: readonly ["string"];
            lookupPhoneDialogsAdditionalFields: readonly ["string"];
            massQuickActions: readonly ["string"];
            searchFilterFields: readonly ["string"];
            searchResultsAdditionalFields: readonly ["string"];
            searchResultsCustomButtons: readonly ["string"];
        };
        type: "SearchLayouts";
    };
    SearchSettings: {
        extends: "Metadata";
        props: {
            documentContentSearchEnabled: "boolean";
            enableAdvancedSearchInAlohaSidebar: "?boolean";
            enableEinsteinSearchPersonalization: "?boolean";
            enableQuerySuggestionPigOn: "?boolean";
            enableSalesforceGeneratedSynonyms: "?boolean";
            enableSetupSearch: "?boolean";
            optimizeSearchForCJKEnabled: "boolean";
            recentlyViewedUsersForBlankLookupEnabled: "boolean";
            searchSettingsByObject: "SearchSettingsByObject";
            sidebarAutoCompleteEnabled: "boolean";
            sidebarDropDownListEnabled: "boolean";
            sidebarLimitToItemsIOwnCheckboxEnabled: "boolean";
            singleSearchResultShortcutEnabled: "boolean";
            spellCorrectKnowledgeSearchEnabled: "boolean";
        };
        type: "SearchSettings";
    };
    SearchSettingsByObject: {
        props: {
            searchSettingsByObject: readonly ["ObjectSearchSetting"];
        };
        type: "SearchSettingsByObject";
    };
    SecuritySettings: {
        extends: "Metadata";
        props: {
            canUsersGrantLoginAccess: "?boolean";
            enableAdminLoginAsAnyUser: "?boolean";
            enableAuditFieldsInactiveOwner: "?boolean";
            enableAuraSecureEvalPref: "?boolean";
            enableRequireHttpsConnection: "?boolean";
            isTLSv12Required: "?boolean";
            isTLSv12RequiredCommunities: "?boolean";
            networkAccess: "?NetworkAccess";
            passwordPolicies: "?PasswordPolicies";
            sessionSettings: "?SessionSettings";
            singleSignOnSettings: "?SingleSignOnSettings";
        };
        type: "SecuritySettings";
    };
    ServiceChannel: {
        extends: "Metadata";
        props: {
            interactionComponent: "?string";
            label: "string";
            relatedEntityType: "string";
            secondaryRoutingPriorityField: "?string";
            serviceChannelFieldPriorities: readonly ["ServiceChannelFieldPriority"];
        };
        type: "ServiceChannel";
    };
    ServiceChannelFieldPriority: {
        props: {
            priority: "number";
            value: "string";
        };
        type: "ServiceChannelFieldPriority";
    };
    ServiceChannelStatus: {
        props: {
            channel: readonly ["string"];
        };
        type: "ServiceChannelStatus";
    };
    ServiceCloudConsoleConfig: {
        props: {
            componentList: "?AppComponentList";
            detailPageRefreshMethod: "string";
            footerColor: "?string";
            headerColor: "?string";
            keyboardShortcuts: "KeyboardShortcuts";
            listPlacement: "ListPlacement";
            listRefreshMethod: "string";
            liveAgentConfig: "?LiveAgentConfig";
            primaryTabColor: "?string";
            pushNotifications: readonly ["PushNotification"];
            tabLimitConfig: "?TabLimitConfig";
            whitelistedDomains: readonly ["string"];
        };
        type: "ServiceCloudConsoleConfig";
    };
    ServicePresenceStatus: {
        extends: "Metadata";
        props: {
            channels: "?ServiceChannelStatus";
            label: "string";
        };
        type: "ServicePresenceStatus";
    };
    SessionSettings: {
        props: {
            allowUserAuthenticationByCertificate: "?boolean";
            canConfirmEmailChangeInLightningCommunities: "?boolean";
            disableTimeoutWarning: "?boolean";
            enableCSPOnEmail: "?boolean";
            enableCSRFOnGet: "?boolean";
            enableCSRFOnPost: "?boolean";
            enableCacheAndAutocomplete: "?boolean";
            enableClickjackNonsetupSFDC: "?boolean";
            enableClickjackNonsetupUser: "?boolean";
            enableClickjackNonsetupUserHeaderless: "?boolean";
            enableClickjackSetup: "?boolean";
            enableContentSniffingProtection: "?boolean";
            enableLightningLogin: "?boolean";
            enableLightningLoginOnlyWithUserPerm: "?boolean";
            enablePostForSessions: "?boolean";
            enableSMSIdentity: "?boolean";
            enableU2F: "?boolean";
            enableUpgradeInsecureRequests: "?boolean";
            enableXssProtection: "?boolean";
            enforceIpRangesEveryRequest: "?boolean";
            forceLogoutOnSessionTimeout: "?boolean";
            forceRelogin: "?boolean";
            hasRetainedLoginHints: "?boolean";
            hasUserSwitching: "?boolean";
            hstsOnForcecomSites: "?boolean";
            identityConfirmationOnEmailChange: "?boolean";
            identityConfirmationOnTwoFactorRegistrationEnabled: "?boolean";
            lockSessionsToDomain: "?boolean";
            lockSessionsToIp: "?boolean";
            lockerServiceAPIVersion: "?string";
            lockerServiceCSP: "?boolean";
            lockerServiceFrozenRealm: "?boolean";
            logoutURL: "?string";
            redirectionWarning: "?boolean";
            referrerPolicy: "?boolean";
            requireHttpOnly: "?boolean";
            requireHttps: "?boolean";
            securityCentralKillSession: "?boolean";
            sessionTimeout: "?string";
        };
        type: "SessionSettings";
    };
    SharedTo: {
        props: {
            allCustomerPortalUsers: "?string";
            allInternalUsers: "?string";
            allPartnerUsers: "?string";
            channelProgramGroup: readonly ["string"];
            channelProgramGroups: readonly ["string"];
            group: readonly ["string"];
            groups: readonly ["string"];
            guestUser: readonly ["string"];
            managerSubordinates: readonly ["string"];
            managers: readonly ["string"];
            portalRole: readonly ["string"];
            portalRoleAndSubordinates: readonly ["string"];
            queue: readonly ["string"];
            role: readonly ["string"];
            roleAndSubordinates: readonly ["string"];
            roleAndSubordinatesInternal: readonly ["string"];
            roles: readonly ["string"];
            rolesAndSubordinates: readonly ["string"];
            territories: readonly ["string"];
            territoriesAndSubordinates: readonly ["string"];
            territory: readonly ["string"];
            territoryAndSubordinates: readonly ["string"];
        };
        type: "SharedTo";
    };
    SharingBaseRule: {
        extends: "Metadata";
        props: {
            accessLevel: "string";
            accountSettings: "?AccountSharingRuleSettings";
            description: "?string";
            label: "string";
            sharedTo: "SharedTo";
        };
        type: "SharingBaseRule";
    };
    SharingCriteriaRule: {
        extends: "SharingBaseRule";
        props: {
            booleanFilter: "?string";
            criteriaItems: readonly ["FilterItem"];
        };
        type: "SharingCriteriaRule";
    };
    SharingGuestRule: {
        extends: "SharingBaseRule";
        props: {
            booleanFilter: "?string";
            criteriaItems: readonly ["FilterItem"];
        };
        type: "SharingGuestRule";
    };
    SharingOwnerRule: {
        extends: "SharingBaseRule";
        props: {
            sharedFrom: "SharedTo";
        };
        type: "SharingOwnerRule";
    };
    SharingReason: {
        extends: "Metadata";
        props: {
            label: "string";
        };
        type: "SharingReason";
    };
    SharingReasonTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "SharingReasonTranslation";
    };
    SharingRecalculation: {
        props: {
            className: "string";
        };
        type: "SharingRecalculation";
    };
    SharingRules: {
        extends: "Metadata";
        props: {
            sharingCriteriaRules: readonly ["SharingCriteriaRule"];
            sharingGuestRules: readonly ["SharingGuestRule"];
            sharingOwnerRules: readonly ["SharingOwnerRule"];
            sharingTerritoryRules: readonly ["SharingTerritoryRule"];
        };
        type: "SharingRules";
    };
    SharingSet: {
        extends: "Metadata";
        props: {
            accessMappings: readonly ["AccessMapping"];
            description: "?string";
            name: "string";
            profiles: readonly ["string"];
        };
        type: "SharingSet";
    };
    SharingSettings: {
        extends: "Metadata";
        props: {
            enableAccountRoleOptimization: "?boolean";
            enableAssetSharing: "?boolean";
            enableCommunityUserVisibility: "?boolean";
            enableExternalSharingModel: "?boolean";
            enableManagerGroups: "?boolean";
            enableManualUserRecordSharing: "?boolean";
            enablePartnerSuperUserAccess: "?boolean";
            enablePortalUserCaseSharing: "?boolean";
            enablePortalUserVisibility: "?boolean";
            enableRemoveTMGroupMembership: "?boolean";
            enableSecureGuestAccess: "?boolean";
            enableStandardReportVisibility: "?boolean";
            enableTerritoryForecastManager: "?boolean";
        };
        type: "SharingSettings";
    };
    SharingTerritoryRule: {
        extends: "SharingOwnerRule";
        props: {};
        type: "SharingTerritoryRule";
    };
    SidebarComponent: {
        props: {
            componentType: "string";
            createAction: "?string";
            enableLinking: "?boolean";
            height: "?number";
            label: "?string";
            lookup: "?string";
            page: "?string";
            relatedLists: readonly ["RelatedList"];
            unit: "?string";
            updateAction: "?string";
            width: "?number";
        };
        type: "SidebarComponent";
    };
    SingleSignOnSettings: {
        props: {
            enableForceDelegatedCallout: "?boolean";
            enableMultipleSamlConfigs: "?boolean";
            enableSamlJitProvisioning: "?boolean";
            enableSamlLogin: "?boolean";
        };
        type: "SingleSignOnSettings";
    };
    SiteDotCom: {
        extends: "MetadataWithContent";
        props: {
            label: "string";
            siteType: "string";
        };
        type: "SiteDotCom";
    };
    SiteRedirectMapping: {
        props: {
            action: "string";
            isActive: "?boolean";
            source: "string";
            target: "string";
        };
        type: "SiteRedirectMapping";
    };
    SiteSettings: {
        extends: "Metadata";
        props: {
            enableProxyLoginICHeader: "?boolean";
            enableTopicsInSites: "?boolean";
            enableVisualforceApiAccessAllowed: "?boolean";
        };
        type: "SiteSettings";
    };
    SiteWebAddress: {
        props: {
            certificate: "?string";
            domainName: "string";
            primary: "boolean";
        };
        type: "SiteWebAddress";
    };
    Skill: {
        extends: "Metadata";
        props: {
            assignments: "?SkillAssignments";
            description: "?string";
            label: "string";
        };
        type: "Skill";
    };
    SkillAssignments: {
        props: {
            profiles: "?SkillProfileAssignments";
            users: "?SkillUserAssignments";
        };
        type: "SkillAssignments";
    };
    SkillProfileAssignments: {
        props: {
            profile: readonly ["string"];
        };
        type: "SkillProfileAssignments";
    };
    SkillUserAssignments: {
        props: {
            user: readonly ["string"];
        };
        type: "SkillUserAssignments";
    };
    SocialCustomerServiceSettings: {
        extends: "Metadata";
        props: {
            caseSubjectOption: "string";
            enableSocialApprovals: "?boolean";
            enableSocialCaseAssignmentRules: "?boolean";
            enableSocialCustomerService: "?boolean";
            enableSocialPersonaHistoryTracking: "?boolean";
            enableSocialPostHistoryTracking: "?boolean";
            enableSocialReceiveParentPost: "?boolean";
        };
        type: "SocialCustomerServiceSettings";
    };
    SocialProfileSettings: {
        extends: "Metadata";
        props: {
            enableSocialProfiles: "?boolean";
            isFacebookSocialProfilesDisabled: "?boolean";
            isLinkedInSocialProfilesDisabled: "?boolean";
            isTwitterSocialProfilesDisabled: "?boolean";
            isYouTubeSocialProfilesDisabled: "?boolean";
        };
        type: "SocialProfileSettings";
    };
    SourceTrackingSettings: {
        extends: "Metadata";
        props: {
            enableSourceTrackingSandboxes: "?boolean";
        };
        type: "SourceTrackingSettings";
    };
    StandardFieldTranslation: {
        props: {
            label: "?string";
            name: "string";
        };
        type: "StandardFieldTranslation";
    };
    StandardValue: {
        extends: "CustomValue";
        props: {
            allowEmail: "?boolean";
            closed: "?boolean";
            converted: "?boolean";
            cssExposed: "?boolean";
            forecastCategory: "?string";
            groupingString: "?string";
            highPriority: "?boolean";
            probability: "?number";
            reverseRole: "?string";
            reviewed: "?boolean";
            won: "?boolean";
        };
        type: "StandardValue";
    };
    StandardValueSet: {
        extends: "Metadata";
        props: {
            groupingStringEnum: "?string";
            sorted: "boolean";
            standardValue: readonly ["StandardValue"];
        };
        type: "StandardValueSet";
    };
    StandardValueSetTranslation: {
        extends: "Metadata";
        props: {
            valueTranslation: readonly ["ValueTranslation"];
        };
        type: "StandardValueSetTranslation";
    };
    State: {
        props: {
            active: "boolean";
            integrationValue: "string";
            isoCode: "string";
            label: "string";
            standard: "boolean";
            visible: "boolean";
        };
        type: "State";
    };
    StaticResource: {
        extends: "MetadataWithContent";
        props: {
            cacheControl: "string";
            contentType: "string";
            description: "?string";
        };
        type: "StaticResource";
    };
    StrategyAction: {
        props: {
            action: "string";
            argument: readonly ["StrategyActionArg"];
            description: "?string";
            label: "?string";
            name: "string";
            type: "string";
        };
        type: "StrategyAction";
    };
    StrategyActionArg: {
        props: {
            name: "string";
            value: "string";
        };
        type: "StrategyActionArg";
    };
    StrategyNodeBase: {
        props: {
            childNode: readonly ["string"];
            description: "?string";
            label: "?string";
            name: "string";
        };
        type: "StrategyNodeBase";
    };
    StrategyNodeExclusive: {
        extends: "StrategyNodeUnionBase";
        props: {};
        type: "StrategyNodeExclusive";
    };
    StrategyNodeFilter: {
        extends: "StrategyNodeUnionBase";
        props: {
            expression: "string";
        };
        type: "StrategyNodeFilter";
    };
    StrategyNodeIf: {
        extends: "StrategyNodeUnionBase";
        props: {
            childNodeExpression: readonly ["IfExpression"];
            onlyFirstMatch: "?boolean";
        };
        type: "StrategyNodeIf";
    };
    StrategyNodeInvocableAction: {
        extends: "StrategyNodeUnionBase";
        props: {
            action: "string";
            argument: readonly ["StrategyNodeInvocableActionArg"];
            isGenerator: "boolean";
            type: "string";
        };
        type: "StrategyNodeInvocableAction";
    };
    StrategyNodeInvocableActionArg: {
        props: {
            name: "string";
            value: "string";
        };
        type: "StrategyNodeInvocableActionArg";
    };
    StrategyNodeMap: {
        extends: "StrategyNodeUnionBase";
        props: {
            mapExpression: readonly ["MapExpression"];
        };
        type: "StrategyNodeMap";
    };
    StrategyNodeRecommendationLimit: {
        extends: "StrategyNodeUnionBase";
        props: {
            filterMode: readonly ["string"];
            lookbackDuration: "?number";
            maxRecommendationCount: "?number";
        };
        type: "StrategyNodeRecommendationLimit";
    };
    StrategyNodeRecommendationLoad: {
        extends: "StrategyNodeUnionBase";
        props: {
            condition: readonly ["RecommendationLoadCondition"];
            conditionLogic: "?string";
        };
        type: "StrategyNodeRecommendationLoad";
    };
    StrategyNodeSort: {
        extends: "StrategyNodeUnionBase";
        props: {
            field: readonly ["StrategyNodeSortField"];
        };
        type: "StrategyNodeSort";
    };
    StrategyNodeSortField: {
        props: {
            name: "string";
            nullsFirst: "?boolean";
            order: "?string";
        };
        type: "StrategyNodeSortField";
    };
    StrategyNodeUnion: {
        extends: "StrategyNodeUnionBase";
        props: {};
        type: "StrategyNodeUnion";
    };
    StrategyNodeUnionBase: {
        extends: "StrategyNodeBase";
        props: {
            limit: "?number";
        };
        type: "StrategyNodeUnionBase";
    };
    SubtabComponents: {
        props: {
            containers: readonly ["Container"];
        };
        type: "SubtabComponents";
    };
    SummaryLayout: {
        props: {
            masterLabel: "string";
            sizeX: "number";
            sizeY: "?number";
            sizeZ: "?number";
            summaryLayoutItems: readonly ["SummaryLayoutItem"];
            summaryLayoutStyle: "string";
        };
        type: "SummaryLayout";
    };
    SummaryLayoutItem: {
        props: {
            customLink: "?string";
            field: "?string";
            posX: "number";
            posY: "?number";
            posZ: "?number";
        };
        type: "SummaryLayoutItem";
    };
    SupervisorAgentConfigSkills: {
        props: {
            skill: readonly ["string"];
        };
        type: "SupervisorAgentConfigSkills";
    };
    SurveySettings: {
        extends: "Metadata";
        props: {
            enableSurvey: "?boolean";
            enableSurveyOwnerCanManageResponse: "?boolean";
        };
        type: "SurveySettings";
    };
    SynonymDictionary: {
        extends: "Metadata";
        props: {
            groups: readonly ["SynonymGroup"];
            isProtected: "?boolean";
            label: "string";
        };
        type: "SynonymDictionary";
    };
    SynonymGroup: {
        props: {
            languages: readonly ["string"];
            terms: readonly ["string"];
        };
        type: "SynonymGroup";
    };
    SystemNotificationSettings: {
        extends: "Metadata";
        props: {
            disableDowntimeNotifications: "?boolean";
            disableMaintenanceNotifications: "?boolean";
        };
        type: "SystemNotificationSettings";
    };
    TabLimitConfig: {
        props: {
            maxNumberOfPrimaryTabs: "?string";
            maxNumberOfSubTabs: "?string";
        };
        type: "TabLimitConfig";
    };
    Targets: {
        props: {
            target: readonly ["string"];
        };
        type: "Targets";
    };
    Territory: {
        extends: "RoleOrTerritory";
        props: {
            accountAccessLevel: "?string";
            parentTerritory: "?string";
        };
        type: "Territory";
    };
    Territory2: {
        extends: "Metadata";
        props: {
            accountAccessLevel: "?string";
            caseAccessLevel: "?string";
            contactAccessLevel: "?string";
            customFields: readonly ["FieldValue"];
            description: "?string";
            name: "string";
            opportunityAccessLevel: "?string";
            parentTerritory: "?string";
            ruleAssociations: readonly ["Territory2RuleAssociation"];
            territory2Type: "string";
        };
        type: "Territory2";
    };
    Territory2Model: {
        extends: "Metadata";
        props: {
            customFields: readonly ["FieldValue"];
            description: "?string";
            name: "string";
        };
        type: "Territory2Model";
    };
    Territory2Rule: {
        extends: "Metadata";
        props: {
            active: "boolean";
            booleanFilter: "?string";
            name: "string";
            objectType: "string";
            ruleItems: readonly ["Territory2RuleItem"];
        };
        type: "Territory2Rule";
    };
    Territory2RuleAssociation: {
        props: {
            inherited: "boolean";
            ruleName: "string";
        };
        type: "Territory2RuleAssociation";
    };
    Territory2RuleItem: {
        props: {
            field: "string";
            operation: "string";
            value: "?string";
        };
        type: "Territory2RuleItem";
    };
    Territory2Settings: {
        extends: "Metadata";
        props: {
            defaultAccountAccessLevel: "?string";
            defaultCaseAccessLevel: "?string";
            defaultContactAccessLevel: "?string";
            defaultOpportunityAccessLevel: "?string";
            enableTerritoryManagement2: "?boolean";
            opportunityFilterSettings: "?Territory2SettingsOpportunityFilter";
        };
        type: "Territory2Settings";
    };
    Territory2SettingsOpportunityFilter: {
        props: {
            apexClassName: "?string";
            enableFilter: "boolean";
            runOnCreate: "boolean";
        };
        type: "Territory2SettingsOpportunityFilter";
    };
    Territory2Type: {
        extends: "Metadata";
        props: {
            description: "?string";
            name: "string";
            priority: "number";
        };
        type: "Territory2Type";
    };
    TimeSheetTemplate: {
        extends: "Metadata";
        props: {
            active: "boolean";
            description: "?string";
            frequency: "string";
            masterLabel: "string";
            startDate: "string";
            timeSheetTemplateAssignments: readonly ["TimeSheetTemplateAssignment"];
            workWeekEndDay: "string";
            workWeekStartDay: "string";
        };
        type: "TimeSheetTemplate";
    };
    TimeSheetTemplateAssignment: {
        props: {
            assignedTo: "?string";
        };
        type: "TimeSheetTemplateAssignment";
    };
    TopicsForObjects: {
        extends: "Metadata";
        props: {
            enableTopics: "boolean";
            entityApiName: "string";
        };
        type: "TopicsForObjects";
    };
    TrailheadSettings: {
        extends: "Metadata";
        props: {
            enableMyTrailheadPref: "?boolean";
        };
        type: "TrailheadSettings";
    };
    TransactionSecurityAction: {
        props: {
            block: "boolean";
            endSession: "boolean";
            freezeUser: "boolean";
            notifications: readonly ["TransactionSecurityNotification"];
            twoFactorAuthentication: "boolean";
        };
        type: "TransactionSecurityAction";
    };
    TransactionSecurityNotification: {
        props: {
            inApp: "boolean";
            sendEmail: "boolean";
            user: "string";
        };
        type: "TransactionSecurityNotification";
    };
    TransactionSecurityPolicy: {
        extends: "Metadata";
        props: {
            action: "TransactionSecurityAction";
            active: "boolean";
            apexClass: "?string";
            description: "?string";
            developerName: "?string";
            eventName: "?string";
            eventType: "?string";
            executionUser: "?string";
            flow: "?string";
            masterLabel: "?string";
            resourceName: "?string";
            type: "?string";
        };
        type: "TransactionSecurityPolicy";
    };
    Translations: {
        extends: "Metadata";
        props: {
            customApplications: readonly ["CustomApplicationTranslation"];
            customDataTypeTranslations: readonly ["CustomDataTypeTranslation"];
            customLabels: readonly ["CustomLabelTranslation"];
            customPageWebLinks: readonly ["CustomPageWebLinkTranslation"];
            customTabs: readonly ["CustomTabTranslation"];
            flowDefinitions: readonly ["FlowDefinitionTranslation"];
            quickActions: readonly ["GlobalQuickActionTranslation"];
            reportTypes: readonly ["ReportTypeTranslation"];
            scontrols: readonly ["ScontrolTranslation"];
        };
        type: "Translations";
    };
    UIObjectRelationConfig: {
        extends: "Metadata";
        props: {
            UIObjectRelationFieldConfigs: readonly ["UIObjectRelationFieldConfig"];
            contextObject: "string";
            contextObjectRecordType: "?string";
            directRelationshipField: "?string";
            indirectObjectContextField: "?string";
            indirectObjectRelatedField: "?string";
            indirectRelationshipObject: "?string";
            isActive: "boolean";
            masterLabel: "string";
            relatedObject: "string";
            relatedObjectRecordType: "?string";
            relationshipType: "string";
        };
        type: "UIObjectRelationConfig";
    };
    UIObjectRelationFieldConfig: {
        props: {
            displayLabel: "string";
            queryText: "string";
            rowOrder: "number";
        };
        type: "UIObjectRelationFieldConfig";
    };
    UiFormulaCriterion: {
        props: {
            leftValue: "string";
            operator: "string";
            rightValue: "?string";
        };
        type: "UiFormulaCriterion";
    };
    UiFormulaRule: {
        props: {
            booleanFilter: "?string";
            criteria: readonly ["UiFormulaCriterion"];
        };
        type: "UiFormulaRule";
    };
    UiPlugin: {
        extends: "MetadataWithContent";
        props: {
            description: "?string";
            extensionPointIdentifier: "string";
            isEnabled: "boolean";
            language: "string";
            masterLabel: "string";
        };
        type: "UiPlugin";
    };
    UpsertResult: {
        props: {
            created: "boolean";
            errors: readonly ["Error"];
            fullName: "string";
            success: "boolean";
        };
        type: "UpsertResult";
    };
    UserCriteria: {
        extends: "Metadata";
        props: {
            creationAgeInSeconds: "?number";
            description: "?string";
            lastChatterActivityAgeInSeconds: "?number";
            masterLabel: "string";
            profiles: readonly ["string"];
            userTypes: readonly ["string"];
        };
        type: "UserCriteria";
    };
    UserEngagementSettings: {
        extends: "Metadata";
        props: {
            canGovCloudUseAdoptionApps: "?boolean";
            doesScheduledSwitcherRunDaily: "?boolean";
            enableCustomHelpGlobalSection: "?boolean";
            enableHelpMenuShowFeedback: "?boolean";
            enableHelpMenuShowHelp: "?boolean";
            enableHelpMenuShowNewUser: "?boolean";
            enableHelpMenuShowSearch: "?boolean";
            enableHelpMenuShowSfdcContent: "?boolean";
            enableHelpMenuShowShortcut: "?boolean";
            enableHelpMenuShowSupport: "?boolean";
            enableHelpMenuShowTrailhead: "?boolean";
            enableIBILOptOutDashboards: "?boolean";
            enableIBILOptOutEvents: "?boolean";
            enableIBILOptOutReports: "?boolean";
            enableIBILOptOutTasks: "?boolean";
            enableLexToClassicFeedbackEnable: "?boolean";
            enableOrchestrationInSandbox: "?boolean";
            enableOrgUserAssistEnabled: "?boolean";
            enableScheduledSwitcher: "?boolean";
            enableSfdcProductFeedbackSurvey: "?boolean";
            enableShowSalesforceUserAssist: "?boolean";
            isAutoTransitionDelayed: "?boolean";
            isCrucNotificationDisabled: "?boolean";
            isCustomProfileAutoTransitionDelayed: "?boolean";
            isLEXWelcomeMatDisabled: "?boolean";
            isMeetTheAssistantDisabledInClassic: "?boolean";
            isMeetTheAssistantDisabledInLightning: "?boolean";
            optimizerAppEnabled: "?boolean";
        };
        type: "UserEngagementSettings";
    };
    UserInterfaceSettings: {
        extends: "Metadata";
        props: {
            alternateAlohaListView: "?boolean";
            enableAsyncRelatedLists: "?boolean";
            enableClickjackUserPageHeaderless: "?boolean";
            enableCollapsibleSections: "?boolean";
            enableCollapsibleSideBar: "?boolean";
            enableCustomObjectTruncate: "?boolean";
            enableCustomeSideBarOnAllPages: "?boolean";
            enableDeleteFieldHistory: "?boolean";
            enableHoverDetails: "?boolean";
            enableInlineEdit: "?boolean";
            enableNewPageLayoutEditor: "?boolean";
            enablePersonalCanvas: "?boolean";
            enablePrintableListViews: "?boolean";
            enableProfileCustomTabsets: "?boolean";
            enableQuickCreate: "?boolean";
            enableTabOrganizer: "?boolean";
        };
        type: "UserInterfaceSettings";
    };
    UserManagementSettings: {
        extends: "Metadata";
        props: {
            enableCanAnswerContainUsername: "?boolean";
            enableCanSaveUserPerm: "?boolean";
            enableConcealPersonalInfo: "?boolean";
            enableContactlessExternalIdentityUsers: "?boolean";
            enableEnhancedPermsetMgmt: "?boolean";
            enableEnhancedProfileMgmt: "?boolean";
            enableNewProfileUI: "?boolean";
            enableScrambleUserData: "?boolean";
            enableUserSelfDeactivate: "?boolean";
        };
        type: "UserManagementSettings";
    };
    Users: {
        props: {
            user: readonly ["string"];
        };
        type: "Users";
    };
    ValidationRule: {
        extends: "Metadata";
        props: {
            active: "boolean";
            description: "?string";
            errorConditionFormula: "string";
            errorDisplayField: "?string";
            errorMessage: "string";
        };
        type: "ValidationRule";
    };
    ValidationRuleTranslation: {
        props: {
            errorMessage: "string";
            name: "string";
        };
        type: "ValidationRuleTranslation";
    };
    ValueSet: {
        props: {
            controllingField: "?string";
            restricted: "?boolean";
            valueSetDefinition: "?ValueSetValuesDefinition";
            valueSetName: "?string";
            valueSettings: readonly ["ValueSettings"];
        };
        type: "ValueSet";
    };
    ValueSetValuesDefinition: {
        props: {
            sorted: "boolean";
            value: readonly ["CustomValue"];
        };
        type: "ValueSetValuesDefinition";
    };
    ValueSettings: {
        props: {
            controllingFieldValue: readonly ["string"];
            valueName: "string";
        };
        type: "ValueSettings";
    };
    ValueTranslation: {
        props: {
            masterLabel: "string";
            translation: "?string";
        };
        type: "ValueTranslation";
    };
    ValueTypeField: {
        props: {
            fields: readonly ["ValueTypeField"];
            foreignKeyDomain: readonly ["string"];
            isForeignKey: "boolean";
            isNameField: "boolean";
            minOccurs: "number";
            name: "string";
            picklistValues: readonly ["PicklistEntry"];
            soapType: "string";
            valueRequired: "boolean";
        };
        type: "ValueTypeField";
    };
    VoiceSettings: {
        extends: "Metadata";
        props: {
            enableCallDisposition: "?boolean";
            enableVoiceCallList: "?boolean";
            enableVoiceCallRecording: "?boolean";
            enableVoiceCoaching: "?boolean";
            enableVoiceConferencing: "?boolean";
            enableVoiceLocalPresence: "?boolean";
            enableVoiceMail: "?boolean";
            enableVoiceMailDrop: "?boolean";
        };
        type: "VoiceSettings";
    };
    WaveApplication: {
        extends: "Metadata";
        props: {
            assetIcon: "?string";
            description: "?string";
            folder: "string";
            masterLabel: "string";
            shares: readonly ["FolderShare"];
            templateOrigin: "?string";
            templateVersion: "?string";
        };
        type: "WaveApplication";
    };
    WaveDashboard: {
        extends: "MetadataWithContent";
        props: {
            application: "string";
            description: "?string";
            masterLabel: "string";
            templateAssetSourceName: "?string";
        };
        type: "WaveDashboard";
    };
    WaveDataflow: {
        extends: "MetadataWithContent";
        props: {
            dataflowType: "?string";
            description: "?string";
            masterLabel: "string";
        };
        type: "WaveDataflow";
    };
    WaveDataset: {
        extends: "Metadata";
        props: {
            application: "string";
            description: "?string";
            masterLabel: "string";
            templateAssetSourceName: "?string";
        };
        type: "WaveDataset";
    };
    WaveLens: {
        extends: "MetadataWithContent";
        props: {
            application: "string";
            datasets: readonly ["string"];
            description: "?string";
            masterLabel: "string";
            templateAssetSourceName: "?string";
            visualizationType: "string";
        };
        type: "WaveLens";
    };
    WaveRecipe: {
        extends: "MetadataWithContent";
        props: {
            dataflow: "string";
            masterLabel: "string";
            securityPredicate: "?string";
            targetDatasetAlias: "string";
        };
        type: "WaveRecipe";
    };
    WaveTemplateBundle: {
        extends: "Metadata";
        props: {
            assetIcon: "?string";
            assetVersion: "?number";
            description: "?string";
            label: "string";
            templateType: "string";
        };
        type: "WaveTemplateBundle";
    };
    WaveXmd: {
        extends: "Metadata";
        props: {
            application: "?string";
            dataset: "string";
            datasetConnector: "?string";
            datasetFullyQualifiedName: "?string";
            dates: readonly ["WaveXmdDate"];
            dimensions: readonly ["WaveXmdDimension"];
            measures: readonly ["WaveXmdMeasure"];
            organizations: readonly ["WaveXmdOrganization"];
            origin: "?string";
            type: "?string";
            waveVisualization: "?string";
        };
        type: "WaveXmd";
    };
    WaveXmdDate: {
        props: {
            alias: "string";
            compact: "?boolean";
            dateFieldDay: "?string";
            dateFieldEpochDay: "?string";
            dateFieldEpochSecond: "?string";
            dateFieldFiscalMonth: "?string";
            dateFieldFiscalQuarter: "?string";
            dateFieldFiscalWeek: "?string";
            dateFieldFiscalYear: "?string";
            dateFieldFullYear: "?string";
            dateFieldHour: "?string";
            dateFieldMinute: "?string";
            dateFieldMonth: "?string";
            dateFieldQuarter: "?string";
            dateFieldSecond: "?string";
            dateFieldWeek: "?string";
            dateFieldYear: "?string";
            description: "?string";
            firstDayOfWeek: "number";
            fiscalMonthOffset: "number";
            isYearEndFiscalYear: "?boolean";
            label: "?string";
            showInExplorer: "?boolean";
            sortIndex: "number";
            type: "string";
        };
        type: "WaveXmdDate";
    };
    WaveXmdDimension: {
        props: {
            conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
            customActions: readonly ["WaveXmdDimensionCustomAction"];
            customActionsEnabled: "?boolean";
            dateFormat: "?string";
            description: "?string";
            field: "string";
            fullyQualifiedName: "?string";
            imageTemplate: "?string";
            isDerived: "boolean";
            isMultiValue: "?boolean";
            label: "?string";
            linkTemplate: "?string";
            linkTemplateEnabled: "?boolean";
            linkTooltip: "?string";
            members: readonly ["WaveXmdDimensionMember"];
            origin: "?string";
            recordDisplayFields: readonly ["WaveXmdRecordDisplayLookup"];
            recordIdField: "?string";
            recordOrganizationIdField: "?string";
            salesforceActions: readonly ["WaveXmdDimensionSalesforceAction"];
            salesforceActionsEnabled: "?boolean";
            showDetailsDefaultFieldIndex: "?number";
            showInExplorer: "?boolean";
            sortIndex: "number";
        };
        type: "WaveXmdDimension";
    };
    WaveXmdDimensionCustomAction: {
        props: {
            customActionName: "string";
            enabled: "boolean";
            icon: "?string";
            method: "?string";
            sortIndex: "number";
            target: "?string";
            tooltip: "?string";
            url: "?string";
        };
        type: "WaveXmdDimensionCustomAction";
    };
    WaveXmdDimensionMember: {
        props: {
            color: "?string";
            label: "?string";
            member: "string";
            sortIndex: "number";
        };
        type: "WaveXmdDimensionMember";
    };
    WaveXmdDimensionSalesforceAction: {
        props: {
            enabled: "boolean";
            salesforceActionName: "string";
            sortIndex: "number";
        };
        type: "WaveXmdDimensionSalesforceAction";
    };
    WaveXmdFormattingBin: {
        props: {
            bin: "string";
            formatValue: "string";
            label: "string";
            sortIndex: "number";
        };
        type: "WaveXmdFormattingBin";
    };
    WaveXmdFormattingPredicate: {
        props: {
            formatValue: "string";
            operator: "string";
            sortIndex: "number";
            value: "string";
        };
        type: "WaveXmdFormattingPredicate";
    };
    WaveXmdFormattingProperty: {
        props: {
            formattingBins: readonly ["WaveXmdFormattingBin"];
            formattingPredicates: readonly ["WaveXmdFormattingPredicate"];
            property: "string";
            referenceField: "string";
            sortIndex: "number";
            type: "string";
        };
        type: "WaveXmdFormattingProperty";
    };
    WaveXmdMeasure: {
        props: {
            conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
            dateFormat: "?string";
            description: "?string";
            field: "string";
            formatCustomFormat: "?string";
            formatDecimalDigits: "?number";
            formatIsNegativeParens: "?boolean";
            formatPrefix: "?string";
            formatSuffix: "?string";
            formatUnit: "?string";
            formatUnitMultiplier: "?number";
            fullyQualifiedName: "?string";
            isDerived: "boolean";
            label: "?string";
            origin: "?string";
            showDetailsDefaultFieldIndex: "?number";
            showInExplorer: "?boolean";
            sortIndex: "number";
        };
        type: "WaveXmdMeasure";
    };
    WaveXmdOrganization: {
        props: {
            instanceUrl: "string";
            label: "string";
            organizationIdentifier: "string";
            sortIndex: "number";
        };
        type: "WaveXmdOrganization";
    };
    WaveXmdRecordDisplayLookup: {
        props: {
            recordDisplayField: "string";
        };
        type: "WaveXmdRecordDisplayLookup";
    };
    WebLink: {
        extends: "Metadata";
        props: {
            availability: "string";
            description: "?string";
            displayType: "string";
            encodingKey: "?string";
            hasMenubar: "?boolean";
            hasScrollbars: "?boolean";
            hasToolbar: "?boolean";
            height: "?number";
            isResizable: "?boolean";
            linkType: "string";
            masterLabel: "?string";
            openType: "string";
            page: "?string";
            position: "?string";
            protected: "boolean";
            requireRowSelection: "?boolean";
            scontrol: "?string";
            showsLocation: "?boolean";
            showsStatus: "?boolean";
            url: "?string";
            width: "?number";
        };
        type: "WebLink";
    };
    WebLinkTranslation: {
        props: {
            label: "string";
            name: "string";
        };
        type: "WebLinkTranslation";
    };
    WebToCaseSettings: {
        props: {
            caseOrigin: "?string";
            defaultResponseTemplate: "?string";
            enableWebToCase: "?boolean";
        };
        type: "WebToCaseSettings";
    };
    WeightedSourceCategory: {
        props: {
            sourceCategoryApiName: "string";
            weight: "number";
        };
        type: "WeightedSourceCategory";
    };
    WorkDotComSettings: {
        extends: "Metadata";
        props: {
            enableCoachingManagerGroupAccess: "?boolean";
            enableGoalManagerGroupAccess: "?boolean";
            enableProfileSkills: "?boolean";
            enableProfileSkillsAddFeedPost: "?boolean";
            enableProfileSkillsAutoSuggest: "?boolean";
            enableProfileSkillsUsePlatform: "?boolean";
            enableWorkBadgeDefRestrictPref: "?boolean";
            enableWorkCalibration: "?boolean";
            enableWorkCanvasPref: "?boolean";
            enableWorkCertification: "?boolean";
            enableWorkCertificationNotification: "?boolean";
            enableWorkRewardsPref: "?boolean";
            enableWorkThanksPref: "?boolean";
            enableWorkUseObjectivesForGoals: "?boolean";
        };
        type: "WorkDotComSettings";
    };
    Workflow: {
        extends: "Metadata";
        props: {
            alerts: readonly ["WorkflowAlert"];
            fieldUpdates: readonly ["WorkflowFieldUpdate"];
            flowActions: readonly ["WorkflowFlowAction"];
            knowledgePublishes: readonly ["WorkflowKnowledgePublish"];
            outboundMessages: readonly ["WorkflowOutboundMessage"];
            rules: readonly ["WorkflowRule"];
            send: readonly ["WorkflowSend"];
            tasks: readonly ["WorkflowTask"];
        };
        type: "Workflow";
    };
    WorkflowAction: {
        extends: "Metadata";
        props: {};
        type: "WorkflowAction";
    };
    WorkflowActionReference: {
        props: {
            name: "string";
            type: "string";
        };
        type: "WorkflowActionReference";
    };
    WorkflowAlert: {
        extends: "WorkflowAction";
        props: {
            ccEmails: readonly ["string"];
            description: "string";
            protected: "boolean";
            recipients: readonly ["WorkflowEmailRecipient"];
            senderAddress: "?string";
            senderType: "?string";
            template: "string";
        };
        type: "WorkflowAlert";
    };
    WorkflowEmailRecipient: {
        props: {
            field: "?string";
            recipient: "?string";
            type: "string";
        };
        type: "WorkflowEmailRecipient";
    };
    WorkflowFieldUpdate: {
        extends: "WorkflowAction";
        props: {
            description: "?string";
            field: "string";
            formula: "?string";
            literalValue: "?string";
            lookupValue: "?string";
            lookupValueType: "?string";
            name: "string";
            notifyAssignee: "boolean";
            operation: "string";
            protected: "boolean";
            reevaluateOnChange: "?boolean";
            targetObject: "?string";
        };
        type: "WorkflowFieldUpdate";
    };
    WorkflowFlowAction: {
        extends: "WorkflowAction";
        props: {
            description: "?string";
            flow: "string";
            flowInputs: readonly ["WorkflowFlowActionParameter"];
            label: "string";
            language: "?string";
            protected: "boolean";
        };
        type: "WorkflowFlowAction";
    };
    WorkflowFlowActionParameter: {
        props: {
            name: "string";
            value: "?string";
        };
        type: "WorkflowFlowActionParameter";
    };
    WorkflowKnowledgePublish: {
        extends: "WorkflowAction";
        props: {
            action: "string";
            description: "?string";
            label: "string";
            language: "?string";
            protected: "boolean";
        };
        type: "WorkflowKnowledgePublish";
    };
    WorkflowOutboundMessage: {
        extends: "WorkflowAction";
        props: {
            apiVersion: "number";
            description: "?string";
            endpointUrl: "string";
            fields: readonly ["string"];
            includeSessionId: "boolean";
            integrationUser: "string";
            name: "string";
            protected: "boolean";
            useDeadLetterQueue: "?boolean";
        };
        type: "WorkflowOutboundMessage";
    };
    WorkflowRule: {
        extends: "Metadata";
        props: {
            actions: readonly ["WorkflowActionReference"];
            active: "boolean";
            booleanFilter: "?string";
            criteriaItems: readonly ["FilterItem"];
            description: "?string";
            formula: "?string";
            triggerType: "string";
            workflowTimeTriggers: readonly ["WorkflowTimeTrigger"];
        };
        type: "WorkflowRule";
    };
    WorkflowSend: {
        extends: "WorkflowAction";
        props: {
            action: "string";
            description: "?string";
            label: "string";
            language: "?string";
            protected: "boolean";
        };
        type: "WorkflowSend";
    };
    WorkflowTask: {
        extends: "WorkflowAction";
        props: {
            assignedTo: "?string";
            assignedToType: "string";
            description: "?string";
            dueDateOffset: "number";
            notifyAssignee: "boolean";
            offsetFromField: "?string";
            priority: "string";
            protected: "boolean";
            status: "string";
            subject: "string";
        };
        type: "WorkflowTask";
    };
    WorkflowTaskTranslation: {
        props: {
            description: "?string";
            name: "string";
            subject: "?string";
        };
        type: "WorkflowTaskTranslation";
    };
    WorkflowTimeTrigger: {
        props: {
            actions: readonly ["WorkflowActionReference"];
            offsetFromField: "?string";
            timeLength: "?string";
            workflowTimeTriggerUnit: "string";
        };
        type: "WorkflowTimeTrigger";
    };
    WorkspaceMapping: {
        props: {
            fieldName: "?string";
            tab: "string";
        };
        type: "WorkspaceMapping";
    };
} = ...

This file is generated from WSDL file by wsdl2schema.ts. Do not modify directly. To generate the file, run "ts-node path/to/wsdl2schema.ts path/to/wsdl.xml path/to/schema.ts"

Type declaration

  • Readonly AccessControlPolicy: {
        extends: "MetadataWithContent";
        props: {
            active: "boolean";
            deploymentStatus: "string";
            description: "?string";
            masterLabel: "string";
            targetEntity: "string";
            version: "number";
        };
        type: "AccessControlPolicy";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          active: "boolean";
          deploymentStatus: "string";
          description: "?string";
          masterLabel: "string";
          targetEntity: "string";
          version: "number";
      }
      • Readonly active: "boolean"
      • Readonly deploymentStatus: "string"
      • Readonly description: "?string"
      • Readonly masterLabel: "string"
      • Readonly targetEntity: "string"
      • Readonly version: "number"
    • Readonly type: "AccessControlPolicy"
  • Readonly AccessMapping: {
        props: {
            accessLevel: "string";
            object: "string";
            objectField: "string";
            userField: "string";
        };
        type: "AccessMapping";
    }
    • Readonly props: {
          accessLevel: "string";
          object: "string";
          objectField: "string";
          userField: "string";
      }
      • Readonly accessLevel: "string"
      • Readonly object: "string"
      • Readonly objectField: "string"
      • Readonly userField: "string"
    • Readonly type: "AccessMapping"
  • Readonly AccountRelationshipShareRule: {
        extends: "Metadata";
        props: {
            accessLevel: "string";
            accountToCriteriaField: "string";
            description: "?string";
            entityType: "string";
            masterLabel: "string";
            staticFormulaCriteria: "?string";
            type: "string";
        };
        type: "AccountRelationshipShareRule";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          accessLevel: "string";
          accountToCriteriaField: "string";
          description: "?string";
          entityType: "string";
          masterLabel: "string";
          staticFormulaCriteria: "?string";
          type: "string";
      }
      • Readonly accessLevel: "string"
      • Readonly accountToCriteriaField: "string"
      • Readonly description: "?string"
      • Readonly entityType: "string"
      • Readonly masterLabel: "string"
      • Readonly staticFormulaCriteria: "?string"
      • Readonly type: "string"
    • Readonly type: "AccountRelationshipShareRule"
  • Readonly AccountSettings: {
        extends: "Metadata";
        props: {
            enableAccountHistoryTracking: "?boolean";
            enableAccountInsightsInMobile: "?boolean";
            enableAccountOwnerReport: "?boolean";
            enableAccountTeams: "?boolean";
            enableContactHistoryTracking: "?boolean";
            enableRelateContactToMultipleAccounts: "?boolean";
            showViewHierarchyLink: "?boolean";
        };
        type: "AccountSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableAccountHistoryTracking: "?boolean";
          enableAccountInsightsInMobile: "?boolean";
          enableAccountOwnerReport: "?boolean";
          enableAccountTeams: "?boolean";
          enableContactHistoryTracking: "?boolean";
          enableRelateContactToMultipleAccounts: "?boolean";
          showViewHierarchyLink: "?boolean";
      }
      • Readonly enableAccountHistoryTracking: "?boolean"
      • Readonly enableAccountInsightsInMobile: "?boolean"
      • Readonly enableAccountOwnerReport: "?boolean"
      • Readonly enableAccountTeams: "?boolean"
      • Readonly enableContactHistoryTracking: "?boolean"
      • Readonly enableRelateContactToMultipleAccounts: "?boolean"
      • Readonly showViewHierarchyLink: "?boolean"
    • Readonly type: "AccountSettings"
  • Readonly AccountSharingRuleSettings: {
        props: {
            caseAccessLevel: "string";
            contactAccessLevel: "string";
            opportunityAccessLevel: "string";
        };
        type: "AccountSharingRuleSettings";
    }
    • Readonly props: {
          caseAccessLevel: "string";
          contactAccessLevel: "string";
          opportunityAccessLevel: "string";
      }
      • Readonly caseAccessLevel: "string"
      • Readonly contactAccessLevel: "string"
      • Readonly opportunityAccessLevel: "string"
    • Readonly type: "AccountSharingRuleSettings"
  • Readonly ActionLinkGroupTemplate: {
        extends: "Metadata";
        props: {
            actionLinkTemplates: readonly ["ActionLinkTemplate"];
            category: "string";
            executionsAllowed: "string";
            hoursUntilExpiration: "?number";
            isPublished: "boolean";
            name: "string";
        };
        type: "ActionLinkGroupTemplate";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          actionLinkTemplates: readonly ["ActionLinkTemplate"];
          category: "string";
          executionsAllowed: "string";
          hoursUntilExpiration: "?number";
          isPublished: "boolean";
          name: "string";
      }
      • Readonly actionLinkTemplates: readonly ["ActionLinkTemplate"]
      • Readonly category: "string"
      • Readonly executionsAllowed: "string"
      • Readonly hoursUntilExpiration: "?number"
      • Readonly isPublished: "boolean"
      • Readonly name: "string"
    • Readonly type: "ActionLinkGroupTemplate"
  • Readonly ActionLinkTemplate: {
        props: {
            actionUrl: "string";
            headers: "?string";
            isConfirmationRequired: "boolean";
            isGroupDefault: "boolean";
            label: "?string";
            labelKey: "string";
            linkType: "string";
            method: "string";
            position: "number";
            requestBody: "?string";
            userAlias: "?string";
            userVisibility: "string";
        };
        type: "ActionLinkTemplate";
    }
    • Readonly props: {
          actionUrl: "string";
          headers: "?string";
          isConfirmationRequired: "boolean";
          isGroupDefault: "boolean";
          label: "?string";
          labelKey: "string";
          linkType: "string";
          method: "string";
          position: "number";
          requestBody: "?string";
          userAlias: "?string";
          userVisibility: "string";
      }
      • Readonly actionUrl: "string"
      • Readonly headers: "?string"
      • Readonly isConfirmationRequired: "boolean"
      • Readonly isGroupDefault: "boolean"
      • Readonly label: "?string"
      • Readonly labelKey: "string"
      • Readonly linkType: "string"
      • Readonly method: "string"
      • Readonly position: "number"
      • Readonly requestBody: "?string"
      • Readonly userAlias: "?string"
      • Readonly userVisibility: "string"
    • Readonly type: "ActionLinkTemplate"
  • Readonly ActionOverride: {
        props: {
            actionName: "?string";
            comment: "?string";
            content: "?string";
            formFactor: "?string";
            skipRecordTypeSelect: "?boolean";
            type: "?string";
        };
        type: "ActionOverride";
    }
    • Readonly props: {
          actionName: "?string";
          comment: "?string";
          content: "?string";
          formFactor: "?string";
          skipRecordTypeSelect: "?boolean";
          type: "?string";
      }
      • Readonly actionName: "?string"
      • Readonly comment: "?string"
      • Readonly content: "?string"
      • Readonly formFactor: "?string"
      • Readonly skipRecordTypeSelect: "?boolean"
      • Readonly type: "?string"
    • Readonly type: "ActionOverride"
  • Readonly ActionPlanTemplate: {
        extends: "Metadata";
        props: {
            actionPlanTemplateItem: readonly ["ActionPlanTemplateItem"];
            description: "?string";
            name: "string";
            targetEntityType: "string";
            uniqueName: "string";
        };
        type: "ActionPlanTemplate";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          actionPlanTemplateItem: readonly ["ActionPlanTemplateItem"];
          description: "?string";
          name: "string";
          targetEntityType: "string";
          uniqueName: "string";
      }
      • Readonly actionPlanTemplateItem: readonly ["ActionPlanTemplateItem"]
      • Readonly description: "?string"
      • Readonly name: "string"
      • Readonly targetEntityType: "string"
      • Readonly uniqueName: "string"
    • Readonly type: "ActionPlanTemplate"
  • Readonly ActionPlanTemplateItem: {
        props: {
            actionPlanTemplateItemValue: readonly ["ActionPlanTemplateItemValue"];
            displayOrder: "?number";
            isRequired: "?boolean";
            name: "string";
            uniqueName: "string";
        };
        type: "ActionPlanTemplateItem";
    }
    • Readonly props: {
          actionPlanTemplateItemValue: readonly ["ActionPlanTemplateItemValue"];
          displayOrder: "?number";
          isRequired: "?boolean";
          name: "string";
          uniqueName: "string";
      }
      • Readonly actionPlanTemplateItemValue: readonly ["ActionPlanTemplateItemValue"]
      • Readonly displayOrder: "?number"
      • Readonly isRequired: "?boolean"
      • Readonly name: "string"
      • Readonly uniqueName: "string"
    • Readonly type: "ActionPlanTemplateItem"
  • Readonly ActionPlanTemplateItemValue: {
        props: {
            name: "string";
            valueFormula: "?string";
            valueLiteral: "?string";
        };
        type: "ActionPlanTemplateItemValue";
    }
    • Readonly props: {
          name: "string";
          valueFormula: "?string";
          valueLiteral: "?string";
      }
      • Readonly name: "string"
      • Readonly valueFormula: "?string"
      • Readonly valueLiteral: "?string"
    • Readonly type: "ActionPlanTemplateItemValue"
  • Readonly ActionsSettings: {
        extends: "Metadata";
        props: {
            enableDefaultQuickActionsOn: "?boolean";
            enableMdpEnabled: "?boolean";
            enableThirdPartyActions: "?boolean";
        };
        type: "ActionsSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableDefaultQuickActionsOn: "?boolean";
          enableMdpEnabled: "?boolean";
          enableThirdPartyActions: "?boolean";
      }
      • Readonly enableDefaultQuickActionsOn: "?boolean"
      • Readonly enableMdpEnabled: "?boolean"
      • Readonly enableThirdPartyActions: "?boolean"
    • Readonly type: "ActionsSettings"
  • Readonly ActivitiesSettings: {
        extends: "Metadata";
        props: {
            allowUsersToRelateMultipleContactsToTasksAndEvents: "?boolean";
            autoRelateEventAttendees: "?boolean";
            enableActivityReminders: "?boolean";
            enableClickCreateEvents: "?boolean";
            enableDragAndDropScheduling: "?boolean";
            enableEmailTracking: "?boolean";
            enableGroupTasks: "?boolean";
            enableListViewScheduling: "?boolean";
            enableLogNote: "?boolean";
            enableMultidayEvents: "?boolean";
            enableRecurringEvents: "?boolean";
            enableRecurringTasks: "?boolean";
            enableRollUpActivToContactsAcct: "?boolean";
            enableSidebarCalendarShortcut: "?boolean";
            enableSimpleTaskCreateUI: "?boolean";
            enableUNSTaskDelegatedToNotifications: "?boolean";
            enableUserListViewCalendars: "?boolean";
            meetingRequestsLogo: "?string";
            showCustomLogoMeetingRequests: "?boolean";
            showEventDetailsMultiUserCalendar: "?boolean";
            showHomePageHoverLinksForEvents: "?boolean";
            showMyTasksHoverLinks: "?boolean";
        };
        type: "ActivitiesSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          allowUsersToRelateMultipleContactsToTasksAndEvents: "?boolean";
          autoRelateEventAttendees: "?boolean";
          enableActivityReminders: "?boolean";
          enableClickCreateEvents: "?boolean";
          enableDragAndDropScheduling: "?boolean";
          enableEmailTracking: "?boolean";
          enableGroupTasks: "?boolean";
          enableListViewScheduling: "?boolean";
          enableLogNote: "?boolean";
          enableMultidayEvents: "?boolean";
          enableRecurringEvents: "?boolean";
          enableRecurringTasks: "?boolean";
          enableRollUpActivToContactsAcct: "?boolean";
          enableSidebarCalendarShortcut: "?boolean";
          enableSimpleTaskCreateUI: "?boolean";
          enableUNSTaskDelegatedToNotifications: "?boolean";
          enableUserListViewCalendars: "?boolean";
          meetingRequestsLogo: "?string";
          showCustomLogoMeetingRequests: "?boolean";
          showEventDetailsMultiUserCalendar: "?boolean";
          showHomePageHoverLinksForEvents: "?boolean";
          showMyTasksHoverLinks: "?boolean";
      }
      • Readonly allowUsersToRelateMultipleContactsToTasksAndEvents: "?boolean"
      • Readonly autoRelateEventAttendees: "?boolean"
      • Readonly enableActivityReminders: "?boolean"
      • Readonly enableClickCreateEvents: "?boolean"
      • Readonly enableDragAndDropScheduling: "?boolean"
      • Readonly enableEmailTracking: "?boolean"
      • Readonly enableGroupTasks: "?boolean"
      • Readonly enableListViewScheduling: "?boolean"
      • Readonly enableLogNote: "?boolean"
      • Readonly enableMultidayEvents: "?boolean"
      • Readonly enableRecurringEvents: "?boolean"
      • Readonly enableRecurringTasks: "?boolean"
      • Readonly enableRollUpActivToContactsAcct: "?boolean"
      • Readonly enableSidebarCalendarShortcut: "?boolean"
      • Readonly enableSimpleTaskCreateUI: "?boolean"
      • Readonly enableUNSTaskDelegatedToNotifications: "?boolean"
      • Readonly enableUserListViewCalendars: "?boolean"
      • Readonly meetingRequestsLogo: "?string"
      • Readonly showCustomLogoMeetingRequests: "?boolean"
      • Readonly showEventDetailsMultiUserCalendar: "?boolean"
      • Readonly showHomePageHoverLinksForEvents: "?boolean"
      • Readonly showMyTasksHoverLinks: "?boolean"
    • Readonly type: "ActivitiesSettings"
  • Readonly AddressSettings: {
        extends: "Metadata";
        props: {
            countriesAndStates: "CountriesAndStates";
        };
        type: "AddressSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          countriesAndStates: "CountriesAndStates";
      }
      • Readonly countriesAndStates: "CountriesAndStates"
    • Readonly type: "AddressSettings"
  • Readonly AdjustmentsSettings: {
        props: {
            enableAdjustments: "boolean";
            enableOwnerAdjustments: "boolean";
        };
        type: "AdjustmentsSettings";
    }
    • Readonly props: {
          enableAdjustments: "boolean";
          enableOwnerAdjustments: "boolean";
      }
      • Readonly enableAdjustments: "boolean"
      • Readonly enableOwnerAdjustments: "boolean"
    • Readonly type: "AdjustmentsSettings"
  • Readonly AgentConfigAssignments: {
        props: {
            profiles: "?AgentConfigProfileAssignments";
            users: "?AgentConfigUserAssignments";
        };
        type: "AgentConfigAssignments";
    }
    • Readonly props: {
          profiles: "?AgentConfigProfileAssignments";
          users: "?AgentConfigUserAssignments";
      }
      • Readonly profiles: "?AgentConfigProfileAssignments"
      • Readonly users: "?AgentConfigUserAssignments"
    • Readonly type: "AgentConfigAssignments"
  • Readonly AgentConfigButtons: {
        props: {
            button: readonly ["string"];
        };
        type: "AgentConfigButtons";
    }
    • Readonly props: {
          button: readonly ["string"];
      }
      • Readonly button: readonly ["string"]
    • Readonly type: "AgentConfigButtons"
  • Readonly AgentConfigProfileAssignments: {
        props: {
            profile: readonly ["string"];
        };
        type: "AgentConfigProfileAssignments";
    }
    • Readonly props: {
          profile: readonly ["string"];
      }
      • Readonly profile: readonly ["string"]
    • Readonly type: "AgentConfigProfileAssignments"
  • Readonly AgentConfigSkills: {
        props: {
            skill: readonly ["string"];
        };
        type: "AgentConfigSkills";
    }
    • Readonly props: {
          skill: readonly ["string"];
      }
      • Readonly skill: readonly ["string"]
    • Readonly type: "AgentConfigSkills"
  • Readonly AgentConfigUserAssignments: {
        props: {
            user: readonly ["string"];
        };
        type: "AgentConfigUserAssignments";
    }
    • Readonly props: {
          user: readonly ["string"];
      }
      • Readonly user: readonly ["string"]
    • Readonly type: "AgentConfigUserAssignments"
  • Readonly AnalyticSnapshot: {
        extends: "Metadata";
        props: {
            description: "?string";
            groupColumn: "?string";
            mappings: readonly ["AnalyticSnapshotMapping"];
            name: "string";
            runningUser: "?string";
            sourceReport: "string";
            targetObject: "string";
        };
        type: "AnalyticSnapshot";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          description: "?string";
          groupColumn: "?string";
          mappings: readonly ["AnalyticSnapshotMapping"];
          name: "string";
          runningUser: "?string";
          sourceReport: "string";
          targetObject: "string";
      }
      • Readonly description: "?string"
      • Readonly groupColumn: "?string"
      • Readonly mappings: readonly ["AnalyticSnapshotMapping"]
      • Readonly name: "string"
      • Readonly runningUser: "?string"
      • Readonly sourceReport: "string"
      • Readonly targetObject: "string"
    • Readonly type: "AnalyticSnapshot"
  • Readonly AnalyticSnapshotMapping: {
        props: {
            aggregateType: "?string";
            sourceField: "string";
            sourceType: "string";
            targetField: "string";
        };
        type: "AnalyticSnapshotMapping";
    }
    • Readonly props: {
          aggregateType: "?string";
          sourceField: "string";
          sourceType: "string";
          targetField: "string";
      }
      • Readonly aggregateType: "?string"
      • Readonly sourceField: "string"
      • Readonly sourceType: "string"
      • Readonly targetField: "string"
    • Readonly type: "AnalyticSnapshotMapping"
  • Readonly AnalyticsCloudComponentLayoutItem: {
        props: {
            assetType: "string";
            devName: "string";
            error: "?string";
            filter: "?string";
            height: "?number";
            hideOnError: "?boolean";
            showHeader: "?boolean";
            showSharing: "?boolean";
            showTitle: "?boolean";
            width: "?string";
        };
        type: "AnalyticsCloudComponentLayoutItem";
    }
    • Readonly props: {
          assetType: "string";
          devName: "string";
          error: "?string";
          filter: "?string";
          height: "?number";
          hideOnError: "?boolean";
          showHeader: "?boolean";
          showSharing: "?boolean";
          showTitle: "?boolean";
          width: "?string";
      }
      • Readonly assetType: "string"
      • Readonly devName: "string"
      • Readonly error: "?string"
      • Readonly filter: "?string"
      • Readonly height: "?number"
      • Readonly hideOnError: "?boolean"
      • Readonly showHeader: "?boolean"
      • Readonly showSharing: "?boolean"
      • Readonly showTitle: "?boolean"
      • Readonly width: "?string"
    • Readonly type: "AnalyticsCloudComponentLayoutItem"
  • Readonly AnalyticsSettings: {
        extends: "Metadata";
        props: {
            alwaysGenPreviews: "?boolean";
            analyticsAdoptionMetadata: "?boolean";
            canAccessAnalyticsViaAPI: "?boolean";
            canAnnotateDashboards: "?boolean";
            canEnableSavedView: "?boolean";
            canExploreDataConversationally: "?boolean";
            canShareAppsWithCommunities: "?boolean";
            canSubscribeDashboardWidgets: "?boolean";
            canViewThumbnailAssets: "?boolean";
            enableAnalyticsSubtotals: "?boolean";
            enableAutoCompleteCombo: "?boolean";
            enableDashboardComponentSnapshot: "?boolean";
            enableDashboardFlexiTable: "?boolean";
            enableEmailReportsToPortalUsers: "?boolean";
            enableFloatingReportHeaders: "?boolean";
            enableInsights: "?boolean";
            enableLightningReportBuilder: "?boolean";
            enableLotusNotesImages: "?boolean";
            enableMassEnableReportBuilder: "?boolean";
            enableNewChartsEngine: "?boolean";
            enablePowerInsights: "?boolean";
            enableRemoveFooterForRepDisplay: "?boolean";
            enableRemoveFooterFromRepExp: "?boolean";
            enableReportFieldToFieldPref: "?boolean";
            enableReportUniqueRowCountPref: "?boolean";
            enableSFXJoinedReportsEnable: "?boolean";
            enableSmartDataDiscovery: "?boolean";
            enableUseOldChartsLookAndFeel: "?boolean";
            enableWaveReplication: "?boolean";
            enableWaveSharingInheritance: "?boolean";
            enableWaveTemplate: "?boolean";
            enableWaveTrendedDatasetCleanup: "?boolean";
        };
        type: "AnalyticsSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          alwaysGenPreviews: "?boolean";
          analyticsAdoptionMetadata: "?boolean";
          canAccessAnalyticsViaAPI: "?boolean";
          canAnnotateDashboards: "?boolean";
          canEnableSavedView: "?boolean";
          canExploreDataConversationally: "?boolean";
          canShareAppsWithCommunities: "?boolean";
          canSubscribeDashboardWidgets: "?boolean";
          canViewThumbnailAssets: "?boolean";
          enableAnalyticsSubtotals: "?boolean";
          enableAutoCompleteCombo: "?boolean";
          enableDashboardComponentSnapshot: "?boolean";
          enableDashboardFlexiTable: "?boolean";
          enableEmailReportsToPortalUsers: "?boolean";
          enableFloatingReportHeaders: "?boolean";
          enableInsights: "?boolean";
          enableLightningReportBuilder: "?boolean";
          enableLotusNotesImages: "?boolean";
          enableMassEnableReportBuilder: "?boolean";
          enableNewChartsEngine: "?boolean";
          enablePowerInsights: "?boolean";
          enableRemoveFooterForRepDisplay: "?boolean";
          enableRemoveFooterFromRepExp: "?boolean";
          enableReportFieldToFieldPref: "?boolean";
          enableReportUniqueRowCountPref: "?boolean";
          enableSFXJoinedReportsEnable: "?boolean";
          enableSmartDataDiscovery: "?boolean";
          enableUseOldChartsLookAndFeel: "?boolean";
          enableWaveReplication: "?boolean";
          enableWaveSharingInheritance: "?boolean";
          enableWaveTemplate: "?boolean";
          enableWaveTrendedDatasetCleanup: "?boolean";
      }
      • Readonly alwaysGenPreviews: "?boolean"
      • Readonly analyticsAdoptionMetadata: "?boolean"
      • Readonly canAccessAnalyticsViaAPI: "?boolean"
      • Readonly canAnnotateDashboards: "?boolean"
      • Readonly canEnableSavedView: "?boolean"
      • Readonly canExploreDataConversationally: "?boolean"
      • Readonly canShareAppsWithCommunities: "?boolean"
      • Readonly canSubscribeDashboardWidgets: "?boolean"
      • Readonly canViewThumbnailAssets: "?boolean"
      • Readonly enableAnalyticsSubtotals: "?boolean"
      • Readonly enableAutoCompleteCombo: "?boolean"
      • Readonly enableDashboardComponentSnapshot: "?boolean"
      • Readonly enableDashboardFlexiTable: "?boolean"
      • Readonly enableEmailReportsToPortalUsers: "?boolean"
      • Readonly enableFloatingReportHeaders: "?boolean"
      • Readonly enableInsights: "?boolean"
      • Readonly enableLightningReportBuilder: "?boolean"
      • Readonly enableLotusNotesImages: "?boolean"
      • Readonly enableMassEnableReportBuilder: "?boolean"
      • Readonly enableNewChartsEngine: "?boolean"
      • Readonly enablePowerInsights: "?boolean"
      • Readonly enableRemoveFooterForRepDisplay: "?boolean"
      • Readonly enableRemoveFooterFromRepExp: "?boolean"
      • Readonly enableReportFieldToFieldPref: "?boolean"
      • Readonly enableReportUniqueRowCountPref: "?boolean"
      • Readonly enableSFXJoinedReportsEnable: "?boolean"
      • Readonly enableSmartDataDiscovery: "?boolean"
      • Readonly enableUseOldChartsLookAndFeel: "?boolean"
      • Readonly enableWaveReplication: "?boolean"
      • Readonly enableWaveSharingInheritance: "?boolean"
      • Readonly enableWaveTemplate: "?boolean"
      • Readonly enableWaveTrendedDatasetCleanup: "?boolean"
    • Readonly type: "AnalyticsSettings"
  • Readonly AnimationRule: {
        extends: "Metadata";
        props: {
            animationFrequency: "string";
            developerName: "string";
            isActive: "boolean";
            masterLabel: "string";
            recordTypeContext: "string";
            recordTypeName: "?string";
            sobjectType: "string";
            targetField: "string";
            targetFieldChangeToValues: "string";
        };
        type: "AnimationRule";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          animationFrequency: "string";
          developerName: "string";
          isActive: "boolean";
          masterLabel: "string";
          recordTypeContext: "string";
          recordTypeName: "?string";
          sobjectType: "string";
          targetField: "string";
          targetFieldChangeToValues: "string";
      }
      • Readonly animationFrequency: "string"
      • Readonly developerName: "string"
      • Readonly isActive: "boolean"
      • Readonly masterLabel: "string"
      • Readonly recordTypeContext: "string"
      • Readonly recordTypeName: "?string"
      • Readonly sobjectType: "string"
      • Readonly targetField: "string"
      • Readonly targetFieldChangeToValues: "string"
    • Readonly type: "AnimationRule"
  • Readonly ApexClass: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            packageVersions: readonly ["PackageVersion"];
            status: "string";
        };
        type: "ApexClass";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          apiVersion: "number";
          packageVersions: readonly ["PackageVersion"];
          status: "string";
      }
      • Readonly apiVersion: "number"
      • Readonly packageVersions: readonly ["PackageVersion"]
      • Readonly status: "string"
    • Readonly type: "ApexClass"
  • Readonly ApexComponent: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "?number";
            description: "?string";
            label: "string";
            packageVersions: readonly ["PackageVersion"];
        };
        type: "ApexComponent";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          apiVersion: "?number";
          description: "?string";
          label: "string";
          packageVersions: readonly ["PackageVersion"];
      }
      • Readonly apiVersion: "?number"
      • Readonly description: "?string"
      • Readonly label: "string"
      • Readonly packageVersions: readonly ["PackageVersion"]
    • Readonly type: "ApexComponent"
  • Readonly ApexPage: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            availableInTouch: "?boolean";
            confirmationTokenRequired: "?boolean";
            description: "?string";
            label: "string";
            packageVersions: readonly ["PackageVersion"];
        };
        type: "ApexPage";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          apiVersion: "number";
          availableInTouch: "?boolean";
          confirmationTokenRequired: "?boolean";
          description: "?string";
          label: "string";
          packageVersions: readonly ["PackageVersion"];
      }
      • Readonly apiVersion: "number"
      • Readonly availableInTouch: "?boolean"
      • Readonly confirmationTokenRequired: "?boolean"
      • Readonly description: "?string"
      • Readonly label: "string"
      • Readonly packageVersions: readonly ["PackageVersion"]
    • Readonly type: "ApexPage"
  • Readonly ApexSettings: {
        extends: "Metadata";
        props: {
            enableAggregateCodeCoverageOnly: "?boolean";
            enableApexAccessRightsPref: "?boolean";
            enableApexApprovalLockUnlock: "?boolean";
            enableApexCtrlImplicitWithSharingPref: "?boolean";
            enableApexPropertyGetterPref: "?boolean";
            enableAuraApexCtrlAuthUserAccessCheckPref: "?boolean";
            enableAuraApexCtrlGuestUserAccessCheckPref: "?boolean";
            enableCompileOnDeploy: "?boolean";
            enableDisableParallelApexTesting: "?boolean";
            enableDoNotEmailDebugLog: "?boolean";
            enableGaplessTestAutoNum: "?boolean";
            enableMngdCtrlActionAccessPref: "?boolean";
            enableNonCertifiedApexMdCrud: "?boolean";
        };
        type: "ApexSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableAggregateCodeCoverageOnly: "?boolean";
          enableApexAccessRightsPref: "?boolean";
          enableApexApprovalLockUnlock: "?boolean";
          enableApexCtrlImplicitWithSharingPref: "?boolean";
          enableApexPropertyGetterPref: "?boolean";
          enableAuraApexCtrlAuthUserAccessCheckPref: "?boolean";
          enableAuraApexCtrlGuestUserAccessCheckPref: "?boolean";
          enableCompileOnDeploy: "?boolean";
          enableDisableParallelApexTesting: "?boolean";
          enableDoNotEmailDebugLog: "?boolean";
          enableGaplessTestAutoNum: "?boolean";
          enableMngdCtrlActionAccessPref: "?boolean";
          enableNonCertifiedApexMdCrud: "?boolean";
      }
      • Readonly enableAggregateCodeCoverageOnly: "?boolean"
      • Readonly enableApexAccessRightsPref: "?boolean"
      • Readonly enableApexApprovalLockUnlock: "?boolean"
      • Readonly enableApexCtrlImplicitWithSharingPref: "?boolean"
      • Readonly enableApexPropertyGetterPref: "?boolean"
      • Readonly enableAuraApexCtrlAuthUserAccessCheckPref: "?boolean"
      • Readonly enableAuraApexCtrlGuestUserAccessCheckPref: "?boolean"
      • Readonly enableCompileOnDeploy: "?boolean"
      • Readonly enableDisableParallelApexTesting: "?boolean"
      • Readonly enableDoNotEmailDebugLog: "?boolean"
      • Readonly enableGaplessTestAutoNum: "?boolean"
      • Readonly enableMngdCtrlActionAccessPref: "?boolean"
      • Readonly enableNonCertifiedApexMdCrud: "?boolean"
    • Readonly type: "ApexSettings"
  • Readonly ApexTestSuite: {
        extends: "Metadata";
        props: {
            testClassName: readonly ["string"];
        };
        type: "ApexTestSuite";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          testClassName: readonly ["string"];
      }
      • Readonly testClassName: readonly ["string"]
    • Readonly type: "ApexTestSuite"
  • Readonly ApexTrigger: {
        extends: "MetadataWithContent";
        props: {
            apiVersion: "number";
            packageVersions: readonly ["PackageVersion"];
            status: "string";
        };
        type: "ApexTrigger";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          apiVersion: "number";
          packageVersions: readonly ["PackageVersion"];
          status: "string";
      }
      • Readonly apiVersion: "number"
      • Readonly packageVersions: readonly ["PackageVersion"]
      • Readonly status: "string"
    • Readonly type: "ApexTrigger"
  • Readonly AppActionOverride: {
        extends: "ActionOverride";
        props: {
            pageOrSobjectType: "string";
        };
        type: "AppActionOverride";
    }
    • Readonly extends: "ActionOverride"
    • Readonly props: {
          pageOrSobjectType: "string";
      }
      • Readonly pageOrSobjectType: "string"
    • Readonly type: "AppActionOverride"
  • Readonly AppBrand: {
        props: {
            footerColor: "?string";
            headerColor: "?string";
            logo: "?string";
            logoVersion: "?number";
            shouldOverrideOrgTheme: "?boolean";
        };
        type: "AppBrand";
    }
    • Readonly props: {
          footerColor: "?string";
          headerColor: "?string";
          logo: "?string";
          logoVersion: "?number";
          shouldOverrideOrgTheme: "?boolean";
      }
      • Readonly footerColor: "?string"
      • Readonly headerColor: "?string"
      • Readonly logo: "?string"
      • Readonly logoVersion: "?number"
      • Readonly shouldOverrideOrgTheme: "?boolean"
    • Readonly type: "AppBrand"
  • Readonly AppComponentList: {
        props: {
            alignment: "string";
            components: readonly ["string"];
        };
        type: "AppComponentList";
    }
    • Readonly props: {
          alignment: "string";
          components: readonly ["string"];
      }
      • Readonly alignment: "string"
      • Readonly components: readonly ["string"]
    • Readonly type: "AppComponentList"
  • Readonly AppExperienceSettings: {
        extends: "Metadata";
        props: {
            doesHideAllAppsInAppLauncher: "?boolean";
        };
        type: "AppExperienceSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          doesHideAllAppsInAppLauncher: "?boolean";
      }
      • Readonly doesHideAllAppsInAppLauncher: "?boolean"
    • Readonly type: "AppExperienceSettings"
  • Readonly AppMenu: {
        extends: "Metadata";
        props: {
            appMenuItems: readonly ["AppMenuItem"];
        };
        type: "AppMenu";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          appMenuItems: readonly ["AppMenuItem"];
      }
      • Readonly appMenuItems: readonly ["AppMenuItem"]
    • Readonly type: "AppMenu"
  • Readonly AppMenuItem: {
        props: {
            name: "string";
            type: "string";
        };
        type: "AppMenuItem";
    }
    • Readonly props: {
          name: "string";
          type: "string";
      }
      • Readonly name: "string"
      • Readonly type: "string"
    • Readonly type: "AppMenuItem"
  • Readonly AppPreferences: {
        props: {
            enableCustomizeMyTabs: "boolean";
            enableKeyboardShortcuts: "boolean";
            enableListViewHover: "boolean";
            enableListViewReskin: "boolean";
            enableMultiMonitorComponents: "boolean";
            enablePinTabs: "boolean";
            enableTabHover: "boolean";
            enableTabLimits: "boolean";
            saveUserSessions: "boolean";
        };
        type: "AppPreferences";
    }
    • Readonly props: {
          enableCustomizeMyTabs: "boolean";
          enableKeyboardShortcuts: "boolean";
          enableListViewHover: "boolean";
          enableListViewReskin: "boolean";
          enableMultiMonitorComponents: "boolean";
          enablePinTabs: "boolean";
          enableTabHover: "boolean";
          enableTabLimits: "boolean";
          saveUserSessions: "boolean";
      }
      • Readonly enableCustomizeMyTabs: "boolean"
      • Readonly enableKeyboardShortcuts: "boolean"
      • Readonly enableListViewHover: "boolean"
      • Readonly enableListViewReskin: "boolean"
      • Readonly enableMultiMonitorComponents: "boolean"
      • Readonly enablePinTabs: "boolean"
      • Readonly enableTabHover: "boolean"
      • Readonly enableTabLimits: "boolean"
      • Readonly saveUserSessions: "boolean"
    • Readonly type: "AppPreferences"
  • Readonly AppProfileActionOverride: {
        extends: "ProfileActionOverride";
        props: {
            profile: "string";
        };
        type: "AppProfileActionOverride";
    }
    • Readonly extends: "ProfileActionOverride"
    • Readonly props: {
          profile: "string";
      }
      • Readonly profile: "string"
    • Readonly type: "AppProfileActionOverride"
  • Readonly AppWorkspaceConfig: {
        props: {
            mappings: readonly ["WorkspaceMapping"];
        };
        type: "AppWorkspaceConfig";
    }
    • Readonly props: {
          mappings: readonly ["WorkspaceMapping"];
      }
      • Readonly mappings: readonly ["WorkspaceMapping"]
    • Readonly type: "AppWorkspaceConfig"
  • Readonly AppointmentSchedulingPolicy: {
        extends: "Metadata";
        props: {
            appointmentStartTimeInterval: "string";
            masterLabel: "string";
            shouldConsiderCalendarEvents: "boolean";
            shouldEnforceExcludedResource: "boolean";
            shouldEnforceRequiredResource: "boolean";
            shouldMatchSkill: "boolean";
            shouldMatchSkillLevel: "boolean";
            shouldRespectVisitingHours: "boolean";
            shouldUsePrimaryMembers: "boolean";
            shouldUseSecondaryMembers: "boolean";
        };
        type: "AppointmentSchedulingPolicy";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          appointmentStartTimeInterval: "string";
          masterLabel: "string";
          shouldConsiderCalendarEvents: "boolean";
          shouldEnforceExcludedResource: "boolean";
          shouldEnforceRequiredResource: "boolean";
          shouldMatchSkill: "boolean";
          shouldMatchSkillLevel: "boolean";
          shouldRespectVisitingHours: "boolean";
          shouldUsePrimaryMembers: "boolean";
          shouldUseSecondaryMembers: "boolean";
      }
      • Readonly appointmentStartTimeInterval: "string"
      • Readonly masterLabel: "string"
      • Readonly shouldConsiderCalendarEvents: "boolean"
      • Readonly shouldEnforceExcludedResource: "boolean"
      • Readonly shouldEnforceRequiredResource: "boolean"
      • Readonly shouldMatchSkill: "boolean"
      • Readonly shouldMatchSkillLevel: "boolean"
      • Readonly shouldRespectVisitingHours: "boolean"
      • Readonly shouldUsePrimaryMembers: "boolean"
      • Readonly shouldUseSecondaryMembers: "boolean"
    • Readonly type: "AppointmentSchedulingPolicy"
  • Readonly ApprovalAction: {
        props: {
            action: readonly ["WorkflowActionReference"];
        };
        type: "ApprovalAction";
    }
    • Readonly props: {
          action: readonly ["WorkflowActionReference"];
      }
      • Readonly action: readonly ["WorkflowActionReference"]
    • Readonly type: "ApprovalAction"
  • Readonly ApprovalEntryCriteria: {
        props: {
            booleanFilter: "?string";
            criteriaItems: readonly ["FilterItem"];
            formula: "?string";
        };
        type: "ApprovalEntryCriteria";
    }
    • Readonly props: {
          booleanFilter: "?string";
          criteriaItems: readonly ["FilterItem"];
          formula: "?string";
      }
      • Readonly booleanFilter: "?string"
      • Readonly criteriaItems: readonly ["FilterItem"]
      • Readonly formula: "?string"
    • Readonly type: "ApprovalEntryCriteria"
  • Readonly ApprovalPageField: {
        props: {
            field: readonly ["string"];
        };
        type: "ApprovalPageField";
    }
    • Readonly props: {
          field: readonly ["string"];
      }
      • Readonly field: readonly ["string"]
    • Readonly type: "ApprovalPageField"
  • Readonly ApprovalProcess: {
        extends: "Metadata";
        props: {
            active: "boolean";
            allowRecall: "?boolean";
            allowedSubmitters: readonly ["ApprovalSubmitter"];
            approvalPageFields: "?ApprovalPageField";
            approvalStep: readonly ["ApprovalStep"];
            description: "?string";
            emailTemplate: "?string";
            enableMobileDeviceAccess: "?boolean";
            entryCriteria: "?ApprovalEntryCriteria";
            finalApprovalActions: "?ApprovalAction";
            finalApprovalRecordLock: "?boolean";
            finalRejectionActions: "?ApprovalAction";
            finalRejectionRecordLock: "?boolean";
            initialSubmissionActions: "?ApprovalAction";
            label: "string";
            nextAutomatedApprover: "?NextAutomatedApprover";
            postTemplate: "?string";
            recallActions: "?ApprovalAction";
            recordEditability: "string";
            showApprovalHistory: "?boolean";
        };
        type: "ApprovalProcess";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          active: "boolean";
          allowRecall: "?boolean";
          allowedSubmitters: readonly ["ApprovalSubmitter"];
          approvalPageFields: "?ApprovalPageField";
          approvalStep: readonly ["ApprovalStep"];
          description: "?string";
          emailTemplate: "?string";
          enableMobileDeviceAccess: "?boolean";
          entryCriteria: "?ApprovalEntryCriteria";
          finalApprovalActions: "?ApprovalAction";
          finalApprovalRecordLock: "?boolean";
          finalRejectionActions: "?ApprovalAction";
          finalRejectionRecordLock: "?boolean";
          initialSubmissionActions: "?ApprovalAction";
          label: "string";
          nextAutomatedApprover: "?NextAutomatedApprover";
          postTemplate: "?string";
          recallActions: "?ApprovalAction";
          recordEditability: "string";
          showApprovalHistory: "?boolean";
      }
      • Readonly active: "boolean"
      • Readonly allowRecall: "?boolean"
      • Readonly allowedSubmitters: readonly ["ApprovalSubmitter"]
      • Readonly approvalPageFields: "?ApprovalPageField"
      • Readonly approvalStep: readonly ["ApprovalStep"]
      • Readonly description: "?string"
      • Readonly emailTemplate: "?string"
      • Readonly enableMobileDeviceAccess: "?boolean"
      • Readonly entryCriteria: "?ApprovalEntryCriteria"
      • Readonly finalApprovalActions: "?ApprovalAction"
      • Readonly finalApprovalRecordLock: "?boolean"
      • Readonly finalRejectionActions: "?ApprovalAction"
      • Readonly finalRejectionRecordLock: "?boolean"
      • Readonly initialSubmissionActions: "?ApprovalAction"
      • Readonly label: "string"
      • Readonly nextAutomatedApprover: "?NextAutomatedApprover"
      • Readonly postTemplate: "?string"
      • Readonly recallActions: "?ApprovalAction"
      • Readonly recordEditability: "string"
      • Readonly showApprovalHistory: "?boolean"
    • Readonly type: "ApprovalProcess"
  • Readonly ApprovalStep: {
        props: {
            allowDelegate: "?boolean";
            approvalActions: "?ApprovalAction";
            assignedApprover: "ApprovalStepApprover";
            description: "?string";
            entryCriteria: "?ApprovalEntryCriteria";
            ifCriteriaNotMet: "?string";
            label: "string";
            name: "string";
            rejectBehavior: "?ApprovalStepRejectBehavior";
            rejectionActions: "?ApprovalAction";
        };
        type: "ApprovalStep";
    }
    • Readonly props: {
          allowDelegate: "?boolean";
          approvalActions: "?ApprovalAction";
          assignedApprover: "ApprovalStepApprover";
          description: "?string";
          entryCriteria: "?ApprovalEntryCriteria";
          ifCriteriaNotMet: "?string";
          label: "string";
          name: "string";
          rejectBehavior: "?ApprovalStepRejectBehavior";
          rejectionActions: "?ApprovalAction";
      }
      • Readonly allowDelegate: "?boolean"
      • Readonly approvalActions: "?ApprovalAction"
      • Readonly assignedApprover: "ApprovalStepApprover"
      • Readonly description: "?string"
      • Readonly entryCriteria: "?ApprovalEntryCriteria"
      • Readonly ifCriteriaNotMet: "?string"
      • Readonly label: "string"
      • Readonly name: "string"
      • Readonly rejectBehavior: "?ApprovalStepRejectBehavior"
      • Readonly rejectionActions: "?ApprovalAction"
    • Readonly type: "ApprovalStep"
  • Readonly ApprovalStepApprover: {
        props: {
            approver: readonly ["Approver"];
            whenMultipleApprovers: "?string";
        };
        type: "ApprovalStepApprover";
    }
    • Readonly props: {
          approver: readonly ["Approver"];
          whenMultipleApprovers: "?string";
      }
      • Readonly approver: readonly ["Approver"]
      • Readonly whenMultipleApprovers: "?string"
    • Readonly type: "ApprovalStepApprover"
  • Readonly ApprovalStepRejectBehavior: {
        props: {
            type: "string";
        };
        type: "ApprovalStepRejectBehavior";
    }
    • Readonly props: {
          type: "string";
      }
      • Readonly type: "string"
    • Readonly type: "ApprovalStepRejectBehavior"
  • Readonly ApprovalSubmitter: {
        props: {
            submitter: "?string";
            type: "string";
        };
        type: "ApprovalSubmitter";
    }
    • Readonly props: {
          submitter: "?string";
          type: "string";
      }
      • Readonly submitter: "?string"
      • Readonly type: "string"
    • Readonly type: "ApprovalSubmitter"
  • Readonly Approver: {
        props: {
            name: "?string";
            type: "string";
        };
        type: "Approver";
    }
    • Readonly props: {
          name: "?string";
          type: "string";
      }
      • Readonly name: "?string"
      • Readonly type: "string"
    • Readonly type: "Approver"
  • Readonly ArchiveSettings: {
        extends: "Metadata";
        props: {
            enableEntityArchivingEnabled: "?boolean";
        };
        type: "ArchiveSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableEntityArchivingEnabled: "?boolean";
      }
      • Readonly enableEntityArchivingEnabled: "?boolean"
    • Readonly type: "ArchiveSettings"
  • Readonly ArticleTypeChannelDisplay: {
        props: {
            articleTypeTemplates: readonly ["ArticleTypeTemplate"];
        };
        type: "ArticleTypeChannelDisplay";
    }
    • Readonly props: {
          articleTypeTemplates: readonly ["ArticleTypeTemplate"];
      }
      • Readonly articleTypeTemplates: readonly ["ArticleTypeTemplate"]
    • Readonly type: "ArticleTypeChannelDisplay"
  • Readonly ArticleTypeTemplate: {
        props: {
            channel: "string";
            page: "?string";
            template: "string";
        };
        type: "ArticleTypeTemplate";
    }
    • Readonly props: {
          channel: "string";
          page: "?string";
          template: "string";
      }
      • Readonly channel: "string"
      • Readonly page: "?string"
      • Readonly template: "string"
    • Readonly type: "ArticleTypeTemplate"
  • Readonly AssignmentRule: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            ruleEntry: readonly ["RuleEntry"];
        };
        type: "AssignmentRule";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          active: "?boolean";
          ruleEntry: readonly ["RuleEntry"];
      }
      • Readonly active: "?boolean"
      • Readonly ruleEntry: readonly ["RuleEntry"]
    • Readonly type: "AssignmentRule"
  • Readonly AssignmentRules: {
        extends: "Metadata";
        props: {
            assignmentRule: readonly ["AssignmentRule"];
        };
        type: "AssignmentRules";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          assignmentRule: readonly ["AssignmentRule"];
      }
      • Readonly assignmentRule: readonly ["AssignmentRule"]
    • Readonly type: "AssignmentRules"
  • Readonly AsyncResult: {
        props: {
            done: "boolean";
            id: "string";
            message: "?string";
            state: "string";
            statusCode: "?string";
        };
        type: "AsyncResult";
    }
    • Readonly props: {
          done: "boolean";
          id: "string";
          message: "?string";
          state: "string";
          statusCode: "?string";
      }
      • Readonly done: "boolean"
      • Readonly id: "string"
      • Readonly message: "?string"
      • Readonly state: "string"
      • Readonly statusCode: "?string"
    • Readonly type: "AsyncResult"
  • Readonly Attachment: {
        props: {
            content: "string";
            name: "string";
        };
        type: "Attachment";
    }
    • Readonly props: {
          content: "string";
          name: "string";
      }
      • Readonly content: "string"
      • Readonly name: "string"
    • Readonly type: "Attachment"
  • Readonly Audience: {
        extends: "Metadata";
        props: {
            audienceName: "string";
            container: "string";
            criteria: "AudienceCriteria";
            description: "?string";
            formula: "?string";
            formulaFilterType: "?string";
            targets: "?PersonalizationTargetInfos";
        };
        type: "Audience";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          audienceName: "string";
          container: "string";
          criteria: "AudienceCriteria";
          description: "?string";
          formula: "?string";
          formulaFilterType: "?string";
          targets: "?PersonalizationTargetInfos";
      }
      • Readonly audienceName: "string"
      • Readonly container: "string"
      • Readonly criteria: "AudienceCriteria"
      • Readonly description: "?string"
      • Readonly formula: "?string"
      • Readonly formulaFilterType: "?string"
      • Readonly targets: "?PersonalizationTargetInfos"
    • Readonly type: "Audience"
  • Readonly AudienceCriteria: {
        props: {
            criterion: readonly ["AudienceCriterion"];
        };
        type: "AudienceCriteria";
    }
    • Readonly props: {
          criterion: readonly ["AudienceCriterion"];
      }
      • Readonly criterion: readonly ["AudienceCriterion"]
    • Readonly type: "AudienceCriteria"
  • Readonly AudienceCriteriaValue: {
        props: {
            city: "?string";
            country: "?string";
            domain: "?string";
            entityField: "?string";
            entityType: "?string";
            fieldValue: "?string";
            isEnabled: "?string";
            permissionName: "?string";
            permissionType: "?string";
            profile: "?string";
            subdivision: "?string";
        };
        type: "AudienceCriteriaValue";
    }
    • Readonly props: {
          city: "?string";
          country: "?string";
          domain: "?string";
          entityField: "?string";
          entityType: "?string";
          fieldValue: "?string";
          isEnabled: "?string";
          permissionName: "?string";
          permissionType: "?string";
          profile: "?string";
          subdivision: "?string";
      }
      • Readonly city: "?string"
      • Readonly country: "?string"
      • Readonly domain: "?string"
      • Readonly entityField: "?string"
      • Readonly entityType: "?string"
      • Readonly fieldValue: "?string"
      • Readonly isEnabled: "?string"
      • Readonly permissionName: "?string"
      • Readonly permissionType: "?string"
      • Readonly profile: "?string"
      • Readonly subdivision: "?string"
    • Readonly type: "AudienceCriteriaValue"
  • Readonly AudienceCriterion: {
        props: {
            criteriaNumber: "?number";
            criterionValue: "?AudienceCriteriaValue";
            operator: "?string";
            type: "string";
        };
        type: "AudienceCriterion";
    }
    • Readonly props: {
          criteriaNumber: "?number";
          criterionValue: "?AudienceCriteriaValue";
          operator: "?string";
          type: "string";
      }
      • Readonly criteriaNumber: "?number"
      • Readonly criterionValue: "?AudienceCriteriaValue"
      • Readonly operator: "?string"
      • Readonly type: "string"
    • Readonly type: "AudienceCriterion"
  • Readonly AuraDefinitionBundle: {
        extends: "Metadata";
        props: {
            SVGContent: "?string";
            apiVersion: "?number";
            controllerContent: "?string";
            description: "?string";
            designContent: "?string";
            documentationContent: "?string";
            helperContent: "?string";
            markup: "?string";
            modelContent: "?string";
            packageVersions: readonly ["PackageVersion"];
            rendererContent: "?string";
            styleContent: "?string";
            testsuiteContent: "?string";
            type: "?string";
        };
        type: "AuraDefinitionBundle";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          SVGContent: "?string";
          apiVersion: "?number";
          controllerContent: "?string";
          description: "?string";
          designContent: "?string";
          documentationContent: "?string";
          helperContent: "?string";
          markup: "?string";
          modelContent: "?string";
          packageVersions: readonly ["PackageVersion"];
          rendererContent: "?string";
          styleContent: "?string";
          testsuiteContent: "?string";
          type: "?string";
      }
      • Readonly SVGContent: "?string"
      • Readonly apiVersion: "?number"
      • Readonly controllerContent: "?string"
      • Readonly description: "?string"
      • Readonly designContent: "?string"
      • Readonly documentationContent: "?string"
      • Readonly helperContent: "?string"
      • Readonly markup: "?string"
      • Readonly modelContent: "?string"
      • Readonly packageVersions: readonly ["PackageVersion"]
      • Readonly rendererContent: "?string"
      • Readonly styleContent: "?string"
      • Readonly testsuiteContent: "?string"
      • Readonly type: "?string"
    • Readonly type: "AuraDefinitionBundle"
  • Readonly AuthProvider: {
        extends: "Metadata";
        props: {
            appleTeam: "?string";
            authorizeUrl: "?string";
            consumerKey: "?string";
            consumerSecret: "?string";
            customMetadataTypeRecord: "?string";
            defaultScopes: "?string";
            ecKey: "?string";
            errorUrl: "?string";
            executionUser: "?string";
            friendlyName: "string";
            iconUrl: "?string";
            idTokenIssuer: "?string";
            includeOrgIdInIdentifier: "?boolean";
            linkKickoffUrl: "?string";
            logoutUrl: "?string";
            oauthKickoffUrl: "?string";
            plugin: "?string";
            portal: "?string";
            providerType: "string";
            registrationHandler: "?string";
            sendAccessTokenInHeader: "?boolean";
            sendClientCredentialsInHeader: "?boolean";
            sendSecretInApis: "?boolean";
            ssoKickoffUrl: "?string";
            tokenUrl: "?string";
            userInfoUrl: "?string";
        };
        type: "AuthProvider";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          appleTeam: "?string";
          authorizeUrl: "?string";
          consumerKey: "?string";
          consumerSecret: "?string";
          customMetadataTypeRecord: "?string";
          defaultScopes: "?string";
          ecKey: "?string";
          errorUrl: "?string";
          executionUser: "?string";
          friendlyName: "string";
          iconUrl: "?string";
          idTokenIssuer: "?string";
          includeOrgIdInIdentifier: "?boolean";
          linkKickoffUrl: "?string";
          logoutUrl: "?string";
          oauthKickoffUrl: "?string";
          plugin: "?string";
          portal: "?string";
          providerType: "string";
          registrationHandler: "?string";
          sendAccessTokenInHeader: "?boolean";
          sendClientCredentialsInHeader: "?boolean";
          sendSecretInApis: "?boolean";
          ssoKickoffUrl: "?string";
          tokenUrl: "?string";
          userInfoUrl: "?string";
      }
      • Readonly appleTeam: "?string"
      • Readonly authorizeUrl: "?string"
      • Readonly consumerKey: "?string"
      • Readonly consumerSecret: "?string"
      • Readonly customMetadataTypeRecord: "?string"
      • Readonly defaultScopes: "?string"
      • Readonly ecKey: "?string"
      • Readonly errorUrl: "?string"
      • Readonly executionUser: "?string"
      • Readonly friendlyName: "string"
      • Readonly iconUrl: "?string"
      • Readonly idTokenIssuer: "?string"
      • Readonly includeOrgIdInIdentifier: "?boolean"
      • Readonly linkKickoffUrl: "?string"
      • Readonly logoutUrl: "?string"
      • Readonly oauthKickoffUrl: "?string"
      • Readonly plugin: "?string"
      • Readonly portal: "?string"
      • Readonly providerType: "string"
      • Readonly registrationHandler: "?string"
      • Readonly sendAccessTokenInHeader: "?boolean"
      • Readonly sendClientCredentialsInHeader: "?boolean"
      • Readonly sendSecretInApis: "?boolean"
      • Readonly ssoKickoffUrl: "?string"
      • Readonly tokenUrl: "?string"
      • Readonly userInfoUrl: "?string"
    • Readonly type: "AuthProvider"
  • Readonly AutoResponseRule: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            ruleEntry: readonly ["RuleEntry"];
        };
        type: "AutoResponseRule";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          active: "?boolean";
          ruleEntry: readonly ["RuleEntry"];
      }
      • Readonly active: "?boolean"
      • Readonly ruleEntry: readonly ["RuleEntry"]
    • Readonly type: "AutoResponseRule"
  • Readonly AutoResponseRules: {
        extends: "Metadata";
        props: {
            autoResponseRule: readonly ["AutoResponseRule"];
        };
        type: "AutoResponseRules";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          autoResponseRule: readonly ["AutoResponseRule"];
      }
      • Readonly autoResponseRule: readonly ["AutoResponseRule"]
    • Readonly type: "AutoResponseRules"
  • Readonly BlockchainSettings: {
        extends: "Metadata";
        props: {
            enableBcp: "?boolean";
            enableBcpCoin: "?boolean";
        };
        type: "BlockchainSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableBcp: "?boolean";
          enableBcpCoin: "?boolean";
      }
      • Readonly enableBcp: "?boolean"
      • Readonly enableBcpCoin: "?boolean"
    • Readonly type: "BlockchainSettings"
  • Readonly Bot: {
        extends: "Metadata";
        props: {
            botMlDomain: "?LocalMlDomain";
            botUser: "?string";
            botVersions: readonly ["BotVersion"];
            contextVariables: readonly ["ConversationContextVariable"];
            description: "?string";
            label: "?string";
        };
        type: "Bot";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          botMlDomain: "?LocalMlDomain";
          botUser: "?string";
          botVersions: readonly ["BotVersion"];
          contextVariables: readonly ["ConversationContextVariable"];
          description: "?string";
          label: "?string";
      }
      • Readonly botMlDomain: "?LocalMlDomain"
      • Readonly botUser: "?string"
      • Readonly botVersions: readonly ["BotVersion"]
      • Readonly contextVariables: readonly ["ConversationContextVariable"]
      • Readonly description: "?string"
      • Readonly label: "?string"
    • Readonly type: "Bot"
  • Readonly BotDialog: {
        props: {
            botDialogGroup: "?string";
            botSteps: readonly ["BotStep"];
            description: "?string";
            developerName: "string";
            label: "string";
            mlIntent: "?string";
            mlIntentTrainingEnabled: "?boolean";
            showInFooterMenu: "?boolean";
        };
        type: "BotDialog";
    }
    • Readonly props: {
          botDialogGroup: "?string";
          botSteps: readonly ["BotStep"];
          description: "?string";
          developerName: "string";
          label: "string";
          mlIntent: "?string";
          mlIntentTrainingEnabled: "?boolean";
          showInFooterMenu: "?boolean";
      }
      • Readonly botDialogGroup: "?string"
      • Readonly botSteps: readonly ["BotStep"]
      • Readonly description: "?string"
      • Readonly developerName: "string"
      • Readonly label: "string"
      • Readonly mlIntent: "?string"
      • Readonly mlIntentTrainingEnabled: "?boolean"
      • Readonly showInFooterMenu: "?boolean"
    • Readonly type: "BotDialog"
  • Readonly BotDialogGroup: {
        props: {
            description: "?string";
            developerName: "string";
            label: "string";
        };
        type: "BotDialogGroup";
    }
    • Readonly props: {
          description: "?string";
          developerName: "string";
          label: "string";
      }
      • Readonly description: "?string"
      • Readonly developerName: "string"
      • Readonly label: "string"
    • Readonly type: "BotDialogGroup"
  • Readonly BotInvocation: {
        props: {
            invocationActionName: "?string";
            invocationActionType: "?string";
            invocationMappings: readonly ["BotInvocationMapping"];
        };
        type: "BotInvocation";
    }
    • Readonly props: {
          invocationActionName: "?string";
          invocationActionType: "?string";
          invocationMappings: readonly ["BotInvocationMapping"];
      }
      • Readonly invocationActionName: "?string"
      • Readonly invocationActionType: "?string"
      • Readonly invocationMappings: readonly ["BotInvocationMapping"]
    • Readonly type: "BotInvocation"
  • Readonly BotInvocationMapping: {
        props: {
            parameterName: "string";
            type: "string";
            value: "?string";
            variableName: "?string";
            variableType: "?string";
        };
        type: "BotInvocationMapping";
    }
    • Readonly props: {
          parameterName: "string";
          type: "string";
          value: "?string";
          variableName: "?string";
          variableType: "?string";
      }
      • Readonly parameterName: "string"
      • Readonly type: "string"
      • Readonly value: "?string"
      • Readonly variableName: "?string"
      • Readonly variableType: "?string"
    • Readonly type: "BotInvocationMapping"
  • Readonly BotMessage: {
        props: {
            message: "string";
        };
        type: "BotMessage";
    }
    • Readonly props: {
          message: "string";
      }
      • Readonly message: "string"
    • Readonly type: "BotMessage"
  • Readonly BotNavigation: {
        props: {
            botNavigationLinks: readonly ["BotNavigationLink"];
            type: "string";
        };
        type: "BotNavigation";
    }
    • Readonly props: {
          botNavigationLinks: readonly ["BotNavigationLink"];
          type: "string";
      }
      • Readonly botNavigationLinks: readonly ["BotNavigationLink"]
      • Readonly type: "string"
    • Readonly type: "BotNavigation"
  • Readonly BotNavigationLink: {
        props: {
            label: "?string";
            targetBotDialog: "string";
        };
        type: "BotNavigationLink";
    }
    • Readonly props: {
          label: "?string";
          targetBotDialog: "string";
      }
      • Readonly label: "?string"
      • Readonly targetBotDialog: "string"
    • Readonly type: "BotNavigationLink"
  • Readonly BotQuickReplyOption: {
        props: {
            literalValue: "string";
        };
        type: "BotQuickReplyOption";
    }
    • Readonly props: {
          literalValue: "string";
      }
      • Readonly literalValue: "string"
    • Readonly type: "BotQuickReplyOption"
  • Readonly BotSettings: {
        extends: "Metadata";
        props: {
            enableBots: "?boolean";
        };
        type: "BotSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableBots: "?boolean";
      }
      • Readonly enableBots: "?boolean"
    • Readonly type: "BotSettings"
  • Readonly BotStep: {
        props: {
            booleanFilter: "?string";
            botInvocation: "?BotInvocation";
            botMessages: readonly ["BotMessage"];
            botNavigation: "?BotNavigation";
            botStepConditions: readonly ["BotStepCondition"];
            botSteps: readonly ["BotStep"];
            botVariableOperation: "?BotVariableOperation";
            conversationRecordLookup: "?ConversationRecordLookup";
            conversationSystemMessage: "?ConversationSystemMessage";
            type: "string";
        };
        type: "BotStep";
    }
    • Readonly props: {
          booleanFilter: "?string";
          botInvocation: "?BotInvocation";
          botMessages: readonly ["BotMessage"];
          botNavigation: "?BotNavigation";
          botStepConditions: readonly ["BotStepCondition"];
          botSteps: readonly ["BotStep"];
          botVariableOperation: "?BotVariableOperation";
          conversationRecordLookup: "?ConversationRecordLookup";
          conversationSystemMessage: "?ConversationSystemMessage";
          type: "string";
      }
      • Readonly booleanFilter: "?string"
      • Readonly botInvocation: "?BotInvocation"
      • Readonly botMessages: readonly ["BotMessage"]
      • Readonly botNavigation: "?BotNavigation"
      • Readonly botStepConditions: readonly ["BotStepCondition"]
      • Readonly botSteps: readonly ["BotStep"]
      • Readonly botVariableOperation: "?BotVariableOperation"
      • Readonly conversationRecordLookup: "?ConversationRecordLookup"
      • Readonly conversationSystemMessage: "?ConversationSystemMessage"
      • Readonly type: "string"
    • Readonly type: "BotStep"
  • Readonly BotStepCondition: {
        props: {
            leftOperandName: "string";
            leftOperandType: "string";
            operatorType: "string";
            rightOperandValue: "?string";
        };
        type: "BotStepCondition";
    }
    • Readonly props: {
          leftOperandName: "string";
          leftOperandType: "string";
          operatorType: "string";
          rightOperandValue: "?string";
      }
      • Readonly leftOperandName: "string"
      • Readonly leftOperandType: "string"
      • Readonly operatorType: "string"
      • Readonly rightOperandValue: "?string"
    • Readonly type: "BotStepCondition"
  • Readonly BotVariableOperand: {
        props: {
            disableAutoFill: "?boolean";
            sourceName: "?string";
            sourceType: "?string";
            sourceValue: "?string";
            targetName: "string";
            targetType: "string";
        };
        type: "BotVariableOperand";
    }
    • Readonly props: {
          disableAutoFill: "?boolean";
          sourceName: "?string";
          sourceType: "?string";
          sourceValue: "?string";
          targetName: "string";
          targetType: "string";
      }
      • Readonly disableAutoFill: "?boolean"
      • Readonly sourceName: "?string"
      • Readonly sourceType: "?string"
      • Readonly sourceValue: "?string"
      • Readonly targetName: "string"
      • Readonly targetType: "string"
    • Readonly type: "BotVariableOperand"
  • Readonly BotVariableOperation: {
        props: {
            botInvocation: "?BotInvocation";
            botMessages: readonly ["BotMessage"];
            botQuickReplyOptions: readonly ["BotQuickReplyOption"];
            botVariableOperands: readonly ["BotVariableOperand"];
            invalidInputBotNavigation: "?BotNavigation";
            quickReplyOptionTemplate: "?string";
            quickReplyType: "?string";
            quickReplyWidgetType: "?string";
            sourceVariableName: "?string";
            sourceVariableType: "?string";
            type: "string";
        };
        type: "BotVariableOperation";
    }
    • Readonly props: {
          botInvocation: "?BotInvocation";
          botMessages: readonly ["BotMessage"];
          botQuickReplyOptions: readonly ["BotQuickReplyOption"];
          botVariableOperands: readonly ["BotVariableOperand"];
          invalidInputBotNavigation: "?BotNavigation";
          quickReplyOptionTemplate: "?string";
          quickReplyType: "?string";
          quickReplyWidgetType: "?string";
          sourceVariableName: "?string";
          sourceVariableType: "?string";
          type: "string";
      }
      • Readonly botInvocation: "?BotInvocation"
      • Readonly botMessages: readonly ["BotMessage"]
      • Readonly botQuickReplyOptions: readonly ["BotQuickReplyOption"]
      • Readonly botVariableOperands: readonly ["BotVariableOperand"]
      • Readonly invalidInputBotNavigation: "?BotNavigation"
      • Readonly quickReplyOptionTemplate: "?string"
      • Readonly quickReplyType: "?string"
      • Readonly quickReplyWidgetType: "?string"
      • Readonly sourceVariableName: "?string"
      • Readonly sourceVariableType: "?string"
      • Readonly type: "string"
    • Readonly type: "BotVariableOperation"
  • Readonly BotVersion: {
        extends: "Metadata";
        props: {
            botDialogGroups: readonly ["BotDialogGroup"];
            botDialogs: readonly ["BotDialog"];
            conversationVariables: readonly ["ConversationVariable"];
            entryDialog: "string";
            mainMenuDialog: "string";
            responseDelayMilliseconds: "?number";
        };
        type: "BotVersion";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          botDialogGroups: readonly ["BotDialogGroup"];
          botDialogs: readonly ["BotDialog"];
          conversationVariables: readonly ["ConversationVariable"];
          entryDialog: "string";
          mainMenuDialog: "string";
          responseDelayMilliseconds: "?number";
      }
      • Readonly botDialogGroups: readonly ["BotDialogGroup"]
      • Readonly botDialogs: readonly ["BotDialog"]
      • Readonly conversationVariables: readonly ["ConversationVariable"]
      • Readonly entryDialog: "string"
      • Readonly mainMenuDialog: "string"
      • Readonly responseDelayMilliseconds: "?number"
    • Readonly type: "BotVersion"
  • Readonly BrandingSet: {
        extends: "Metadata";
        props: {
            brandingSetProperty: readonly ["BrandingSetProperty"];
            description: "?string";
            masterLabel: "string";
            type: "?string";
        };
        type: "BrandingSet";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          brandingSetProperty: readonly ["BrandingSetProperty"];
          description: "?string";
          masterLabel: "string";
          type: "?string";
      }
      • Readonly brandingSetProperty: readonly ["BrandingSetProperty"]
      • Readonly description: "?string"
      • Readonly masterLabel: "string"
      • Readonly type: "?string"
    • Readonly type: "BrandingSet"
  • Readonly BrandingSetProperty: {
        props: {
            propertyName: "string";
            propertyValue: "?string";
        };
        type: "BrandingSetProperty";
    }
    • Readonly props: {
          propertyName: "string";
          propertyValue: "?string";
      }
      • Readonly propertyName: "string"
      • Readonly propertyValue: "?string"
    • Readonly type: "BrandingSetProperty"
  • Readonly BusinessHoursEntry: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            default: "boolean";
            fridayEndTime: "?string";
            fridayStartTime: "?string";
            mondayEndTime: "?string";
            mondayStartTime: "?string";
            name: "?string";
            saturdayEndTime: "?string";
            saturdayStartTime: "?string";
            sundayEndTime: "?string";
            sundayStartTime: "?string";
            thursdayEndTime: "?string";
            thursdayStartTime: "?string";
            timeZoneId: "?string";
            tuesdayEndTime: "?string";
            tuesdayStartTime: "?string";
            wednesdayEndTime: "?string";
            wednesdayStartTime: "?string";
        };
        type: "BusinessHoursEntry";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          active: "?boolean";
          default: "boolean";
          fridayEndTime: "?string";
          fridayStartTime: "?string";
          mondayEndTime: "?string";
          mondayStartTime: "?string";
          name: "?string";
          saturdayEndTime: "?string";
          saturdayStartTime: "?string";
          sundayEndTime: "?string";
          sundayStartTime: "?string";
          thursdayEndTime: "?string";
          thursdayStartTime: "?string";
          timeZoneId: "?string";
          tuesdayEndTime: "?string";
          tuesdayStartTime: "?string";
          wednesdayEndTime: "?string";
          wednesdayStartTime: "?string";
      }
      • Readonly active: "?boolean"
      • Readonly default: "boolean"
      • Readonly fridayEndTime: "?string"
      • Readonly fridayStartTime: "?string"
      • Readonly mondayEndTime: "?string"
      • Readonly mondayStartTime: "?string"
      • Readonly name: "?string"
      • Readonly saturdayEndTime: "?string"
      • Readonly saturdayStartTime: "?string"
      • Readonly sundayEndTime: "?string"
      • Readonly sundayStartTime: "?string"
      • Readonly thursdayEndTime: "?string"
      • Readonly thursdayStartTime: "?string"
      • Readonly timeZoneId: "?string"
      • Readonly tuesdayEndTime: "?string"
      • Readonly tuesdayStartTime: "?string"
      • Readonly wednesdayEndTime: "?string"
      • Readonly wednesdayStartTime: "?string"
    • Readonly type: "BusinessHoursEntry"
  • Readonly BusinessHoursSettings: {
        extends: "Metadata";
        props: {
            businessHours: readonly ["BusinessHoursEntry"];
            holidays: readonly ["Holiday"];
        };
        type: "BusinessHoursSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          businessHours: readonly ["BusinessHoursEntry"];
          holidays: readonly ["Holiday"];
      }
      • Readonly businessHours: readonly ["BusinessHoursEntry"]
      • Readonly holidays: readonly ["Holiday"]
    • Readonly type: "BusinessHoursSettings"
  • Readonly BusinessProcess: {
        extends: "Metadata";
        props: {
            description: "?string";
            isActive: "?boolean";
            values: readonly ["PicklistValue"];
        };
        type: "BusinessProcess";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          description: "?string";
          isActive: "?boolean";
          values: readonly ["PicklistValue"];
      }
      • Readonly description: "?string"
      • Readonly isActive: "?boolean"
      • Readonly values: readonly ["PicklistValue"]
    • Readonly type: "BusinessProcess"
  • Readonly CMSConnectAsset: {
        props: {
            assetPath: "string";
            assetType: "string";
            sortOrder: "number";
        };
        type: "CMSConnectAsset";
    }
    • Readonly props: {
          assetPath: "string";
          assetType: "string";
          sortOrder: "number";
      }
      • Readonly assetPath: "string"
      • Readonly assetType: "string"
      • Readonly sortOrder: "number"
    • Readonly type: "CMSConnectAsset"
  • Readonly CMSConnectLanguage: {
        props: {
            cmsLanguage: "string";
            language: "string";
        };
        type: "CMSConnectLanguage";
    }
    • Readonly props: {
          cmsLanguage: "string";
          language: "string";
      }
      • Readonly cmsLanguage: "string"
      • Readonly language: "string"
    • Readonly type: "CMSConnectLanguage"
  • Readonly CMSConnectPersonalization: {
        props: {
            connectorPage: "string";
            connectorPageAsset: "string";
        };
        type: "CMSConnectPersonalization";
    }
    • Readonly props: {
          connectorPage: "string";
          connectorPageAsset: "string";
      }
      • Readonly connectorPage: "string"
      • Readonly connectorPageAsset: "string"
    • Readonly type: "CMSConnectPersonalization"
  • Readonly CMSConnectResourceDefinition: {
        props: {
            developerName: "string";
            masterLabel: "string";
            options: "number";
            payloadType: "string";
            resourceIdPath: "?string";
            resourceNamePath: "?string";
            resourcePath: "string";
            rootNodePath: "?string";
        };
        type: "CMSConnectResourceDefinition";
    }
    • Readonly props: {
          developerName: "string";
          masterLabel: "string";
          options: "number";
          payloadType: "string";
          resourceIdPath: "?string";
          resourceNamePath: "?string";
          resourcePath: "string";
          rootNodePath: "?string";
      }
      • Readonly developerName: "string"
      • Readonly masterLabel: "string"
      • Readonly options: "number"
      • Readonly payloadType: "string"
      • Readonly resourceIdPath: "?string"
      • Readonly resourceNamePath: "?string"
      • Readonly resourcePath: "string"
      • Readonly rootNodePath: "?string"
    • Readonly type: "CMSConnectResourceDefinition"
  • Readonly CMSConnectResourceType: {
        props: {
            cmsConnectResourceDefinition: readonly ["CMSConnectResourceDefinition"];
            developerName: "string";
            masterLabel: "string";
            resourceType: "string";
        };
        type: "CMSConnectResourceType";
    }
    • Readonly props: {
          cmsConnectResourceDefinition: readonly ["CMSConnectResourceDefinition"];
          developerName: "string";
          masterLabel: "string";
          resourceType: "string";
      }
      • Readonly cmsConnectResourceDefinition: readonly ["CMSConnectResourceDefinition"]
      • Readonly developerName: "string"
      • Readonly masterLabel: "string"
      • Readonly resourceType: "string"
    • Readonly type: "CMSConnectResourceType"
  • Readonly CMSConnectSource: {
        extends: "Metadata";
        props: {
            cmsConnectAsset: readonly ["CMSConnectAsset"];
            cmsConnectLanguage: readonly ["CMSConnectLanguage"];
            cmsConnectPersonalization: "?CMSConnectPersonalization";
            cmsConnectResourceType: readonly ["CMSConnectResourceType"];
            connectionType: "string";
            cssScope: "?string";
            developerName: "string";
            languageEnabled: "?string";
            masterLabel: "string";
            namedCredential: "?string";
            personalizationEnabled: "?string";
            rootPath: "?string";
            sortOrder: "number";
            status: "string";
            type: "string";
            websiteUrl: "?string";
        };
        type: "CMSConnectSource";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          cmsConnectAsset: readonly ["CMSConnectAsset"];
          cmsConnectLanguage: readonly ["CMSConnectLanguage"];
          cmsConnectPersonalization: "?CMSConnectPersonalization";
          cmsConnectResourceType: readonly ["CMSConnectResourceType"];
          connectionType: "string";
          cssScope: "?string";
          developerName: "string";
          languageEnabled: "?string";
          masterLabel: "string";
          namedCredential: "?string";
          personalizationEnabled: "?string";
          rootPath: "?string";
          sortOrder: "number";
          status: "string";
          type: "string";
          websiteUrl: "?string";
      }
      • Readonly cmsConnectAsset: readonly ["CMSConnectAsset"]
      • Readonly cmsConnectLanguage: readonly ["CMSConnectLanguage"]
      • Readonly cmsConnectPersonalization: "?CMSConnectPersonalization"
      • Readonly cmsConnectResourceType: readonly ["CMSConnectResourceType"]
      • Readonly connectionType: "string"
      • Readonly cssScope: "?string"
      • Readonly developerName: "string"
      • Readonly languageEnabled: "?string"
      • Readonly masterLabel: "string"
      • Readonly namedCredential: "?string"
      • Readonly personalizationEnabled: "?string"
      • Readonly rootPath: "?string"
      • Readonly sortOrder: "number"
      • Readonly status: "string"
      • Readonly type: "string"
      • Readonly websiteUrl: "?string"
    • Readonly type: "CMSConnectSource"
  • Readonly CallCenter: {
        extends: "Metadata";
        props: {
            adapterUrl: "?string";
            customSettings: "?string";
            displayName: "string";
            displayNameLabel: "string";
            internalNameLabel: "string";
            sections: readonly ["CallCenterSection"];
            version: "?string";
        };
        type: "CallCenter";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          adapterUrl: "?string";
          customSettings: "?string";
          displayName: "string";
          displayNameLabel: "string";
          internalNameLabel: "string";
          sections: readonly ["CallCenterSection"];
          version: "?string";
      }
      • Readonly adapterUrl: "?string"
      • Readonly customSettings: "?string"
      • Readonly displayName: "string"
      • Readonly displayNameLabel: "string"
      • Readonly internalNameLabel: "string"
      • Readonly sections: readonly ["CallCenterSection"]
      • Readonly version: "?string"
    • Readonly type: "CallCenter"
  • Readonly CallCenterItem: {
        props: {
            label: "string";
            name: "string";
            value: "string";
        };
        type: "CallCenterItem";
    }
    • Readonly props: {
          label: "string";
          name: "string";
          value: "string";
      }
      • Readonly label: "string"
      • Readonly name: "string"
      • Readonly value: "string"
    • Readonly type: "CallCenterItem"
  • Readonly CallCenterSection: {
        props: {
            items: readonly ["CallCenterItem"];
            label: "string";
            name: "string";
        };
        type: "CallCenterSection";
    }
    • Readonly props: {
          items: readonly ["CallCenterItem"];
          label: "string";
          name: "string";
      }
      • Readonly items: readonly ["CallCenterItem"]
      • Readonly label: "string"
      • Readonly name: "string"
    • Readonly type: "CallCenterSection"
  • Readonly CampaignInfluenceModel: {
        extends: "Metadata";
        props: {
            isActive: "?boolean";
            isDefaultModel: "boolean";
            isModelLocked: "boolean";
            modelDescription: "?string";
            name: "string";
            recordPreference: "?string";
        };
        type: "CampaignInfluenceModel";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          isActive: "?boolean";
          isDefaultModel: "boolean";
          isModelLocked: "boolean";
          modelDescription: "?string";
          name: "string";
          recordPreference: "?string";
      }
      • Readonly isActive: "?boolean"
      • Readonly isDefaultModel: "boolean"
      • Readonly isModelLocked: "boolean"
      • Readonly modelDescription: "?string"
      • Readonly name: "string"
      • Readonly recordPreference: "?string"
    • Readonly type: "CampaignInfluenceModel"
  • Readonly CampaignSettings: {
        extends: "Metadata";
        props: {
            enableAutoCampInfluenceDisabled: "?boolean";
            enableB2bmaCampaignInfluence2: "?boolean";
            enableCampaignHistoryTrackEnabled: "?boolean";
            enableCampaignInfluence2: "?boolean";
            enableCampaignMemberTWCF: "?boolean";
            enableSuppressNoValueCI2: "?boolean";
        };
        type: "CampaignSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableAutoCampInfluenceDisabled: "?boolean";
          enableB2bmaCampaignInfluence2: "?boolean";
          enableCampaignHistoryTrackEnabled: "?boolean";
          enableCampaignInfluence2: "?boolean";
          enableCampaignMemberTWCF: "?boolean";
          enableSuppressNoValueCI2: "?boolean";
      }
      • Readonly enableAutoCampInfluenceDisabled: "?boolean"
      • Readonly enableB2bmaCampaignInfluence2: "?boolean"
      • Readonly enableCampaignHistoryTrackEnabled: "?boolean"
      • Readonly enableCampaignInfluence2: "?boolean"
      • Readonly enableCampaignMemberTWCF: "?boolean"
      • Readonly enableSuppressNoValueCI2: "?boolean"
    • Readonly type: "CampaignSettings"
  • Readonly CancelDeployResult: {
        props: {
            done: "boolean";
            id: "string";
        };
        type: "CancelDeployResult";
    }
    • Readonly props: {
          done: "boolean";
          id: "string";
      }
      • Readonly done: "boolean"
      • Readonly id: "string"
    • Readonly type: "CancelDeployResult"
  • Readonly CanvasMetadata: {
        extends: "Metadata";
        props: {
            accessMethod: "string";
            canvasOptions: "?string";
            canvasUrl: "string";
            lifecycleClass: "?string";
            locationOptions: "?string";
            samlInitiationMethod: "?string";
        };
        type: "CanvasMetadata";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          accessMethod: "string";
          canvasOptions: "?string";
          canvasUrl: "string";
          lifecycleClass: "?string";
          locationOptions: "?string";
          samlInitiationMethod: "?string";
      }
      • Readonly accessMethod: "string"
      • Readonly canvasOptions: "?string"
      • Readonly canvasUrl: "string"
      • Readonly lifecycleClass: "?string"
      • Readonly locationOptions: "?string"
      • Readonly samlInitiationMethod: "?string"
    • Readonly type: "CanvasMetadata"
  • Readonly CaseClassificationSettings: {
        extends: "Metadata";
        props: {
            caseClassificationRecommendations: "?boolean";
            reRunAttributeBasedRules: "?boolean";
            runAssignmentRules: "?boolean";
        };
        type: "CaseClassificationSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          caseClassificationRecommendations: "?boolean";
          reRunAttributeBasedRules: "?boolean";
          runAssignmentRules: "?boolean";
      }
      • Readonly caseClassificationRecommendations: "?boolean"
      • Readonly reRunAttributeBasedRules: "?boolean"
      • Readonly runAssignmentRules: "?boolean"
    • Readonly type: "CaseClassificationSettings"
  • Readonly CaseSettings: {
        extends: "Metadata";
        props: {
            caseAssignNotificationTemplate: "?string";
            caseAutoProcUser: "?boolean";
            caseCloseNotificationTemplate: "?string";
            caseCommentNotificationTemplate: "?string";
            caseCreateNotificationTemplate: "?string";
            caseFeedItemSettings: readonly ["FeedItemSettings"];
            caseFeedReadUnreadLtng: "?boolean";
            caseMergeInLightning: "?boolean";
            closeCaseThroughStatusChange: "?boolean";
            defaultCaseFeedLayoutOn: "?boolean";
            defaultCaseOwner: "?string";
            defaultCaseOwnerType: "?string";
            defaultCaseUser: "?string";
            emailActionDefaultsHandlerClass: "?string";
            emailToCase: "?EmailToCaseSettings";
            enableCaseFeed: "?boolean";
            enableCollapseEmailThread: "?boolean";
            enableDraftEmails: "?boolean";
            enableEarlyEscalationRuleTriggers: "?boolean";
            enableEmailActionDefaultsHandler: "?boolean";
            enableSuggestedArticlesApplication: "?boolean";
            enableSuggestedArticlesCustomerPortal: "?boolean";
            enableSuggestedArticlesPartnerPortal: "?boolean";
            enableSuggestedSolutions: "?boolean";
            escalateCaseBefore: "?boolean";
            genericMessageEnabled: "?boolean";
            keepRecordTypeOnAssignmentRule: "?boolean";
            notifyContactOnCaseComment: "?boolean";
            notifyDefaultCaseOwner: "?boolean";
            notifyOwnerOnCaseComment: "?boolean";
            notifyOwnerOnCaseOwnerChange: "?boolean";
            predictiveSupportEnabled: "?boolean";
            showEmailAttachmentsInCaseAttachmentsRL: "?boolean";
            showFewerCloseActions: "?boolean";
            systemUserEmail: "?string";
            useSystemEmailAddress: "?boolean";
            useSystemUserAsDefaultCaseUser: "?boolean";
            webToCase: "?WebToCaseSettings";
        };
        type: "CaseSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          caseAssignNotificationTemplate: "?string";
          caseAutoProcUser: "?boolean";
          caseCloseNotificationTemplate: "?string";
          caseCommentNotificationTemplate: "?string";
          caseCreateNotificationTemplate: "?string";
          caseFeedItemSettings: readonly ["FeedItemSettings"];
          caseFeedReadUnreadLtng: "?boolean";
          caseMergeInLightning: "?boolean";
          closeCaseThroughStatusChange: "?boolean";
          defaultCaseFeedLayoutOn: "?boolean";
          defaultCaseOwner: "?string";
          defaultCaseOwnerType: "?string";
          defaultCaseUser: "?string";
          emailActionDefaultsHandlerClass: "?string";
          emailToCase: "?EmailToCaseSettings";
          enableCaseFeed: "?boolean";
          enableCollapseEmailThread: "?boolean";
          enableDraftEmails: "?boolean";
          enableEarlyEscalationRuleTriggers: "?boolean";
          enableEmailActionDefaultsHandler: "?boolean";
          enableSuggestedArticlesApplication: "?boolean";
          enableSuggestedArticlesCustomerPortal: "?boolean";
          enableSuggestedArticlesPartnerPortal: "?boolean";
          enableSuggestedSolutions: "?boolean";
          escalateCaseBefore: "?boolean";
          genericMessageEnabled: "?boolean";
          keepRecordTypeOnAssignmentRule: "?boolean";
          notifyContactOnCaseComment: "?boolean";
          notifyDefaultCaseOwner: "?boolean";
          notifyOwnerOnCaseComment: "?boolean";
          notifyOwnerOnCaseOwnerChange: "?boolean";
          predictiveSupportEnabled: "?boolean";
          showEmailAttachmentsInCaseAttachmentsRL: "?boolean";
          showFewerCloseActions: "?boolean";
          systemUserEmail: "?string";
          useSystemEmailAddress: "?boolean";
          useSystemUserAsDefaultCaseUser: "?boolean";
          webToCase: "?WebToCaseSettings";
      }
      • Readonly caseAssignNotificationTemplate: "?string"
      • Readonly caseAutoProcUser: "?boolean"
      • Readonly caseCloseNotificationTemplate: "?string"
      • Readonly caseCommentNotificationTemplate: "?string"
      • Readonly caseCreateNotificationTemplate: "?string"
      • Readonly caseFeedItemSettings: readonly ["FeedItemSettings"]
      • Readonly caseFeedReadUnreadLtng: "?boolean"
      • Readonly caseMergeInLightning: "?boolean"
      • Readonly closeCaseThroughStatusChange: "?boolean"
      • Readonly defaultCaseFeedLayoutOn: "?boolean"
      • Readonly defaultCaseOwner: "?string"
      • Readonly defaultCaseOwnerType: "?string"
      • Readonly defaultCaseUser: "?string"
      • Readonly emailActionDefaultsHandlerClass: "?string"
      • Readonly emailToCase: "?EmailToCaseSettings"
      • Readonly enableCaseFeed: "?boolean"
      • Readonly enableCollapseEmailThread: "?boolean"
      • Readonly enableDraftEmails: "?boolean"
      • Readonly enableEarlyEscalationRuleTriggers: "?boolean"
      • Readonly enableEmailActionDefaultsHandler: "?boolean"
      • Readonly enableSuggestedArticlesApplication: "?boolean"
      • Readonly enableSuggestedArticlesCustomerPortal: "?boolean"
      • Readonly enableSuggestedArticlesPartnerPortal: "?boolean"
      • Readonly enableSuggestedSolutions: "?boolean"
      • Readonly escalateCaseBefore: "?boolean"
      • Readonly genericMessageEnabled: "?boolean"
      • Readonly keepRecordTypeOnAssignmentRule: "?boolean"
      • Readonly notifyContactOnCaseComment: "?boolean"
      • Readonly notifyDefaultCaseOwner: "?boolean"
      • Readonly notifyOwnerOnCaseComment: "?boolean"
      • Readonly notifyOwnerOnCaseOwnerChange: "?boolean"
      • Readonly predictiveSupportEnabled: "?boolean"
      • Readonly showEmailAttachmentsInCaseAttachmentsRL: "?boolean"
      • Readonly showFewerCloseActions: "?boolean"
      • Readonly systemUserEmail: "?string"
      • Readonly useSystemEmailAddress: "?boolean"
      • Readonly useSystemUserAsDefaultCaseUser: "?boolean"
      • Readonly webToCase: "?WebToCaseSettings"
    • Readonly type: "CaseSettings"
  • Readonly CaseSubjectParticle: {
        extends: "Metadata";
        props: {
            index: "number";
            textField: "?string";
            type: "string";
        };
        type: "CaseSubjectParticle";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          index: "number";
          textField: "?string";
          type: "string";
      }
      • Readonly index: "number"
      • Readonly textField: "?string"
      • Readonly type: "string"
    • Readonly type: "CaseSubjectParticle"
  • Readonly Certificate: {
        extends: "MetadataWithContent";
        props: {
            caSigned: "boolean";
            encryptedWithPlatformEncryption: "?boolean";
            expirationDate: "?string";
            keySize: "?number";
            masterLabel: "string";
            privateKeyExportable: "?boolean";
        };
        type: "Certificate";
    }
    • Readonly extends: "MetadataWithContent"
    • Readonly props: {
          caSigned: "boolean";
          encryptedWithPlatformEncryption: "?boolean";
          expirationDate: "?string";
          keySize: "?number";
          masterLabel: "string";
          privateKeyExportable: "?boolean";
      }
      • Readonly caSigned: "boolean"
      • Readonly encryptedWithPlatformEncryption: "?boolean"
      • Readonly expirationDate: "?string"
      • Readonly keySize: "?number"
      • Readonly masterLabel: "string"
      • Readonly privateKeyExportable: "?boolean"
    • Readonly type: "Certificate"
  • Readonly ChannelLayout: {
        extends: "Metadata";
        props: {
            enabledChannels: readonly ["string"];
            label: "string";
            layoutItems: readonly ["ChannelLayoutItem"];
            recordType: "?string";
        };
        type: "ChannelLayout";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enabledChannels: readonly ["string"];
          label: "string";
          layoutItems: readonly ["ChannelLayoutItem"];
          recordType: "?string";
      }
      • Readonly enabledChannels: readonly ["string"]
      • Readonly label: "string"
      • Readonly layoutItems: readonly ["ChannelLayoutItem"]
      • Readonly recordType: "?string"
    • Readonly type: "ChannelLayout"
  • Readonly ChannelLayoutItem: {
        props: {
            field: "string";
        };
        type: "ChannelLayoutItem";
    }
    • Readonly props: {
          field: "string";
      }
      • Readonly field: "string"
    • Readonly type: "ChannelLayoutItem"
  • Readonly ChartSummary: {
        props: {
            aggregate: "?string";
            axisBinding: "?string";
            column: "string";
        };
        type: "ChartSummary";
    }
    • Readonly props: {
          aggregate: "?string";
          axisBinding: "?string";
          column: "string";
      }
      • Readonly aggregate: "?string"
      • Readonly axisBinding: "?string"
      • Readonly column: "string"
    • Readonly type: "ChartSummary"
  • Readonly ChatterAnswersReputationLevel: {
        props: {
            name: "string";
            value: "number";
        };
        type: "ChatterAnswersReputationLevel";
    }
    • Readonly props: {
          name: "string";
          value: "number";
      }
      • Readonly name: "string"
      • Readonly value: "number"
    • Readonly type: "ChatterAnswersReputationLevel"
  • Readonly ChatterAnswersSettings: {
        extends: "Metadata";
        props: {
            emailFollowersOnBestAnswer: "?boolean";
            emailFollowersOnReply: "?boolean";
            emailOwnerOnPrivateReply: "?boolean";
            emailOwnerOnReply: "?boolean";
            enableAnswerViaEmail: "?boolean";
            enableChatterAnswers: "boolean";
            enableFacebookSSO: "?boolean";
            enableInlinePublisher: "?boolean";
            enableReputation: "?boolean";
            enableRichTextEditor: "?boolean";
            facebookAuthProvider: "?string";
            showInPortals: "?boolean";
        };
        type: "ChatterAnswersSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          emailFollowersOnBestAnswer: "?boolean";
          emailFollowersOnReply: "?boolean";
          emailOwnerOnPrivateReply: "?boolean";
          emailOwnerOnReply: "?boolean";
          enableAnswerViaEmail: "?boolean";
          enableChatterAnswers: "boolean";
          enableFacebookSSO: "?boolean";
          enableInlinePublisher: "?boolean";
          enableReputation: "?boolean";
          enableRichTextEditor: "?boolean";
          facebookAuthProvider: "?string";
          showInPortals: "?boolean";
      }
      • Readonly emailFollowersOnBestAnswer: "?boolean"
      • Readonly emailFollowersOnReply: "?boolean"
      • Readonly emailOwnerOnPrivateReply: "?boolean"
      • Readonly emailOwnerOnReply: "?boolean"
      • Readonly enableAnswerViaEmail: "?boolean"
      • Readonly enableChatterAnswers: "boolean"
      • Readonly enableFacebookSSO: "?boolean"
      • Readonly enableInlinePublisher: "?boolean"
      • Readonly enableReputation: "?boolean"
      • Readonly enableRichTextEditor: "?boolean"
      • Readonly facebookAuthProvider: "?string"
      • Readonly showInPortals: "?boolean"
    • Readonly type: "ChatterAnswersSettings"
  • Readonly ChatterEmailsMDSettings: {
        extends: "Metadata";
        props: {
            enableChatterDigestEmailsApiOnly: "?boolean";
            enableChatterEmailAttachment: "?boolean";
            enableCollaborationEmail: "?boolean";
            enableDisplayAppDownloadBadges: "?boolean";
            enableEmailReplyToChatter: "?boolean";
            enableEmailToChatter: "?boolean";
        };
        type: "ChatterEmailsMDSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          enableChatterDigestEmailsApiOnly: "?boolean";
          enableChatterEmailAttachment: "?boolean";
          enableCollaborationEmail: "?boolean";
          enableDisplayAppDownloadBadges: "?boolean";
          enableEmailReplyToChatter: "?boolean";
          enableEmailToChatter: "?boolean";
      }
      • Readonly enableChatterDigestEmailsApiOnly: "?boolean"
      • Readonly enableChatterEmailAttachment: "?boolean"
      • Readonly enableCollaborationEmail: "?boolean"
      • Readonly enableDisplayAppDownloadBadges: "?boolean"
      • Readonly enableEmailReplyToChatter: "?boolean"
      • Readonly enableEmailToChatter: "?boolean"
    • Readonly type: "ChatterEmailsMDSettings"
  • Readonly ChatterExtension: {
        extends: "Metadata";
        props: {
            compositionComponent: "string";
            description: "string";
            extensionName: "string";
            headerText: "?string";
            hoverText: "?string";
            icon: "string";
            isProtected: "?boolean";
            masterLabel: "string";
            renderComponent: "string";
            type: "string";
        };
        type: "ChatterExtension";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          compositionComponent: "string";
          description: "string";
          extensionName: "string";
          headerText: "?string";
          hoverText: "?string";
          icon: "string";
          isProtected: "?boolean";
          masterLabel: "string";
          renderComponent: "string";
          type: "string";
      }
      • Readonly compositionComponent: "string"
      • Readonly description: "string"
      • Readonly extensionName: "string"
      • Readonly headerText: "?string"
      • Readonly hoverText: "?string"
      • Readonly icon: "string"
      • Readonly isProtected: "?boolean"
      • Readonly masterLabel: "string"
      • Readonly renderComponent: "string"
      • Readonly type: "string"
    • Readonly type: "ChatterExtension"
  • Readonly ChatterSettings: {
        extends: "Metadata";
        props: {
            allowChatterGroupArchiving: "?boolean";
            allowRecordsInChatterGroup: "?boolean";
            allowSharingInChatterGroup: "?boolean";
            enableApprovalRequest: "?boolean";
            enableChatter: "?boolean";
            enableChatterEmoticons: "?boolean";
            enableFeedEdit: "?boolean";
            enableFeedPinning: "?boolean";
            enableFeedsDraftPosts: "?boolean";
            enableFeedsRichText: "?boolean";
            enableInviteCsnUsers: "?boolean";
            enableOutOfOfficeEnabledPref: "?boolean";
            enableRichLinkPreviewsInFeed: "?boolean";
            enableTodayRecsInFeed: "?boolean";
            unlistedGroupsEnabled: "?boolean";
        };
        type: "ChatterSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          allowChatterGroupArchiving: "?boolean";
          allowRecordsInChatterGroup: "?boolean";
          allowSharingInChatterGroup: "?boolean";
          enableApprovalRequest: "?boolean";
          enableChatter: "?boolean";
          enableChatterEmoticons: "?boolean";
          enableFeedEdit: "?boolean";
          enableFeedPinning: "?boolean";
          enableFeedsDraftPosts: "?boolean";
          enableFeedsRichText: "?boolean";
          enableInviteCsnUsers: "?boolean";
          enableOutOfOfficeEnabledPref: "?boolean";
          enableRichLinkPreviewsInFeed: "?boolean";
          enableTodayRecsInFeed: "?boolean";
          unlistedGroupsEnabled: "?boolean";
      }
      • Readonly allowChatterGroupArchiving: "?boolean"
      • Readonly allowRecordsInChatterGroup: "?boolean"
      • Readonly allowSharingInChatterGroup: "?boolean"
      • Readonly enableApprovalRequest: "?boolean"
      • Readonly enableChatter: "?boolean"
      • Readonly enableChatterEmoticons: "?boolean"
      • Readonly enableFeedEdit: "?boolean"
      • Readonly enableFeedPinning: "?boolean"
      • Readonly enableFeedsDraftPosts: "?boolean"
      • Readonly enableFeedsRichText: "?boolean"
      • Readonly enableInviteCsnUsers: "?boolean"
      • Readonly enableOutOfOfficeEnabledPref: "?boolean"
      • Readonly enableRichLinkPreviewsInFeed: "?boolean"
      • Readonly enableTodayRecsInFeed: "?boolean"
      • Readonly unlistedGroupsEnabled: "?boolean"
    • Readonly type: "ChatterSettings"
  • Readonly CleanDataService: {
        extends: "Metadata";
        props: {
            cleanRules: readonly ["CleanRule"];
            description: "string";
            masterLabel: "string";
            matchEngine: "string";
        };
        type: "CleanDataService";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          cleanRules: readonly ["CleanRule"];
          description: "string";
          masterLabel: "string";
          matchEngine: "string";
      }
      • Readonly cleanRules: readonly ["CleanRule"]
      • Readonly description: "string"
      • Readonly masterLabel: "string"
      • Readonly matchEngine: "string"
    • Readonly type: "CleanDataService"
  • Readonly CleanRule: {
        props: {
            bulkEnabled: "boolean";
            bypassTriggers: "boolean";
            bypassWorkflow: "boolean";
            description: "string";
            developerName: "string";
            fieldMappings: readonly ["FieldMapping"];
            masterLabel: "string";
            matchRule: "string";
            sourceSobjectType: "string";
            status: "string";
            targetSobjectType: "string";
        };
        type: "CleanRule";
    }
    • Readonly props: {
          bulkEnabled: "boolean";
          bypassTriggers: "boolean";
          bypassWorkflow: "boolean";
          description: "string";
          developerName: "string";
          fieldMappings: readonly ["FieldMapping"];
          masterLabel: "string";
          matchRule: "string";
          sourceSobjectType: "string";
          status: "string";
          targetSobjectType: "string";
      }
      • Readonly bulkEnabled: "boolean"
      • Readonly bypassTriggers: "boolean"
      • Readonly bypassWorkflow: "boolean"
      • Readonly description: "string"
      • Readonly developerName: "string"
      • Readonly fieldMappings: readonly ["FieldMapping"]
      • Readonly masterLabel: "string"
      • Readonly matchRule: "string"
      • Readonly sourceSobjectType: "string"
      • Readonly status: "string"
      • Readonly targetSobjectType: "string"
    • Readonly type: "CleanRule"
  • Readonly CodeCoverageResult: {
        props: {
            dmlInfo: readonly ["CodeLocation"];
            id: "string";
            locationsNotCovered: readonly ["CodeLocation"];
            methodInfo: readonly ["CodeLocation"];
            name: "string";
            namespace: "?string";
            numLocations: "number";
            numLocationsNotCovered: "number";
            soqlInfo: readonly ["CodeLocation"];
            soslInfo: readonly ["CodeLocation"];
            type: "string";
        };
        type: "CodeCoverageResult";
    }
    • Readonly props: {
          dmlInfo: readonly ["CodeLocation"];
          id: "string";
          locationsNotCovered: readonly ["CodeLocation"];
          methodInfo: readonly ["CodeLocation"];
          name: "string";
          namespace: "?string";
          numLocations: "number";
          numLocationsNotCovered: "number";
          soqlInfo: readonly ["CodeLocation"];
          soslInfo: readonly ["CodeLocation"];
          type: "string";
      }
      • Readonly dmlInfo: readonly ["CodeLocation"]
      • Readonly id: "string"
      • Readonly locationsNotCovered: readonly ["CodeLocation"]
      • Readonly methodInfo: readonly ["CodeLocation"]
      • Readonly name: "string"
      • Readonly namespace: "?string"
      • Readonly numLocations: "number"
      • Readonly numLocationsNotCovered: "number"
      • Readonly soqlInfo: readonly ["CodeLocation"]
      • Readonly soslInfo: readonly ["CodeLocation"]
      • Readonly type: "string"
    • Readonly type: "CodeCoverageResult"
  • Readonly CodeCoverageWarning: {
        props: {
            id: "string";
            message: "string";
            name: "?string";
            namespace: "?string";
        };
        type: "CodeCoverageWarning";
    }
    • Readonly props: {
          id: "string";
          message: "string";
          name: "?string";
          namespace: "?string";
      }
      • Readonly id: "string"
      • Readonly message: "string"
      • Readonly name: "?string"
      • Readonly namespace: "?string"
    • Readonly type: "CodeCoverageWarning"
  • Readonly CodeLocation: {
        props: {
            column: "number";
            line: "number";
            numExecutions: "number";
            time: "number";
        };
        type: "CodeLocation";
    }
    • Readonly props: {
          column: "number";
          line: "number";
          numExecutions: "number";
          time: "number";
      }
      • Readonly column: "number"
      • Readonly line: "number"
      • Readonly numExecutions: "number"
      • Readonly time: "number"
    • Readonly type: "CodeLocation"
  • Readonly CommandAction: {
        extends: "Metadata";
        props: {
            actionType: "string";
            description: "?string";
            intents: readonly ["CommandActionIntent"];
            label: "string";
            parameters: readonly ["CommandActionParam"];
            responseTemplates: readonly ["CommandActionResponse"];
            target: "?string";
        };
        type: "CommandAction";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          actionType: "string";
          description: "?string";
          intents: readonly ["CommandActionIntent"];
          label: "string";
          parameters: readonly ["CommandActionParam"];
          responseTemplates: readonly ["CommandActionResponse"];
          target: "?string";
      }
      • Readonly actionType: "string"
      • Readonly description: "?string"
      • Readonly intents: readonly ["CommandActionIntent"]
      • Readonly label: "string"
      • Readonly parameters: readonly ["CommandActionParam"]
      • Readonly responseTemplates: readonly ["CommandActionResponse"]
      • Readonly target: "?string"
    • Readonly type: "CommandAction"
  • Readonly CommandActionIntent: {
        props: {
            phrase: "string";
            responseTemplates: readonly ["CommandActionResponse"];
        };
        type: "CommandActionIntent";
    }
    • Readonly props: {
          phrase: "string";
          responseTemplates: readonly ["CommandActionResponse"];
      }
      • Readonly phrase: "string"
      • Readonly responseTemplates: readonly ["CommandActionResponse"]
    • Readonly type: "CommandActionIntent"
  • Readonly CommandActionParam: {
        props: {
            defaultValue: "?string";
            description: "?string";
            name: "string";
            required: "?boolean";
            type: "string";
        };
        type: "CommandActionParam";
    }
    • Readonly props: {
          defaultValue: "?string";
          description: "?string";
          name: "string";
          required: "?boolean";
          type: "string";
      }
      • Readonly defaultValue: "?string"
      • Readonly description: "?string"
      • Readonly name: "string"
      • Readonly required: "?boolean"
      • Readonly type: "string"
    • Readonly type: "CommandActionParam"
  • Readonly CommandActionResponse: {
        props: {
            template: "string";
        };
        type: "CommandActionResponse";
    }
    • Readonly props: {
          template: "string";
      }
      • Readonly template: "string"
    • Readonly type: "CommandActionResponse"
  • Readonly CommunitiesSettings: {
        extends: "Metadata";
        props: {
            canModerateAllFeedPosts: "?boolean";
            canModerateInternalFeedPosts: "?boolean";
            embeddedVisualforcePages: "?boolean";
            enableCommunityWorkspaces: "?boolean";
            enableCspContactVisibilityPref: "?boolean";
            enableCspNotesOnAccConPref: "?boolean";
            enableEnablePRM: "?boolean";
            enableExternalAccHierPref: "?boolean";
            enableGuestRecordReassignOrgPref: "?boolean";
            enableInviteChatterGuestEnabled: "?boolean";
            enableNetPortalUserReportOpts: "?boolean";
            enableNetworksEnabled: "?boolean";
            enableOotbProfExtUserOpsEnable: "?boolean";
            enablePRMAccRelPref: "?boolean";
            enablePowerCustomerCaseStatus: "?boolean";
            enableRelaxPartnerAccountFieldPref: "?boolean";
            enableUsernameUniqForOrgPref: "?boolean";
        };
        type: "CommunitiesSettings";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          canModerateAllFeedPosts: "?boolean";
          canModerateInternalFeedPosts: "?boolean";
          embeddedVisualforcePages: "?boolean";
          enableCommunityWorkspaces: "?boolean";
          enableCspContactVisibilityPref: "?boolean";
          enableCspNotesOnAccConPref: "?boolean";
          enableEnablePRM: "?boolean";
          enableExternalAccHierPref: "?boolean";
          enableGuestRecordReassignOrgPref: "?boolean";
          enableInviteChatterGuestEnabled: "?boolean";
          enableNetPortalUserReportOpts: "?boolean";
          enableNetworksEnabled: "?boolean";
          enableOotbProfExtUserOpsEnable: "?boolean";
          enablePRMAccRelPref: "?boolean";
          enablePowerCustomerCaseStatus: "?boolean";
          enableRelaxPartnerAccountFieldPref: "?boolean";
          enableUsernameUniqForOrgPref: "?boolean";
      }
      • Readonly canModerateAllFeedPosts: "?boolean"
      • Readonly canModerateInternalFeedPosts: "?boolean"
      • Readonly embeddedVisualforcePages: "?boolean"
      • Readonly enableCommunityWorkspaces: "?boolean"
      • Readonly enableCspContactVisibilityPref: "?boolean"
      • Readonly enableCspNotesOnAccConPref: "?boolean"
      • Readonly enableEnablePRM: "?boolean"
      • Readonly enableExternalAccHierPref: "?boolean"
      • Readonly enableGuestRecordReassignOrgPref: "?boolean"
      • Readonly enableInviteChatterGuestEnabled: "?boolean"
      • Readonly enableNetPortalUserReportOpts: "?boolean"
      • Readonly enableNetworksEnabled: "?boolean"
      • Readonly enableOotbProfExtUserOpsEnable: "?boolean"
      • Readonly enablePRMAccRelPref: "?boolean"
      • Readonly enablePowerCustomerCaseStatus: "?boolean"
      • Readonly enableRelaxPartnerAccountFieldPref: "?boolean"
      • Readonly enableUsernameUniqForOrgPref: "?boolean"
    • Readonly type: "CommunitiesSettings"
  • Readonly Community: {
        extends: "Metadata";
        props: {
            active: "?boolean";
            chatterAnswersFacebookSsoUrl: "?string";
            communityFeedPage: "?string";
            dataCategoryName: "?string";
            description: "?string";
            emailFooterDocument: "?string";
            emailHeaderDocument: "?string";
            emailNotificationUrl: "?string";
            enableChatterAnswers: "?boolean";
            enablePrivateQuestions: "?boolean";
            expertsGroup: "?string";
            portal: "?string";
            reputationLevels: "?ReputationLevels";
            showInPortal: "?boolean";
            site: "?string";
        };
        type: "Community";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          active: "?boolean";
          chatterAnswersFacebookSsoUrl: "?string";
          communityFeedPage: "?string";
          dataCategoryName: "?string";
          description: "?string";
          emailFooterDocument: "?string";
          emailHeaderDocument: "?string";
          emailNotificationUrl: "?string";
          enableChatterAnswers: "?boolean";
          enablePrivateQuestions: "?boolean";
          expertsGroup: "?string";
          portal: "?string";
          reputationLevels: "?ReputationLevels";
          showInPortal: "?boolean";
          site: "?string";
      }
      • Readonly active: "?boolean"
      • Readonly chatterAnswersFacebookSsoUrl: "?string"
      • Readonly communityFeedPage: "?string"
      • Readonly dataCategoryName: "?string"
      • Readonly description: "?string"
      • Readonly emailFooterDocument: "?string"
      • Readonly emailHeaderDocument: "?string"
      • Readonly emailNotificationUrl: "?string"
      • Readonly enableChatterAnswers: "?boolean"
      • Readonly enablePrivateQuestions: "?boolean"
      • Readonly expertsGroup: "?string"
      • Readonly portal: "?string"
      • Readonly reputationLevels: "?ReputationLevels"
      • Readonly showInPortal: "?boolean"
      • Readonly site: "?string"
    • Readonly type: "Community"
  • Readonly CommunityCustomThemeLayoutType: {
        props: {
            description: "?string";
            label: "string";
        };
        type: "CommunityCustomThemeLayoutType";
    }
    • Readonly props: {
          description: "?string";
          label: "string";
      }
      • Readonly description: "?string"
      • Readonly label: "string"
    • Readonly type: "CommunityCustomThemeLayoutType"
  • Readonly CommunityRoles: {
        props: {
            customerUserRole: "?string";
            employeeUserRole: "?string";
            partnerUserRole: "?string";
        };
        type: "CommunityRoles";
    }
    • Readonly props: {
          customerUserRole: "?string";
          employeeUserRole: "?string";
          partnerUserRole: "?string";
      }
      • Readonly customerUserRole: "?string"
      • Readonly employeeUserRole: "?string"
      • Readonly partnerUserRole: "?string"
    • Readonly type: "CommunityRoles"
  • Readonly CommunityTemplateBundleInfo: {
        props: {
            description: "?string";
            image: "?string";
            order: "number";
            title: "string";
            type: "string";
        };
        type: "CommunityTemplateBundleInfo";
    }
    • Readonly props: {
          description: "?string";
          image: "?string";
          order: "number";
          title: "string";
          type: "string";
      }
      • Readonly description: "?string"
      • Readonly image: "?string"
      • Readonly order: "number"
      • Readonly title: "string"
      • Readonly type: "string"
    • Readonly type: "CommunityTemplateBundleInfo"
  • Readonly CommunityTemplateDefinition: {
        extends: "Metadata";
        props: {
            baseTemplate: "?string";
            bundlesInfo: readonly ["CommunityTemplateBundleInfo"];
            category: "string";
            defaultBrandingSet: "?string";
            defaultThemeDefinition: "string";
            description: "?string";
            enableExtendedCleanUpOnDelete: "?boolean";
            masterLabel: "string";
            navigationLinkSet: readonly ["NavigationLinkSet"];
            pageSetting: readonly ["CommunityTemplatePageSetting"];
            publisher: "?string";
        };
        type: "CommunityTemplateDefinition";
    }
    • Readonly extends: "Metadata"
    • Readonly props: {
          baseTemplate: "?string";
          bundlesInfo: readonly ["CommunityTemplateBundleInfo"];
          category: "string";
          defaultBrandingSet: "?string";
          defaultThemeDefinition: "string";
          description: "?string";
          enableExtendedCleanUpOnDelete: "?boolean";
          masterLabel: "string";
          navigationLinkSet: readonly ["NavigationLinkSet"];
          pageSetting: readonly ["CommunityTemplatePageSetting"];
          publisher: "?string";
      }
      • Readonly baseTemplate: "?string"
      • Readonly bundlesInfo: readonly ["CommunityTemplateBundleInfo"]
      • Readonly category: "string"
      • Readonly defaultBrandingSet: "?string"
      • Readonly defaultThemeDefinition: "string"
      • Readonly description: "?string"
      • Readonly enableExtendedCleanUpOnDelete: "?boolean"
      • Readonly masterLabel: "string"
      • Readonly navigationLinkSet: readonly ["NavigationLinkSet"]
      • Readonly pageSetting: readonly ["CommunityTemplatePageSetting"]
      • Readonly publisher: "?string"
    • Readonly type: "CommunityTemplateDefinition"
  • Readonly CommunityTemplatePageSetting: {
        props: {
            page: "string";
            themeLayout: "string";
        };
        type: "CommunityTemplatePageSetting";
    }
    • Readonly props: {
          page: "string";
          themeLayout: "string";
      }
      • Readonly page: "string"
      • Readonly themeLayout: "string"
    • Readonly type: "CommunityTemplatePageSetting"
  • Readonly CommunityThemeBundleInfo: {
        extends: "CommunityTemplateBundleInfo";
        props: {};
        type: "CommunityThemeBundleInfo";
    }
    • Readonly extends: "CommunityTemplateBundleInfo"
    • Readonly props: {}
      • Readonly type: "CommunityThemeBundleInfo"
    • Readonly CommunityThemeDefinition: {
          extends: "Metadata";
          props: {
              bundlesInfo: readonly ["CommunityThemeBundleInfo"];
              customThemeLayoutType: readonly ["CommunityCustomThemeLayoutType"];
              defaultBrandingSet: "?string";
              description: "?string";
              enableExtendedCleanUpOnDelete: "?boolean";
              masterLabel: "string";
              publisher: "?string";
              themeRouteOverride: readonly ["CommunityThemeRouteOverride"];
              themeSetting: readonly ["CommunityThemeSetting"];
          };
          type: "CommunityThemeDefinition";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            bundlesInfo: readonly ["CommunityThemeBundleInfo"];
            customThemeLayoutType: readonly ["CommunityCustomThemeLayoutType"];
            defaultBrandingSet: "?string";
            description: "?string";
            enableExtendedCleanUpOnDelete: "?boolean";
            masterLabel: "string";
            publisher: "?string";
            themeRouteOverride: readonly ["CommunityThemeRouteOverride"];
            themeSetting: readonly ["CommunityThemeSetting"];
        }
        • Readonly bundlesInfo: readonly ["CommunityThemeBundleInfo"]
        • Readonly customThemeLayoutType: readonly ["CommunityCustomThemeLayoutType"]
        • Readonly defaultBrandingSet: "?string"
        • Readonly description: "?string"
        • Readonly enableExtendedCleanUpOnDelete: "?boolean"
        • Readonly masterLabel: "string"
        • Readonly publisher: "?string"
        • Readonly themeRouteOverride: readonly ["CommunityThemeRouteOverride"]
        • Readonly themeSetting: readonly ["CommunityThemeSetting"]
      • Readonly type: "CommunityThemeDefinition"
    • Readonly CommunityThemeRouteOverride: {
          props: {
              customThemeLayoutType: "?string";
              pageAttributes: "string";
              pageType: "string";
              themeLayoutType: "?string";
          };
          type: "CommunityThemeRouteOverride";
      }
      • Readonly props: {
            customThemeLayoutType: "?string";
            pageAttributes: "string";
            pageType: "string";
            themeLayoutType: "?string";
        }
        • Readonly customThemeLayoutType: "?string"
        • Readonly pageAttributes: "string"
        • Readonly pageType: "string"
        • Readonly themeLayoutType: "?string"
      • Readonly type: "CommunityThemeRouteOverride"
    • Readonly CommunityThemeSetting: {
          props: {
              customThemeLayoutType: "?string";
              themeLayout: "string";
              themeLayoutType: "?string";
          };
          type: "CommunityThemeSetting";
      }
      • Readonly props: {
            customThemeLayoutType: "?string";
            themeLayout: "string";
            themeLayoutType: "?string";
        }
        • Readonly customThemeLayoutType: "?string"
        • Readonly themeLayout: "string"
        • Readonly themeLayoutType: "?string"
      • Readonly type: "CommunityThemeSetting"
    • Readonly CompactLayout: {
          extends: "Metadata";
          props: {
              fields: readonly ["string"];
              label: "string";
          };
          type: "CompactLayout";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            fields: readonly ["string"];
            label: "string";
        }
        • Readonly fields: readonly ["string"]
        • Readonly label: "string"
      • Readonly type: "CompactLayout"
    • Readonly CompanySettings: {
          extends: "Metadata";
          props: {
              enableCustomFiscalYear: "boolean";
              fiscalYear: "?FiscalYearSettings";
          };
          type: "CompanySettings";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            enableCustomFiscalYear: "boolean";
            fiscalYear: "?FiscalYearSettings";
        }
        • Readonly enableCustomFiscalYear: "boolean"
        • Readonly fiscalYear: "?FiscalYearSettings"
      • Readonly type: "CompanySettings"
    • Readonly ComponentInstance: {
          props: {
              componentInstanceProperties: readonly ["ComponentInstanceProperty"];
              componentName: "string";
              visibilityRule: "?UiFormulaRule";
          };
          type: "ComponentInstance";
      }
      • Readonly props: {
            componentInstanceProperties: readonly ["ComponentInstanceProperty"];
            componentName: "string";
            visibilityRule: "?UiFormulaRule";
        }
        • Readonly componentInstanceProperties: readonly ["ComponentInstanceProperty"]
        • Readonly componentName: "string"
        • Readonly visibilityRule: "?UiFormulaRule"
      • Readonly type: "ComponentInstance"
    • Readonly ComponentInstanceProperty: {
          props: {
              name: "?string";
              type: "?string";
              value: "?string";
          };
          type: "ComponentInstanceProperty";
      }
      • Readonly props: {
            name: "?string";
            type: "?string";
            value: "?string";
        }
        • Readonly name: "?string"
        • Readonly type: "?string"
        • Readonly value: "?string"
      • Readonly type: "ComponentInstanceProperty"
    • Readonly ConnectedApp: {
          extends: "Metadata";
          props: {
              attributes: readonly ["ConnectedAppAttribute"];
              canvas: "?CanvasMetadata";
              canvasConfig: "?ConnectedAppCanvasConfig";
              contactEmail: "string";
              contactPhone: "?string";
              description: "?string";
              iconUrl: "?string";
              infoUrl: "?string";
              ipRanges: readonly ["ConnectedAppIpRange"];
              label: "string";
              logoUrl: "?string";
              mobileAppConfig: "?ConnectedAppMobileDetailConfig";
              mobileStartUrl: "?string";
              oauthConfig: "?ConnectedAppOauthConfig";
              permissionSetName: readonly ["string"];
              plugin: "?string";
              pluginExecutionUser: "?string";
              profileName: readonly ["string"];
              samlConfig: "?ConnectedAppSamlConfig";
              startUrl: "?string";
          };
          type: "ConnectedApp";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            attributes: readonly ["ConnectedAppAttribute"];
            canvas: "?CanvasMetadata";
            canvasConfig: "?ConnectedAppCanvasConfig";
            contactEmail: "string";
            contactPhone: "?string";
            description: "?string";
            iconUrl: "?string";
            infoUrl: "?string";
            ipRanges: readonly ["ConnectedAppIpRange"];
            label: "string";
            logoUrl: "?string";
            mobileAppConfig: "?ConnectedAppMobileDetailConfig";
            mobileStartUrl: "?string";
            oauthConfig: "?ConnectedAppOauthConfig";
            permissionSetName: readonly ["string"];
            plugin: "?string";
            pluginExecutionUser: "?string";
            profileName: readonly ["string"];
            samlConfig: "?ConnectedAppSamlConfig";
            startUrl: "?string";
        }
        • Readonly attributes: readonly ["ConnectedAppAttribute"]
        • Readonly canvas: "?CanvasMetadata"
        • Readonly canvasConfig: "?ConnectedAppCanvasConfig"
        • Readonly contactEmail: "string"
        • Readonly contactPhone: "?string"
        • Readonly description: "?string"
        • Readonly iconUrl: "?string"
        • Readonly infoUrl: "?string"
        • Readonly ipRanges: readonly ["ConnectedAppIpRange"]
        • Readonly label: "string"
        • Readonly logoUrl: "?string"
        • Readonly mobileAppConfig: "?ConnectedAppMobileDetailConfig"
        • Readonly mobileStartUrl: "?string"
        • Readonly oauthConfig: "?ConnectedAppOauthConfig"
        • Readonly permissionSetName: readonly ["string"]
        • Readonly plugin: "?string"
        • Readonly pluginExecutionUser: "?string"
        • Readonly profileName: readonly ["string"]
        • Readonly samlConfig: "?ConnectedAppSamlConfig"
        • Readonly startUrl: "?string"
      • Readonly type: "ConnectedApp"
    • Readonly ConnectedAppAttribute: {
          props: {
              formula: "string";
              key: "string";
          };
          type: "ConnectedAppAttribute";
      }
      • Readonly props: {
            formula: "string";
            key: "string";
        }
        • Readonly formula: "string"
        • Readonly key: "string"
      • Readonly type: "ConnectedAppAttribute"
    • Readonly ConnectedAppCanvasConfig: {
          props: {
              accessMethod: "string";
              canvasUrl: "string";
              lifecycleClass: "?string";
              locations: readonly ["string"];
              options: readonly ["string"];
              samlInitiationMethod: "?string";
          };
          type: "ConnectedAppCanvasConfig";
      }
      • Readonly props: {
            accessMethod: "string";
            canvasUrl: "string";
            lifecycleClass: "?string";
            locations: readonly ["string"];
            options: readonly ["string"];
            samlInitiationMethod: "?string";
        }
        • Readonly accessMethod: "string"
        • Readonly canvasUrl: "string"
        • Readonly lifecycleClass: "?string"
        • Readonly locations: readonly ["string"]
        • Readonly options: readonly ["string"]
        • Readonly samlInitiationMethod: "?string"
      • Readonly type: "ConnectedAppCanvasConfig"
    • Readonly ConnectedAppIpRange: {
          props: {
              description: "?string";
              end: "string";
              start: "string";
          };
          type: "ConnectedAppIpRange";
      }
      • Readonly props: {
            description: "?string";
            end: "string";
            start: "string";
        }
        • Readonly description: "?string"
        • Readonly end: "string"
        • Readonly start: "string"
      • Readonly type: "ConnectedAppIpRange"
    • Readonly ConnectedAppMobileDetailConfig: {
          props: {
              applicationBinaryFile: "?string";
              applicationBinaryFileName: "?string";
              applicationBundleIdentifier: "?string";
              applicationFileLength: "?number";
              applicationIconFile: "?string";
              applicationIconFileName: "?string";
              applicationInstallUrl: "?string";
              devicePlatform: "string";
              deviceType: "?string";
              minimumOsVersion: "?string";
              privateApp: "?boolean";
              version: "string";
          };
          type: "ConnectedAppMobileDetailConfig";
      }
      • Readonly props: {
            applicationBinaryFile: "?string";
            applicationBinaryFileName: "?string";
            applicationBundleIdentifier: "?string";
            applicationFileLength: "?number";
            applicationIconFile: "?string";
            applicationIconFileName: "?string";
            applicationInstallUrl: "?string";
            devicePlatform: "string";
            deviceType: "?string";
            minimumOsVersion: "?string";
            privateApp: "?boolean";
            version: "string";
        }
        • Readonly applicationBinaryFile: "?string"
        • Readonly applicationBinaryFileName: "?string"
        • Readonly applicationBundleIdentifier: "?string"
        • Readonly applicationFileLength: "?number"
        • Readonly applicationIconFile: "?string"
        • Readonly applicationIconFileName: "?string"
        • Readonly applicationInstallUrl: "?string"
        • Readonly devicePlatform: "string"
        • Readonly deviceType: "?string"
        • Readonly minimumOsVersion: "?string"
        • Readonly privateApp: "?boolean"
        • Readonly version: "string"
      • Readonly type: "ConnectedAppMobileDetailConfig"
    • Readonly ConnectedAppOauthConfig: {
          props: {
              callbackUrl: "string";
              certificate: "?string";
              consumerKey: "?string";
              consumerSecret: "?string";
              idTokenConfig: "?ConnectedAppOauthIdToken";
              isAdminApproved: "?boolean";
              scopes: readonly ["string"];
              singleLogoutUrl: "?string";
          };
          type: "ConnectedAppOauthConfig";
      }
      • Readonly props: {
            callbackUrl: "string";
            certificate: "?string";
            consumerKey: "?string";
            consumerSecret: "?string";
            idTokenConfig: "?ConnectedAppOauthIdToken";
            isAdminApproved: "?boolean";
            scopes: readonly ["string"];
            singleLogoutUrl: "?string";
        }
        • Readonly callbackUrl: "string"
        • Readonly certificate: "?string"
        • Readonly consumerKey: "?string"
        • Readonly consumerSecret: "?string"
        • Readonly idTokenConfig: "?ConnectedAppOauthIdToken"
        • Readonly isAdminApproved: "?boolean"
        • Readonly scopes: readonly ["string"]
        • Readonly singleLogoutUrl: "?string"
      • Readonly type: "ConnectedAppOauthConfig"
    • Readonly ConnectedAppOauthIdToken: {
          props: {
              idTokenAudience: "?string";
              idTokenIncludeAttributes: "?boolean";
              idTokenIncludeCustomPerms: "?boolean";
              idTokenIncludeStandardClaims: "?boolean";
              idTokenValidity: "?number";
          };
          type: "ConnectedAppOauthIdToken";
      }
      • Readonly props: {
            idTokenAudience: "?string";
            idTokenIncludeAttributes: "?boolean";
            idTokenIncludeCustomPerms: "?boolean";
            idTokenIncludeStandardClaims: "?boolean";
            idTokenValidity: "?number";
        }
        • Readonly idTokenAudience: "?string"
        • Readonly idTokenIncludeAttributes: "?boolean"
        • Readonly idTokenIncludeCustomPerms: "?boolean"
        • Readonly idTokenIncludeStandardClaims: "?boolean"
        • Readonly idTokenValidity: "?number"
      • Readonly type: "ConnectedAppOauthIdToken"
    • Readonly ConnectedAppSamlConfig: {
          props: {
              acsUrl: "string";
              certificate: "?string";
              encryptionCertificate: "?string";
              encryptionType: "?string";
              entityUrl: "string";
              issuer: "?string";
              samlIdpSLOBindingEnum: "?string";
              samlNameIdFormat: "?string";
              samlSloUrl: "?string";
              samlSubjectCustomAttr: "?string";
              samlSubjectType: "string";
          };
          type: "ConnectedAppSamlConfig";
      }
      • Readonly props: {
            acsUrl: "string";
            certificate: "?string";
            encryptionCertificate: "?string";
            encryptionType: "?string";
            entityUrl: "string";
            issuer: "?string";
            samlIdpSLOBindingEnum: "?string";
            samlNameIdFormat: "?string";
            samlSloUrl: "?string";
            samlSubjectCustomAttr: "?string";
            samlSubjectType: "string";
        }
        • Readonly acsUrl: "string"
        • Readonly certificate: "?string"
        • Readonly encryptionCertificate: "?string"
        • Readonly encryptionType: "?string"
        • Readonly entityUrl: "string"
        • Readonly issuer: "?string"
        • Readonly samlIdpSLOBindingEnum: "?string"
        • Readonly samlNameIdFormat: "?string"
        • Readonly samlSloUrl: "?string"
        • Readonly samlSubjectCustomAttr: "?string"
        • Readonly samlSubjectType: "string"
      • Readonly type: "ConnectedAppSamlConfig"
    • Readonly ConnectedAppSettings: {
          extends: "Metadata";
          props: {
              enableAdminApprovedAppsOnly: "?boolean";
              enableSkipUserProvisioningWizardWelcomePage: "?boolean";
          };
          type: "ConnectedAppSettings";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            enableAdminApprovedAppsOnly: "?boolean";
            enableSkipUserProvisioningWizardWelcomePage: "?boolean";
        }
        • Readonly enableAdminApprovedAppsOnly: "?boolean"
        • Readonly enableSkipUserProvisioningWizardWelcomePage: "?boolean"
      • Readonly type: "ConnectedAppSettings"
    • Readonly Container: {
          props: {
              height: "?number";
              isContainerAutoSizeEnabled: "boolean";
              region: "string";
              sidebarComponents: readonly ["SidebarComponent"];
              style: "string";
              unit: "string";
              width: "?number";
          };
          type: "Container";
      }
      • Readonly props: {
            height: "?number";
            isContainerAutoSizeEnabled: "boolean";
            region: "string";
            sidebarComponents: readonly ["SidebarComponent"];
            style: "string";
            unit: "string";
            width: "?number";
        }
        • Readonly height: "?number"
        • Readonly isContainerAutoSizeEnabled: "boolean"
        • Readonly region: "string"
        • Readonly sidebarComponents: readonly ["SidebarComponent"]
        • Readonly style: "string"
        • Readonly unit: "string"
        • Readonly width: "?number"
      • Readonly type: "Container"
    • Readonly ContentAsset: {
          extends: "MetadataWithContent";
          props: {
              format: "?string";
              isVisibleByExternalUsers: "?boolean";
              language: "string";
              masterLabel: "string";
              originNetwork: "?string";
              relationships: "?ContentAssetRelationships";
              versions: "ContentAssetVersions";
          };
          type: "ContentAsset";
      }
      • Readonly extends: "MetadataWithContent"
      • Readonly props: {
            format: "?string";
            isVisibleByExternalUsers: "?boolean";
            language: "string";
            masterLabel: "string";
            originNetwork: "?string";
            relationships: "?ContentAssetRelationships";
            versions: "ContentAssetVersions";
        }
        • Readonly format: "?string"
        • Readonly isVisibleByExternalUsers: "?boolean"
        • Readonly language: "string"
        • Readonly masterLabel: "string"
        • Readonly originNetwork: "?string"
        • Readonly relationships: "?ContentAssetRelationships"
        • Readonly versions: "ContentAssetVersions"
      • Readonly type: "ContentAsset"
    • Readonly ContentAssetLink: {
          props: {
              access: "string";
              isManagingWorkspace: "?boolean";
              name: "?string";
          };
          type: "ContentAssetLink";
      }
      • Readonly props: {
            access: "string";
            isManagingWorkspace: "?boolean";
            name: "?string";
        }
        • Readonly access: "string"
        • Readonly isManagingWorkspace: "?boolean"
        • Readonly name: "?string"
      • Readonly type: "ContentAssetLink"
    • Readonly ContentAssetRelationships: {
          props: {
              insightsApplication: readonly ["ContentAssetLink"];
              network: readonly ["ContentAssetLink"];
              organization: "?ContentAssetLink";
              workspace: readonly ["ContentAssetLink"];
          };
          type: "ContentAssetRelationships";
      }
      • Readonly props: {
            insightsApplication: readonly ["ContentAssetLink"];
            network: readonly ["ContentAssetLink"];
            organization: "?ContentAssetLink";
            workspace: readonly ["ContentAssetLink"];
        }
        • Readonly insightsApplication: readonly ["ContentAssetLink"]
        • Readonly network: readonly ["ContentAssetLink"]
        • Readonly organization: "?ContentAssetLink"
        • Readonly workspace: readonly ["ContentAssetLink"]
      • Readonly type: "ContentAssetRelationships"
    • Readonly ContentAssetVersion: {
          props: {
              number: "string";
              pathOnClient: "string";
              zipEntry: "?string";
          };
          type: "ContentAssetVersion";
      }
      • Readonly props: {
            number: "string";
            pathOnClient: "string";
            zipEntry: "?string";
        }
        • Readonly number: "string"
        • Readonly pathOnClient: "string"
        • Readonly zipEntry: "?string"
      • Readonly type: "ContentAssetVersion"
    • Readonly ContentAssetVersions: {
          props: {
              version: readonly ["ContentAssetVersion"];
          };
          type: "ContentAssetVersions";
      }
      • Readonly props: {
            version: readonly ["ContentAssetVersion"];
        }
        • Readonly version: readonly ["ContentAssetVersion"]
      • Readonly type: "ContentAssetVersions"
    • Readonly ContentSettings: {
          extends: "Metadata";
          props: {
              enableChatterFileLink: "?boolean";
              enableContent: "?boolean";
              enableContentAutoAssign: "?boolean";
              enableContentDistForPortalUsers: "?boolean";
              enableContentDistPwOptionsBit1: "?boolean";
              enableContentDistPwOptionsBit2: "?boolean";
              enableContentDistribution: "?boolean";
              enableContentSupportMultiLanguage: "?boolean";
              enableContentWorkspaceAccess: "?boolean";
              enableFileShareSetByRecord: "?boolean";
              enableFilesUsrShareNetRestricted: "?boolean";
              enableJPGPreviews: "?boolean";
              enableLibraryManagedFiles: "?boolean";
              enableSiteGuestUserToUploadFiles: "?boolean";
              enableUploadFilesOnAttachments: "?boolean";
              skipContentAssetTriggers: "?boolean";
              skipContentAssetTriggersOnDeploy: "?boolean";
          };
          type: "ContentSettings";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            enableChatterFileLink: "?boolean";
            enableContent: "?boolean";
            enableContentAutoAssign: "?boolean";
            enableContentDistForPortalUsers: "?boolean";
            enableContentDistPwOptionsBit1: "?boolean";
            enableContentDistPwOptionsBit2: "?boolean";
            enableContentDistribution: "?boolean";
            enableContentSupportMultiLanguage: "?boolean";
            enableContentWorkspaceAccess: "?boolean";
            enableFileShareSetByRecord: "?boolean";
            enableFilesUsrShareNetRestricted: "?boolean";
            enableJPGPreviews: "?boolean";
            enableLibraryManagedFiles: "?boolean";
            enableSiteGuestUserToUploadFiles: "?boolean";
            enableUploadFilesOnAttachments: "?boolean";
            skipContentAssetTriggers: "?boolean";
            skipContentAssetTriggersOnDeploy: "?boolean";
        }
        • Readonly enableChatterFileLink: "?boolean"
        • Readonly enableContent: "?boolean"
        • Readonly enableContentAutoAssign: "?boolean"
        • Readonly enableContentDistForPortalUsers: "?boolean"
        • Readonly enableContentDistPwOptionsBit1: "?boolean"
        • Readonly enableContentDistPwOptionsBit2: "?boolean"
        • Readonly enableContentDistribution: "?boolean"
        • Readonly enableContentSupportMultiLanguage: "?boolean"
        • Readonly enableContentWorkspaceAccess: "?boolean"
        • Readonly enableFileShareSetByRecord: "?boolean"
        • Readonly enableFilesUsrShareNetRestricted: "?boolean"
        • Readonly enableJPGPreviews: "?boolean"
        • Readonly enableLibraryManagedFiles: "?boolean"
        • Readonly enableSiteGuestUserToUploadFiles: "?boolean"
        • Readonly enableUploadFilesOnAttachments: "?boolean"
        • Readonly skipContentAssetTriggers: "?boolean"
        • Readonly skipContentAssetTriggersOnDeploy: "?boolean"
      • Readonly type: "ContentSettings"
    • Readonly ContractSettings: {
          extends: "Metadata";
          props: {
              autoCalculateEndDate: "?boolean";
              autoExpirationDelay: "?string";
              autoExpirationRecipient: "?string";
              autoExpireContracts: "?boolean";
              enableContractHistoryTracking: "?boolean";
              notifyOwnersOnContractExpiration: "?boolean";
          };
          type: "ContractSettings";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            autoCalculateEndDate: "?boolean";
            autoExpirationDelay: "?string";
            autoExpirationRecipient: "?string";
            autoExpireContracts: "?boolean";
            enableContractHistoryTracking: "?boolean";
            notifyOwnersOnContractExpiration: "?boolean";
        }
        • Readonly autoCalculateEndDate: "?boolean"
        • Readonly autoExpirationDelay: "?string"
        • Readonly autoExpirationRecipient: "?string"
        • Readonly autoExpireContracts: "?boolean"
        • Readonly enableContractHistoryTracking: "?boolean"
        • Readonly notifyOwnersOnContractExpiration: "?boolean"
      • Readonly type: "ContractSettings"
    • Readonly ConversationContextVariable: {
          props: {
              SObjectType: "?string";
              contextVariableMappings: readonly ["ConversationContextVariableMapping"];
              dataType: "string";
              developerName: "string";
              label: "string";
          };
          type: "ConversationContextVariable";
      }
      • Readonly props: {
            SObjectType: "?string";
            contextVariableMappings: readonly ["ConversationContextVariableMapping"];
            dataType: "string";
            developerName: "string";
            label: "string";
        }
        • Readonly SObjectType: "?string"
        • Readonly contextVariableMappings: readonly ["ConversationContextVariableMapping"]
        • Readonly dataType: "string"
        • Readonly developerName: "string"
        • Readonly label: "string"
      • Readonly type: "ConversationContextVariable"
    • Readonly ConversationContextVariableMapping: {
          props: {
              SObjectType: "string";
              fieldName: "string";
              messageType: "string";
          };
          type: "ConversationContextVariableMapping";
      }
      • Readonly props: {
            SObjectType: "string";
            fieldName: "string";
            messageType: "string";
        }
        • Readonly SObjectType: "string"
        • Readonly fieldName: "string"
        • Readonly messageType: "string"
      • Readonly type: "ConversationContextVariableMapping"
    • Readonly ConversationRecordLookup: {
          props: {
              SObjectType: "string";
              lookupFields: readonly ["ConversationRecordLookupField"];
              maxLookupResults: "number";
              sourceVariableName: "string";
              sourceVariableType: "string";
              targetVariableName: "string";
          };
          type: "ConversationRecordLookup";
      }
      • Readonly props: {
            SObjectType: "string";
            lookupFields: readonly ["ConversationRecordLookupField"];
            maxLookupResults: "number";
            sourceVariableName: "string";
            sourceVariableType: "string";
            targetVariableName: "string";
        }
        • Readonly SObjectType: "string"
        • Readonly lookupFields: readonly ["ConversationRecordLookupField"]
        • Readonly maxLookupResults: "number"
        • Readonly sourceVariableName: "string"
        • Readonly sourceVariableType: "string"
        • Readonly targetVariableName: "string"
      • Readonly type: "ConversationRecordLookup"
    • Readonly ConversationRecordLookupField: {
          props: {
              fieldName: "string";
          };
          type: "ConversationRecordLookupField";
      }
      • Readonly props: {
            fieldName: "string";
        }
        • Readonly fieldName: "string"
      • Readonly type: "ConversationRecordLookupField"
    • Readonly ConversationSystemMessage: {
          props: {
              systemMessageMappings: readonly ["ConversationSystemMessageMapping"];
              type: "string";
          };
          type: "ConversationSystemMessage";
      }
      • Readonly props: {
            systemMessageMappings: readonly ["ConversationSystemMessageMapping"];
            type: "string";
        }
        • Readonly systemMessageMappings: readonly ["ConversationSystemMessageMapping"]
        • Readonly type: "string"
      • Readonly type: "ConversationSystemMessage"
    • Readonly ConversationSystemMessageMapping: {
          props: {
              mappingType: "string";
              parameterType: "string";
              variableName: "string";
          };
          type: "ConversationSystemMessageMapping";
      }
      • Readonly props: {
            mappingType: "string";
            parameterType: "string";
            variableName: "string";
        }
        • Readonly mappingType: "string"
        • Readonly parameterType: "string"
        • Readonly variableName: "string"
      • Readonly type: "ConversationSystemMessageMapping"
    • Readonly ConversationVariable: {
          props: {
              SObjectType: "?string";
              collectionType: "?string";
              dataType: "string";
              developerName: "string";
              label: "string";
          };
          type: "ConversationVariable";
      }
      • Readonly props: {
            SObjectType: "?string";
            collectionType: "?string";
            dataType: "string";
            developerName: "string";
            label: "string";
        }
        • Readonly SObjectType: "?string"
        • Readonly collectionType: "?string"
        • Readonly dataType: "string"
        • Readonly developerName: "string"
        • Readonly label: "string"
      • Readonly type: "ConversationVariable"
    • Readonly CorsWhitelistOrigin: {
          extends: "Metadata";
          props: {
              urlPattern: "string";
          };
          type: "CorsWhitelistOrigin";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            urlPattern: "string";
        }
        • Readonly urlPattern: "string"
      • Readonly type: "CorsWhitelistOrigin"
    • Readonly CountriesAndStates: {
          props: {
              countries: readonly ["Country"];
          };
          type: "CountriesAndStates";
      }
      • Readonly props: {
            countries: readonly ["Country"];
        }
        • Readonly countries: readonly ["Country"]
      • Readonly type: "CountriesAndStates"
    • Readonly Country: {
          props: {
              active: "boolean";
              integrationValue: "string";
              isoCode: "string";
              label: "string";
              orgDefault: "boolean";
              standard: "boolean";
              states: readonly ["State"];
              visible: "boolean";
          };
          type: "Country";
      }
      • Readonly props: {
            active: "boolean";
            integrationValue: "string";
            isoCode: "string";
            label: "string";
            orgDefault: "boolean";
            standard: "boolean";
            states: readonly ["State"];
            visible: "boolean";
        }
        • Readonly active: "boolean"
        • Readonly integrationValue: "string"
        • Readonly isoCode: "string"
        • Readonly label: "string"
        • Readonly orgDefault: "boolean"
        • Readonly standard: "boolean"
        • Readonly states: readonly ["State"]
        • Readonly visible: "boolean"
      • Readonly type: "Country"
    • Readonly CspTrustedSite: {
          extends: "Metadata";
          props: {
              context: "?string";
              description: "?string";
              endpointUrl: "string";
              isActive: "boolean";
          };
          type: "CspTrustedSite";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            context: "?string";
            description: "?string";
            endpointUrl: "string";
            isActive: "boolean";
        }
        • Readonly context: "?string"
        • Readonly description: "?string"
        • Readonly endpointUrl: "string"
        • Readonly isActive: "boolean"
      • Readonly type: "CspTrustedSite"
    • Readonly CurrencySettings: {
          extends: "Metadata";
          props: {
              enableCurrencyEffectiveDates: "?boolean";
              enableCurrencySymbolWithMultiCurrency: "?boolean";
              enableMultiCurrency: "?boolean";
              isMultiCurrencyActivationAllowed: "?boolean";
              isParenCurrencyConvDisabled: "?boolean";
          };
          type: "CurrencySettings";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            enableCurrencyEffectiveDates: "?boolean";
            enableCurrencySymbolWithMultiCurrency: "?boolean";
            enableMultiCurrency: "?boolean";
            isMultiCurrencyActivationAllowed: "?boolean";
            isParenCurrencyConvDisabled: "?boolean";
        }
        • Readonly enableCurrencyEffectiveDates: "?boolean"
        • Readonly enableCurrencySymbolWithMultiCurrency: "?boolean"
        • Readonly enableMultiCurrency: "?boolean"
        • Readonly isMultiCurrencyActivationAllowed: "?boolean"
        • Readonly isParenCurrencyConvDisabled: "?boolean"
      • Readonly type: "CurrencySettings"
    • Readonly CustomApplication: {
          extends: "Metadata";
          props: {
              actionOverrides: readonly ["AppActionOverride"];
              brand: "?AppBrand";
              consoleConfig: "?ServiceCloudConsoleConfig";
              defaultLandingTab: "?string";
              description: "?string";
              formFactors: readonly ["string"];
              isNavAutoTempTabsDisabled: "?boolean";
              isNavPersonalizationDisabled: "?boolean";
              isServiceCloudConsole: "?boolean";
              label: "?string";
              logo: "?string";
              navType: "?string";
              preferences: "?AppPreferences";
              profileActionOverrides: readonly ["AppProfileActionOverride"];
              setupExperience: "?string";
              subscriberTabs: readonly ["string"];
              tabs: readonly ["string"];
              uiType: "?string";
              utilityBar: "?string";
              workspaceConfig: "?AppWorkspaceConfig";
          };
          type: "CustomApplication";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            actionOverrides: readonly ["AppActionOverride"];
            brand: "?AppBrand";
            consoleConfig: "?ServiceCloudConsoleConfig";
            defaultLandingTab: "?string";
            description: "?string";
            formFactors: readonly ["string"];
            isNavAutoTempTabsDisabled: "?boolean";
            isNavPersonalizationDisabled: "?boolean";
            isServiceCloudConsole: "?boolean";
            label: "?string";
            logo: "?string";
            navType: "?string";
            preferences: "?AppPreferences";
            profileActionOverrides: readonly ["AppProfileActionOverride"];
            setupExperience: "?string";
            subscriberTabs: readonly ["string"];
            tabs: readonly ["string"];
            uiType: "?string";
            utilityBar: "?string";
            workspaceConfig: "?AppWorkspaceConfig";
        }
        • Readonly actionOverrides: readonly ["AppActionOverride"]
        • Readonly brand: "?AppBrand"
        • Readonly consoleConfig: "?ServiceCloudConsoleConfig"
        • Readonly defaultLandingTab: "?string"
        • Readonly description: "?string"
        • Readonly formFactors: readonly ["string"]
        • Readonly isNavAutoTempTabsDisabled: "?boolean"
        • Readonly isNavPersonalizationDisabled: "?boolean"
        • Readonly isServiceCloudConsole: "?boolean"
        • Readonly label: "?string"
        • Readonly logo: "?string"
        • Readonly navType: "?string"
        • Readonly preferences: "?AppPreferences"
        • Readonly profileActionOverrides: readonly ["AppProfileActionOverride"]
        • Readonly setupExperience: "?string"
        • Readonly subscriberTabs: readonly ["string"]
        • Readonly tabs: readonly ["string"]
        • Readonly uiType: "?string"
        • Readonly utilityBar: "?string"
        • Readonly workspaceConfig: "?AppWorkspaceConfig"
      • Readonly type: "CustomApplication"
    • Readonly CustomApplicationComponent: {
          extends: "Metadata";
          props: {
              buttonIconUrl: "?string";
              buttonStyle: "?string";
              buttonText: "?string";
              buttonWidth: "?number";
              height: "?number";
              isHeightFixed: "boolean";
              isHidden: "boolean";
              isWidthFixed: "boolean";
              visualforcePage: "string";
              width: "?number";
          };
          type: "CustomApplicationComponent";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            buttonIconUrl: "?string";
            buttonStyle: "?string";
            buttonText: "?string";
            buttonWidth: "?number";
            height: "?number";
            isHeightFixed: "boolean";
            isHidden: "boolean";
            isWidthFixed: "boolean";
            visualforcePage: "string";
            width: "?number";
        }
        • Readonly buttonIconUrl: "?string"
        • Readonly buttonStyle: "?string"
        • Readonly buttonText: "?string"
        • Readonly buttonWidth: "?number"
        • Readonly height: "?number"
        • Readonly isHeightFixed: "boolean"
        • Readonly isHidden: "boolean"
        • Readonly isWidthFixed: "boolean"
        • Readonly visualforcePage: "string"
        • Readonly width: "?number"
      • Readonly type: "CustomApplicationComponent"
    • Readonly CustomApplicationTranslation: {
          props: {
              label: "string";
              name: "string";
          };
          type: "CustomApplicationTranslation";
      }
      • Readonly props: {
            label: "string";
            name: "string";
        }
        • Readonly label: "string"
        • Readonly name: "string"
      • Readonly type: "CustomApplicationTranslation"
    • Readonly CustomConsoleComponents: {
          props: {
              primaryTabComponents: "?PrimaryTabComponents";
              subtabComponents: "?SubtabComponents";
          };
          type: "CustomConsoleComponents";
      }
      • Readonly props: {
            primaryTabComponents: "?PrimaryTabComponents";
            subtabComponents: "?SubtabComponents";
        }
        • Readonly primaryTabComponents: "?PrimaryTabComponents"
        • Readonly subtabComponents: "?SubtabComponents"
      • Readonly type: "CustomConsoleComponents"
    • Readonly CustomDataTypeComponentTranslation: {
          props: {
              developerSuffix: "string";
              label: "?string";
          };
          type: "CustomDataTypeComponentTranslation";
      }
      • Readonly props: {
            developerSuffix: "string";
            label: "?string";
        }
        • Readonly developerSuffix: "string"
        • Readonly label: "?string"
      • Readonly type: "CustomDataTypeComponentTranslation"
    • Readonly CustomDataTypeTranslation: {
          props: {
              components: readonly ["CustomDataTypeComponentTranslation"];
              customDataTypeName: "string";
              description: "?string";
              label: "?string";
          };
          type: "CustomDataTypeTranslation";
      }
      • Readonly props: {
            components: readonly ["CustomDataTypeComponentTranslation"];
            customDataTypeName: "string";
            description: "?string";
            label: "?string";
        }
        • Readonly components: readonly ["CustomDataTypeComponentTranslation"]
        • Readonly customDataTypeName: "string"
        • Readonly description: "?string"
        • Readonly label: "?string"
      • Readonly type: "CustomDataTypeTranslation"
    • Readonly CustomFeedFilter: {
          extends: "Metadata";
          props: {
              criteria: readonly ["FeedFilterCriterion"];
              description: "?string";
              isProtected: "?boolean";
              label: "string";
          };
          type: "CustomFeedFilter";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            criteria: readonly ["FeedFilterCriterion"];
            description: "?string";
            isProtected: "?boolean";
            label: "string";
        }
        • Readonly criteria: readonly ["FeedFilterCriterion"]
        • Readonly description: "?string"
        • Readonly isProtected: "?boolean"
        • Readonly label: "string"
      • Readonly type: "CustomFeedFilter"
    • Readonly CustomField: {
          extends: "Metadata";
          props: {
              businessOwnerGroup: "?string";
              businessOwnerUser: "?string";
              businessStatus: "?string";
              caseSensitive: "?boolean";
              complianceGroup: "?string";
              customDataType: "?string";
              defaultValue: "?string";
              deleteConstraint: "?string";
              deprecated: "?boolean";
              description: "?string";
              displayFormat: "?string";
              encryptionScheme: "?string";
              escapeMarkup: "?boolean";
              externalDeveloperName: "?string";
              externalId: "?boolean";
              fieldManageability: "?string";
              formula: "?string";
              formulaTreatBlanksAs: "?string";
              inlineHelpText: "?string";
              isAIPredictionField: "?boolean";
              isConvertLeadDisabled: "?boolean";
              isFilteringDisabled: "?boolean";
              isNameField: "?boolean";
              isSortingDisabled: "?boolean";
              label: "?string";
              length: "?number";
              lookupFilter: "?LookupFilter";
              maskChar: "?string";
              maskType: "?string";
              metadataRelationshipControllingField: "?string";
              populateExistingRows: "?boolean";
              precision: "?number";
              referenceTargetField: "?string";
              referenceTo: "?string";
              relationshipLabel: "?string";
              relationshipName: "?string";
              relationshipOrder: "?number";
              reparentableMasterDetail: "?boolean";
              required: "?boolean";
              restrictedAdminField: "?boolean";
              scale: "?number";
              securityClassification: "?string";
              startingNumber: "?number";
              stripMarkup: "?boolean";
              summarizedField: "?string";
              summaryFilterItems: readonly ["FilterItem"];
              summaryForeignKey: "?string";
              summaryOperation: "?string";
              trackFeedHistory: "?boolean";
              trackHistory: "?boolean";
              trackTrending: "?boolean";
              translateData: "?boolean";
              type: "?string";
              unique: "?boolean";
              valueSet: "?ValueSet";
              visibleLines: "?number";
              writeRequiresMasterRead: "?boolean";
          };
          type: "CustomField";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            businessOwnerGroup: "?string";
            businessOwnerUser: "?string";
            businessStatus: "?string";
            caseSensitive: "?boolean";
            complianceGroup: "?string";
            customDataType: "?string";
            defaultValue: "?string";
            deleteConstraint: "?string";
            deprecated: "?boolean";
            description: "?string";
            displayFormat: "?string";
            encryptionScheme: "?string";
            escapeMarkup: "?boolean";
            externalDeveloperName: "?string";
            externalId: "?boolean";
            fieldManageability: "?string";
            formula: "?string";
            formulaTreatBlanksAs: "?string";
            inlineHelpText: "?string";
            isAIPredictionField: "?boolean";
            isConvertLeadDisabled: "?boolean";
            isFilteringDisabled: "?boolean";
            isNameField: "?boolean";
            isSortingDisabled: "?boolean";
            label: "?string";
            length: "?number";
            lookupFilter: "?LookupFilter";
            maskChar: "?string";
            maskType: "?string";
            metadataRelationshipControllingField: "?string";
            populateExistingRows: "?boolean";
            precision: "?number";
            referenceTargetField: "?string";
            referenceTo: "?string";
            relationshipLabel: "?string";
            relationshipName: "?string";
            relationshipOrder: "?number";
            reparentableMasterDetail: "?boolean";
            required: "?boolean";
            restrictedAdminField: "?boolean";
            scale: "?number";
            securityClassification: "?string";
            startingNumber: "?number";
            stripMarkup: "?boolean";
            summarizedField: "?string";
            summaryFilterItems: readonly ["FilterItem"];
            summaryForeignKey: "?string";
            summaryOperation: "?string";
            trackFeedHistory: "?boolean";
            trackHistory: "?boolean";
            trackTrending: "?boolean";
            translateData: "?boolean";
            type: "?string";
            unique: "?boolean";
            valueSet: "?ValueSet";
            visibleLines: "?number";
            writeRequiresMasterRead: "?boolean";
        }
        • Readonly businessOwnerGroup: "?string"
        • Readonly businessOwnerUser: "?string"
        • Readonly businessStatus: "?string"
        • Readonly caseSensitive: "?boolean"
        • Readonly complianceGroup: "?string"
        • Readonly customDataType: "?string"
        • Readonly defaultValue: "?string"
        • Readonly deleteConstraint: "?string"
        • Readonly deprecated: "?boolean"
        • Readonly description: "?string"
        • Readonly displayFormat: "?string"
        • Readonly encryptionScheme: "?string"
        • Readonly escapeMarkup: "?boolean"
        • Readonly externalDeveloperName: "?string"
        • Readonly externalId: "?boolean"
        • Readonly fieldManageability: "?string"
        • Readonly formula: "?string"
        • Readonly formulaTreatBlanksAs: "?string"
        • Readonly inlineHelpText: "?string"
        • Readonly isAIPredictionField: "?boolean"
        • Readonly isConvertLeadDisabled: "?boolean"
        • Readonly isFilteringDisabled: "?boolean"
        • Readonly isNameField: "?boolean"
        • Readonly isSortingDisabled: "?boolean"
        • Readonly label: "?string"
        • Readonly length: "?number"
        • Readonly lookupFilter: "?LookupFilter"
        • Readonly maskChar: "?string"
        • Readonly maskType: "?string"
        • Readonly metadataRelationshipControllingField: "?string"
        • Readonly populateExistingRows: "?boolean"
        • Readonly precision: "?number"
        • Readonly referenceTargetField: "?string"
        • Readonly referenceTo: "?string"
        • Readonly relationshipLabel: "?string"
        • Readonly relationshipName: "?string"
        • Readonly relationshipOrder: "?number"
        • Readonly reparentableMasterDetail: "?boolean"
        • Readonly required: "?boolean"
        • Readonly restrictedAdminField: "?boolean"
        • Readonly scale: "?number"
        • Readonly securityClassification: "?string"
        • Readonly startingNumber: "?number"
        • Readonly stripMarkup: "?boolean"
        • Readonly summarizedField: "?string"
        • Readonly summaryFilterItems: readonly ["FilterItem"]
        • Readonly summaryForeignKey: "?string"
        • Readonly summaryOperation: "?string"
        • Readonly trackFeedHistory: "?boolean"
        • Readonly trackHistory: "?boolean"
        • Readonly trackTrending: "?boolean"
        • Readonly translateData: "?boolean"
        • Readonly type: "?string"
        • Readonly unique: "?boolean"
        • Readonly valueSet: "?ValueSet"
        • Readonly visibleLines: "?number"
        • Readonly writeRequiresMasterRead: "?boolean"
      • Readonly type: "CustomField"
    • Readonly CustomFieldTranslation: {
          props: {
              caseValues: readonly ["ObjectNameCaseValue"];
              gender: "?string";
              help: "?string";
              label: "?string";
              lookupFilter: "?LookupFilterTranslation";
              name: "string";
              picklistValues: readonly ["PicklistValueTranslation"];
              relationshipLabel: "?string";
              startsWith: "?string";
          };
          type: "CustomFieldTranslation";
      }
      • Readonly props: {
            caseValues: readonly ["ObjectNameCaseValue"];
            gender: "?string";
            help: "?string";
            label: "?string";
            lookupFilter: "?LookupFilterTranslation";
            name: "string";
            picklistValues: readonly ["PicklistValueTranslation"];
            relationshipLabel: "?string";
            startsWith: "?string";
        }
        • Readonly caseValues: readonly ["ObjectNameCaseValue"]
        • Readonly gender: "?string"
        • Readonly help: "?string"
        • Readonly label: "?string"
        • Readonly lookupFilter: "?LookupFilterTranslation"
        • Readonly name: "string"
        • Readonly picklistValues: readonly ["PicklistValueTranslation"]
        • Readonly relationshipLabel: "?string"
        • Readonly startsWith: "?string"
      • Readonly type: "CustomFieldTranslation"
    • Readonly CustomHelpMenuItem: {
          props: {
              linkUrl: "string";
              masterLabel: "string";
              sortOrder: "number";
          };
          type: "CustomHelpMenuItem";
      }
      • Readonly props: {
            linkUrl: "string";
            masterLabel: "string";
            sortOrder: "number";
        }
        • Readonly linkUrl: "string"
        • Readonly masterLabel: "string"
        • Readonly sortOrder: "number"
      • Readonly type: "CustomHelpMenuItem"
    • Readonly CustomHelpMenuSection: {
          extends: "Metadata";
          props: {
              customHelpMenuItems: readonly ["CustomHelpMenuItem"];
              masterLabel: "string";
          };
          type: "CustomHelpMenuSection";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            customHelpMenuItems: readonly ["CustomHelpMenuItem"];
            masterLabel: "string";
        }
        • Readonly customHelpMenuItems: readonly ["CustomHelpMenuItem"]
        • Readonly masterLabel: "string"
      • Readonly type: "CustomHelpMenuSection"
    • Readonly CustomHttpHeader: {
          props: {
              description: "?string";
              headerFieldName: "string";
              headerFieldValue: "string";
              isActive: "?boolean";
          };
          type: "CustomHttpHeader";
      }
      • Readonly props: {
            description: "?string";
            headerFieldName: "string";
            headerFieldValue: "string";
            isActive: "?boolean";
        }
        • Readonly description: "?string"
        • Readonly headerFieldName: "string"
        • Readonly headerFieldValue: "string"
        • Readonly isActive: "?boolean"
      • Readonly type: "CustomHttpHeader"
    • Readonly CustomLabel: {
          extends: "Metadata";
          props: {
              categories: "?string";
              language: "string";
              protected: "boolean";
              shortDescription: "string";
              value: "string";
          };
          type: "CustomLabel";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            categories: "?string";
            language: "string";
            protected: "boolean";
            shortDescription: "string";
            value: "string";
        }
        • Readonly categories: "?string"
        • Readonly language: "string"
        • Readonly protected: "boolean"
        • Readonly shortDescription: "string"
        • Readonly value: "string"
      • Readonly type: "CustomLabel"
    • Readonly CustomLabelTranslation: {
          props: {
              label: "string";
              name: "string";
          };
          type: "CustomLabelTranslation";
      }
      • Readonly props: {
            label: "string";
            name: "string";
        }
        • Readonly label: "string"
        • Readonly name: "string"
      • Readonly type: "CustomLabelTranslation"
    • Readonly CustomLabels: {
          extends: "Metadata";
          props: {
              labels: readonly ["CustomLabel"];
          };
          type: "CustomLabels";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            labels: readonly ["CustomLabel"];
        }
        • Readonly labels: readonly ["CustomLabel"]
      • Readonly type: "CustomLabels"
    • Readonly CustomMetadata: {
          extends: "Metadata";
          props: {
              description: "?string";
              label: "?string";
              protected: "?boolean";
              values: readonly ["CustomMetadataValue"];
          };
          type: "CustomMetadata";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            description: "?string";
            label: "?string";
            protected: "?boolean";
            values: readonly ["CustomMetadataValue"];
        }
        • Readonly description: "?string"
        • Readonly label: "?string"
        • Readonly protected: "?boolean"
        • Readonly values: readonly ["CustomMetadataValue"]
      • Readonly type: "CustomMetadata"
    • Readonly CustomMetadataValue: {
          props: {
              field: "string";
              value: "?any";
          };
          type: "CustomMetadataValue";
      }
      • Readonly props: {
            field: "string";
            value: "?any";
        }
        • Readonly field: "string"
        • Readonly value: "?any"
      • Readonly type: "CustomMetadataValue"
    • Readonly CustomNotificationType: {
          extends: "Metadata";
          props: {
              customNotifTypeName: "string";
              description: "?string";
              desktop: "boolean";
              masterLabel: "string";
              mobile: "boolean";
          };
          type: "CustomNotificationType";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            customNotifTypeName: "string";
            description: "?string";
            desktop: "boolean";
            masterLabel: "string";
            mobile: "boolean";
        }
        • Readonly customNotifTypeName: "string"
        • Readonly description: "?string"
        • Readonly desktop: "boolean"
        • Readonly masterLabel: "string"
        • Readonly mobile: "boolean"
      • Readonly type: "CustomNotificationType"
    • Readonly CustomObject: {
          extends: "Metadata";
          props: {
              actionOverrides: readonly ["ActionOverride"];
              allowInChatterGroups: "?boolean";
              articleTypeChannelDisplay: "?ArticleTypeChannelDisplay";
              businessProcesses: readonly ["BusinessProcess"];
              compactLayoutAssignment: "?string";
              compactLayouts: readonly ["CompactLayout"];
              customHelp: "?string";
              customHelpPage: "?string";
              customSettingsType: "?string";
              deploymentStatus: "?string";
              deprecated: "?boolean";
              description: "?string";
              enableActivities: "?boolean";
              enableBulkApi: "?boolean";
              enableDataTranslation: "?boolean";
              enableDivisions: "?boolean";
              enableEnhancedLookup: "?boolean";
              enableFeeds: "?boolean";
              enableHistory: "?boolean";
              enableLicensing: "?boolean";
              enableReports: "?boolean";
              enableSearch: "?boolean";
              enableSharing: "?boolean";
              enableStreamingApi: "?boolean";
              eventType: "?string";
              externalDataSource: "?string";
              externalName: "?string";
              externalRepository: "?string";
              externalSharingModel: "?string";
              fieldSets: readonly ["FieldSet"];
              fields: readonly ["CustomField"];
              gender: "?string";
              historyRetentionPolicy: "?HistoryRetentionPolicy";
              household: "?boolean";
              indexes: readonly ["Index"];
              label: "?string";
              listViews: readonly ["ListView"];
              nameField: "?CustomField";
              pluralLabel: "?string";
              profileSearchLayouts: readonly ["ProfileSearchLayouts"];
              publishBehavior: "?string";
              recordTypeTrackFeedHistory: "?boolean";
              recordTypeTrackHistory: "?boolean";
              recordTypes: readonly ["RecordType"];
              searchLayouts: "?SearchLayouts";
              sharingModel: "?string";
              sharingReasons: readonly ["SharingReason"];
              sharingRecalculations: readonly ["SharingRecalculation"];
              startsWith: "?string";
              validationRules: readonly ["ValidationRule"];
              visibility: "?string";
              webLinks: readonly ["WebLink"];
          };
          type: "CustomObject";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            actionOverrides: readonly ["ActionOverride"];
            allowInChatterGroups: "?boolean";
            articleTypeChannelDisplay: "?ArticleTypeChannelDisplay";
            businessProcesses: readonly ["BusinessProcess"];
            compactLayoutAssignment: "?string";
            compactLayouts: readonly ["CompactLayout"];
            customHelp: "?string";
            customHelpPage: "?string";
            customSettingsType: "?string";
            deploymentStatus: "?string";
            deprecated: "?boolean";
            description: "?string";
            enableActivities: "?boolean";
            enableBulkApi: "?boolean";
            enableDataTranslation: "?boolean";
            enableDivisions: "?boolean";
            enableEnhancedLookup: "?boolean";
            enableFeeds: "?boolean";
            enableHistory: "?boolean";
            enableLicensing: "?boolean";
            enableReports: "?boolean";
            enableSearch: "?boolean";
            enableSharing: "?boolean";
            enableStreamingApi: "?boolean";
            eventType: "?string";
            externalDataSource: "?string";
            externalName: "?string";
            externalRepository: "?string";
            externalSharingModel: "?string";
            fieldSets: readonly ["FieldSet"];
            fields: readonly ["CustomField"];
            gender: "?string";
            historyRetentionPolicy: "?HistoryRetentionPolicy";
            household: "?boolean";
            indexes: readonly ["Index"];
            label: "?string";
            listViews: readonly ["ListView"];
            nameField: "?CustomField";
            pluralLabel: "?string";
            profileSearchLayouts: readonly ["ProfileSearchLayouts"];
            publishBehavior: "?string";
            recordTypeTrackFeedHistory: "?boolean";
            recordTypeTrackHistory: "?boolean";
            recordTypes: readonly ["RecordType"];
            searchLayouts: "?SearchLayouts";
            sharingModel: "?string";
            sharingReasons: readonly ["SharingReason"];
            sharingRecalculations: readonly ["SharingRecalculation"];
            startsWith: "?string";
            validationRules: readonly ["ValidationRule"];
            visibility: "?string";
            webLinks: readonly ["WebLink"];
        }
        • Readonly actionOverrides: readonly ["ActionOverride"]
        • Readonly allowInChatterGroups: "?boolean"
        • Readonly articleTypeChannelDisplay: "?ArticleTypeChannelDisplay"
        • Readonly businessProcesses: readonly ["BusinessProcess"]
        • Readonly compactLayoutAssignment: "?string"
        • Readonly compactLayouts: readonly ["CompactLayout"]
        • Readonly customHelp: "?string"
        • Readonly customHelpPage: "?string"
        • Readonly customSettingsType: "?string"
        • Readonly deploymentStatus: "?string"
        • Readonly deprecated: "?boolean"
        • Readonly description: "?string"
        • Readonly enableActivities: "?boolean"
        • Readonly enableBulkApi: "?boolean"
        • Readonly enableDataTranslation: "?boolean"
        • Readonly enableDivisions: "?boolean"
        • Readonly enableEnhancedLookup: "?boolean"
        • Readonly enableFeeds: "?boolean"
        • Readonly enableHistory: "?boolean"
        • Readonly enableLicensing: "?boolean"
        • Readonly enableReports: "?boolean"
        • Readonly enableSearch: "?boolean"
        • Readonly enableSharing: "?boolean"
        • Readonly enableStreamingApi: "?boolean"
        • Readonly eventType: "?string"
        • Readonly externalDataSource: "?string"
        • Readonly externalName: "?string"
        • Readonly externalRepository: "?string"
        • Readonly externalSharingModel: "?string"
        • Readonly fieldSets: readonly ["FieldSet"]
        • Readonly fields: readonly ["CustomField"]
        • Readonly gender: "?string"
        • Readonly historyRetentionPolicy: "?HistoryRetentionPolicy"
        • Readonly household: "?boolean"
        • Readonly indexes: readonly ["Index"]
        • Readonly label: "?string"
        • Readonly listViews: readonly ["ListView"]
        • Readonly nameField: "?CustomField"
        • Readonly pluralLabel: "?string"
        • Readonly profileSearchLayouts: readonly ["ProfileSearchLayouts"]
        • Readonly publishBehavior: "?string"
        • Readonly recordTypeTrackFeedHistory: "?boolean"
        • Readonly recordTypeTrackHistory: "?boolean"
        • Readonly recordTypes: readonly ["RecordType"]
        • Readonly searchLayouts: "?SearchLayouts"
        • Readonly sharingModel: "?string"
        • Readonly sharingReasons: readonly ["SharingReason"]
        • Readonly sharingRecalculations: readonly ["SharingRecalculation"]
        • Readonly startsWith: "?string"
        • Readonly validationRules: readonly ["ValidationRule"]
        • Readonly visibility: "?string"
        • Readonly webLinks: readonly ["WebLink"]
      • Readonly type: "CustomObject"
    • Readonly CustomObjectTranslation: {
          extends: "Metadata";
          props: {
              caseValues: readonly ["ObjectNameCaseValue"];
              fieldSets: readonly ["FieldSetTranslation"];
              fields: readonly ["CustomFieldTranslation"];
              gender: "?string";
              layouts: readonly ["LayoutTranslation"];
              nameFieldLabel: "?string";
              quickActions: readonly ["QuickActionTranslation"];
              recordTypes: readonly ["RecordTypeTranslation"];
              sharingReasons: readonly ["SharingReasonTranslation"];
              standardFields: readonly ["StandardFieldTranslation"];
              startsWith: "?string";
              validationRules: readonly ["ValidationRuleTranslation"];
              webLinks: readonly ["WebLinkTranslation"];
              workflowTasks: readonly ["WorkflowTaskTranslation"];
          };
          type: "CustomObjectTranslation";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            caseValues: readonly ["ObjectNameCaseValue"];
            fieldSets: readonly ["FieldSetTranslation"];
            fields: readonly ["CustomFieldTranslation"];
            gender: "?string";
            layouts: readonly ["LayoutTranslation"];
            nameFieldLabel: "?string";
            quickActions: readonly ["QuickActionTranslation"];
            recordTypes: readonly ["RecordTypeTranslation"];
            sharingReasons: readonly ["SharingReasonTranslation"];
            standardFields: readonly ["StandardFieldTranslation"];
            startsWith: "?string";
            validationRules: readonly ["ValidationRuleTranslation"];
            webLinks: readonly ["WebLinkTranslation"];
            workflowTasks: readonly ["WorkflowTaskTranslation"];
        }
        • Readonly caseValues: readonly ["ObjectNameCaseValue"]
        • Readonly fieldSets: readonly ["FieldSetTranslation"]
        • Readonly fields: readonly ["CustomFieldTranslation"]
        • Readonly gender: "?string"
        • Readonly layouts: readonly ["LayoutTranslation"]
        • Readonly nameFieldLabel: "?string"
        • Readonly quickActions: readonly ["QuickActionTranslation"]
        • Readonly recordTypes: readonly ["RecordTypeTranslation"]
        • Readonly sharingReasons: readonly ["SharingReasonTranslation"]
        • Readonly standardFields: readonly ["StandardFieldTranslation"]
        • Readonly startsWith: "?string"
        • Readonly validationRules: readonly ["ValidationRuleTranslation"]
        • Readonly webLinks: readonly ["WebLinkTranslation"]
        • Readonly workflowTasks: readonly ["WorkflowTaskTranslation"]
      • Readonly type: "CustomObjectTranslation"
    • Readonly CustomPageWebLink: {
          extends: "Metadata";
          props: {
              availability: "string";
              description: "?string";
              displayType: "string";
              encodingKey: "?string";
              hasMenubar: "?boolean";
              hasScrollbars: "?boolean";
              hasToolbar: "?boolean";
              height: "?number";
              isResizable: "?boolean";
              linkType: "string";
              masterLabel: "?string";
              openType: "string";
              page: "?string";
              position: "?string";
              protected: "boolean";
              requireRowSelection: "?boolean";
              scontrol: "?string";
              showsLocation: "?boolean";
              showsStatus: "?boolean";
              url: "?string";
              width: "?number";
          };
          type: "CustomPageWebLink";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            availability: "string";
            description: "?string";
            displayType: "string";
            encodingKey: "?string";
            hasMenubar: "?boolean";
            hasScrollbars: "?boolean";
            hasToolbar: "?boolean";
            height: "?number";
            isResizable: "?boolean";
            linkType: "string";
            masterLabel: "?string";
            openType: "string";
            page: "?string";
            position: "?string";
            protected: "boolean";
            requireRowSelection: "?boolean";
            scontrol: "?string";
            showsLocation: "?boolean";
            showsStatus: "?boolean";
            url: "?string";
            width: "?number";
        }
        • Readonly availability: "string"
        • Readonly description: "?string"
        • Readonly displayType: "string"
        • Readonly encodingKey: "?string"
        • Readonly hasMenubar: "?boolean"
        • Readonly hasScrollbars: "?boolean"
        • Readonly hasToolbar: "?boolean"
        • Readonly height: "?number"
        • Readonly isResizable: "?boolean"
        • Readonly linkType: "string"
        • Readonly masterLabel: "?string"
        • Readonly openType: "string"
        • Readonly page: "?string"
        • Readonly position: "?string"
        • Readonly protected: "boolean"
        • Readonly requireRowSelection: "?boolean"
        • Readonly scontrol: "?string"
        • Readonly showsLocation: "?boolean"
        • Readonly showsStatus: "?boolean"
        • Readonly url: "?string"
        • Readonly width: "?number"
      • Readonly type: "CustomPageWebLink"
    • Readonly CustomPageWebLinkTranslation: {
          props: {
              label: "string";
              name: "string";
          };
          type: "CustomPageWebLinkTranslation";
      }
      • Readonly props: {
            label: "string";
            name: "string";
        }
        • Readonly label: "string"
        • Readonly name: "string"
      • Readonly type: "CustomPageWebLinkTranslation"
    • Readonly CustomPermission: {
          extends: "Metadata";
          props: {
              connectedApp: "?string";
              description: "?string";
              label: "string";
              requiredPermission: readonly ["CustomPermissionDependencyRequired"];
          };
          type: "CustomPermission";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            connectedApp: "?string";
            description: "?string";
            label: "string";
            requiredPermission: readonly ["CustomPermissionDependencyRequired"];
        }
        • Readonly connectedApp: "?string"
        • Readonly description: "?string"
        • Readonly label: "string"
        • Readonly requiredPermission: readonly ["CustomPermissionDependencyRequired"]
      • Readonly type: "CustomPermission"
    • Readonly CustomPermissionDependencyRequired: {
          props: {
              customPermission: "string";
              dependency: "boolean";
          };
          type: "CustomPermissionDependencyRequired";
      }
      • Readonly props: {
            customPermission: "string";
            dependency: "boolean";
        }
        • Readonly customPermission: "string"
        • Readonly dependency: "boolean"
      • Readonly type: "CustomPermissionDependencyRequired"
    • Readonly CustomShortcut: {
          extends: "DefaultShortcut";
          props: {
              description: "?string";
              eventName: "string";
          };
          type: "CustomShortcut";
      }
      • Readonly extends: "DefaultShortcut"
      • Readonly props: {
            description: "?string";
            eventName: "string";
        }
        • Readonly description: "?string"
        • Readonly eventName: "string"
      • Readonly type: "CustomShortcut"
    • Readonly CustomSite: {
          extends: "Metadata";
          props: {
              active: "boolean";
              allowHomePage: "boolean";
              allowStandardAnswersPages: "?boolean";
              allowStandardIdeasPages: "boolean";
              allowStandardLookups: "boolean";
              allowStandardPortalPages: "boolean";
              allowStandardSearch: "boolean";
              analyticsTrackingCode: "?string";
              authorizationRequiredPage: "?string";
              bandwidthExceededPage: "?string";
              browserXssProtection: "boolean";
              changePasswordPage: "?string";
              chatterAnswersForgotPasswordConfirmPage: "?string";
              chatterAnswersForgotPasswordPage: "?string";
              chatterAnswersHelpPage: "?string";
              chatterAnswersLoginPage: "?string";
              chatterAnswersRegistrationPage: "?string";
              clickjackProtectionLevel: "string";
              contentSniffingProtection: "boolean";
              cspUpgradeInsecureRequests: "boolean";
              customWebAddresses: readonly ["SiteWebAddress"];
              description: "?string";
              enableAuraRequests: "?boolean";
              favoriteIcon: "?string";
              fileNotFoundPage: "?string";
              forgotPasswordPage: "?string";
              genericErrorPage: "?string";
              guestProfile: "?string";
              inMaintenancePage: "?string";
              inactiveIndexPage: "?string";
              indexPage: "string";
              masterLabel: "string";
              myProfilePage: "?string";
              portal: "?string";
              referrerPolicyOriginWhenCrossOrigin: "boolean";
              requireHttps: "boolean";
              requireInsecurePortalAccess: "boolean";
              robotsTxtPage: "?string";
              rootComponent: "?string";
              selfRegPage: "?string";
              serverIsDown: "?string";
              siteAdmin: "?string";
              siteRedirectMappings: readonly ["SiteRedirectMapping"];
              siteTemplate: "?string";
              siteType: "string";
              subdomain: "?string";
              urlPathPrefix: "?string";
          };
          type: "CustomSite";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            active: "boolean";
            allowHomePage: "boolean";
            allowStandardAnswersPages: "?boolean";
            allowStandardIdeasPages: "boolean";
            allowStandardLookups: "boolean";
            allowStandardPortalPages: "boolean";
            allowStandardSearch: "boolean";
            analyticsTrackingCode: "?string";
            authorizationRequiredPage: "?string";
            bandwidthExceededPage: "?string";
            browserXssProtection: "boolean";
            changePasswordPage: "?string";
            chatterAnswersForgotPasswordConfirmPage: "?string";
            chatterAnswersForgotPasswordPage: "?string";
            chatterAnswersHelpPage: "?string";
            chatterAnswersLoginPage: "?string";
            chatterAnswersRegistrationPage: "?string";
            clickjackProtectionLevel: "string";
            contentSniffingProtection: "boolean";
            cspUpgradeInsecureRequests: "boolean";
            customWebAddresses: readonly ["SiteWebAddress"];
            description: "?string";
            enableAuraRequests: "?boolean";
            favoriteIcon: "?string";
            fileNotFoundPage: "?string";
            forgotPasswordPage: "?string";
            genericErrorPage: "?string";
            guestProfile: "?string";
            inMaintenancePage: "?string";
            inactiveIndexPage: "?string";
            indexPage: "string";
            masterLabel: "string";
            myProfilePage: "?string";
            portal: "?string";
            referrerPolicyOriginWhenCrossOrigin: "boolean";
            requireHttps: "boolean";
            requireInsecurePortalAccess: "boolean";
            robotsTxtPage: "?string";
            rootComponent: "?string";
            selfRegPage: "?string";
            serverIsDown: "?string";
            siteAdmin: "?string";
            siteRedirectMappings: readonly ["SiteRedirectMapping"];
            siteTemplate: "?string";
            siteType: "string";
            subdomain: "?string";
            urlPathPrefix: "?string";
        }
        • Readonly active: "boolean"
        • Readonly allowHomePage: "boolean"
        • Readonly allowStandardAnswersPages: "?boolean"
        • Readonly allowStandardIdeasPages: "boolean"
        • Readonly allowStandardLookups: "boolean"
        • Readonly allowStandardPortalPages: "boolean"
        • Readonly allowStandardSearch: "boolean"
        • Readonly analyticsTrackingCode: "?string"
        • Readonly authorizationRequiredPage: "?string"
        • Readonly bandwidthExceededPage: "?string"
        • Readonly browserXssProtection: "boolean"
        • Readonly changePasswordPage: "?string"
        • Readonly chatterAnswersForgotPasswordConfirmPage: "?string"
        • Readonly chatterAnswersForgotPasswordPage: "?string"
        • Readonly chatterAnswersHelpPage: "?string"
        • Readonly chatterAnswersLoginPage: "?string"
        • Readonly chatterAnswersRegistrationPage: "?string"
        • Readonly clickjackProtectionLevel: "string"
        • Readonly contentSniffingProtection: "boolean"
        • Readonly cspUpgradeInsecureRequests: "boolean"
        • Readonly customWebAddresses: readonly ["SiteWebAddress"]
        • Readonly description: "?string"
        • Readonly enableAuraRequests: "?boolean"
        • Readonly favoriteIcon: "?string"
        • Readonly fileNotFoundPage: "?string"
        • Readonly forgotPasswordPage: "?string"
        • Readonly genericErrorPage: "?string"
        • Readonly guestProfile: "?string"
        • Readonly inMaintenancePage: "?string"
        • Readonly inactiveIndexPage: "?string"
        • Readonly indexPage: "string"
        • Readonly masterLabel: "string"
        • Readonly myProfilePage: "?string"
        • Readonly portal: "?string"
        • Readonly referrerPolicyOriginWhenCrossOrigin: "boolean"
        • Readonly requireHttps: "boolean"
        • Readonly requireInsecurePortalAccess: "boolean"
        • Readonly robotsTxtPage: "?string"
        • Readonly rootComponent: "?string"
        • Readonly selfRegPage: "?string"
        • Readonly serverIsDown: "?string"
        • Readonly siteAdmin: "?string"
        • Readonly siteRedirectMappings: readonly ["SiteRedirectMapping"]
        • Readonly siteTemplate: "?string"
        • Readonly siteType: "string"
        • Readonly subdomain: "?string"
        • Readonly urlPathPrefix: "?string"
      • Readonly type: "CustomSite"
    • Readonly CustomTab: {
          extends: "Metadata";
          props: {
              actionOverrides: readonly ["ActionOverride"];
              auraComponent: "?string";
              customObject: "?boolean";
              description: "?string";
              flexiPage: "?string";
              frameHeight: "?number";
              hasSidebar: "?boolean";
              icon: "?string";
              label: "?string";
              lwcComponent: "?string";
              motif: "?string";
              page: "?string";
              scontrol: "?string";
              splashPageLink: "?string";
              url: "?string";
              urlEncodingKey: "?string";
          };
          type: "CustomTab";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            actionOverrides: readonly ["ActionOverride"];
            auraComponent: "?string";
            customObject: "?boolean";
            description: "?string";
            flexiPage: "?string";
            frameHeight: "?number";
            hasSidebar: "?boolean";
            icon: "?string";
            label: "?string";
            lwcComponent: "?string";
            motif: "?string";
            page: "?string";
            scontrol: "?string";
            splashPageLink: "?string";
            url: "?string";
            urlEncodingKey: "?string";
        }
        • Readonly actionOverrides: readonly ["ActionOverride"]
        • Readonly auraComponent: "?string"
        • Readonly customObject: "?boolean"
        • Readonly description: "?string"
        • Readonly flexiPage: "?string"
        • Readonly frameHeight: "?number"
        • Readonly hasSidebar: "?boolean"
        • Readonly icon: "?string"
        • Readonly label: "?string"
        • Readonly lwcComponent: "?string"
        • Readonly motif: "?string"
        • Readonly page: "?string"
        • Readonly scontrol: "?string"
        • Readonly splashPageLink: "?string"
        • Readonly url: "?string"
        • Readonly urlEncodingKey: "?string"
      • Readonly type: "CustomTab"
    • Readonly CustomTabTranslation: {
          props: {
              label: "string";
              name: "string";
          };
          type: "CustomTabTranslation";
      }
      • Readonly props: {
            label: "string";
            name: "string";
        }
        • Readonly label: "string"
        • Readonly name: "string"
      • Readonly type: "CustomTabTranslation"
    • Readonly CustomValue: {
          extends: "Metadata";
          props: {
              color: "?string";
              default: "boolean";
              description: "?string";
              isActive: "?boolean";
              label: "?string";
          };
          type: "CustomValue";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            color: "?string";
            default: "boolean";
            description: "?string";
            isActive: "?boolean";
            label: "?string";
        }
        • Readonly color: "?string"
        • Readonly default: "boolean"
        • Readonly description: "?string"
        • Readonly isActive: "?boolean"
        • Readonly label: "?string"
      • Readonly type: "CustomValue"
    • Readonly Dashboard: {
          extends: "Metadata";
          props: {
              backgroundEndColor: "string";
              backgroundFadeDirection: "string";
              backgroundStartColor: "string";
              chartTheme: "?string";
              colorPalette: "?string";
              dashboardChartTheme: "?string";
              dashboardColorPalette: "?string";
              dashboardFilters: readonly ["DashboardFilter"];
              dashboardGridLayout: "?DashboardGridLayout";
              dashboardResultRefreshedDate: "?string";
              dashboardResultRunningUser: "?string";
              dashboardType: "?string";
              description: "?string";
              folderName: "?string";
              isGridLayout: "?boolean";
              leftSection: "?DashboardComponentSection";
              middleSection: "?DashboardComponentSection";
              numSubscriptions: "?number";
              rightSection: "?DashboardComponentSection";
              runningUser: "?string";
              textColor: "string";
              title: "string";
              titleColor: "string";
              titleSize: "number";
          };
          type: "Dashboard";
      }
      • Readonly extends: "Metadata"
      • Readonly props: {
            backgroundEndColor: "string";
            backgroundFadeDirection: "string";
            backgroundStartColor: "string";
            chartTheme: "?string";
            colorPalette: "?string";
            dashboardChartTheme: "?string";
            dashboardColorPalette: "?string";
            dashboardFilters: readonly ["DashboardFilter"];
            dashboardGridLayout: "?DashboardGridLayout";
            dashboardResultRefreshedDate: "?string";
            dashboardResultRunningUser: "?string";
            dashboardType: "?string";
            description: "?string";
            folderName: "?string";
            isGridLayout: "?boolean";
            leftSection: "?DashboardComponentSection";
            middleSection: "?DashboardComponentSection";
            numSubscriptions: "?number";
            rightSection: "?DashboardComponentSection";
            runningUser: "?string";
            textColor: "string";
            title: "string";
            titleColor: "string";
            titleSize: "number";
        }
        • Readonly backgroundEndColor: "string"
        • Readonly backgroundFadeDirection: "string"
        • Readonly backgroundStartColor: "string"
        • Readonly chartTheme: "?string"
        • Readonly colorPalette: "?string"
        • Readonly dashboardChartTheme: "?string"
        • Readonly dashboardColorPalette: "?string"
        • Readonly dashboardFilters: readonly ["DashboardFilter"]
        • Readonly dashboardGridLayout: "?DashboardGridLayout"
        • Readonly dashboardResultRefreshedDate: "?string"
        • Readonly dashboardResultRunningUser: "?string"
        • Readonly dashboardType: "?string"
        • Readonly description: "?string"
        • Readonly folderName: "?string"
        • Readonly isGridLayout: "?boolean"
        • Readonly leftSection: "?DashboardComponentSection"
        • Readonly middleSection: "?DashboardComponentSection"
        • Readonly numSubscriptions: "?number"
        • Readonly rightSection: "?DashboardComponentSection"
        • Readonly runningUser: "?string"
        • Readonly textColor: "string"
        • Readonly title: "string"
        • Readonly titleColor: "string"
        • Readonly titleSize: "number"
      • Readonly type: "Dashboard"
    • Readonly DashboardComponent: {
          props: {
              autoselectColumnsFromReport: "?boolean";
              chartAxisRange: "?string";
              chartAxisRangeMax: "?number";
              chartAxisRangeMin: "?number";
              chartSummary: readonly ["ChartSummary"];
              componentChartTheme: "?string";
              componentType: "string";
              dashboardFilterColumns: readonly ["DashboardFilterColumn"];
              dashboardTableColumn: readonly ["DashboardTableColumn"];
              decimalPrecision: "?number";
              displayUnits: "?string";
              drillDownUrl: "?string";
              drillEnabled: "?boolean";
              drillToDetailEnabled: "?boolean";
              enableHover: "?boolean";
              expandOthers: "?boolean";
              flexComponentProperties: "?DashboardFlexTableComponentProperties";
              footer: "?string";
              gaugeMax: "?number";
              gaugeMin: "?number";
              groupingColumn: readonly ["string"];
              groupingSortProperties: "?DashboardComponentGroupingSortProperties";
              header: "?string";
              indicatorBreakpoint1: "?number";
              indicatorBreakpoint2: "?number";
              indicatorHighColor: "?string";
              indicatorLowColor: "?string";
              indicatorMiddleColor: "?string";
              legendPosition: "?string";
              maxValuesDisplayed: "?number";
              metricLabel: "?string";
              page: "?string";
              pageHeightInPixels: "?number";
              report: "?string";
              scontrol: "?string";
              scontrolHeightInPixels: "?number";
              showPercentage: "?boolean";
              showPicturesOnCharts: "?boolean";
              showPicturesOnTables: "?boolean";
              showRange: "?boolean";
              showTotal: "?boolean";
              showValues: "?boolean";
              sortBy: "?string";
              title: "?string";
              useReportChart: "?boolean";
          };
          type: "DashboardComponent";
      }
      • Readonly props: {
            autoselectColumnsFromReport: "?boolean";
            chartAxisRange: "?string";
            chartAxisRangeMax: "?number";
            chartAxisRangeMin: "?number";
            chartSummary: readonly ["ChartSummary"];
            componentChartTheme: "?string";
            componentType: "string";
            dashboardFilterColumns: readonly ["DashboardFilterColumn"];
            dashboardTableColumn: readonly ["DashboardTableColumn"];
            decimalPrecision: "?number";
            displayUnits: "?string";
            drillDownUrl: "?string";
            drillEnabled: "?boolean";
            drillToDetailEnabled: "?boolean";
            enableHover: "?boolean";
            expandOthers: "?boolean";
            flexComponentProperties: "?DashboardFlexTableComponentProperties";
            footer: "?string";
            gaugeMax: "?number";
            gaugeMin: "?number";
            groupingColumn: readonly ["string"];
            groupingSortProperties: "?DashboardComponentGroupingSortProperties";
            header: "?string";
            indicatorBreakpoint1: "?number";
            indicatorBreakpoint2: "?number";
            indicatorHighColor: "?string";
            indicatorLowColor: "?string";
            indicatorMiddleColor: "?string";
            legendPosition: "?string";
            maxValuesDisplayed: "?number";
            metricLabel: "?string";
            page: "?string";
            pageHeightInPixels: "?number";
            report: "?string";
            scontrol: "?string";
            scontrolHeightInPixels: "?number";
            showPercentage: "?boolean";
            showPicturesOnCharts: "?boolean";
            showPicturesOnTables: "?boolean";
            showRange: "?boolean";
            showTotal: "?boolean";
            showValues: "?boolean";
            sortBy: "?string";
            title: "?string";
            useReportChart: "?boolean";
        }
        • Readonly autoselectColumnsFromReport: "?boolean"
        • Readonly chartAxisRange: "?string"
        • Readonly chartAxisRangeMax: "?number"
        • Readonly chartAxisRangeMin: "?number"
        • Readonly chartSummary: readonly ["ChartSummary"]
        • Readonly componentChartTheme: "?string"
        • Readonly componentType: "string"
        • Readonly dashboardFilterColumns: readonly ["DashboardFilterColumn"]
        • Readonly dashboardTableColumn: readonly ["DashboardTableColumn"]
        • Readonly decimalPrecision: "?number"
        • Readonly displayUnits: "?string"
        • Readonly drillDownUrl: "?string"
        • Readonly drillEnabled: "?boolean"
        • Readonly drillToDetailEnabled: "?boolean"
        • Readonly enableHover: "?boolean"
        • Readonly expandOthers: "?boolean"
        • Readonly flexComponentProperties: "?DashboardFlexTableComponentProperties"
        • Readonly footer: "?string"
        • Readonly gaugeMax: "?number"
        • Readonly gaugeMin: "?number"
        • Readonly groupingColumn: readonly ["string"]
        • Readonly groupingSortProperties: "?DashboardComponentGroupingSortProperties"
        • Readonly header: "?string"
        • Readonly indicatorBreakpoint1: "?number"
        • Readonly indicatorBreakpoint2: "?number"
        • Readonly indicatorHighColor: "?string"
        • Readonly indicatorLowColor: "?string"
        • Readonly indicatorMiddleColor: "?string"
        • Readonly legendPosition: "?string"
        • Readonly maxValuesDisplayed: "?number"
        • Readonly metricLabel: "?string"
        • Readonly page: "?string"
        • Readonly pageHeightInPixels: "?number"
        • Readonly report: "?string"
        • Readonly scontrol: "?string"
        • Readonly scontrolHeightInPixels: "?number"
        • Readonly showPercentage: "?boolean"
        • Readonly showPicturesOnCharts: "?boolean"
        • Readonly showPicturesOnTables: "?boolean"
        • Readonly showRange: "?boolean"
        • Readonly showTotal: "?boolean"
        • Readonly showValues: "?boolean"
        • Readonly sortBy: "?string"
        • Readonly title: "?string"
        • Readonly useReportChart: "?boolean"
      • Readonly type: "DashboardComponent"
    • Readonly DashboardComponentColumn: {
          props: {
              breakPoint1: "?number";
              breakPoint2: "?number";
              breakPointOrder: "?number";
              highRangeColor: "?number";
              lowRangeColor: "?number";
              midRangeColor: "?number";
              reportColumn: "string";
              showSubTotal: "?boolean";
              showTotal: "?boolean";
              type: "string";
          };
          type: "DashboardComponentColumn";
      }
      • Readonly props: {
            breakPoint1: "?number";
            breakPoint2: "?number";
            breakPointOrder: "?number";
            highRangeColor: "?number";
            lowRangeColor: "?number";
            midRangeColor: "?number";
            reportColumn: "string";
            showSubTotal: "?boolean";
            showTotal: "?boolean";
            type: "string";
        }
        • Readonly breakPoint1: "?number"
        • Readonly breakPoint2: "?number"
        • Readonly breakPointOrder: "?number"
        • Readonly highRangeColor: "?number"
        • Readonly lowRangeColor: "?number"
        • Readonly midRangeColor: "?number"
        • Readonly reportColumn: "string"
        • Readonly showSubTotal: "?boolean"
        • Readonly showTotal: "?boolean"
        • Readonly type: "string"
      • Readonly type: "DashboardComponentColumn"
    • Readonly DashboardComponentGroupingSort: {
          props: {
              groupingLevel: "string";
              inheritedReportGroupingSort: "?string";
              sortColumn: "?string";
              sortOrder: "?string";
          };
          type: "DashboardComponentGroupingSort";
      }
      • Readonly props: {
            groupingLevel: "string";
            inheritedReportGroupingSort: "?string";
            sortColumn: "?string";
            sortOrder: "?string";
        }
        • Readonly groupingLevel: "string"
        • Readonly inheritedReportGroupingSort: "?string"
        • Readonly sortColumn: "?string"
        • Readonly sortOrder: "?string"
      • Readonly type: "DashboardComponentGroupingSort"
    • Readonly DashboardComponentGroupingSortProperties: {
          props: {
              groupingSorts: readonly ["DashboardComponentGroupingSort"];
          };
          type: "DashboardComponentGroupingSortProperties";
      }
      • Readonly props: {
            groupingSorts: readonly ["DashboardComponentGroupingSort"];
        }
        • Readonly groupingSorts: readonly ["DashboardComponentGroupingSort"]
      • Readonly type: "DashboardComponentGroupingSortProperties"
    • Readonly DashboardComponentSection: {
          props: {
              columnSize: "string";
              components: readonly ["DashboardComponent"];
          };
          type: "DashboardComponentSection";
      }
      • Readonly props: {
            columnSize: "string";
            components: readonly ["DashboardComponent"];
        }
        • Readonly columnSize: "string"
        • Readonly components: readonly ["DashboardComponent"]
      • Readonly type: "DashboardComponentSection"
    • Readonly DashboardComponentSortInfo: {
          props: {
              sortColumn: "?string";
              sortOrder: "?string";
          };
          type: "DashboardComponentSortInfo";
      }
      • Readonly props: {
            sortColumn: "?string";
            sortOrder: "?string";
        }
        • Readonly sortColumn: "?string"
        • Readonly sortOrder: "?string"
      • Readonly type: "DashboardComponentSortInfo"
    • Readonly DashboardFilter: {
          props: {
              dashboardFilterOptions: readonly ["DashboardFilterOption"];
              name: "string";
          };
          type: "DashboardFilter";
      }
      • Readonly props: {
            dashboardFilterOptions: readonly ["DashboardFilterOption"];
            name: "string";
        }
        • Readonly dashboardFilterOptions: readonly ["DashboardFilterOption"]
        • Readonly name: "string"
      • Readonly type: "DashboardFilter"
    • Readonly DashboardFilterColumn: {
          props: {
              column: "string";
          };
          type: "DashboardFilterColumn";
      }
      • Readonly props: {
            column: "string";
        }
        • Readonly column: "string"
      • Readonly type: "DashboardFilterColumn"
    • Readonly DashboardFilterOption: {
          props: {
              operator: "string";
              values: readonly ["string"];
          };
          type: "DashboardFilterOption";
      }
      • Readonly props: {
            operator: "string";
            values: readonly ["string"];
        }
        • Readonly operator: "string"
        • Readonly values: readonly ["string"]
      • Readonly type: "DashboardFilterOption"
    • Readonly DashboardFlexTableComponentProperties: {
          props: {
              decimalPrecision: "?number";
              flexTableColumn: readonly ["DashboardComponentColumn"];
              flexTableSortInfo: "?DashboardComponentSortInfo";
              hideChatterPhotos: "?boolean";
          };
          type: "DashboardFlexTableComponentProperties";
      }
      • Readonly props: {
            decimalPrecision: "?number";
            flexTableColumn: readonly ["DashboardComponentColumn"];
            flexTableSortInfo: "?DashboardComponentSortInfo";
            hideChatterPhotos: "?boolean";
        }
        • Readonly decimalPrecision: "?number"
        • Readonly flexTableColumn: readonly ["DashboardComponentColumn"]
        • Readonly flexTableSortInfo: "?DashboardComponentSortInfo"
        • Readonly hideChatterPhotos: "?boolean"
      • Readonly type: "DashboardFlexTableComponentProperties"
    • Readonly DashboardFolder: {
          extends: "Folder";
          props: {};
          type: "DashboardFolder";
      }
      • Readonly extends: "Folder"
      • Readonly props: {}
        • Readonly type: "DashboardFolder"
      • Readonly DashboardGridComponent: {
            props: {
                colSpan: "number";
                columnIndex: "number";
                dashboardComponent: "DashboardComponent";
                rowIndex: "number";
                rowSpan: "number";
            };
            type: "DashboardGridComponent";
        }
        • Readonly props: {
              colSpan: "number";
              columnIndex: "number";
              dashboardComponent: "DashboardComponent";
              rowIndex: "number";
              rowSpan: "number";
          }
          • Readonly colSpan: "number"
          • Readonly columnIndex: "number"
          • Readonly dashboardComponent: "DashboardComponent"
          • Readonly rowIndex: "number"
          • Readonly rowSpan: "number"
        • Readonly type: "DashboardGridComponent"
      • Readonly DashboardGridLayout: {
            props: {
                dashboardGridComponents: readonly ["DashboardGridComponent"];
                numberOfColumns: "number";
                rowHeight: "number";
            };
            type: "DashboardGridLayout";
        }
        • Readonly props: {
              dashboardGridComponents: readonly ["DashboardGridComponent"];
              numberOfColumns: "number";
              rowHeight: "number";
          }
          • Readonly dashboardGridComponents: readonly ["DashboardGridComponent"]
          • Readonly numberOfColumns: "number"
          • Readonly rowHeight: "number"
        • Readonly type: "DashboardGridLayout"
      • Readonly DashboardMobileSettings: {
            props: {
                enableDashboardIPadApp: "?boolean";
            };
            type: "DashboardMobileSettings";
        }
        • Readonly props: {
              enableDashboardIPadApp: "?boolean";
          }
          • Readonly enableDashboardIPadApp: "?boolean"
        • Readonly type: "DashboardMobileSettings"
      • Readonly DashboardTableColumn: {
            props: {
                aggregateType: "?string";
                calculatePercent: "?boolean";
                column: "string";
                decimalPlaces: "?number";
                showSubTotal: "?boolean";
                showTotal: "?boolean";
                sortBy: "?string";
            };
            type: "DashboardTableColumn";
        }
        • Readonly props: {
              aggregateType: "?string";
              calculatePercent: "?boolean";
              column: "string";
              decimalPlaces: "?number";
              showSubTotal: "?boolean";
              showTotal: "?boolean";
              sortBy: "?string";
          }
          • Readonly aggregateType: "?string"
          • Readonly calculatePercent: "?boolean"
          • Readonly column: "string"
          • Readonly decimalPlaces: "?number"
          • Readonly showSubTotal: "?boolean"
          • Readonly showTotal: "?boolean"
          • Readonly sortBy: "?string"
        • Readonly type: "DashboardTableColumn"
      • Readonly DataCategory: {
            props: {
                dataCategory: readonly ["DataCategory"];
                label: "string";
                name: "string";
            };
            type: "DataCategory";
        }
        • Readonly props: {
              dataCategory: readonly ["DataCategory"];
              label: "string";
              name: "string";
          }
          • Readonly dataCategory: readonly ["DataCategory"]
          • Readonly label: "string"
          • Readonly name: "string"
        • Readonly type: "DataCategory"
      • Readonly DataCategoryGroup: {
            extends: "Metadata";
            props: {
                active: "boolean";
                dataCategory: "DataCategory";
                description: "?string";
                label: "string";
                objectUsage: "?ObjectUsage";
            };
            type: "DataCategoryGroup";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              active: "boolean";
              dataCategory: "DataCategory";
              description: "?string";
              label: "string";
              objectUsage: "?ObjectUsage";
          }
          • Readonly active: "boolean"
          • Readonly dataCategory: "DataCategory"
          • Readonly description: "?string"
          • Readonly label: "string"
          • Readonly objectUsage: "?ObjectUsage"
        • Readonly type: "DataCategoryGroup"
      • Readonly DataDotComSettings: {
            extends: "Metadata";
            props: {
                enableAccountExportButtonOff: "?boolean";
                enableAccountImportButtonOff: "?boolean";
                enableAllowDupeContactFromLead: "?boolean";
                enableAllowDupeLeadFromContact: "?boolean";
                enableCleanUpgradeRequested: "?boolean";
                enableContactExportButtonOff: "?boolean";
                enableContactImportButtonOff: "?boolean";
            };
            type: "DataDotComSettings";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              enableAccountExportButtonOff: "?boolean";
              enableAccountImportButtonOff: "?boolean";
              enableAllowDupeContactFromLead: "?boolean";
              enableAllowDupeLeadFromContact: "?boolean";
              enableCleanUpgradeRequested: "?boolean";
              enableContactExportButtonOff: "?boolean";
              enableContactImportButtonOff: "?boolean";
          }
          • Readonly enableAccountExportButtonOff: "?boolean"
          • Readonly enableAccountImportButtonOff: "?boolean"
          • Readonly enableAllowDupeContactFromLead: "?boolean"
          • Readonly enableAllowDupeLeadFromContact: "?boolean"
          • Readonly enableCleanUpgradeRequested: "?boolean"
          • Readonly enableContactExportButtonOff: "?boolean"
          • Readonly enableContactImportButtonOff: "?boolean"
        • Readonly type: "DataDotComSettings"
      • Readonly DefaultShortcut: {
            props: {
                action: "string";
                active: "boolean";
                keyCommand: "string";
            };
            type: "DefaultShortcut";
        }
        • Readonly props: {
              action: "string";
              active: "boolean";
              keyCommand: "string";
          }
          • Readonly action: "string"
          • Readonly active: "boolean"
          • Readonly keyCommand: "string"
        • Readonly type: "DefaultShortcut"
      • Readonly DelegateGroup: {
            extends: "Metadata";
            props: {
                customObjects: readonly ["string"];
                groups: readonly ["string"];
                label: "string";
                loginAccess: "boolean";
                permissionSets: readonly ["string"];
                profiles: readonly ["string"];
                roles: readonly ["string"];
            };
            type: "DelegateGroup";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              customObjects: readonly ["string"];
              groups: readonly ["string"];
              label: "string";
              loginAccess: "boolean";
              permissionSets: readonly ["string"];
              profiles: readonly ["string"];
              roles: readonly ["string"];
          }
          • Readonly customObjects: readonly ["string"]
          • Readonly groups: readonly ["string"]
          • Readonly label: "string"
          • Readonly loginAccess: "boolean"
          • Readonly permissionSets: readonly ["string"]
          • Readonly profiles: readonly ["string"]
          • Readonly roles: readonly ["string"]
        • Readonly type: "DelegateGroup"
      • Readonly DeleteResult: {
            props: {
                errors: readonly ["Error"];
                fullName: "string";
                success: "boolean";
            };
            type: "DeleteResult";
        }
        • Readonly props: {
              errors: readonly ["Error"];
              fullName: "string";
              success: "boolean";
          }
          • Readonly errors: readonly ["Error"]
          • Readonly fullName: "string"
          • Readonly success: "boolean"
        • Readonly type: "DeleteResult"
      • Readonly DeployDetails: {
            props: {
                componentFailures: readonly ["DeployMessage"];
                componentSuccesses: readonly ["DeployMessage"];
                retrieveResult: "?RetrieveResult";
                runTestResult: "?RunTestsResult";
            };
            type: "DeployDetails";
        }
        • Readonly props: {
              componentFailures: readonly ["DeployMessage"];
              componentSuccesses: readonly ["DeployMessage"];
              retrieveResult: "?RetrieveResult";
              runTestResult: "?RunTestsResult";
          }
          • Readonly componentFailures: readonly ["DeployMessage"]
          • Readonly componentSuccesses: readonly ["DeployMessage"]
          • Readonly retrieveResult: "?RetrieveResult"
          • Readonly runTestResult: "?RunTestsResult"
        • Readonly type: "DeployDetails"
      • Readonly DeployMessage: {
            props: {
                changed: "boolean";
                columnNumber: "?number";
                componentType: "?string";
                created: "boolean";
                createdDate: "string";
                deleted: "boolean";
                fileName: "string";
                fullName: "string";
                id: "?string";
                lineNumber: "?number";
                problem: "?string";
                problemType: "?string";
                success: "boolean";
            };
            type: "DeployMessage";
        }
        • Readonly props: {
              changed: "boolean";
              columnNumber: "?number";
              componentType: "?string";
              created: "boolean";
              createdDate: "string";
              deleted: "boolean";
              fileName: "string";
              fullName: "string";
              id: "?string";
              lineNumber: "?number";
              problem: "?string";
              problemType: "?string";
              success: "boolean";
          }
          • Readonly changed: "boolean"
          • Readonly columnNumber: "?number"
          • Readonly componentType: "?string"
          • Readonly created: "boolean"
          • Readonly createdDate: "string"
          • Readonly deleted: "boolean"
          • Readonly fileName: "string"
          • Readonly fullName: "string"
          • Readonly id: "?string"
          • Readonly lineNumber: "?number"
          • Readonly problem: "?string"
          • Readonly problemType: "?string"
          • Readonly success: "boolean"
        • Readonly type: "DeployMessage"
      • Readonly DeployOptions: {
            props: {
                allowMissingFiles: "boolean";
                autoUpdatePackage: "boolean";
                checkOnly: "boolean";
                ignoreWarnings: "boolean";
                performRetrieve: "boolean";
                purgeOnDelete: "boolean";
                rollbackOnError: "boolean";
                runTests: readonly ["string"];
                singlePackage: "boolean";
                testLevel: "string";
            };
            type: "DeployOptions";
        }
        • Readonly props: {
              allowMissingFiles: "boolean";
              autoUpdatePackage: "boolean";
              checkOnly: "boolean";
              ignoreWarnings: "boolean";
              performRetrieve: "boolean";
              purgeOnDelete: "boolean";
              rollbackOnError: "boolean";
              runTests: readonly ["string"];
              singlePackage: "boolean";
              testLevel: "string";
          }
          • Readonly allowMissingFiles: "boolean"
          • Readonly autoUpdatePackage: "boolean"
          • Readonly checkOnly: "boolean"
          • Readonly ignoreWarnings: "boolean"
          • Readonly performRetrieve: "boolean"
          • Readonly purgeOnDelete: "boolean"
          • Readonly rollbackOnError: "boolean"
          • Readonly runTests: readonly ["string"]
          • Readonly singlePackage: "boolean"
          • Readonly testLevel: "string"
        • Readonly type: "DeployOptions"
      • Readonly DeployResult: {
            props: {
                canceledBy: "?string";
                canceledByName: "?string";
                checkOnly: "boolean";
                completedDate: "?string";
                createdBy: "string";
                createdByName: "string";
                createdDate: "string";
                details: "DeployDetails";
                done: "boolean";
                errorMessage: "?string";
                errorStatusCode: "?string";
                id: "string";
                ignoreWarnings: "boolean";
                lastModifiedDate: "?string";
                numberComponentErrors: "number";
                numberComponentsDeployed: "number";
                numberComponentsTotal: "number";
                numberTestErrors: "number";
                numberTestsCompleted: "number";
                numberTestsTotal: "number";
                rollbackOnError: "boolean";
                runTestsEnabled: "boolean";
                startDate: "?string";
                stateDetail: "?string";
                status: "string";
                success: "boolean";
            };
            type: "DeployResult";
        }
        • Readonly props: {
              canceledBy: "?string";
              canceledByName: "?string";
              checkOnly: "boolean";
              completedDate: "?string";
              createdBy: "string";
              createdByName: "string";
              createdDate: "string";
              details: "DeployDetails";
              done: "boolean";
              errorMessage: "?string";
              errorStatusCode: "?string";
              id: "string";
              ignoreWarnings: "boolean";
              lastModifiedDate: "?string";
              numberComponentErrors: "number";
              numberComponentsDeployed: "number";
              numberComponentsTotal: "number";
              numberTestErrors: "number";
              numberTestsCompleted: "number";
              numberTestsTotal: "number";
              rollbackOnError: "boolean";
              runTestsEnabled: "boolean";
              startDate: "?string";
              stateDetail: "?string";
              status: "string";
              success: "boolean";
          }
          • Readonly canceledBy: "?string"
          • Readonly canceledByName: "?string"
          • Readonly checkOnly: "boolean"
          • Readonly completedDate: "?string"
          • Readonly createdBy: "string"
          • Readonly createdByName: "string"
          • Readonly createdDate: "string"
          • Readonly details: "DeployDetails"
          • Readonly done: "boolean"
          • Readonly errorMessage: "?string"
          • Readonly errorStatusCode: "?string"
          • Readonly id: "string"
          • Readonly ignoreWarnings: "boolean"
          • Readonly lastModifiedDate: "?string"
          • Readonly numberComponentErrors: "number"
          • Readonly numberComponentsDeployed: "number"
          • Readonly numberComponentsTotal: "number"
          • Readonly numberTestErrors: "number"
          • Readonly numberTestsCompleted: "number"
          • Readonly numberTestsTotal: "number"
          • Readonly rollbackOnError: "boolean"
          • Readonly runTestsEnabled: "boolean"
          • Readonly startDate: "?string"
          • Readonly stateDetail: "?string"
          • Readonly status: "string"
          • Readonly success: "boolean"
        • Readonly type: "DeployResult"
      • Readonly DeploymentSettings: {
            extends: "Metadata";
            props: {
                doesSkipAsyncApexValidation: "?boolean";
            };
            type: "DeploymentSettings";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              doesSkipAsyncApexValidation: "?boolean";
          }
          • Readonly doesSkipAsyncApexValidation: "?boolean"
        • Readonly type: "DeploymentSettings"
      • Readonly DescribeMetadataObject: {
            props: {
                childXmlNames: readonly ["string"];
                directoryName: "string";
                inFolder: "boolean";
                metaFile: "boolean";
                suffix: "?string";
                xmlName: "string";
            };
            type: "DescribeMetadataObject";
        }
        • Readonly props: {
              childXmlNames: readonly ["string"];
              directoryName: "string";
              inFolder: "boolean";
              metaFile: "boolean";
              suffix: "?string";
              xmlName: "string";
          }
          • Readonly childXmlNames: readonly ["string"]
          • Readonly directoryName: "string"
          • Readonly inFolder: "boolean"
          • Readonly metaFile: "boolean"
          • Readonly suffix: "?string"
          • Readonly xmlName: "string"
        • Readonly type: "DescribeMetadataObject"
      • Readonly DescribeMetadataResult: {
            props: {
                metadataObjects: readonly ["DescribeMetadataObject"];
                organizationNamespace: "string";
                partialSaveAllowed: "boolean";
                testRequired: "boolean";
            };
            type: "DescribeMetadataResult";
        }
        • Readonly props: {
              metadataObjects: readonly ["DescribeMetadataObject"];
              organizationNamespace: "string";
              partialSaveAllowed: "boolean";
              testRequired: "boolean";
          }
          • Readonly metadataObjects: readonly ["DescribeMetadataObject"]
          • Readonly organizationNamespace: "string"
          • Readonly partialSaveAllowed: "boolean"
          • Readonly testRequired: "boolean"
        • Readonly type: "DescribeMetadataResult"
      • Readonly DescribeValueTypeResult: {
            props: {
                apiCreatable: "boolean";
                apiDeletable: "boolean";
                apiReadable: "boolean";
                apiUpdatable: "boolean";
                parentField: "?ValueTypeField";
                valueTypeFields: readonly ["ValueTypeField"];
            };
            type: "DescribeValueTypeResult";
        }
        • Readonly props: {
              apiCreatable: "boolean";
              apiDeletable: "boolean";
              apiReadable: "boolean";
              apiUpdatable: "boolean";
              parentField: "?ValueTypeField";
              valueTypeFields: readonly ["ValueTypeField"];
          }
          • Readonly apiCreatable: "boolean"
          • Readonly apiDeletable: "boolean"
          • Readonly apiReadable: "boolean"
          • Readonly apiUpdatable: "boolean"
          • Readonly parentField: "?ValueTypeField"
          • Readonly valueTypeFields: readonly ["ValueTypeField"]
        • Readonly type: "DescribeValueTypeResult"
      • Readonly DevHubSettings: {
            extends: "Metadata";
            props: {
                enableShapeExportPref: "?boolean";
            };
            type: "DevHubSettings";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              enableShapeExportPref: "?boolean";
          }
          • Readonly enableShapeExportPref: "?boolean"
        • Readonly type: "DevHubSettings"
      • Readonly DiscoverySettings: {
            extends: "Metadata";
            props: {
                enableEinsteinAnswersPref: "?boolean";
            };
            type: "DiscoverySettings";
        }
        • Readonly extends: "Metadata"
        • Readonly props: {
              enableEinsteinAnswersPref: "?boolean";
          }
          • Readonly enableEinsteinAnswersPref: "?boolean"
        • Readonly type: "DiscoverySettings"
      • Readonly Document: {
            extends: "MetadataWithContent";
            props: {
                description: "?string";
                internalUseOnly: "boolean";
                keywords: "?string";
                name: "?string";
                public: "boolean";
            };
            type: "Document";
        }
        • Readonly extends: "MetadataWithContent"
        • Readonly props: {
              description: "?string";
              internalUseOnly: "boolean";
              keywords: "?string";
              name: "?string";
              public: "boolean";
          }
          • Readonly description: "?string"
          • Readonly internalUseOnly: "boolean"
          • Readonly keywords: "?string"
          • Readonly name: "?string"
          • Readonly public: "boolean"
        • Readonly type: "Document"
      • Readonly DocumentFolder: {
            extends: "Folder";
            props: {};
            type: "DocumentFolder";
        }
        • Readonly extends: "Folder"
        • Readonly props: {}
          • Readonly type: "DocumentFolder"
        • Readonly DocumentType: {
              extends: "Metadata";
              props: {
                  description: "string";
                  isActive: "boolean";
                  masterLabel: "string";
              };
              type: "DocumentType";
          }
          • Readonly extends: "Metadata"
          • Readonly props: {
                description: "string";
                isActive: "boolean";
                masterLabel: "string";
            }
            • Readonly description: "string"
            • Readonly isActive: "boolean"
            • Readonly masterLabel: "string"
          • Readonly type: "DocumentType"
        • Readonly DuplicateRule: {
              extends: "Metadata";
              props: {
                  actionOnInsert: "string";
                  actionOnUpdate: "string";
                  alertText: "?string";
                  description: "?string";
                  duplicateRuleFilter: "?DuplicateRuleFilter";
                  duplicateRuleMatchRules: readonly ["?", "DuplicateRuleMatchRule"];
                  isActive: "boolean";
                  masterLabel: "string";
                  operationsOnInsert: readonly ["string"];
                  operationsOnUpdate: readonly ["string"];
                  securityOption: "string";
                  sortOrder: "number";
              };
              type: "DuplicateRule";
          }
          • Readonly extends: "Metadata"
          • Readonly props: {
                actionOnInsert: "string";
                actionOnUpdate: "string";
                alertText: "?string";
                description: "?string";
                duplicateRuleFilter: "?DuplicateRuleFilter";
                duplicateRuleMatchRules: readonly ["?", "DuplicateRuleMatchRule"];
                isActive: "boolean";
                masterLabel: "string";
                operationsOnInsert: readonly ["string"];
                operationsOnUpdate: readonly ["string"];
                securityOption: "string";
                sortOrder: "number";
            }
            • Readonly actionOnInsert: "string"
            • Readonly actionOnUpdate: "string"
            • Readonly alertText: "?string"
            • Readonly description: "?string"
            • Readonly duplicateRuleFilter: "?DuplicateRuleFilter"
            • Readonly duplicateRuleMatchRules: readonly ["?", "DuplicateRuleMatchRule"]
            • Readonly isActive: "boolean"
            • Readonly masterLabel: "string"
            • Readonly operationsOnInsert: readonly ["string"]
            • Readonly operationsOnUpdate: readonly ["string"]
            • Readonly securityOption: "string"
            • Readonly sortOrder: "number"
          • Readonly type: "DuplicateRule"
        • Readonly DuplicateRuleFilter: {
              props: {
                  booleanFilter: "?string";
                  duplicateRuleFilterItems: readonly ["DuplicateRuleFilterItem"];
              };
              type: "DuplicateRuleFilter";
          }
          • Readonly props: {
                booleanFilter: "?string";
                duplicateRuleFilterItems: readonly ["DuplicateRuleFilterItem"];
            }
            • Readonly booleanFilter: "?string"
            • Readonly duplicateRuleFilterItems: readonly ["DuplicateRuleFilterItem"]
          • Readonly type: "DuplicateRuleFilter"
        • Readonly DuplicateRuleFilterItem: {
              extends: "FilterItem";
              props: {
                  sortOrder: "number";
                  table: "string";
              };
              type: "DuplicateRuleFilterItem";
          }
          • Readonly extends: "FilterItem"
          • Readonly props: {
                sortOrder: "number";
                table: "string";
            }
            • Readonly sortOrder: "number"
            • Readonly table: "string"
          • Readonly type: "DuplicateRuleFilterItem"
        • Readonly DuplicateRuleMatchRule: {
              props: {
                  matchRuleSObjectType: "string";
                  matchingRule: "string";
                  objectMapping: "?ObjectMapping";
              };
              type: "DuplicateRuleMatchRule";
          }
          • Readonly props: {
                matchRuleSObjectType: "string";
                matchingRule: "string";
                objectMapping: "?ObjectMapping";
            }
            • Readonly matchRuleSObjectType: "string"
            • Readonly matchingRule: "string"
            • Readonly objectMapping: "?ObjectMapping"
          • Readonly type: "DuplicateRuleMatchRule"
        • Readonly EACSettings: {
              extends: "Metadata";
              props: {
                  enableEACForEveryonePref: "?boolean";
                  enableInboxActivitySharing: "?boolean";
                  enableInsightsInTimeline: "?boolean";
                  enableInsightsInTimelineEacStd: "?boolean";
              };
              type: "EACSettings";
          }
          • Readonly extends: "Metadata"
          • Readonly props: {
                enableEACForEveryonePref: "?boolean";
                enableInboxActivitySharing: "?boolean";
                enableInsightsInTimeline: "?boolean";
                enableInsightsInTimelineEacStd: "?boolean";
            }
            • Readonly enableEACForEveryonePref: "?boolean"
            • Readonly enableInboxActivitySharing: "?boolean"
            • Readonly enableInsightsInTimeline: "?boolean"
            • Readonly enableInsightsInTimelineEacStd: "?boolean"
          • Readonly type: "EACSettings"
        • Readonly EclairGeoData: {
              extends: "MetadataWithContent";
              props: {
                  maps: readonly ["EclairMap"];
                  masterLabel: "string";
              };
              type: "EclairGeoData";
          }
          • Readonly extends: "MetadataWithContent"
          • Readonly props: {
                maps: readonly ["EclairMap"];
                masterLabel: "string";
            }
            • Readonly maps: readonly ["EclairMap"]
            • Readonly masterLabel: "string"
          • Readonly type: "EclairGeoData"
        • Readonly EclairMap: {
              props: {
                  boundingBoxBottom: "?number";
                  boundingBoxLeft: "?number";
                  boundingBoxRight: "?number";
                  boundingBoxTop: "?number";
                  mapLabel: "?string";
                  mapName: "string";
                  projection: "string";
              };
              type: "EclairMap";
          }
          • Readonly props: {
                boundingBoxBottom: "?number";
                boundingBoxLeft: "?number";
                boundingBoxRight: "?number";
                boundingBoxTop: "?number";
                mapLabel: "?string";
                mapName: "string";
                projection: "string";
            }
            • Readonly boundingBoxBottom: "?number"
            • Readonly boundingBoxLeft: "?number"
            • Readonly boundingBoxRight: "?number"
            • Readonly boundingBoxTop: "?number"
            • Readonly mapLabel: "?string"
            • Readonly mapName: "string"
            • Readonly projection: "string"
          • Readonly type: "EclairMap"
        • Readonly EmailAdministrationSettings: {
              extends: "Metadata";
              props: {
                  enableComplianceBcc: "?boolean";
                  enableEmailConsentManagement: "?boolean";
                  enableEmailSenderIdCompliance: "?boolean";
                  enableEmailSpfCompliance: "?boolean";
                  enableEmailToSalesforce: "?boolean";
                  enableEmailWorkflowApproval: "?boolean";
                  enableEnhancedEmailEnabled: "?boolean";
                  enableHandleBouncedEmails: "?boolean";
                  enableHtmlEmail: "?boolean";
                  enableListEmailLogActivities: "?boolean";
                  enableResendBouncedEmails: "?boolean";
                  enableRestrictTlsToDomains: "?boolean";
                  enableSendThroughGmailPref: "?boolean";
                  enableSendViaExchangePref: "?boolean";
                  enableSendViaGmailPref: "?boolean";
                  enableSetMatchingEmailsOnBounce: "?boolean";
                  enableUseOrgFootersForExtTrans: "?boolean";
                  sendEmailsEvenWhenAutomationUpdatesSameRecord: "?boolean";
                  sendMassEmailNotification: "?boolean";
                  sendTextOnlySystemEmails: "?boolean";
              };
              type: "EmailAdministrationSettings";
          }
          • Readonly extends: "Metadata"
          • Readonly props: {
                enableComplianceBcc: "?boolean";
                enableEmailConsentManagement: "?boolean";
                enableEmailSenderIdCompliance: "?boolean";
                enableEmailSpfCompliance: "?boolean";
                enableEmailToSalesforce: "?boolean";
                enableEmailWorkflowApproval: "?boolean";
                enableEnhancedEmailEnabled: "?boolean";
                enableHandleBouncedEmails: "?boolean";
                enableHtmlEmail: "?boolean";
                enableListEmailLogActivities: "?boolean";
                enableResendBouncedEmails: "?boolean";
                enableRestrictTlsToDomains: "?boolean";
                enableSendThroughGmailPref: "?boolean";
                enableSendViaExchangePref: "?boolean";
                enableSendViaGmailPref: "?boolean";
                enableSetMatchingEmailsOnBounce: "?boolean";
                enableUseOrgFootersForExtTrans: "?boolean";
                sendEmailsEvenWhenAutomationUpdatesSameRecord: "?boolean";
                sendMassEmailNotification: "?boolean";
                sendTextOnlySystemEmails: "?boolean";
            }
            • Readonly enableComplianceBcc: "?boolean"
            • Readonly enableEmailConsentManagement: "?boolean"
            • Readonly enableEmailSenderIdCompliance: "?boolean"
            • Readonly enableEmailSpfCompliance: "?boolean"
            • Readonly enableEmailToSalesforce: "?boolean"
            • Readonly enableEmailWorkflowApproval: "?boolean"
            • Readonly enableEnhancedEmailEnabled: "?boolean"
            • Readonly enableHandleBouncedEmails: "?boolean"
            • Readonly enableHtmlEmail: "?boolean"
            • Readonly enableListEmailLogActivities: "?boolean"
            • Readonly enableResendBouncedEmails: "?boolean"
            • Readonly enableRestrictTlsToDomains: "?boolean"
            • Readonly enableSendThroughGmailPref: "?boolean"
            • Readonly enableSendViaExchangePref: "?boolean"
            • Readonly enableSendViaGmailPref: "?boolean"
            • Readonly enableSetMatchingEmailsOnBounce: "?boolean"
            • Readonly enableUseOrgFootersForExtTrans: "?boolean"
            • Readonly sendEmailsEvenWhenAutomationUpdatesSameRecord: "?boolean"
            • Readonly sendMassEmailNotification: "?boolean"
            • Readonly sendTextOnlySystemEmails: "?boolean"
          • Readonly type: "EmailAdministrationSettings"
        • Readonly EmailFolder: {
              extends: "Folder";
              props: {};
              type: "EmailFolder";
          }
          • Readonly extends: "Folder"
          • Readonly props: {}
            • Readonly type: "EmailFolder"
          • Readonly EmailIntegrationSettings: {
                extends: "Metadata";
                props: {
                    doesEmailLogAsEmailMessageInOutlook: "?boolean";
                    doesGmailStayConnectedToSalesforce: "?boolean";
                    enableContactAndEventSync: "?boolean";
                    enableEmailTrackingInMobile: "?boolean";
                    enableEngageForOutlook: "?boolean";
                    enableGmailIntegration: "?boolean";
                    enableOutlookIntegration: "?boolean";
                    enableProductivityFeatures: "?boolean";
                    enableSupplementalContactInfoInMobile: "?boolean";
                    isLayoutCustomizationAllowed: "?boolean";
                    shouldUseTrustedDomainsList: "?boolean";
                };
                type: "EmailIntegrationSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  doesEmailLogAsEmailMessageInOutlook: "?boolean";
                  doesGmailStayConnectedToSalesforce: "?boolean";
                  enableContactAndEventSync: "?boolean";
                  enableEmailTrackingInMobile: "?boolean";
                  enableEngageForOutlook: "?boolean";
                  enableGmailIntegration: "?boolean";
                  enableOutlookIntegration: "?boolean";
                  enableProductivityFeatures: "?boolean";
                  enableSupplementalContactInfoInMobile: "?boolean";
                  isLayoutCustomizationAllowed: "?boolean";
                  shouldUseTrustedDomainsList: "?boolean";
              }
              • Readonly doesEmailLogAsEmailMessageInOutlook: "?boolean"
              • Readonly doesGmailStayConnectedToSalesforce: "?boolean"
              • Readonly enableContactAndEventSync: "?boolean"
              • Readonly enableEmailTrackingInMobile: "?boolean"
              • Readonly enableEngageForOutlook: "?boolean"
              • Readonly enableGmailIntegration: "?boolean"
              • Readonly enableOutlookIntegration: "?boolean"
              • Readonly enableProductivityFeatures: "?boolean"
              • Readonly enableSupplementalContactInfoInMobile: "?boolean"
              • Readonly isLayoutCustomizationAllowed: "?boolean"
              • Readonly shouldUseTrustedDomainsList: "?boolean"
            • Readonly type: "EmailIntegrationSettings"
          • Readonly EmailServicesAddress: {
                props: {
                    authorizedSenders: "?string";
                    developerName: "string";
                    isActive: "?boolean";
                    localPart: "string";
                    runAsUser: "string";
                };
                type: "EmailServicesAddress";
            }
            • Readonly props: {
                  authorizedSenders: "?string";
                  developerName: "string";
                  isActive: "?boolean";
                  localPart: "string";
                  runAsUser: "string";
              }
              • Readonly authorizedSenders: "?string"
              • Readonly developerName: "string"
              • Readonly isActive: "?boolean"
              • Readonly localPart: "string"
              • Readonly runAsUser: "string"
            • Readonly type: "EmailServicesAddress"
          • Readonly EmailServicesFunction: {
                extends: "Metadata";
                props: {
                    apexClass: "string";
                    attachmentOption: "string";
                    authenticationFailureAction: "string";
                    authorizationFailureAction: "string";
                    authorizedSenders: "?string";
                    emailServicesAddresses: readonly ["EmailServicesAddress"];
                    errorRoutingAddress: "?string";
                    functionInactiveAction: "string";
                    functionName: "string";
                    isActive: "?boolean";
                    isAuthenticationRequired: "?boolean";
                    isErrorRoutingEnabled: "?boolean";
                    isTextAttachmentsAsBinary: "?boolean";
                    isTlsRequired: "?boolean";
                    overLimitAction: "string";
                };
                type: "EmailServicesFunction";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  apexClass: "string";
                  attachmentOption: "string";
                  authenticationFailureAction: "string";
                  authorizationFailureAction: "string";
                  authorizedSenders: "?string";
                  emailServicesAddresses: readonly ["EmailServicesAddress"];
                  errorRoutingAddress: "?string";
                  functionInactiveAction: "string";
                  functionName: "string";
                  isActive: "?boolean";
                  isAuthenticationRequired: "?boolean";
                  isErrorRoutingEnabled: "?boolean";
                  isTextAttachmentsAsBinary: "?boolean";
                  isTlsRequired: "?boolean";
                  overLimitAction: "string";
              }
              • Readonly apexClass: "string"
              • Readonly attachmentOption: "string"
              • Readonly authenticationFailureAction: "string"
              • Readonly authorizationFailureAction: "string"
              • Readonly authorizedSenders: "?string"
              • Readonly emailServicesAddresses: readonly ["EmailServicesAddress"]
              • Readonly errorRoutingAddress: "?string"
              • Readonly functionInactiveAction: "string"
              • Readonly functionName: "string"
              • Readonly isActive: "?boolean"
              • Readonly isAuthenticationRequired: "?boolean"
              • Readonly isErrorRoutingEnabled: "?boolean"
              • Readonly isTextAttachmentsAsBinary: "?boolean"
              • Readonly isTlsRequired: "?boolean"
              • Readonly overLimitAction: "string"
            • Readonly type: "EmailServicesFunction"
          • Readonly EmailTemplate: {
                extends: "MetadataWithContent";
                props: {
                    apiVersion: "?number";
                    attachedDocuments: readonly ["string"];
                    attachments: readonly ["Attachment"];
                    available: "boolean";
                    description: "?string";
                    encodingKey: "string";
                    letterhead: "?string";
                    name: "string";
                    packageVersions: readonly ["PackageVersion"];
                    relatedEntityType: "?string";
                    style: "string";
                    subject: "?string";
                    textOnly: "?string";
                    type: "string";
                    uiType: "?string";
                };
                type: "EmailTemplate";
            }
            • Readonly extends: "MetadataWithContent"
            • Readonly props: {
                  apiVersion: "?number";
                  attachedDocuments: readonly ["string"];
                  attachments: readonly ["Attachment"];
                  available: "boolean";
                  description: "?string";
                  encodingKey: "string";
                  letterhead: "?string";
                  name: "string";
                  packageVersions: readonly ["PackageVersion"];
                  relatedEntityType: "?string";
                  style: "string";
                  subject: "?string";
                  textOnly: "?string";
                  type: "string";
                  uiType: "?string";
              }
              • Readonly apiVersion: "?number"
              • Readonly attachedDocuments: readonly ["string"]
              • Readonly attachments: readonly ["Attachment"]
              • Readonly available: "boolean"
              • Readonly description: "?string"
              • Readonly encodingKey: "string"
              • Readonly letterhead: "?string"
              • Readonly name: "string"
              • Readonly packageVersions: readonly ["PackageVersion"]
              • Readonly relatedEntityType: "?string"
              • Readonly style: "string"
              • Readonly subject: "?string"
              • Readonly textOnly: "?string"
              • Readonly type: "string"
              • Readonly uiType: "?string"
            • Readonly type: "EmailTemplate"
          • Readonly EmailTemplateSettings: {
                extends: "Metadata";
                props: {
                    enableLwcEmailTemplateBuilder: "?boolean";
                    enableTemplateEnhancedFolderPref: "?boolean";
                };
                type: "EmailTemplateSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableLwcEmailTemplateBuilder: "?boolean";
                  enableTemplateEnhancedFolderPref: "?boolean";
              }
              • Readonly enableLwcEmailTemplateBuilder: "?boolean"
              • Readonly enableTemplateEnhancedFolderPref: "?boolean"
            • Readonly type: "EmailTemplateSettings"
          • Readonly EmailToCaseRoutingAddress: {
                props: {
                    addressType: "?string";
                    authorizedSenders: "?string";
                    caseOrigin: "?string";
                    caseOwner: "?string";
                    caseOwnerType: "?string";
                    casePriority: "?string";
                    createTask: "?boolean";
                    emailAddress: "?string";
                    emailServicesAddress: "?string";
                    isVerified: "?boolean";
                    routingName: "?string";
                    saveEmailHeaders: "?boolean";
                    taskStatus: "?string";
                };
                type: "EmailToCaseRoutingAddress";
            }
            • Readonly props: {
                  addressType: "?string";
                  authorizedSenders: "?string";
                  caseOrigin: "?string";
                  caseOwner: "?string";
                  caseOwnerType: "?string";
                  casePriority: "?string";
                  createTask: "?boolean";
                  emailAddress: "?string";
                  emailServicesAddress: "?string";
                  isVerified: "?boolean";
                  routingName: "?string";
                  saveEmailHeaders: "?boolean";
                  taskStatus: "?string";
              }
              • Readonly addressType: "?string"
              • Readonly authorizedSenders: "?string"
              • Readonly caseOrigin: "?string"
              • Readonly caseOwner: "?string"
              • Readonly caseOwnerType: "?string"
              • Readonly casePriority: "?string"
              • Readonly createTask: "?boolean"
              • Readonly emailAddress: "?string"
              • Readonly emailServicesAddress: "?string"
              • Readonly isVerified: "?boolean"
              • Readonly routingName: "?string"
              • Readonly saveEmailHeaders: "?boolean"
              • Readonly taskStatus: "?string"
            • Readonly type: "EmailToCaseRoutingAddress"
          • Readonly EmailToCaseSettings: {
                props: {
                    enableE2CAttachmentAsFile: "?boolean";
                    enableE2CSourceTracking: "?boolean";
                    enableEmailToCase: "?boolean";
                    enableHtmlEmail: "?boolean";
                    enableOnDemandEmailToCase: "?boolean";
                    enableThreadIDInBody: "?boolean";
                    enableThreadIDInSubject: "?boolean";
                    notifyOwnerOnNewCaseEmail: "?boolean";
                    overEmailLimitAction: "?string";
                    preQuoteSignature: "?boolean";
                    routingAddresses: readonly ["EmailToCaseRoutingAddress"];
                    unauthorizedSenderAction: "?string";
                };
                type: "EmailToCaseSettings";
            }
            • Readonly props: {
                  enableE2CAttachmentAsFile: "?boolean";
                  enableE2CSourceTracking: "?boolean";
                  enableEmailToCase: "?boolean";
                  enableHtmlEmail: "?boolean";
                  enableOnDemandEmailToCase: "?boolean";
                  enableThreadIDInBody: "?boolean";
                  enableThreadIDInSubject: "?boolean";
                  notifyOwnerOnNewCaseEmail: "?boolean";
                  overEmailLimitAction: "?string";
                  preQuoteSignature: "?boolean";
                  routingAddresses: readonly ["EmailToCaseRoutingAddress"];
                  unauthorizedSenderAction: "?string";
              }
              • Readonly enableE2CAttachmentAsFile: "?boolean"
              • Readonly enableE2CSourceTracking: "?boolean"
              • Readonly enableEmailToCase: "?boolean"
              • Readonly enableHtmlEmail: "?boolean"
              • Readonly enableOnDemandEmailToCase: "?boolean"
              • Readonly enableThreadIDInBody: "?boolean"
              • Readonly enableThreadIDInSubject: "?boolean"
              • Readonly notifyOwnerOnNewCaseEmail: "?boolean"
              • Readonly overEmailLimitAction: "?string"
              • Readonly preQuoteSignature: "?boolean"
              • Readonly routingAddresses: readonly ["EmailToCaseRoutingAddress"]
              • Readonly unauthorizedSenderAction: "?string"
            • Readonly type: "EmailToCaseSettings"
          • Readonly EmbeddedServiceAppointmentSettings: {
                props: {
                    appointmentConfirmImg: "?string";
                    enabled: "boolean";
                    homeImg: "?string";
                    logoImg: "?string";
                    shouldShowExistingAppointment: "?boolean";
                    shouldShowNewAppointment: "?boolean";
                };
                type: "EmbeddedServiceAppointmentSettings";
            }
            • Readonly props: {
                  appointmentConfirmImg: "?string";
                  enabled: "boolean";
                  homeImg: "?string";
                  logoImg: "?string";
                  shouldShowExistingAppointment: "?boolean";
                  shouldShowNewAppointment: "?boolean";
              }
              • Readonly appointmentConfirmImg: "?string"
              • Readonly enabled: "boolean"
              • Readonly homeImg: "?string"
              • Readonly logoImg: "?string"
              • Readonly shouldShowExistingAppointment: "?boolean"
              • Readonly shouldShowNewAppointment: "?boolean"
            • Readonly type: "EmbeddedServiceAppointmentSettings"
          • Readonly EmbeddedServiceBranding: {
                extends: "Metadata";
                props: {
                    contrastInvertedColor: "?string";
                    contrastPrimaryColor: "?string";
                    embeddedServiceConfig: "string";
                    font: "?string";
                    height: "?number";
                    masterLabel: "string";
                    navBarColor: "?string";
                    primaryColor: "?string";
                    secondaryColor: "?string";
                    width: "?number";
                };
                type: "EmbeddedServiceBranding";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  contrastInvertedColor: "?string";
                  contrastPrimaryColor: "?string";
                  embeddedServiceConfig: "string";
                  font: "?string";
                  height: "?number";
                  masterLabel: "string";
                  navBarColor: "?string";
                  primaryColor: "?string";
                  secondaryColor: "?string";
                  width: "?number";
              }
              • Readonly contrastInvertedColor: "?string"
              • Readonly contrastPrimaryColor: "?string"
              • Readonly embeddedServiceConfig: "string"
              • Readonly font: "?string"
              • Readonly height: "?number"
              • Readonly masterLabel: "string"
              • Readonly navBarColor: "?string"
              • Readonly primaryColor: "?string"
              • Readonly secondaryColor: "?string"
              • Readonly width: "?number"
            • Readonly type: "EmbeddedServiceBranding"
          • Readonly EmbeddedServiceConfig: {
                extends: "Metadata";
                props: {
                    areGuestUsersAllowed: "?boolean";
                    authMethod: "?string";
                    embeddedServiceAppointmentSettings: "?EmbeddedServiceAppointmentSettings";
                    embeddedServiceCustomComponents: readonly ["EmbeddedServiceCustomComponent"];
                    embeddedServiceCustomLabels: readonly ["EmbeddedServiceCustomLabel"];
                    embeddedServiceFlowConfig: "?EmbeddedServiceFlowConfig";
                    embeddedServiceFlows: readonly ["EmbeddedServiceFlow"];
                    embeddedServiceLayouts: readonly ["EmbeddedServiceLayout"];
                    masterLabel: "string";
                    shouldHideAuthDialog: "?boolean";
                    site: "string";
                };
                type: "EmbeddedServiceConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  areGuestUsersAllowed: "?boolean";
                  authMethod: "?string";
                  embeddedServiceAppointmentSettings: "?EmbeddedServiceAppointmentSettings";
                  embeddedServiceCustomComponents: readonly ["EmbeddedServiceCustomComponent"];
                  embeddedServiceCustomLabels: readonly ["EmbeddedServiceCustomLabel"];
                  embeddedServiceFlowConfig: "?EmbeddedServiceFlowConfig";
                  embeddedServiceFlows: readonly ["EmbeddedServiceFlow"];
                  embeddedServiceLayouts: readonly ["EmbeddedServiceLayout"];
                  masterLabel: "string";
                  shouldHideAuthDialog: "?boolean";
                  site: "string";
              }
              • Readonly areGuestUsersAllowed: "?boolean"
              • Readonly authMethod: "?string"
              • Readonly embeddedServiceAppointmentSettings: "?EmbeddedServiceAppointmentSettings"
              • Readonly embeddedServiceCustomComponents: readonly ["EmbeddedServiceCustomComponent"]
              • Readonly embeddedServiceCustomLabels: readonly ["EmbeddedServiceCustomLabel"]
              • Readonly embeddedServiceFlowConfig: "?EmbeddedServiceFlowConfig"
              • Readonly embeddedServiceFlows: readonly ["EmbeddedServiceFlow"]
              • Readonly embeddedServiceLayouts: readonly ["EmbeddedServiceLayout"]
              • Readonly masterLabel: "string"
              • Readonly shouldHideAuthDialog: "?boolean"
              • Readonly site: "string"
            • Readonly type: "EmbeddedServiceConfig"
          • Readonly EmbeddedServiceCustomComponent: {
                props: {
                    componentBundleType: "?string";
                    customComponent: "?string";
                    customComponentType: "?string";
                };
                type: "EmbeddedServiceCustomComponent";
            }
            • Readonly props: {
                  componentBundleType: "?string";
                  customComponent: "?string";
                  customComponentType: "?string";
              }
              • Readonly componentBundleType: "?string"
              • Readonly customComponent: "?string"
              • Readonly customComponentType: "?string"
            • Readonly type: "EmbeddedServiceCustomComponent"
          • Readonly EmbeddedServiceCustomLabel: {
                props: {
                    customLabel: "?string";
                    feature: "?string";
                    labelKey: "?string";
                };
                type: "EmbeddedServiceCustomLabel";
            }
            • Readonly props: {
                  customLabel: "?string";
                  feature: "?string";
                  labelKey: "?string";
              }
              • Readonly customLabel: "?string"
              • Readonly feature: "?string"
              • Readonly labelKey: "?string"
            • Readonly type: "EmbeddedServiceCustomLabel"
          • Readonly EmbeddedServiceFlow: {
                props: {
                    flow: "string";
                    flowType: "string";
                    isAuthenticationRequired: "boolean";
                };
                type: "EmbeddedServiceFlow";
            }
            • Readonly props: {
                  flow: "string";
                  flowType: "string";
                  isAuthenticationRequired: "boolean";
              }
              • Readonly flow: "string"
              • Readonly flowType: "string"
              • Readonly isAuthenticationRequired: "boolean"
            • Readonly type: "EmbeddedServiceFlow"
          • Readonly EmbeddedServiceFlowConfig: {
                extends: "Metadata";
                props: {
                    enabled: "boolean";
                };
                type: "EmbeddedServiceFlowConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enabled: "boolean";
              }
              • Readonly enabled: "boolean"
            • Readonly type: "EmbeddedServiceFlowConfig"
          • Readonly EmbeddedServiceLayout: {
                props: {
                    embeddedServiceLayoutRules: readonly ["EmbeddedServiceLayoutRule"];
                    layout: "string";
                    layoutType: "?string";
                };
                type: "EmbeddedServiceLayout";
            }
            • Readonly props: {
                  embeddedServiceLayoutRules: readonly ["EmbeddedServiceLayoutRule"];
                  layout: "string";
                  layoutType: "?string";
              }
              • Readonly embeddedServiceLayoutRules: readonly ["EmbeddedServiceLayoutRule"]
              • Readonly layout: "string"
              • Readonly layoutType: "?string"
            • Readonly type: "EmbeddedServiceLayout"
          • Readonly EmbeddedServiceLayoutRule: {
                props: {
                    appointmentStatus: "string";
                };
                type: "EmbeddedServiceLayoutRule";
            }
            • Readonly props: {
                  appointmentStatus: "string";
              }
              • Readonly appointmentStatus: "string"
            • Readonly type: "EmbeddedServiceLayoutRule"
          • Readonly EmbeddedServiceLiveAgent: {
                extends: "Metadata";
                props: {
                    avatarImg: "?string";
                    embeddedServiceConfig: "string";
                    embeddedServiceQuickActions: readonly ["EmbeddedServiceQuickAction"];
                    enabled: "boolean";
                    fontSize: "string";
                    headerBackgroundImg: "?string";
                    isOfflineCaseEnabled: "?boolean";
                    isQueuePositionEnabled: "?boolean";
                    liveAgentChatUrl: "?string";
                    liveAgentContentUrl: "?string";
                    liveChatButton: "string";
                    liveChatDeployment: "string";
                    masterLabel: "string";
                    offlineCaseBackgroundImg: "?string";
                    prechatBackgroundImg: "?string";
                    prechatEnabled: "boolean";
                    prechatJson: "?string";
                    scenario: "string";
                    smallCompanyLogoImg: "?string";
                    waitingStateBackgroundImg: "?string";
                };
                type: "EmbeddedServiceLiveAgent";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  avatarImg: "?string";
                  embeddedServiceConfig: "string";
                  embeddedServiceQuickActions: readonly ["EmbeddedServiceQuickAction"];
                  enabled: "boolean";
                  fontSize: "string";
                  headerBackgroundImg: "?string";
                  isOfflineCaseEnabled: "?boolean";
                  isQueuePositionEnabled: "?boolean";
                  liveAgentChatUrl: "?string";
                  liveAgentContentUrl: "?string";
                  liveChatButton: "string";
                  liveChatDeployment: "string";
                  masterLabel: "string";
                  offlineCaseBackgroundImg: "?string";
                  prechatBackgroundImg: "?string";
                  prechatEnabled: "boolean";
                  prechatJson: "?string";
                  scenario: "string";
                  smallCompanyLogoImg: "?string";
                  waitingStateBackgroundImg: "?string";
              }
              • Readonly avatarImg: "?string"
              • Readonly embeddedServiceConfig: "string"
              • Readonly embeddedServiceQuickActions: readonly ["EmbeddedServiceQuickAction"]
              • Readonly enabled: "boolean"
              • Readonly fontSize: "string"
              • Readonly headerBackgroundImg: "?string"
              • Readonly isOfflineCaseEnabled: "?boolean"
              • Readonly isQueuePositionEnabled: "?boolean"
              • Readonly liveAgentChatUrl: "?string"
              • Readonly liveAgentContentUrl: "?string"
              • Readonly liveChatButton: "string"
              • Readonly liveChatDeployment: "string"
              • Readonly masterLabel: "string"
              • Readonly offlineCaseBackgroundImg: "?string"
              • Readonly prechatBackgroundImg: "?string"
              • Readonly prechatEnabled: "boolean"
              • Readonly prechatJson: "?string"
              • Readonly scenario: "string"
              • Readonly smallCompanyLogoImg: "?string"
              • Readonly waitingStateBackgroundImg: "?string"
            • Readonly type: "EmbeddedServiceLiveAgent"
          • Readonly EmbeddedServiceMenuItem: {
                props: {
                    channel: "?string";
                    channelType: "?string";
                    displayOrder: "?number";
                    phoneNumber: "?string";
                };
                type: "EmbeddedServiceMenuItem";
            }
            • Readonly props: {
                  channel: "?string";
                  channelType: "?string";
                  displayOrder: "?number";
                  phoneNumber: "?string";
              }
              • Readonly channel: "?string"
              • Readonly channelType: "?string"
              • Readonly displayOrder: "?number"
              • Readonly phoneNumber: "?string"
            • Readonly type: "EmbeddedServiceMenuItem"
          • Readonly EmbeddedServiceMenuSettings: {
                extends: "Metadata";
                props: {
                    branding: "?string";
                    embeddedServiceMenuItems: readonly ["EmbeddedServiceMenuItem"];
                    isEnabled: "?boolean";
                    masterLabel: "?string";
                    site: "?string";
                };
                type: "EmbeddedServiceMenuSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  branding: "?string";
                  embeddedServiceMenuItems: readonly ["EmbeddedServiceMenuItem"];
                  isEnabled: "?boolean";
                  masterLabel: "?string";
                  site: "?string";
              }
              • Readonly branding: "?string"
              • Readonly embeddedServiceMenuItems: readonly ["EmbeddedServiceMenuItem"]
              • Readonly isEnabled: "?boolean"
              • Readonly masterLabel: "?string"
              • Readonly site: "?string"
            • Readonly type: "EmbeddedServiceMenuSettings"
          • Readonly EmbeddedServiceQuickAction: {
                props: {
                    embeddedServiceLiveAgent: "string";
                    order: "number";
                    quickActionDefinition: "string";
                    quickActionType: "?string";
                };
                type: "EmbeddedServiceQuickAction";
            }
            • Readonly props: {
                  embeddedServiceLiveAgent: "string";
                  order: "number";
                  quickActionDefinition: "string";
                  quickActionType: "?string";
              }
              • Readonly embeddedServiceLiveAgent: "string"
              • Readonly order: "number"
              • Readonly quickActionDefinition: "string"
              • Readonly quickActionType: "?string"
            • Readonly type: "EmbeddedServiceQuickAction"
          • Readonly EncryptionKeySettings: {
                extends: "Metadata";
                props: {
                    canOptOutOfDerivationWithBYOK: "?boolean";
                    enableCacheOnlyKeys: "?boolean";
                    enableReplayDetection: "?boolean";
                };
                type: "EncryptionKeySettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canOptOutOfDerivationWithBYOK: "?boolean";
                  enableCacheOnlyKeys: "?boolean";
                  enableReplayDetection: "?boolean";
              }
              • Readonly canOptOutOfDerivationWithBYOK: "?boolean"
              • Readonly enableCacheOnlyKeys: "?boolean"
              • Readonly enableReplayDetection: "?boolean"
            • Readonly type: "EncryptionKeySettings"
          • Readonly EnhancedNotesSettings: {
                extends: "Metadata";
                props: {
                    enableEnhancedNotes: "?boolean";
                    enableTasksOnEnhancedNotes: "?boolean";
                };
                type: "EnhancedNotesSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableEnhancedNotes: "?boolean";
                  enableTasksOnEnhancedNotes: "?boolean";
              }
              • Readonly enableEnhancedNotes: "?boolean"
              • Readonly enableTasksOnEnhancedNotes: "?boolean"
            • Readonly type: "EnhancedNotesSettings"
          • Readonly EntitlementProcess: {
                extends: "Metadata";
                props: {
                    SObjectType: "?string";
                    active: "?boolean";
                    businessHours: "?string";
                    description: "?string";
                    entryStartDateField: "?string";
                    exitCriteriaBooleanFilter: "?string";
                    exitCriteriaFilterItems: readonly ["FilterItem"];
                    exitCriteriaFormula: "?string";
                    isRecordTypeApplied: "?boolean";
                    isVersionDefault: "?boolean";
                    milestones: readonly ["EntitlementProcessMilestoneItem"];
                    name: "?string";
                    recordType: "?string";
                    versionMaster: "?string";
                    versionNotes: "?string";
                    versionNumber: "?number";
                };
                type: "EntitlementProcess";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  SObjectType: "?string";
                  active: "?boolean";
                  businessHours: "?string";
                  description: "?string";
                  entryStartDateField: "?string";
                  exitCriteriaBooleanFilter: "?string";
                  exitCriteriaFilterItems: readonly ["FilterItem"];
                  exitCriteriaFormula: "?string";
                  isRecordTypeApplied: "?boolean";
                  isVersionDefault: "?boolean";
                  milestones: readonly ["EntitlementProcessMilestoneItem"];
                  name: "?string";
                  recordType: "?string";
                  versionMaster: "?string";
                  versionNotes: "?string";
                  versionNumber: "?number";
              }
              • Readonly SObjectType: "?string"
              • Readonly active: "?boolean"
              • Readonly businessHours: "?string"
              • Readonly description: "?string"
              • Readonly entryStartDateField: "?string"
              • Readonly exitCriteriaBooleanFilter: "?string"
              • Readonly exitCriteriaFilterItems: readonly ["FilterItem"]
              • Readonly exitCriteriaFormula: "?string"
              • Readonly isRecordTypeApplied: "?boolean"
              • Readonly isVersionDefault: "?boolean"
              • Readonly milestones: readonly ["EntitlementProcessMilestoneItem"]
              • Readonly name: "?string"
              • Readonly recordType: "?string"
              • Readonly versionMaster: "?string"
              • Readonly versionNotes: "?string"
              • Readonly versionNumber: "?number"
            • Readonly type: "EntitlementProcess"
          • Readonly EntitlementProcessMilestoneItem: {
                props: {
                    businessHours: "?string";
                    criteriaBooleanFilter: "?string";
                    milestoneCriteriaFilterItems: readonly ["FilterItem"];
                    milestoneCriteriaFormula: "?string";
                    milestoneName: "?string";
                    minutesCustomClass: "?string";
                    minutesToComplete: "?number";
                    successActions: readonly ["WorkflowActionReference"];
                    timeTriggers: readonly ["EntitlementProcessMilestoneTimeTrigger"];
                    useCriteriaStartTime: "?boolean";
                };
                type: "EntitlementProcessMilestoneItem";
            }
            • Readonly props: {
                  businessHours: "?string";
                  criteriaBooleanFilter: "?string";
                  milestoneCriteriaFilterItems: readonly ["FilterItem"];
                  milestoneCriteriaFormula: "?string";
                  milestoneName: "?string";
                  minutesCustomClass: "?string";
                  minutesToComplete: "?number";
                  successActions: readonly ["WorkflowActionReference"];
                  timeTriggers: readonly ["EntitlementProcessMilestoneTimeTrigger"];
                  useCriteriaStartTime: "?boolean";
              }
              • Readonly businessHours: "?string"
              • Readonly criteriaBooleanFilter: "?string"
              • Readonly milestoneCriteriaFilterItems: readonly ["FilterItem"]
              • Readonly milestoneCriteriaFormula: "?string"
              • Readonly milestoneName: "?string"
              • Readonly minutesCustomClass: "?string"
              • Readonly minutesToComplete: "?number"
              • Readonly successActions: readonly ["WorkflowActionReference"]
              • Readonly timeTriggers: readonly ["EntitlementProcessMilestoneTimeTrigger"]
              • Readonly useCriteriaStartTime: "?boolean"
            • Readonly type: "EntitlementProcessMilestoneItem"
          • Readonly EntitlementProcessMilestoneTimeTrigger: {
                props: {
                    actions: readonly ["WorkflowActionReference"];
                    timeLength: "?number";
                    workflowTimeTriggerUnit: "string";
                };
                type: "EntitlementProcessMilestoneTimeTrigger";
            }
            • Readonly props: {
                  actions: readonly ["WorkflowActionReference"];
                  timeLength: "?number";
                  workflowTimeTriggerUnit: "string";
              }
              • Readonly actions: readonly ["WorkflowActionReference"]
              • Readonly timeLength: "?number"
              • Readonly workflowTimeTriggerUnit: "string"
            • Readonly type: "EntitlementProcessMilestoneTimeTrigger"
          • Readonly EntitlementSettings: {
                extends: "Metadata";
                props: {
                    assetLookupLimitedToActiveEntitlementsOnAccount: "?boolean";
                    assetLookupLimitedToActiveEntitlementsOnContact: "?boolean";
                    assetLookupLimitedToSameAccount: "?boolean";
                    assetLookupLimitedToSameContact: "?boolean";
                    enableEntitlementVersioning: "boolean";
                    enableEntitlements: "boolean";
                    enableMilestoneFeedItem: "?boolean";
                    enableMilestoneStoppedTime: "?boolean";
                    entitlementLookupLimitedToActiveStatus: "?boolean";
                    entitlementLookupLimitedToSameAccount: "?boolean";
                    entitlementLookupLimitedToSameAsset: "?boolean";
                    entitlementLookupLimitedToSameContact: "?boolean";
                    ignoreMilestoneBusinessHours: "?boolean";
                };
                type: "EntitlementSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  assetLookupLimitedToActiveEntitlementsOnAccount: "?boolean";
                  assetLookupLimitedToActiveEntitlementsOnContact: "?boolean";
                  assetLookupLimitedToSameAccount: "?boolean";
                  assetLookupLimitedToSameContact: "?boolean";
                  enableEntitlementVersioning: "boolean";
                  enableEntitlements: "boolean";
                  enableMilestoneFeedItem: "?boolean";
                  enableMilestoneStoppedTime: "?boolean";
                  entitlementLookupLimitedToActiveStatus: "?boolean";
                  entitlementLookupLimitedToSameAccount: "?boolean";
                  entitlementLookupLimitedToSameAsset: "?boolean";
                  entitlementLookupLimitedToSameContact: "?boolean";
                  ignoreMilestoneBusinessHours: "?boolean";
              }
              • Readonly assetLookupLimitedToActiveEntitlementsOnAccount: "?boolean"
              • Readonly assetLookupLimitedToActiveEntitlementsOnContact: "?boolean"
              • Readonly assetLookupLimitedToSameAccount: "?boolean"
              • Readonly assetLookupLimitedToSameContact: "?boolean"
              • Readonly enableEntitlementVersioning: "boolean"
              • Readonly enableEntitlements: "boolean"
              • Readonly enableMilestoneFeedItem: "?boolean"
              • Readonly enableMilestoneStoppedTime: "?boolean"
              • Readonly entitlementLookupLimitedToActiveStatus: "?boolean"
              • Readonly entitlementLookupLimitedToSameAccount: "?boolean"
              • Readonly entitlementLookupLimitedToSameAsset: "?boolean"
              • Readonly entitlementLookupLimitedToSameContact: "?boolean"
              • Readonly ignoreMilestoneBusinessHours: "?boolean"
            • Readonly type: "EntitlementSettings"
          • Readonly EntitlementTemplate: {
                extends: "Metadata";
                props: {
                    businessHours: "?string";
                    casesPerEntitlement: "?number";
                    entitlementProcess: "?string";
                    isPerIncident: "?boolean";
                    term: "?number";
                    type: "?string";
                };
                type: "EntitlementTemplate";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  businessHours: "?string";
                  casesPerEntitlement: "?number";
                  entitlementProcess: "?string";
                  isPerIncident: "?boolean";
                  term: "?number";
                  type: "?string";
              }
              • Readonly businessHours: "?string"
              • Readonly casesPerEntitlement: "?number"
              • Readonly entitlementProcess: "?string"
              • Readonly isPerIncident: "?boolean"
              • Readonly term: "?number"
              • Readonly type: "?string"
            • Readonly type: "EntitlementTemplate"
          • Readonly EntityImplements: {
                extends: "Metadata";
                props: {
                    fieldMap: readonly ["FieldImplements"];
                    interface: "?string";
                    isDefault: "?boolean";
                };
                type: "EntityImplements";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  fieldMap: readonly ["FieldImplements"];
                  interface: "?string";
                  isDefault: "?boolean";
              }
              • Readonly fieldMap: readonly ["FieldImplements"]
              • Readonly interface: "?string"
              • Readonly isDefault: "?boolean"
            • Readonly type: "EntityImplements"
          • Readonly Error: {
                props: {
                    extendedErrorDetails: readonly ["ExtendedErrorDetails"];
                    fields: readonly ["string"];
                    message: "string";
                    statusCode: "string";
                };
                type: "Error";
            }
            • Readonly props: {
                  extendedErrorDetails: readonly ["ExtendedErrorDetails"];
                  fields: readonly ["string"];
                  message: "string";
                  statusCode: "string";
              }
              • Readonly extendedErrorDetails: readonly ["ExtendedErrorDetails"]
              • Readonly fields: readonly ["string"]
              • Readonly message: "string"
              • Readonly statusCode: "string"
            • Readonly type: "Error"
          • Readonly EscalationAction: {
                props: {
                    assignedTo: "?string";
                    assignedToTemplate: "?string";
                    assignedToType: "?string";
                    minutesToEscalation: "?number";
                    notifyCaseOwner: "?boolean";
                    notifyEmail: readonly ["string"];
                    notifyTo: "?string";
                    notifyToTemplate: "?string";
                };
                type: "EscalationAction";
            }
            • Readonly props: {
                  assignedTo: "?string";
                  assignedToTemplate: "?string";
                  assignedToType: "?string";
                  minutesToEscalation: "?number";
                  notifyCaseOwner: "?boolean";
                  notifyEmail: readonly ["string"];
                  notifyTo: "?string";
                  notifyToTemplate: "?string";
              }
              • Readonly assignedTo: "?string"
              • Readonly assignedToTemplate: "?string"
              • Readonly assignedToType: "?string"
              • Readonly minutesToEscalation: "?number"
              • Readonly notifyCaseOwner: "?boolean"
              • Readonly notifyEmail: readonly ["string"]
              • Readonly notifyTo: "?string"
              • Readonly notifyToTemplate: "?string"
            • Readonly type: "EscalationAction"
          • Readonly EscalationRule: {
                extends: "Metadata";
                props: {
                    active: "?boolean";
                    ruleEntry: readonly ["RuleEntry"];
                };
                type: "EscalationRule";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  active: "?boolean";
                  ruleEntry: readonly ["RuleEntry"];
              }
              • Readonly active: "?boolean"
              • Readonly ruleEntry: readonly ["RuleEntry"]
            • Readonly type: "EscalationRule"
          • Readonly EscalationRules: {
                extends: "Metadata";
                props: {
                    escalationRule: readonly ["EscalationRule"];
                };
                type: "EscalationRules";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  escalationRule: readonly ["EscalationRule"];
              }
              • Readonly escalationRule: readonly ["EscalationRule"]
            • Readonly type: "EscalationRules"
          • Readonly EssentialsSettings: {
                extends: "Metadata";
                props: {
                    emailConnectorEnabled: "?boolean";
                    essentialsAppEnabled: "?boolean";
                };
                type: "EssentialsSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  emailConnectorEnabled: "?boolean";
                  essentialsAppEnabled: "?boolean";
              }
              • Readonly emailConnectorEnabled: "?boolean"
              • Readonly essentialsAppEnabled: "?boolean"
            • Readonly type: "EssentialsSettings"
          • Readonly EssentialsTrialOrgSettings: {
                extends: "Metadata";
                props: {
                    enableSampleDataDeleted: "?boolean";
                };
                type: "EssentialsTrialOrgSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableSampleDataDeleted: "?boolean";
              }
              • Readonly enableSampleDataDeleted: "?boolean"
            • Readonly type: "EssentialsTrialOrgSettings"
          • Readonly EventSettings: {
                extends: "Metadata";
                props: {
                    enableApexLimitEvents: "?boolean";
                    enableDeleteMonitoringData: "?boolean";
                    enableDynamicStreamingChannel: "?boolean";
                    enableEventLogWaveIntegration: "?boolean";
                    enableLoginForensics: "?boolean";
                    enableStreamingApi: "?boolean";
                    enableTerminateOldestSession: "?boolean";
                    enableTransactionSecurityPolicies: "?boolean";
                };
                type: "EventSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableApexLimitEvents: "?boolean";
                  enableDeleteMonitoringData: "?boolean";
                  enableDynamicStreamingChannel: "?boolean";
                  enableEventLogWaveIntegration: "?boolean";
                  enableLoginForensics: "?boolean";
                  enableStreamingApi: "?boolean";
                  enableTerminateOldestSession: "?boolean";
                  enableTransactionSecurityPolicies: "?boolean";
              }
              • Readonly enableApexLimitEvents: "?boolean"
              • Readonly enableDeleteMonitoringData: "?boolean"
              • Readonly enableDynamicStreamingChannel: "?boolean"
              • Readonly enableEventLogWaveIntegration: "?boolean"
              • Readonly enableLoginForensics: "?boolean"
              • Readonly enableStreamingApi: "?boolean"
              • Readonly enableTerminateOldestSession: "?boolean"
              • Readonly enableTransactionSecurityPolicies: "?boolean"
            • Readonly type: "EventSettings"
          • Readonly ExperienceBundleSettings: {
                extends: "Metadata";
                props: {
                    enableExperienceBundleMetadata: "?boolean";
                };
                type: "ExperienceBundleSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableExperienceBundleMetadata: "?boolean";
              }
              • Readonly enableExperienceBundleMetadata: "?boolean"
            • Readonly type: "ExperienceBundleSettings"
          • Readonly ExtendedErrorDetails: {
                props: {
                    extendedErrorCode: "string";
                };
                type: "ExtendedErrorDetails";
            }
            • Readonly props: {
                  extendedErrorCode: "string";
              }
              • Readonly extendedErrorCode: "string"
            • Readonly type: "ExtendedErrorDetails"
          • Readonly ExternalConnectionProperty: {
                props: {
                    propertyName: "string";
                    propertyValue: "string";
                };
                type: "ExternalConnectionProperty";
            }
            • Readonly props: {
                  propertyName: "string";
                  propertyValue: "string";
              }
              • Readonly propertyName: "string"
              • Readonly propertyValue: "string"
            • Readonly type: "ExternalConnectionProperty"
          • Readonly ExternalDataSource: {
                extends: "Metadata";
                props: {
                    authProvider: "?string";
                    certificate: "?string";
                    customConfiguration: "?string";
                    customHttpHeaders: readonly ["CustomHttpHeader"];
                    endpoint: "?string";
                    isWritable: "?boolean";
                    label: "string";
                    oauthRefreshToken: "?string";
                    oauthScope: "?string";
                    oauthToken: "?string";
                    password: "?string";
                    principalType: "string";
                    protocol: "string";
                    repository: "?string";
                    type: "string";
                    username: "?string";
                    version: "?string";
                };
                type: "ExternalDataSource";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  authProvider: "?string";
                  certificate: "?string";
                  customConfiguration: "?string";
                  customHttpHeaders: readonly ["CustomHttpHeader"];
                  endpoint: "?string";
                  isWritable: "?boolean";
                  label: "string";
                  oauthRefreshToken: "?string";
                  oauthScope: "?string";
                  oauthToken: "?string";
                  password: "?string";
                  principalType: "string";
                  protocol: "string";
                  repository: "?string";
                  type: "string";
                  username: "?string";
                  version: "?string";
              }
              • Readonly authProvider: "?string"
              • Readonly certificate: "?string"
              • Readonly customConfiguration: "?string"
              • Readonly customHttpHeaders: readonly ["CustomHttpHeader"]
              • Readonly endpoint: "?string"
              • Readonly isWritable: "?boolean"
              • Readonly label: "string"
              • Readonly oauthRefreshToken: "?string"
              • Readonly oauthScope: "?string"
              • Readonly oauthToken: "?string"
              • Readonly password: "?string"
              • Readonly principalType: "string"
              • Readonly protocol: "string"
              • Readonly repository: "?string"
              • Readonly type: "string"
              • Readonly username: "?string"
              • Readonly version: "?string"
            • Readonly type: "ExternalDataSource"
          • Readonly ExternalServiceRegistration: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    label: "string";
                    namedCredential: "?string";
                    schema: "?string";
                    schemaType: "?string";
                    schemaUrl: "?string";
                    status: "string";
                };
                type: "ExternalServiceRegistration";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  label: "string";
                  namedCredential: "?string";
                  schema: "?string";
                  schemaType: "?string";
                  schemaUrl: "?string";
                  status: "string";
              }
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly namedCredential: "?string"
              • Readonly schema: "?string"
              • Readonly schemaType: "?string"
              • Readonly schemaUrl: "?string"
              • Readonly status: "string"
            • Readonly type: "ExternalServiceRegistration"
          • Readonly ExternalServicesSettings: {
                extends: "Metadata";
                props: {
                    enableEnhancedExternalServices: "?boolean";
                };
                type: "ExternalServicesSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableEnhancedExternalServices: "?boolean";
              }
              • Readonly enableEnhancedExternalServices: "?boolean"
            • Readonly type: "ExternalServicesSettings"
          • Readonly FeedFilterCriterion: {
                props: {
                    feedItemType: "string";
                    feedItemVisibility: "?string";
                    relatedSObjectType: "?string";
                };
                type: "FeedFilterCriterion";
            }
            • Readonly props: {
                  feedItemType: "string";
                  feedItemVisibility: "?string";
                  relatedSObjectType: "?string";
              }
              • Readonly feedItemType: "string"
              • Readonly feedItemVisibility: "?string"
              • Readonly relatedSObjectType: "?string"
            • Readonly type: "FeedFilterCriterion"
          • Readonly FeedItemSettings: {
                props: {
                    characterLimit: "?number";
                    displayFormat: "?string";
                    feedItemType: "string";
                };
                type: "FeedItemSettings";
            }
            • Readonly props: {
                  characterLimit: "?number";
                  displayFormat: "?string";
                  feedItemType: "string";
              }
              • Readonly characterLimit: "?number"
              • Readonly displayFormat: "?string"
              • Readonly feedItemType: "string"
            • Readonly type: "FeedItemSettings"
          • Readonly FeedLayout: {
                props: {
                    autocollapsePublisher: "?boolean";
                    compactFeed: "?boolean";
                    feedFilterPosition: "?string";
                    feedFilters: readonly ["FeedLayoutFilter"];
                    fullWidthFeed: "?boolean";
                    hideSidebar: "?boolean";
                    highlightExternalFeedItems: "?boolean";
                    leftComponents: readonly ["FeedLayoutComponent"];
                    rightComponents: readonly ["FeedLayoutComponent"];
                    useInlineFiltersInConsole: "?boolean";
                };
                type: "FeedLayout";
            }
            • Readonly props: {
                  autocollapsePublisher: "?boolean";
                  compactFeed: "?boolean";
                  feedFilterPosition: "?string";
                  feedFilters: readonly ["FeedLayoutFilter"];
                  fullWidthFeed: "?boolean";
                  hideSidebar: "?boolean";
                  highlightExternalFeedItems: "?boolean";
                  leftComponents: readonly ["FeedLayoutComponent"];
                  rightComponents: readonly ["FeedLayoutComponent"];
                  useInlineFiltersInConsole: "?boolean";
              }
              • Readonly autocollapsePublisher: "?boolean"
              • Readonly compactFeed: "?boolean"
              • Readonly feedFilterPosition: "?string"
              • Readonly feedFilters: readonly ["FeedLayoutFilter"]
              • Readonly fullWidthFeed: "?boolean"
              • Readonly hideSidebar: "?boolean"
              • Readonly highlightExternalFeedItems: "?boolean"
              • Readonly leftComponents: readonly ["FeedLayoutComponent"]
              • Readonly rightComponents: readonly ["FeedLayoutComponent"]
              • Readonly useInlineFiltersInConsole: "?boolean"
            • Readonly type: "FeedLayout"
          • Readonly FeedLayoutComponent: {
                props: {
                    componentType: "string";
                    height: "?number";
                    page: "?string";
                };
                type: "FeedLayoutComponent";
            }
            • Readonly props: {
                  componentType: "string";
                  height: "?number";
                  page: "?string";
              }
              • Readonly componentType: "string"
              • Readonly height: "?number"
              • Readonly page: "?string"
            • Readonly type: "FeedLayoutComponent"
          • Readonly FeedLayoutFilter: {
                props: {
                    feedFilterName: "?string";
                    feedFilterType: "string";
                    feedItemType: "?string";
                };
                type: "FeedLayoutFilter";
            }
            • Readonly props: {
                  feedFilterName: "?string";
                  feedFilterType: "string";
                  feedItemType: "?string";
              }
              • Readonly feedFilterName: "?string"
              • Readonly feedFilterType: "string"
              • Readonly feedItemType: "?string"
            • Readonly type: "FeedLayoutFilter"
          • Readonly FieldImplements: {
                props: {
                    field: "?string";
                    interfaceField: "?string";
                };
                type: "FieldImplements";
            }
            • Readonly props: {
                  field: "?string";
                  interfaceField: "?string";
              }
              • Readonly field: "?string"
              • Readonly interfaceField: "?string"
            • Readonly type: "FieldImplements"
          • Readonly FieldMapping: {
                props: {
                    SObjectType: "string";
                    developerName: "string";
                    fieldMappingRows: readonly ["FieldMappingRow"];
                    masterLabel: "string";
                };
                type: "FieldMapping";
            }
            • Readonly props: {
                  SObjectType: "string";
                  developerName: "string";
                  fieldMappingRows: readonly ["FieldMappingRow"];
                  masterLabel: "string";
              }
              • Readonly SObjectType: "string"
              • Readonly developerName: "string"
              • Readonly fieldMappingRows: readonly ["FieldMappingRow"]
              • Readonly masterLabel: "string"
            • Readonly type: "FieldMapping"
          • Readonly FieldMappingField: {
                props: {
                    dataServiceField: "string";
                    dataServiceObjectName: "string";
                    priority: "number";
                };
                type: "FieldMappingField";
            }
            • Readonly props: {
                  dataServiceField: "string";
                  dataServiceObjectName: "string";
                  priority: "number";
              }
              • Readonly dataServiceField: "string"
              • Readonly dataServiceObjectName: "string"
              • Readonly priority: "number"
            • Readonly type: "FieldMappingField"
          • Readonly FieldMappingRow: {
                props: {
                    SObjectType: "string";
                    fieldMappingFields: readonly ["FieldMappingField"];
                    fieldName: "string";
                    mappingOperation: "string";
                };
                type: "FieldMappingRow";
            }
            • Readonly props: {
                  SObjectType: "string";
                  fieldMappingFields: readonly ["FieldMappingField"];
                  fieldName: "string";
                  mappingOperation: "string";
              }
              • Readonly SObjectType: "string"
              • Readonly fieldMappingFields: readonly ["FieldMappingField"]
              • Readonly fieldName: "string"
              • Readonly mappingOperation: "string"
            • Readonly type: "FieldMappingRow"
          • Readonly FieldOverride: {
                props: {
                    field: "string";
                    formula: "?string";
                    literalValue: "?string";
                };
                type: "FieldOverride";
            }
            • Readonly props: {
                  field: "string";
                  formula: "?string";
                  literalValue: "?string";
              }
              • Readonly field: "string"
              • Readonly formula: "?string"
              • Readonly literalValue: "?string"
            • Readonly type: "FieldOverride"
          • Readonly FieldServiceSettings: {
                extends: "Metadata";
                props: {
                    capacityUsageCalcClassId: "?string";
                    doesAllowEditSaForCrew: "?boolean";
                    doesShareSaParentWoWithAr: "?boolean";
                    doesShareSaWithAr: "?boolean";
                    enableWorkOrders: "?boolean";
                    fieldServiceNotificationsOrgPref: "?boolean";
                    fieldServiceOrgPref: "?boolean";
                    isGeoCodeSyncEnabled: "?boolean";
                    isLocationHistoryEnabled: "?boolean";
                    serviceAppointmentsDueDateOffsetOrgValue: "?number";
                    workOrderLineItemSearchFields: readonly ["string"];
                    workOrderSearchFields: readonly ["string"];
                };
                type: "FieldServiceSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  capacityUsageCalcClassId: "?string";
                  doesAllowEditSaForCrew: "?boolean";
                  doesShareSaParentWoWithAr: "?boolean";
                  doesShareSaWithAr: "?boolean";
                  enableWorkOrders: "?boolean";
                  fieldServiceNotificationsOrgPref: "?boolean";
                  fieldServiceOrgPref: "?boolean";
                  isGeoCodeSyncEnabled: "?boolean";
                  isLocationHistoryEnabled: "?boolean";
                  serviceAppointmentsDueDateOffsetOrgValue: "?number";
                  workOrderLineItemSearchFields: readonly ["string"];
                  workOrderSearchFields: readonly ["string"];
              }
              • Readonly capacityUsageCalcClassId: "?string"
              • Readonly doesAllowEditSaForCrew: "?boolean"
              • Readonly doesShareSaParentWoWithAr: "?boolean"
              • Readonly doesShareSaWithAr: "?boolean"
              • Readonly enableWorkOrders: "?boolean"
              • Readonly fieldServiceNotificationsOrgPref: "?boolean"
              • Readonly fieldServiceOrgPref: "?boolean"
              • Readonly isGeoCodeSyncEnabled: "?boolean"
              • Readonly isLocationHistoryEnabled: "?boolean"
              • Readonly serviceAppointmentsDueDateOffsetOrgValue: "?number"
              • Readonly workOrderLineItemSearchFields: readonly ["string"]
              • Readonly workOrderSearchFields: readonly ["string"]
            • Readonly type: "FieldServiceSettings"
          • Readonly FieldSet: {
                extends: "Metadata";
                props: {
                    availableFields: readonly ["FieldSetItem"];
                    description: "string";
                    displayedFields: readonly ["FieldSetItem"];
                    label: "string";
                };
                type: "FieldSet";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  availableFields: readonly ["FieldSetItem"];
                  description: "string";
                  displayedFields: readonly ["FieldSetItem"];
                  label: "string";
              }
              • Readonly availableFields: readonly ["FieldSetItem"]
              • Readonly description: "string"
              • Readonly displayedFields: readonly ["FieldSetItem"]
              • Readonly label: "string"
            • Readonly type: "FieldSet"
          • Readonly FieldSetItem: {
                props: {
                    field: "?string";
                    isFieldManaged: "?boolean";
                    isRequired: "?boolean";
                };
                type: "FieldSetItem";
            }
            • Readonly props: {
                  field: "?string";
                  isFieldManaged: "?boolean";
                  isRequired: "?boolean";
              }
              • Readonly field: "?string"
              • Readonly isFieldManaged: "?boolean"
              • Readonly isRequired: "?boolean"
            • Readonly type: "FieldSetItem"
          • Readonly FieldSetTranslation: {
                props: {
                    label: "string";
                    name: "string";
                };
                type: "FieldSetTranslation";
            }
            • Readonly props: {
                  label: "string";
                  name: "string";
              }
              • Readonly label: "string"
              • Readonly name: "string"
            • Readonly type: "FieldSetTranslation"
          • Readonly FieldValue: {
                props: {
                    name: "string";
                    value: "?any";
                };
                type: "FieldValue";
            }
            • Readonly props: {
                  name: "string";
                  value: "?any";
              }
              • Readonly name: "string"
              • Readonly value: "?any"
            • Readonly type: "FieldValue"
          • Readonly FileProperties: {
                props: {
                    createdById: "string";
                    createdByName: "string";
                    createdDate: "string";
                    fileName: "string";
                    fullName: "string";
                    id: "string";
                    lastModifiedById: "string";
                    lastModifiedByName: "string";
                    lastModifiedDate: "string";
                    manageableState: "?string";
                    namespacePrefix: "?string";
                    type: "string";
                };
                type: "FileProperties";
            }
            • Readonly props: {
                  createdById: "string";
                  createdByName: "string";
                  createdDate: "string";
                  fileName: "string";
                  fullName: "string";
                  id: "string";
                  lastModifiedById: "string";
                  lastModifiedByName: "string";
                  lastModifiedDate: "string";
                  manageableState: "?string";
                  namespacePrefix: "?string";
                  type: "string";
              }
              • Readonly createdById: "string"
              • Readonly createdByName: "string"
              • Readonly createdDate: "string"
              • Readonly fileName: "string"
              • Readonly fullName: "string"
              • Readonly id: "string"
              • Readonly lastModifiedById: "string"
              • Readonly lastModifiedByName: "string"
              • Readonly lastModifiedDate: "string"
              • Readonly manageableState: "?string"
              • Readonly namespacePrefix: "?string"
              • Readonly type: "string"
            • Readonly type: "FileProperties"
          • Readonly FileTypeDispositionAssignmentBean: {
                props: {
                    behavior: "string";
                    fileType: "string";
                    securityRiskFileType: "boolean";
                };
                type: "FileTypeDispositionAssignmentBean";
            }
            • Readonly props: {
                  behavior: "string";
                  fileType: "string";
                  securityRiskFileType: "boolean";
              }
              • Readonly behavior: "string"
              • Readonly fileType: "string"
              • Readonly securityRiskFileType: "boolean"
            • Readonly type: "FileTypeDispositionAssignmentBean"
          • Readonly FileUploadAndDownloadSecuritySettings: {
                extends: "Metadata";
                props: {
                    dispositions: readonly ["FileTypeDispositionAssignmentBean"];
                    noHtmlUploadAsAttachment: "boolean";
                };
                type: "FileUploadAndDownloadSecuritySettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  dispositions: readonly ["FileTypeDispositionAssignmentBean"];
                  noHtmlUploadAsAttachment: "boolean";
              }
              • Readonly dispositions: readonly ["FileTypeDispositionAssignmentBean"]
              • Readonly noHtmlUploadAsAttachment: "boolean"
            • Readonly type: "FileUploadAndDownloadSecuritySettings"
          • Readonly FilesConnectSettings: {
                extends: "Metadata";
                props: {
                    enableContentHubAllowed: "?boolean";
                    enableContentHubCvtLinksAllowed: "?boolean";
                    enableContentHubEOSearchLayout: "?boolean";
                };
                type: "FilesConnectSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableContentHubAllowed: "?boolean";
                  enableContentHubCvtLinksAllowed: "?boolean";
                  enableContentHubEOSearchLayout: "?boolean";
              }
              • Readonly enableContentHubAllowed: "?boolean"
              • Readonly enableContentHubCvtLinksAllowed: "?boolean"
              • Readonly enableContentHubEOSearchLayout: "?boolean"
            • Readonly type: "FilesConnectSettings"
          • Readonly FilterItem: {
                props: {
                    field: "string";
                    operation: "string";
                    value: "?string";
                    valueField: "?string";
                };
                type: "FilterItem";
            }
            • Readonly props: {
                  field: "string";
                  operation: "string";
                  value: "?string";
                  valueField: "?string";
              }
              • Readonly field: "string"
              • Readonly operation: "string"
              • Readonly value: "?string"
              • Readonly valueField: "?string"
            • Readonly type: "FilterItem"
          • Readonly FindSimilarOppFilter: {
                props: {
                    similarOpportunitiesDisplayColumns: readonly ["string"];
                    similarOpportunitiesMatchFields: readonly ["string"];
                };
                type: "FindSimilarOppFilter";
            }
            • Readonly props: {
                  similarOpportunitiesDisplayColumns: readonly ["string"];
                  similarOpportunitiesMatchFields: readonly ["string"];
              }
              • Readonly similarOpportunitiesDisplayColumns: readonly ["string"]
              • Readonly similarOpportunitiesMatchFields: readonly ["string"]
            • Readonly type: "FindSimilarOppFilter"
          • Readonly FiscalYearSettings: {
                props: {
                    fiscalYearNameBasedOn: "?string";
                    startMonth: "?string";
                };
                type: "FiscalYearSettings";
            }
            • Readonly props: {
                  fiscalYearNameBasedOn: "?string";
                  startMonth: "?string";
              }
              • Readonly fiscalYearNameBasedOn: "?string"
              • Readonly startMonth: "?string"
            • Readonly type: "FiscalYearSettings"
          • Readonly FlexiPage: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    flexiPageRegions: readonly ["FlexiPageRegion"];
                    masterLabel: "string";
                    parentFlexiPage: "?string";
                    platformActionlist: "?PlatformActionList";
                    quickActionList: "?QuickActionList";
                    sobjectType: "?string";
                    template: "FlexiPageTemplateInstance";
                    type: "string";
                };
                type: "FlexiPage";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  flexiPageRegions: readonly ["FlexiPageRegion"];
                  masterLabel: "string";
                  parentFlexiPage: "?string";
                  platformActionlist: "?PlatformActionList";
                  quickActionList: "?QuickActionList";
                  sobjectType: "?string";
                  template: "FlexiPageTemplateInstance";
                  type: "string";
              }
              • Readonly description: "?string"
              • Readonly flexiPageRegions: readonly ["FlexiPageRegion"]
              • Readonly masterLabel: "string"
              • Readonly parentFlexiPage: "?string"
              • Readonly platformActionlist: "?PlatformActionList"
              • Readonly quickActionList: "?QuickActionList"
              • Readonly sobjectType: "?string"
              • Readonly template: "FlexiPageTemplateInstance"
              • Readonly type: "string"
            • Readonly type: "FlexiPage"
          • Readonly FlexiPageRegion: {
                props: {
                    appendable: "?string";
                    componentInstances: readonly ["ComponentInstance"];
                    mode: "?string";
                    name: "string";
                    prependable: "?string";
                    replaceable: "?string";
                    type: "string";
                };
                type: "FlexiPageRegion";
            }
            • Readonly props: {
                  appendable: "?string";
                  componentInstances: readonly ["ComponentInstance"];
                  mode: "?string";
                  name: "string";
                  prependable: "?string";
                  replaceable: "?string";
                  type: "string";
              }
              • Readonly appendable: "?string"
              • Readonly componentInstances: readonly ["ComponentInstance"]
              • Readonly mode: "?string"
              • Readonly name: "string"
              • Readonly prependable: "?string"
              • Readonly replaceable: "?string"
              • Readonly type: "string"
            • Readonly type: "FlexiPageRegion"
          • Readonly FlexiPageTemplateInstance: {
                props: {
                    name: "string";
                    properties: readonly ["ComponentInstanceProperty"];
                };
                type: "FlexiPageTemplateInstance";
            }
            • Readonly props: {
                  name: "string";
                  properties: readonly ["ComponentInstanceProperty"];
              }
              • Readonly name: "string"
              • Readonly properties: readonly ["ComponentInstanceProperty"]
            • Readonly type: "FlexiPageTemplateInstance"
          • Readonly Flow: {
                extends: "Metadata";
                props: {
                    actionCalls: readonly ["FlowActionCall"];
                    apexPluginCalls: readonly ["FlowApexPluginCall"];
                    assignments: readonly ["FlowAssignment"];
                    choices: readonly ["FlowChoice"];
                    constants: readonly ["FlowConstant"];
                    decisions: readonly ["FlowDecision"];
                    description: "?string";
                    dynamicChoiceSets: readonly ["FlowDynamicChoiceSet"];
                    formulas: readonly ["FlowFormula"];
                    interviewLabel: "?string";
                    isAdditionalPermissionRequiredToRun: "?boolean";
                    isTemplate: "?boolean";
                    label: "string";
                    loops: readonly ["FlowLoop"];
                    processMetadataValues: readonly ["FlowMetadataValue"];
                    processType: "?string";
                    recordCreates: readonly ["FlowRecordCreate"];
                    recordDeletes: readonly ["FlowRecordDelete"];
                    recordLookups: readonly ["FlowRecordLookup"];
                    recordUpdates: readonly ["FlowRecordUpdate"];
                    screens: readonly ["FlowScreen"];
                    stages: readonly ["FlowStage"];
                    start: "?FlowStart";
                    startElementReference: "?string";
                    status: "?string";
                    steps: readonly ["FlowStep"];
                    subflows: readonly ["FlowSubflow"];
                    textTemplates: readonly ["FlowTextTemplate"];
                    variables: readonly ["FlowVariable"];
                    waits: readonly ["FlowWait"];
                };
                type: "Flow";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  actionCalls: readonly ["FlowActionCall"];
                  apexPluginCalls: readonly ["FlowApexPluginCall"];
                  assignments: readonly ["FlowAssignment"];
                  choices: readonly ["FlowChoice"];
                  constants: readonly ["FlowConstant"];
                  decisions: readonly ["FlowDecision"];
                  description: "?string";
                  dynamicChoiceSets: readonly ["FlowDynamicChoiceSet"];
                  formulas: readonly ["FlowFormula"];
                  interviewLabel: "?string";
                  isAdditionalPermissionRequiredToRun: "?boolean";
                  isTemplate: "?boolean";
                  label: "string";
                  loops: readonly ["FlowLoop"];
                  processMetadataValues: readonly ["FlowMetadataValue"];
                  processType: "?string";
                  recordCreates: readonly ["FlowRecordCreate"];
                  recordDeletes: readonly ["FlowRecordDelete"];
                  recordLookups: readonly ["FlowRecordLookup"];
                  recordUpdates: readonly ["FlowRecordUpdate"];
                  screens: readonly ["FlowScreen"];
                  stages: readonly ["FlowStage"];
                  start: "?FlowStart";
                  startElementReference: "?string";
                  status: "?string";
                  steps: readonly ["FlowStep"];
                  subflows: readonly ["FlowSubflow"];
                  textTemplates: readonly ["FlowTextTemplate"];
                  variables: readonly ["FlowVariable"];
                  waits: readonly ["FlowWait"];
              }
              • Readonly actionCalls: readonly ["FlowActionCall"]
              • Readonly apexPluginCalls: readonly ["FlowApexPluginCall"]
              • Readonly assignments: readonly ["FlowAssignment"]
              • Readonly choices: readonly ["FlowChoice"]
              • Readonly constants: readonly ["FlowConstant"]
              • Readonly decisions: readonly ["FlowDecision"]
              • Readonly description: "?string"
              • Readonly dynamicChoiceSets: readonly ["FlowDynamicChoiceSet"]
              • Readonly formulas: readonly ["FlowFormula"]
              • Readonly interviewLabel: "?string"
              • Readonly isAdditionalPermissionRequiredToRun: "?boolean"
              • Readonly isTemplate: "?boolean"
              • Readonly label: "string"
              • Readonly loops: readonly ["FlowLoop"]
              • Readonly processMetadataValues: readonly ["FlowMetadataValue"]
              • Readonly processType: "?string"
              • Readonly recordCreates: readonly ["FlowRecordCreate"]
              • Readonly recordDeletes: readonly ["FlowRecordDelete"]
              • Readonly recordLookups: readonly ["FlowRecordLookup"]
              • Readonly recordUpdates: readonly ["FlowRecordUpdate"]
              • Readonly screens: readonly ["FlowScreen"]
              • Readonly stages: readonly ["FlowStage"]
              • Readonly start: "?FlowStart"
              • Readonly startElementReference: "?string"
              • Readonly status: "?string"
              • Readonly steps: readonly ["FlowStep"]
              • Readonly subflows: readonly ["FlowSubflow"]
              • Readonly textTemplates: readonly ["FlowTextTemplate"]
              • Readonly variables: readonly ["FlowVariable"]
              • Readonly waits: readonly ["FlowWait"]
            • Readonly type: "Flow"
          • Readonly FlowActionCall: {
                extends: "FlowNode";
                props: {
                    actionName: "string";
                    actionType: "string";
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    inputParameters: readonly ["FlowActionCallInputParameter"];
                    outputParameters: readonly ["FlowActionCallOutputParameter"];
                };
                type: "FlowActionCall";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  actionName: "string";
                  actionType: "string";
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  inputParameters: readonly ["FlowActionCallInputParameter"];
                  outputParameters: readonly ["FlowActionCallOutputParameter"];
              }
              • Readonly actionName: "string"
              • Readonly actionType: "string"
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly inputParameters: readonly ["FlowActionCallInputParameter"]
              • Readonly outputParameters: readonly ["FlowActionCallOutputParameter"]
            • Readonly type: "FlowActionCall"
          • Readonly FlowActionCallInputParameter: {
                extends: "FlowBaseElement";
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowActionCallInputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowActionCallInputParameter"
          • Readonly FlowActionCallOutputParameter: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    name: "string";
                };
                type: "FlowActionCallOutputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  name: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly name: "string"
            • Readonly type: "FlowActionCallOutputParameter"
          • Readonly FlowApexPluginCall: {
                extends: "FlowNode";
                props: {
                    apexClass: "string";
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    inputParameters: readonly ["FlowApexPluginCallInputParameter"];
                    outputParameters: readonly ["FlowApexPluginCallOutputParameter"];
                };
                type: "FlowApexPluginCall";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  apexClass: "string";
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  inputParameters: readonly ["FlowApexPluginCallInputParameter"];
                  outputParameters: readonly ["FlowApexPluginCallOutputParameter"];
              }
              • Readonly apexClass: "string"
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly inputParameters: readonly ["FlowApexPluginCallInputParameter"]
              • Readonly outputParameters: readonly ["FlowApexPluginCallOutputParameter"]
            • Readonly type: "FlowApexPluginCall"
          • Readonly FlowApexPluginCallInputParameter: {
                extends: "FlowBaseElement";
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowApexPluginCallInputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowApexPluginCallInputParameter"
          • Readonly FlowApexPluginCallOutputParameter: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    name: "string";
                };
                type: "FlowApexPluginCallOutputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  name: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly name: "string"
            • Readonly type: "FlowApexPluginCallOutputParameter"
          • Readonly FlowAssignment: {
                extends: "FlowNode";
                props: {
                    assignmentItems: readonly ["FlowAssignmentItem"];
                    connector: "?FlowConnector";
                };
                type: "FlowAssignment";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  assignmentItems: readonly ["FlowAssignmentItem"];
                  connector: "?FlowConnector";
              }
              • Readonly assignmentItems: readonly ["FlowAssignmentItem"]
              • Readonly connector: "?FlowConnector"
            • Readonly type: "FlowAssignment"
          • Readonly FlowAssignmentItem: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    operator: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowAssignmentItem";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  operator: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly assignToReference: "string"
              • Readonly operator: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowAssignmentItem"
          • Readonly FlowBaseElement: {
                props: {
                    processMetadataValues: readonly ["FlowMetadataValue"];
                };
                type: "FlowBaseElement";
            }
            • Readonly props: {
                  processMetadataValues: readonly ["FlowMetadataValue"];
              }
              • Readonly processMetadataValues: readonly ["FlowMetadataValue"]
            • Readonly type: "FlowBaseElement"
          • Readonly FlowCategory: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    flowCategoryItems: readonly ["FlowCategoryItems"];
                    masterLabel: "string";
                };
                type: "FlowCategory";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  flowCategoryItems: readonly ["FlowCategoryItems"];
                  masterLabel: "string";
              }
              • Readonly description: "?string"
              • Readonly flowCategoryItems: readonly ["FlowCategoryItems"]
              • Readonly masterLabel: "string"
            • Readonly type: "FlowCategory"
          • Readonly FlowCategoryItems: {
                props: {
                    flow: "string";
                };
                type: "FlowCategoryItems";
            }
            • Readonly props: {
                  flow: "string";
              }
              • Readonly flow: "string"
            • Readonly type: "FlowCategoryItems"
          • Readonly FlowChoice: {
                extends: "FlowElement";
                props: {
                    choiceText: "string";
                    dataType: "string";
                    userInput: "?FlowChoiceUserInput";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowChoice";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  choiceText: "string";
                  dataType: "string";
                  userInput: "?FlowChoiceUserInput";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly choiceText: "string"
              • Readonly dataType: "string"
              • Readonly userInput: "?FlowChoiceUserInput"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowChoice"
          • Readonly FlowChoiceTranslation: {
                props: {
                    choiceText: "?string";
                    name: "string";
                    userInput: "?FlowChoiceUserInputTranslation";
                };
                type: "FlowChoiceTranslation";
            }
            • Readonly props: {
                  choiceText: "?string";
                  name: "string";
                  userInput: "?FlowChoiceUserInputTranslation";
              }
              • Readonly choiceText: "?string"
              • Readonly name: "string"
              • Readonly userInput: "?FlowChoiceUserInputTranslation"
            • Readonly type: "FlowChoiceTranslation"
          • Readonly FlowChoiceUserInput: {
                extends: "FlowBaseElement";
                props: {
                    isRequired: "?boolean";
                    promptText: "?string";
                    validationRule: "?FlowInputValidationRule";
                };
                type: "FlowChoiceUserInput";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  isRequired: "?boolean";
                  promptText: "?string";
                  validationRule: "?FlowInputValidationRule";
              }
              • Readonly isRequired: "?boolean"
              • Readonly promptText: "?string"
              • Readonly validationRule: "?FlowInputValidationRule"
            • Readonly type: "FlowChoiceUserInput"
          • Readonly FlowChoiceUserInputTranslation: {
                props: {
                    promptText: "?string";
                    validationRule: "?FlowInputValidationRuleTranslation";
                };
                type: "FlowChoiceUserInputTranslation";
            }
            • Readonly props: {
                  promptText: "?string";
                  validationRule: "?FlowInputValidationRuleTranslation";
              }
              • Readonly promptText: "?string"
              • Readonly validationRule: "?FlowInputValidationRuleTranslation"
            • Readonly type: "FlowChoiceUserInputTranslation"
          • Readonly FlowCondition: {
                extends: "FlowBaseElement";
                props: {
                    leftValueReference: "string";
                    operator: "string";
                    rightValue: "?FlowElementReferenceOrValue";
                };
                type: "FlowCondition";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  leftValueReference: "string";
                  operator: "string";
                  rightValue: "?FlowElementReferenceOrValue";
              }
              • Readonly leftValueReference: "string"
              • Readonly operator: "string"
              • Readonly rightValue: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowCondition"
          • Readonly FlowConnector: {
                extends: "FlowBaseElement";
                props: {
                    targetReference: "string";
                };
                type: "FlowConnector";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  targetReference: "string";
              }
              • Readonly targetReference: "string"
            • Readonly type: "FlowConnector"
          • Readonly FlowConstant: {
                extends: "FlowElement";
                props: {
                    dataType: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowConstant";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  dataType: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly dataType: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowConstant"
          • Readonly FlowCoverageResult: {
                props: {
                    elementsNotCovered: readonly ["string"];
                    flowId: "string";
                    flowName: "string";
                    flowNamespace: "?string";
                    numElements: "number";
                    numElementsNotCovered: "number";
                    processType: "string";
                };
                type: "FlowCoverageResult";
            }
            • Readonly props: {
                  elementsNotCovered: readonly ["string"];
                  flowId: "string";
                  flowName: "string";
                  flowNamespace: "?string";
                  numElements: "number";
                  numElementsNotCovered: "number";
                  processType: "string";
              }
              • Readonly elementsNotCovered: readonly ["string"]
              • Readonly flowId: "string"
              • Readonly flowName: "string"
              • Readonly flowNamespace: "?string"
              • Readonly numElements: "number"
              • Readonly numElementsNotCovered: "number"
              • Readonly processType: "string"
            • Readonly type: "FlowCoverageResult"
          • Readonly FlowCoverageWarning: {
                props: {
                    flowId: "?string";
                    flowName: "?string";
                    flowNamespace: "?string";
                    message: "string";
                };
                type: "FlowCoverageWarning";
            }
            • Readonly props: {
                  flowId: "?string";
                  flowName: "?string";
                  flowNamespace: "?string";
                  message: "string";
              }
              • Readonly flowId: "?string"
              • Readonly flowName: "?string"
              • Readonly flowNamespace: "?string"
              • Readonly message: "string"
            • Readonly type: "FlowCoverageWarning"
          • Readonly FlowDecision: {
                extends: "FlowNode";
                props: {
                    defaultConnector: "?FlowConnector";
                    defaultConnectorLabel: "?string";
                    rules: readonly ["FlowRule"];
                };
                type: "FlowDecision";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  defaultConnector: "?FlowConnector";
                  defaultConnectorLabel: "?string";
                  rules: readonly ["FlowRule"];
              }
              • Readonly defaultConnector: "?FlowConnector"
              • Readonly defaultConnectorLabel: "?string"
              • Readonly rules: readonly ["FlowRule"]
            • Readonly type: "FlowDecision"
          • Readonly FlowDefinition: {
                extends: "Metadata";
                props: {
                    activeVersionNumber: "?number";
                    description: "?string";
                    masterLabel: "?string";
                };
                type: "FlowDefinition";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  activeVersionNumber: "?number";
                  description: "?string";
                  masterLabel: "?string";
              }
              • Readonly activeVersionNumber: "?number"
              • Readonly description: "?string"
              • Readonly masterLabel: "?string"
            • Readonly type: "FlowDefinition"
          • Readonly FlowDefinitionTranslation: {
                props: {
                    flows: readonly ["FlowTranslation"];
                    fullName: "string";
                    label: "?string";
                };
                type: "FlowDefinitionTranslation";
            }
            • Readonly props: {
                  flows: readonly ["FlowTranslation"];
                  fullName: "string";
                  label: "?string";
              }
              • Readonly flows: readonly ["FlowTranslation"]
              • Readonly fullName: "string"
              • Readonly label: "?string"
            • Readonly type: "FlowDefinitionTranslation"
          • Readonly FlowDynamicChoiceSet: {
                extends: "FlowElement";
                props: {
                    dataType: "string";
                    displayField: "string";
                    filters: readonly ["FlowRecordFilter"];
                    limit: "?number";
                    object: "string";
                    outputAssignments: readonly ["FlowOutputFieldAssignment"];
                    picklistField: "?string";
                    picklistObject: "?string";
                    sortField: "?string";
                    sortOrder: "?string";
                    valueField: "?string";
                };
                type: "FlowDynamicChoiceSet";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  dataType: "string";
                  displayField: "string";
                  filters: readonly ["FlowRecordFilter"];
                  limit: "?number";
                  object: "string";
                  outputAssignments: readonly ["FlowOutputFieldAssignment"];
                  picklistField: "?string";
                  picklistObject: "?string";
                  sortField: "?string";
                  sortOrder: "?string";
                  valueField: "?string";
              }
              • Readonly dataType: "string"
              • Readonly displayField: "string"
              • Readonly filters: readonly ["FlowRecordFilter"]
              • Readonly limit: "?number"
              • Readonly object: "string"
              • Readonly outputAssignments: readonly ["FlowOutputFieldAssignment"]
              • Readonly picklistField: "?string"
              • Readonly picklistObject: "?string"
              • Readonly sortField: "?string"
              • Readonly sortOrder: "?string"
              • Readonly valueField: "?string"
            • Readonly type: "FlowDynamicChoiceSet"
          • Readonly FlowElement: {
                extends: "FlowBaseElement";
                props: {
                    description: "?string";
                    name: "?string";
                };
                type: "FlowElement";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  description: "?string";
                  name: "?string";
              }
              • Readonly description: "?string"
              • Readonly name: "?string"
            • Readonly type: "FlowElement"
          • Readonly FlowElementReferenceOrValue: {
                props: {
                    booleanValue: "?boolean";
                    dateTimeValue: "?string";
                    dateValue: "?string";
                    elementReference: "?string";
                    numberValue: "?number";
                    stringValue: "?string";
                };
                type: "FlowElementReferenceOrValue";
            }
            • Readonly props: {
                  booleanValue: "?boolean";
                  dateTimeValue: "?string";
                  dateValue: "?string";
                  elementReference: "?string";
                  numberValue: "?number";
                  stringValue: "?string";
              }
              • Readonly booleanValue: "?boolean"
              • Readonly dateTimeValue: "?string"
              • Readonly dateValue: "?string"
              • Readonly elementReference: "?string"
              • Readonly numberValue: "?number"
              • Readonly stringValue: "?string"
            • Readonly type: "FlowElementReferenceOrValue"
          • Readonly FlowFormula: {
                extends: "FlowElement";
                props: {
                    dataType: "?string";
                    expression: "string";
                    scale: "?number";
                };
                type: "FlowFormula";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  dataType: "?string";
                  expression: "string";
                  scale: "?number";
              }
              • Readonly dataType: "?string"
              • Readonly expression: "string"
              • Readonly scale: "?number"
            • Readonly type: "FlowFormula"
          • Readonly FlowInputFieldAssignment: {
                extends: "FlowBaseElement";
                props: {
                    field: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowInputFieldAssignment";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  field: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly field: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowInputFieldAssignment"
          • Readonly FlowInputValidationRule: {
                props: {
                    errorMessage: "string";
                    formulaExpression: "string";
                };
                type: "FlowInputValidationRule";
            }
            • Readonly props: {
                  errorMessage: "string";
                  formulaExpression: "string";
              }
              • Readonly errorMessage: "string"
              • Readonly formulaExpression: "string"
            • Readonly type: "FlowInputValidationRule"
          • Readonly FlowInputValidationRuleTranslation: {
                props: {
                    errorMessage: "?string";
                };
                type: "FlowInputValidationRuleTranslation";
            }
            • Readonly props: {
                  errorMessage: "?string";
              }
              • Readonly errorMessage: "?string"
            • Readonly type: "FlowInputValidationRuleTranslation"
          • Readonly FlowLoop: {
                extends: "FlowNode";
                props: {
                    assignNextValueToReference: "string";
                    collectionReference: "string";
                    iterationOrder: "?string";
                    nextValueConnector: "?FlowConnector";
                    noMoreValuesConnector: "?FlowConnector";
                };
                type: "FlowLoop";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  assignNextValueToReference: "string";
                  collectionReference: "string";
                  iterationOrder: "?string";
                  nextValueConnector: "?FlowConnector";
                  noMoreValuesConnector: "?FlowConnector";
              }
              • Readonly assignNextValueToReference: "string"
              • Readonly collectionReference: "string"
              • Readonly iterationOrder: "?string"
              • Readonly nextValueConnector: "?FlowConnector"
              • Readonly noMoreValuesConnector: "?FlowConnector"
            • Readonly type: "FlowLoop"
          • Readonly FlowMetadataValue: {
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowMetadataValue";
            }
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowMetadataValue"
          • Readonly FlowNode: {
                extends: "FlowElement";
                props: {
                    label: "?string";
                    locationX: "number";
                    locationY: "number";
                };
                type: "FlowNode";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  label: "?string";
                  locationX: "number";
                  locationY: "number";
              }
              • Readonly label: "?string"
              • Readonly locationX: "number"
              • Readonly locationY: "number"
            • Readonly type: "FlowNode"
          • Readonly FlowOutputFieldAssignment: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    field: "string";
                };
                type: "FlowOutputFieldAssignment";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  field: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly field: "string"
            • Readonly type: "FlowOutputFieldAssignment"
          • Readonly FlowRecordCreate: {
                extends: "FlowNode";
                props: {
                    assignRecordIdToReference: "?string";
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    inputAssignments: readonly ["FlowInputFieldAssignment"];
                    inputReference: "?string";
                    object: "?string";
                };
                type: "FlowRecordCreate";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  assignRecordIdToReference: "?string";
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  inputAssignments: readonly ["FlowInputFieldAssignment"];
                  inputReference: "?string";
                  object: "?string";
              }
              • Readonly assignRecordIdToReference: "?string"
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly inputAssignments: readonly ["FlowInputFieldAssignment"]
              • Readonly inputReference: "?string"
              • Readonly object: "?string"
            • Readonly type: "FlowRecordCreate"
          • Readonly FlowRecordDelete: {
                extends: "FlowNode";
                props: {
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    filters: readonly ["FlowRecordFilter"];
                    inputReference: "?string";
                    object: "?string";
                };
                type: "FlowRecordDelete";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  filters: readonly ["FlowRecordFilter"];
                  inputReference: "?string";
                  object: "?string";
              }
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly filters: readonly ["FlowRecordFilter"]
              • Readonly inputReference: "?string"
              • Readonly object: "?string"
            • Readonly type: "FlowRecordDelete"
          • Readonly FlowRecordFilter: {
                extends: "FlowBaseElement";
                props: {
                    field: "string";
                    operator: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowRecordFilter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  field: "string";
                  operator: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly field: "string"
              • Readonly operator: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowRecordFilter"
          • Readonly FlowRecordLookup: {
                extends: "FlowNode";
                props: {
                    assignNullValuesIfNoRecordsFound: "?boolean";
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    filters: readonly ["FlowRecordFilter"];
                    getFirstRecordOnly: "?boolean";
                    object: "string";
                    outputAssignments: readonly ["FlowOutputFieldAssignment"];
                    outputReference: "?string";
                    queriedFields: readonly ["string"];
                    sortField: "?string";
                    sortOrder: "?string";
                    storeOutputAutomatically: "?boolean";
                };
                type: "FlowRecordLookup";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  assignNullValuesIfNoRecordsFound: "?boolean";
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  filters: readonly ["FlowRecordFilter"];
                  getFirstRecordOnly: "?boolean";
                  object: "string";
                  outputAssignments: readonly ["FlowOutputFieldAssignment"];
                  outputReference: "?string";
                  queriedFields: readonly ["string"];
                  sortField: "?string";
                  sortOrder: "?string";
                  storeOutputAutomatically: "?boolean";
              }
              • Readonly assignNullValuesIfNoRecordsFound: "?boolean"
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly filters: readonly ["FlowRecordFilter"]
              • Readonly getFirstRecordOnly: "?boolean"
              • Readonly object: "string"
              • Readonly outputAssignments: readonly ["FlowOutputFieldAssignment"]
              • Readonly outputReference: "?string"
              • Readonly queriedFields: readonly ["string"]
              • Readonly sortField: "?string"
              • Readonly sortOrder: "?string"
              • Readonly storeOutputAutomatically: "?boolean"
            • Readonly type: "FlowRecordLookup"
          • Readonly FlowRecordUpdate: {
                extends: "FlowNode";
                props: {
                    connector: "?FlowConnector";
                    faultConnector: "?FlowConnector";
                    filters: readonly ["FlowRecordFilter"];
                    inputAssignments: readonly ["FlowInputFieldAssignment"];
                    inputReference: "?string";
                    object: "?string";
                };
                type: "FlowRecordUpdate";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  connector: "?FlowConnector";
                  faultConnector: "?FlowConnector";
                  filters: readonly ["FlowRecordFilter"];
                  inputAssignments: readonly ["FlowInputFieldAssignment"];
                  inputReference: "?string";
                  object: "?string";
              }
              • Readonly connector: "?FlowConnector"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly filters: readonly ["FlowRecordFilter"]
              • Readonly inputAssignments: readonly ["FlowInputFieldAssignment"]
              • Readonly inputReference: "?string"
              • Readonly object: "?string"
            • Readonly type: "FlowRecordUpdate"
          • Readonly FlowRule: {
                extends: "FlowElement";
                props: {
                    conditionLogic: "string";
                    conditions: readonly ["FlowCondition"];
                    connector: "?FlowConnector";
                    label: "string";
                };
                type: "FlowRule";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  conditionLogic: "string";
                  conditions: readonly ["FlowCondition"];
                  connector: "?FlowConnector";
                  label: "string";
              }
              • Readonly conditionLogic: "string"
              • Readonly conditions: readonly ["FlowCondition"]
              • Readonly connector: "?FlowConnector"
              • Readonly label: "string"
            • Readonly type: "FlowRule"
          • Readonly FlowSchedule: {
                props: {
                    frequency: "?string";
                    startDate: "?string";
                    startTime: "?string";
                };
                type: "FlowSchedule";
            }
            • Readonly props: {
                  frequency: "?string";
                  startDate: "?string";
                  startTime: "?string";
              }
              • Readonly frequency: "?string"
              • Readonly startDate: "?string"
              • Readonly startTime: "?string"
            • Readonly type: "FlowSchedule"
          • Readonly FlowScreen: {
                extends: "FlowNode";
                props: {
                    allowBack: "?boolean";
                    allowFinish: "?boolean";
                    allowPause: "?boolean";
                    connector: "?FlowConnector";
                    fields: readonly ["FlowScreenField"];
                    helpText: "?string";
                    pausedText: "?string";
                    rules: readonly ["FlowScreenRule"];
                    showFooter: "?boolean";
                    showHeader: "?boolean";
                };
                type: "FlowScreen";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  allowBack: "?boolean";
                  allowFinish: "?boolean";
                  allowPause: "?boolean";
                  connector: "?FlowConnector";
                  fields: readonly ["FlowScreenField"];
                  helpText: "?string";
                  pausedText: "?string";
                  rules: readonly ["FlowScreenRule"];
                  showFooter: "?boolean";
                  showHeader: "?boolean";
              }
              • Readonly allowBack: "?boolean"
              • Readonly allowFinish: "?boolean"
              • Readonly allowPause: "?boolean"
              • Readonly connector: "?FlowConnector"
              • Readonly fields: readonly ["FlowScreenField"]
              • Readonly helpText: "?string"
              • Readonly pausedText: "?string"
              • Readonly rules: readonly ["FlowScreenRule"]
              • Readonly showFooter: "?boolean"
              • Readonly showHeader: "?boolean"
            • Readonly type: "FlowScreen"
          • Readonly FlowScreenField: {
                extends: "FlowElement";
                props: {
                    choiceReferences: readonly ["string"];
                    dataType: "?string";
                    defaultSelectedChoiceReference: "?string";
                    defaultValue: "?FlowElementReferenceOrValue";
                    extensionName: "?string";
                    fieldText: "?string";
                    fieldType: "string";
                    helpText: "?string";
                    inputParameters: readonly ["FlowScreenFieldInputParameter"];
                    isRequired: "?boolean";
                    isVisible: "?boolean";
                    outputParameters: readonly ["FlowScreenFieldOutputParameter"];
                    scale: "?number";
                    storeOutputAutomatically: "?boolean";
                    validationRule: "?FlowInputValidationRule";
                    visibilityRule: "?FlowVisibilityRule";
                };
                type: "FlowScreenField";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  choiceReferences: readonly ["string"];
                  dataType: "?string";
                  defaultSelectedChoiceReference: "?string";
                  defaultValue: "?FlowElementReferenceOrValue";
                  extensionName: "?string";
                  fieldText: "?string";
                  fieldType: "string";
                  helpText: "?string";
                  inputParameters: readonly ["FlowScreenFieldInputParameter"];
                  isRequired: "?boolean";
                  isVisible: "?boolean";
                  outputParameters: readonly ["FlowScreenFieldOutputParameter"];
                  scale: "?number";
                  storeOutputAutomatically: "?boolean";
                  validationRule: "?FlowInputValidationRule";
                  visibilityRule: "?FlowVisibilityRule";
              }
              • Readonly choiceReferences: readonly ["string"]
              • Readonly dataType: "?string"
              • Readonly defaultSelectedChoiceReference: "?string"
              • Readonly defaultValue: "?FlowElementReferenceOrValue"
              • Readonly extensionName: "?string"
              • Readonly fieldText: "?string"
              • Readonly fieldType: "string"
              • Readonly helpText: "?string"
              • Readonly inputParameters: readonly ["FlowScreenFieldInputParameter"]
              • Readonly isRequired: "?boolean"
              • Readonly isVisible: "?boolean"
              • Readonly outputParameters: readonly ["FlowScreenFieldOutputParameter"]
              • Readonly scale: "?number"
              • Readonly storeOutputAutomatically: "?boolean"
              • Readonly validationRule: "?FlowInputValidationRule"
              • Readonly visibilityRule: "?FlowVisibilityRule"
            • Readonly type: "FlowScreenField"
          • Readonly FlowScreenFieldInputParameter: {
                extends: "FlowBaseElement";
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowScreenFieldInputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowScreenFieldInputParameter"
          • Readonly FlowScreenFieldOutputParameter: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    name: "string";
                };
                type: "FlowScreenFieldOutputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  name: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly name: "string"
            • Readonly type: "FlowScreenFieldOutputParameter"
          • Readonly FlowScreenFieldTranslation: {
                props: {
                    fieldText: "?string";
                    helpText: "?string";
                    name: "string";
                    validationRule: "?FlowInputValidationRuleTranslation";
                };
                type: "FlowScreenFieldTranslation";
            }
            • Readonly props: {
                  fieldText: "?string";
                  helpText: "?string";
                  name: "string";
                  validationRule: "?FlowInputValidationRuleTranslation";
              }
              • Readonly fieldText: "?string"
              • Readonly helpText: "?string"
              • Readonly name: "string"
              • Readonly validationRule: "?FlowInputValidationRuleTranslation"
            • Readonly type: "FlowScreenFieldTranslation"
          • Readonly FlowScreenRule: {
                extends: "FlowBaseElement";
                props: {
                    conditionLogic: "?string";
                    conditions: readonly ["FlowCondition"];
                    label: "string";
                    ruleActions: readonly ["FlowScreenRuleAction"];
                };
                type: "FlowScreenRule";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  conditionLogic: "?string";
                  conditions: readonly ["FlowCondition"];
                  label: "string";
                  ruleActions: readonly ["FlowScreenRuleAction"];
              }
              • Readonly conditionLogic: "?string"
              • Readonly conditions: readonly ["FlowCondition"]
              • Readonly label: "string"
              • Readonly ruleActions: readonly ["FlowScreenRuleAction"]
            • Readonly type: "FlowScreenRule"
          • Readonly FlowScreenRuleAction: {
                extends: "FlowBaseElement";
                props: {
                    attribute: "string";
                    fieldReference: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowScreenRuleAction";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  attribute: "string";
                  fieldReference: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly attribute: "string"
              • Readonly fieldReference: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowScreenRuleAction"
          • Readonly FlowScreenTranslation: {
                props: {
                    fields: readonly ["FlowScreenFieldTranslation"];
                    helpText: "?string";
                    name: "string";
                    pausedText: "?string";
                };
                type: "FlowScreenTranslation";
            }
            • Readonly props: {
                  fields: readonly ["FlowScreenFieldTranslation"];
                  helpText: "?string";
                  name: "string";
                  pausedText: "?string";
              }
              • Readonly fields: readonly ["FlowScreenFieldTranslation"]
              • Readonly helpText: "?string"
              • Readonly name: "string"
              • Readonly pausedText: "?string"
            • Readonly type: "FlowScreenTranslation"
          • Readonly FlowSettings: {
                extends: "Metadata";
                props: {
                    enableFlowBREncodedFixEnabled: "?boolean";
                    enableFlowDeployAsActiveEnabled: "?boolean";
                    enableFlowFieldFilterEnabled: "?boolean";
                    enableFlowFormulasFixEnabled: "?boolean";
                    enableFlowInterviewSharingEnabled: "?boolean";
                    enableFlowNullPreviousValueFix: "?boolean";
                    enableFlowPauseEnabled: "?boolean";
                    enableFlowUseApexExceptionEmail: "?boolean";
                    enableInvocableFlowFixEnabled: "?boolean";
                    enableLightningRuntimeEnabled: "?boolean";
                    enableUseFlowBuilder: "?boolean";
                    isAccessToInvokedApexRequired: "?boolean";
                    isEnhancedFlowListViewVisible: "?boolean";
                    isManageFlowRequiredForAutomationCharts: "?boolean";
                };
                type: "FlowSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableFlowBREncodedFixEnabled: "?boolean";
                  enableFlowDeployAsActiveEnabled: "?boolean";
                  enableFlowFieldFilterEnabled: "?boolean";
                  enableFlowFormulasFixEnabled: "?boolean";
                  enableFlowInterviewSharingEnabled: "?boolean";
                  enableFlowNullPreviousValueFix: "?boolean";
                  enableFlowPauseEnabled: "?boolean";
                  enableFlowUseApexExceptionEmail: "?boolean";
                  enableInvocableFlowFixEnabled: "?boolean";
                  enableLightningRuntimeEnabled: "?boolean";
                  enableUseFlowBuilder: "?boolean";
                  isAccessToInvokedApexRequired: "?boolean";
                  isEnhancedFlowListViewVisible: "?boolean";
                  isManageFlowRequiredForAutomationCharts: "?boolean";
              }
              • Readonly enableFlowBREncodedFixEnabled: "?boolean"
              • Readonly enableFlowDeployAsActiveEnabled: "?boolean"
              • Readonly enableFlowFieldFilterEnabled: "?boolean"
              • Readonly enableFlowFormulasFixEnabled: "?boolean"
              • Readonly enableFlowInterviewSharingEnabled: "?boolean"
              • Readonly enableFlowNullPreviousValueFix: "?boolean"
              • Readonly enableFlowPauseEnabled: "?boolean"
              • Readonly enableFlowUseApexExceptionEmail: "?boolean"
              • Readonly enableInvocableFlowFixEnabled: "?boolean"
              • Readonly enableLightningRuntimeEnabled: "?boolean"
              • Readonly enableUseFlowBuilder: "?boolean"
              • Readonly isAccessToInvokedApexRequired: "?boolean"
              • Readonly isEnhancedFlowListViewVisible: "?boolean"
              • Readonly isManageFlowRequiredForAutomationCharts: "?boolean"
            • Readonly type: "FlowSettings"
          • Readonly FlowStage: {
                extends: "FlowElement";
                props: {
                    isActive: "boolean";
                    label: "string";
                    stageOrder: "number";
                };
                type: "FlowStage";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  isActive: "boolean";
                  label: "string";
                  stageOrder: "number";
              }
              • Readonly isActive: "boolean"
              • Readonly label: "string"
              • Readonly stageOrder: "number"
            • Readonly type: "FlowStage"
          • Readonly FlowStageTranslation: {
                props: {
                    label: "?string";
                    name: "string";
                };
                type: "FlowStageTranslation";
            }
            • Readonly props: {
                  label: "?string";
                  name: "string";
              }
              • Readonly label: "?string"
              • Readonly name: "string"
            • Readonly type: "FlowStageTranslation"
          • Readonly FlowStart: {
                extends: "FlowNode";
                props: {
                    connector: "?FlowConnector";
                    filters: readonly ["FlowRecordFilter"];
                    object: "?string";
                    schedule: "?FlowSchedule";
                    triggerType: "?string";
                };
                type: "FlowStart";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  connector: "?FlowConnector";
                  filters: readonly ["FlowRecordFilter"];
                  object: "?string";
                  schedule: "?FlowSchedule";
                  triggerType: "?string";
              }
              • Readonly connector: "?FlowConnector"
              • Readonly filters: readonly ["FlowRecordFilter"]
              • Readonly object: "?string"
              • Readonly schedule: "?FlowSchedule"
              • Readonly triggerType: "?string"
            • Readonly type: "FlowStart"
          • Readonly FlowStep: {
                extends: "FlowNode";
                props: {
                    connectors: readonly ["FlowConnector"];
                };
                type: "FlowStep";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  connectors: readonly ["FlowConnector"];
              }
              • Readonly connectors: readonly ["FlowConnector"]
            • Readonly type: "FlowStep"
          • Readonly FlowSubflow: {
                extends: "FlowNode";
                props: {
                    connector: "?FlowConnector";
                    flowName: "string";
                    inputAssignments: readonly ["FlowSubflowInputAssignment"];
                    outputAssignments: readonly ["FlowSubflowOutputAssignment"];
                };
                type: "FlowSubflow";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  connector: "?FlowConnector";
                  flowName: "string";
                  inputAssignments: readonly ["FlowSubflowInputAssignment"];
                  outputAssignments: readonly ["FlowSubflowOutputAssignment"];
              }
              • Readonly connector: "?FlowConnector"
              • Readonly flowName: "string"
              • Readonly inputAssignments: readonly ["FlowSubflowInputAssignment"]
              • Readonly outputAssignments: readonly ["FlowSubflowOutputAssignment"]
            • Readonly type: "FlowSubflow"
          • Readonly FlowSubflowInputAssignment: {
                extends: "FlowBaseElement";
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowSubflowInputAssignment";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowSubflowInputAssignment"
          • Readonly FlowSubflowOutputAssignment: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    name: "string";
                };
                type: "FlowSubflowOutputAssignment";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  name: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly name: "string"
            • Readonly type: "FlowSubflowOutputAssignment"
          • Readonly FlowTextTemplate: {
                extends: "FlowElement";
                props: {
                    text: "string";
                };
                type: "FlowTextTemplate";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  text: "string";
              }
              • Readonly text: "string"
            • Readonly type: "FlowTextTemplate"
          • Readonly FlowTextTemplateTranslation: {
                props: {
                    name: "string";
                    text: "?string";
                };
                type: "FlowTextTemplateTranslation";
            }
            • Readonly props: {
                  name: "string";
                  text: "?string";
              }
              • Readonly name: "string"
              • Readonly text: "?string"
            • Readonly type: "FlowTextTemplateTranslation"
          • Readonly FlowTranslation: {
                props: {
                    choices: readonly ["FlowChoiceTranslation"];
                    fullName: "string";
                    label: "?string";
                    screens: readonly ["FlowScreenTranslation"];
                    stages: readonly ["FlowStageTranslation"];
                    textTemplates: readonly ["FlowTextTemplateTranslation"];
                };
                type: "FlowTranslation";
            }
            • Readonly props: {
                  choices: readonly ["FlowChoiceTranslation"];
                  fullName: "string";
                  label: "?string";
                  screens: readonly ["FlowScreenTranslation"];
                  stages: readonly ["FlowStageTranslation"];
                  textTemplates: readonly ["FlowTextTemplateTranslation"];
              }
              • Readonly choices: readonly ["FlowChoiceTranslation"]
              • Readonly fullName: "string"
              • Readonly label: "?string"
              • Readonly screens: readonly ["FlowScreenTranslation"]
              • Readonly stages: readonly ["FlowStageTranslation"]
              • Readonly textTemplates: readonly ["FlowTextTemplateTranslation"]
            • Readonly type: "FlowTranslation"
          • Readonly FlowVariable: {
                extends: "FlowElement";
                props: {
                    apexClass: "?string";
                    dataType: "string";
                    isCollection: "?boolean";
                    isInput: "?boolean";
                    isOutput: "?boolean";
                    objectType: "?string";
                    scale: "?number";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowVariable";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  apexClass: "?string";
                  dataType: "string";
                  isCollection: "?boolean";
                  isInput: "?boolean";
                  isOutput: "?boolean";
                  objectType: "?string";
                  scale: "?number";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly apexClass: "?string"
              • Readonly dataType: "string"
              • Readonly isCollection: "?boolean"
              • Readonly isInput: "?boolean"
              • Readonly isOutput: "?boolean"
              • Readonly objectType: "?string"
              • Readonly scale: "?number"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowVariable"
          • Readonly FlowVisibilityRule: {
                extends: "FlowBaseElement";
                props: {
                    conditionLogic: "?string";
                    conditions: readonly ["FlowCondition"];
                };
                type: "FlowVisibilityRule";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  conditionLogic: "?string";
                  conditions: readonly ["FlowCondition"];
              }
              • Readonly conditionLogic: "?string"
              • Readonly conditions: readonly ["FlowCondition"]
            • Readonly type: "FlowVisibilityRule"
          • Readonly FlowWait: {
                extends: "FlowNode";
                props: {
                    defaultConnector: "?FlowConnector";
                    defaultConnectorLabel: "string";
                    faultConnector: "?FlowConnector";
                    waitEvents: readonly ["FlowWaitEvent"];
                };
                type: "FlowWait";
            }
            • Readonly extends: "FlowNode"
            • Readonly props: {
                  defaultConnector: "?FlowConnector";
                  defaultConnectorLabel: "string";
                  faultConnector: "?FlowConnector";
                  waitEvents: readonly ["FlowWaitEvent"];
              }
              • Readonly defaultConnector: "?FlowConnector"
              • Readonly defaultConnectorLabel: "string"
              • Readonly faultConnector: "?FlowConnector"
              • Readonly waitEvents: readonly ["FlowWaitEvent"]
            • Readonly type: "FlowWait"
          • Readonly FlowWaitEvent: {
                extends: "FlowElement";
                props: {
                    conditionLogic: "?string";
                    conditions: readonly ["FlowCondition"];
                    connector: "FlowConnector";
                    eventType: "string";
                    inputParameters: readonly ["FlowWaitEventInputParameter"];
                    label: "string";
                    outputParameters: readonly ["FlowWaitEventOutputParameter"];
                };
                type: "FlowWaitEvent";
            }
            • Readonly extends: "FlowElement"
            • Readonly props: {
                  conditionLogic: "?string";
                  conditions: readonly ["FlowCondition"];
                  connector: "FlowConnector";
                  eventType: "string";
                  inputParameters: readonly ["FlowWaitEventInputParameter"];
                  label: "string";
                  outputParameters: readonly ["FlowWaitEventOutputParameter"];
              }
              • Readonly conditionLogic: "?string"
              • Readonly conditions: readonly ["FlowCondition"]
              • Readonly connector: "FlowConnector"
              • Readonly eventType: "string"
              • Readonly inputParameters: readonly ["FlowWaitEventInputParameter"]
              • Readonly label: "string"
              • Readonly outputParameters: readonly ["FlowWaitEventOutputParameter"]
            • Readonly type: "FlowWaitEvent"
          • Readonly FlowWaitEventInputParameter: {
                extends: "FlowBaseElement";
                props: {
                    name: "string";
                    value: "?FlowElementReferenceOrValue";
                };
                type: "FlowWaitEventInputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  name: "string";
                  value: "?FlowElementReferenceOrValue";
              }
              • Readonly name: "string"
              • Readonly value: "?FlowElementReferenceOrValue"
            • Readonly type: "FlowWaitEventInputParameter"
          • Readonly FlowWaitEventOutputParameter: {
                extends: "FlowBaseElement";
                props: {
                    assignToReference: "string";
                    name: "string";
                };
                type: "FlowWaitEventOutputParameter";
            }
            • Readonly extends: "FlowBaseElement"
            • Readonly props: {
                  assignToReference: "string";
                  name: "string";
              }
              • Readonly assignToReference: "string"
              • Readonly name: "string"
            • Readonly type: "FlowWaitEventOutputParameter"
          • Readonly Folder: {
                extends: "Metadata";
                props: {
                    accessType: "?string";
                    folderShares: readonly ["FolderShare"];
                    name: "string";
                    publicFolderAccess: "?string";
                    sharedTo: "?SharedTo";
                };
                type: "Folder";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  accessType: "?string";
                  folderShares: readonly ["FolderShare"];
                  name: "string";
                  publicFolderAccess: "?string";
                  sharedTo: "?SharedTo";
              }
              • Readonly accessType: "?string"
              • Readonly folderShares: readonly ["FolderShare"]
              • Readonly name: "string"
              • Readonly publicFolderAccess: "?string"
              • Readonly sharedTo: "?SharedTo"
            • Readonly type: "Folder"
          • Readonly FolderShare: {
                props: {
                    accessLevel: "string";
                    sharedTo: "string";
                    sharedToType: "string";
                };
                type: "FolderShare";
            }
            • Readonly props: {
                  accessLevel: "string";
                  sharedTo: "string";
                  sharedToType: "string";
              }
              • Readonly accessLevel: "string"
              • Readonly sharedTo: "string"
              • Readonly sharedToType: "string"
            • Readonly type: "FolderShare"
          • Readonly ForecastRangeSettings: {
                props: {
                    beginning: "number";
                    displaying: "number";
                    periodType: "string";
                };
                type: "ForecastRangeSettings";
            }
            • Readonly props: {
                  beginning: "number";
                  displaying: "number";
                  periodType: "string";
              }
              • Readonly beginning: "number"
              • Readonly displaying: "number"
              • Readonly periodType: "string"
            • Readonly type: "ForecastRangeSettings"
          • Readonly ForecastingCategoryMapping: {
                props: {
                    forecastingItemCategoryApiName: "string";
                    weightedSourceCategories: readonly ["WeightedSourceCategory"];
                };
                type: "ForecastingCategoryMapping";
            }
            • Readonly props: {
                  forecastingItemCategoryApiName: "string";
                  weightedSourceCategories: readonly ["WeightedSourceCategory"];
              }
              • Readonly forecastingItemCategoryApiName: "string"
              • Readonly weightedSourceCategories: readonly ["WeightedSourceCategory"]
            • Readonly type: "ForecastingCategoryMapping"
          • Readonly ForecastingDisplayedFamilySettings: {
                props: {
                    productFamily: "?string";
                };
                type: "ForecastingDisplayedFamilySettings";
            }
            • Readonly props: {
                  productFamily: "?string";
              }
              • Readonly productFamily: "?string"
            • Readonly type: "ForecastingDisplayedFamilySettings"
          • Readonly ForecastingSettings: {
                extends: "Metadata";
                props: {
                    defaultToPersonalCurrency: "?boolean";
                    enableForecasts: "?boolean";
                    forecastingCategoryMappings: readonly ["ForecastingCategoryMapping"];
                    forecastingDisplayedFamilySettings: readonly ["ForecastingDisplayedFamilySettings"];
                    forecastingTypeSettings: readonly ["ForecastingTypeSettings"];
                };
                type: "ForecastingSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  defaultToPersonalCurrency: "?boolean";
                  enableForecasts: "?boolean";
                  forecastingCategoryMappings: readonly ["ForecastingCategoryMapping"];
                  forecastingDisplayedFamilySettings: readonly ["ForecastingDisplayedFamilySettings"];
                  forecastingTypeSettings: readonly ["ForecastingTypeSettings"];
              }
              • Readonly defaultToPersonalCurrency: "?boolean"
              • Readonly enableForecasts: "?boolean"
              • Readonly forecastingCategoryMappings: readonly ["ForecastingCategoryMapping"]
              • Readonly forecastingDisplayedFamilySettings: readonly ["ForecastingDisplayedFamilySettings"]
              • Readonly forecastingTypeSettings: readonly ["ForecastingTypeSettings"]
            • Readonly type: "ForecastingSettings"
          • Readonly ForecastingTypeSettings: {
                props: {
                    active: "boolean";
                    adjustmentsSettings: "AdjustmentsSettings";
                    displayedCategoryApiNames: readonly ["string"];
                    forecastRangeSettings: "ForecastRangeSettings";
                    forecastedCategoryApiNames: readonly ["string"];
                    forecastingDateType: "string";
                    hasProductFamily: "boolean";
                    isAmount: "boolean";
                    isAvailable: "boolean";
                    isQuantity: "boolean";
                    managerAdjustableCategoryApiNames: readonly ["string"];
                    masterLabel: "string";
                    name: "string";
                    opportunityListFieldsLabelMappings: readonly ["OpportunityListFieldsLabelMapping"];
                    opportunityListFieldsSelectedSettings: "OpportunityListFieldsSelectedSettings";
                    opportunityListFieldsUnselectedSettings: "OpportunityListFieldsUnselectedSettings";
                    opportunitySplitName: "?string";
                    ownerAdjustableCategoryApiNames: readonly ["string"];
                    quotasSettings: "QuotasSettings";
                    territory2ModelName: "?string";
                };
                type: "ForecastingTypeSettings";
            }
            • Readonly props: {
                  active: "boolean";
                  adjustmentsSettings: "AdjustmentsSettings";
                  displayedCategoryApiNames: readonly ["string"];
                  forecastRangeSettings: "ForecastRangeSettings";
                  forecastedCategoryApiNames: readonly ["string"];
                  forecastingDateType: "string";
                  hasProductFamily: "boolean";
                  isAmount: "boolean";
                  isAvailable: "boolean";
                  isQuantity: "boolean";
                  managerAdjustableCategoryApiNames: readonly ["string"];
                  masterLabel: "string";
                  name: "string";
                  opportunityListFieldsLabelMappings: readonly ["OpportunityListFieldsLabelMapping"];
                  opportunityListFieldsSelectedSettings: "OpportunityListFieldsSelectedSettings";
                  opportunityListFieldsUnselectedSettings: "OpportunityListFieldsUnselectedSettings";
                  opportunitySplitName: "?string";
                  ownerAdjustableCategoryApiNames: readonly ["string"];
                  quotasSettings: "QuotasSettings";
                  territory2ModelName: "?string";
              }
              • Readonly active: "boolean"
              • Readonly adjustmentsSettings: "AdjustmentsSettings"
              • Readonly displayedCategoryApiNames: readonly ["string"]
              • Readonly forecastRangeSettings: "ForecastRangeSettings"
              • Readonly forecastedCategoryApiNames: readonly ["string"]
              • Readonly forecastingDateType: "string"
              • Readonly hasProductFamily: "boolean"
              • Readonly isAmount: "boolean"
              • Readonly isAvailable: "boolean"
              • Readonly isQuantity: "boolean"
              • Readonly managerAdjustableCategoryApiNames: readonly ["string"]
              • Readonly masterLabel: "string"
              • Readonly name: "string"
              • Readonly opportunityListFieldsLabelMappings: readonly ["OpportunityListFieldsLabelMapping"]
              • Readonly opportunityListFieldsSelectedSettings: "OpportunityListFieldsSelectedSettings"
              • Readonly opportunityListFieldsUnselectedSettings: "OpportunityListFieldsUnselectedSettings"
              • Readonly opportunitySplitName: "?string"
              • Readonly ownerAdjustableCategoryApiNames: readonly ["string"]
              • Readonly quotasSettings: "QuotasSettings"
              • Readonly territory2ModelName: "?string"
            • Readonly type: "ForecastingTypeSettings"
          • Readonly Form: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    formSections: readonly ["FormSection"];
                    masterLabel: "string";
                };
                type: "Form";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  formSections: readonly ["FormSection"];
                  masterLabel: "string";
              }
              • Readonly description: "?string"
              • Readonly formSections: readonly ["FormSection"]
              • Readonly masterLabel: "string"
            • Readonly type: "Form"
          • Readonly FormColumn: {
                props: {
                    formItems: readonly ["FormItem"];
                };
                type: "FormColumn";
            }
            • Readonly props: {
                  formItems: readonly ["FormItem"];
              }
              • Readonly formItems: readonly ["FormItem"]
            • Readonly type: "FormColumn"
          • Readonly FormItem: {
                props: {
                    emptySpace: "?boolean";
                    expression: "?string";
                    formLayoutableItem: "?string";
                    helpText: "?string";
                };
                type: "FormItem";
            }
            • Readonly props: {
                  emptySpace: "?boolean";
                  expression: "?string";
                  formLayoutableItem: "?string";
                  helpText: "?string";
              }
              • Readonly emptySpace: "?boolean"
              • Readonly expression: "?string"
              • Readonly formLayoutableItem: "?string"
              • Readonly helpText: "?string"
            • Readonly type: "FormItem"
          • Readonly FormSection: {
                extends: "Metadata";
                props: {
                    formColumns: readonly ["FormColumn"];
                    masterLabel: "string";
                    tabOrderType: "string";
                };
                type: "FormSection";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  formColumns: readonly ["FormColumn"];
                  masterLabel: "string";
                  tabOrderType: "string";
              }
              • Readonly formColumns: readonly ["FormColumn"]
              • Readonly masterLabel: "string"
              • Readonly tabOrderType: "string"
            • Readonly type: "FormSection"
          • Readonly FormulaSettings: {
                extends: "Metadata";
                props: {
                    enableDSTAwareDatevalue: "?boolean";
                };
                type: "FormulaSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableDSTAwareDatevalue: "?boolean";
              }
              • Readonly enableDSTAwareDatevalue: "?boolean"
            • Readonly type: "FormulaSettings"
          • Readonly GlobalQuickActionTranslation: {
                props: {
                    label: "string";
                    name: "string";
                };
                type: "GlobalQuickActionTranslation";
            }
            • Readonly props: {
                  label: "string";
                  name: "string";
              }
              • Readonly label: "string"
              • Readonly name: "string"
            • Readonly type: "GlobalQuickActionTranslation"
          • Readonly GlobalValueSet: {
                extends: "Metadata";
                props: {
                    customValue: readonly ["CustomValue"];
                    description: "?string";
                    masterLabel: "string";
                    sorted: "boolean";
                };
                type: "GlobalValueSet";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  customValue: readonly ["CustomValue"];
                  description: "?string";
                  masterLabel: "string";
                  sorted: "boolean";
              }
              • Readonly customValue: readonly ["CustomValue"]
              • Readonly description: "?string"
              • Readonly masterLabel: "string"
              • Readonly sorted: "boolean"
            • Readonly type: "GlobalValueSet"
          • Readonly GlobalValueSetTranslation: {
                extends: "Metadata";
                props: {
                    valueTranslation: readonly ["ValueTranslation"];
                };
                type: "GlobalValueSetTranslation";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  valueTranslation: readonly ["ValueTranslation"];
              }
              • Readonly valueTranslation: readonly ["ValueTranslation"]
            • Readonly type: "GlobalValueSetTranslation"
          • Readonly GoogleAppsSettings: {
                extends: "Metadata";
                props: {
                    enableGmailButtons: "?boolean";
                    enableGmailButtonsAndLinks: "?boolean";
                    enableGmailLinks: "?boolean";
                    enableGoogleDocs: "?boolean";
                    enableGoogleDocsTab: "?boolean";
                    enableGoogleTalk: "?boolean";
                    googleAppsDomain: "?string";
                    googleAppsDomainLinked: "?boolean";
                    googleAppsDomainValidated: "?boolean";
                };
                type: "GoogleAppsSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableGmailButtons: "?boolean";
                  enableGmailButtonsAndLinks: "?boolean";
                  enableGmailLinks: "?boolean";
                  enableGoogleDocs: "?boolean";
                  enableGoogleDocsTab: "?boolean";
                  enableGoogleTalk: "?boolean";
                  googleAppsDomain: "?string";
                  googleAppsDomainLinked: "?boolean";
                  googleAppsDomainValidated: "?boolean";
              }
              • Readonly enableGmailButtons: "?boolean"
              • Readonly enableGmailButtonsAndLinks: "?boolean"
              • Readonly enableGmailLinks: "?boolean"
              • Readonly enableGoogleDocs: "?boolean"
              • Readonly enableGoogleDocsTab: "?boolean"
              • Readonly enableGoogleTalk: "?boolean"
              • Readonly googleAppsDomain: "?string"
              • Readonly googleAppsDomainLinked: "?boolean"
              • Readonly googleAppsDomainValidated: "?boolean"
            • Readonly type: "GoogleAppsSettings"
          • Readonly Group: {
                extends: "Metadata";
                props: {
                    doesIncludeBosses: "?boolean";
                    name: "string";
                };
                type: "Group";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  doesIncludeBosses: "?boolean";
                  name: "string";
              }
              • Readonly doesIncludeBosses: "?boolean"
              • Readonly name: "string"
            • Readonly type: "Group"
          • Readonly HighVelocitySalesSettings: {
                extends: "Metadata";
                props: {
                    enableDispositionCategory: "?boolean";
                    enableEngagementWaveAnalyticsPref: "?boolean";
                    enableHighVelocitySales: "?boolean";
                    enableHighVelocitySalesSetup: "?boolean";
                };
                type: "HighVelocitySalesSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableDispositionCategory: "?boolean";
                  enableEngagementWaveAnalyticsPref: "?boolean";
                  enableHighVelocitySales: "?boolean";
                  enableHighVelocitySalesSetup: "?boolean";
              }
              • Readonly enableDispositionCategory: "?boolean"
              • Readonly enableEngagementWaveAnalyticsPref: "?boolean"
              • Readonly enableHighVelocitySales: "?boolean"
              • Readonly enableHighVelocitySalesSetup: "?boolean"
            • Readonly type: "HighVelocitySalesSettings"
          • Readonly HistoryRetentionPolicy: {
                props: {
                    archiveAfterMonths: "number";
                    archiveRetentionYears: "number";
                    description: "?string";
                };
                type: "HistoryRetentionPolicy";
            }
            • Readonly props: {
                  archiveAfterMonths: "number";
                  archiveRetentionYears: "number";
                  description: "?string";
              }
              • Readonly archiveAfterMonths: "number"
              • Readonly archiveRetentionYears: "number"
              • Readonly description: "?string"
            • Readonly type: "HistoryRetentionPolicy"
          • Readonly Holiday: {
                props: {
                    activityDate: "?string";
                    businessHours: readonly ["string"];
                    description: "?string";
                    endTime: "?string";
                    isRecurring: "?boolean";
                    name: "?string";
                    recurrenceDayOfMonth: "?number";
                    recurrenceDayOfWeek: readonly ["string"];
                    recurrenceDayOfWeekMask: "?number";
                    recurrenceEndDate: "?string";
                    recurrenceInstance: "?string";
                    recurrenceInterval: "?number";
                    recurrenceMonthOfYear: "?string";
                    recurrenceStartDate: "?string";
                    recurrenceType: "?string";
                    startTime: "?string";
                };
                type: "Holiday";
            }
            • Readonly props: {
                  activityDate: "?string";
                  businessHours: readonly ["string"];
                  description: "?string";
                  endTime: "?string";
                  isRecurring: "?boolean";
                  name: "?string";
                  recurrenceDayOfMonth: "?number";
                  recurrenceDayOfWeek: readonly ["string"];
                  recurrenceDayOfWeekMask: "?number";
                  recurrenceEndDate: "?string";
                  recurrenceInstance: "?string";
                  recurrenceInterval: "?number";
                  recurrenceMonthOfYear: "?string";
                  recurrenceStartDate: "?string";
                  recurrenceType: "?string";
                  startTime: "?string";
              }
              • Readonly activityDate: "?string"
              • Readonly businessHours: readonly ["string"]
              • Readonly description: "?string"
              • Readonly endTime: "?string"
              • Readonly isRecurring: "?boolean"
              • Readonly name: "?string"
              • Readonly recurrenceDayOfMonth: "?number"
              • Readonly recurrenceDayOfWeek: readonly ["string"]
              • Readonly recurrenceDayOfWeekMask: "?number"
              • Readonly recurrenceEndDate: "?string"
              • Readonly recurrenceInstance: "?string"
              • Readonly recurrenceInterval: "?number"
              • Readonly recurrenceMonthOfYear: "?string"
              • Readonly recurrenceStartDate: "?string"
              • Readonly recurrenceType: "?string"
              • Readonly startTime: "?string"
            • Readonly type: "Holiday"
          • Readonly HomePageComponent: {
                extends: "Metadata";
                props: {
                    body: "?string";
                    height: "?number";
                    links: readonly ["string"];
                    page: "?string";
                    pageComponentType: "string";
                    showLabel: "?boolean";
                    showScrollbars: "?boolean";
                    width: "?string";
                };
                type: "HomePageComponent";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  body: "?string";
                  height: "?number";
                  links: readonly ["string"];
                  page: "?string";
                  pageComponentType: "string";
                  showLabel: "?boolean";
                  showScrollbars: "?boolean";
                  width: "?string";
              }
              • Readonly body: "?string"
              • Readonly height: "?number"
              • Readonly links: readonly ["string"]
              • Readonly page: "?string"
              • Readonly pageComponentType: "string"
              • Readonly showLabel: "?boolean"
              • Readonly showScrollbars: "?boolean"
              • Readonly width: "?string"
            • Readonly type: "HomePageComponent"
          • Readonly HomePageLayout: {
                extends: "Metadata";
                props: {
                    narrowComponents: readonly ["string"];
                    wideComponents: readonly ["string"];
                };
                type: "HomePageLayout";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  narrowComponents: readonly ["string"];
                  wideComponents: readonly ["string"];
              }
              • Readonly narrowComponents: readonly ["string"]
              • Readonly wideComponents: readonly ["string"]
            • Readonly type: "HomePageLayout"
          • Readonly IdeaReputationLevel: {
                props: {
                    name: "string";
                    value: "number";
                };
                type: "IdeaReputationLevel";
            }
            • Readonly props: {
                  name: "string";
                  value: "number";
              }
              • Readonly name: "string"
              • Readonly value: "number"
            • Readonly type: "IdeaReputationLevel"
          • Readonly IdeasSettings: {
                extends: "Metadata";
                props: {
                    enableChatterProfile: "?boolean";
                    enableHtmlIdea: "?boolean";
                    enableIdeaMultipleCategory: "?boolean";
                    enableIdeaThemes: "?boolean";
                    enableIdeas: "?boolean";
                    enableIdeasControllerExtensions: "?boolean";
                    enableIdeasReputation: "?boolean";
                    halfLife: "?number";
                    ideasProfilePage: "?string";
                };
                type: "IdeasSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableChatterProfile: "?boolean";
                  enableHtmlIdea: "?boolean";
                  enableIdeaMultipleCategory: "?boolean";
                  enableIdeaThemes: "?boolean";
                  enableIdeas: "?boolean";
                  enableIdeasControllerExtensions: "?boolean";
                  enableIdeasReputation: "?boolean";
                  halfLife: "?number";
                  ideasProfilePage: "?string";
              }
              • Readonly enableChatterProfile: "?boolean"
              • Readonly enableHtmlIdea: "?boolean"
              • Readonly enableIdeaMultipleCategory: "?boolean"
              • Readonly enableIdeaThemes: "?boolean"
              • Readonly enableIdeas: "?boolean"
              • Readonly enableIdeasControllerExtensions: "?boolean"
              • Readonly enableIdeasReputation: "?boolean"
              • Readonly halfLife: "?number"
              • Readonly ideasProfilePage: "?string"
            • Readonly type: "IdeasSettings"
          • Readonly IfExpression: {
                props: {
                    childName: "string";
                    expression: "string";
                };
                type: "IfExpression";
            }
            • Readonly props: {
                  childName: "string";
                  expression: "string";
              }
              • Readonly childName: "string"
              • Readonly expression: "string"
            • Readonly type: "IfExpression"
          • Readonly Index: {
                extends: "Metadata";
                props: {
                    fields: readonly ["IndexField"];
                    label: "string";
                };
                type: "Index";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  fields: readonly ["IndexField"];
                  label: "string";
              }
              • Readonly fields: readonly ["IndexField"]
              • Readonly label: "string"
            • Readonly type: "Index"
          • Readonly IndexField: {
                props: {
                    name: "string";
                    sortDirection: "string";
                };
                type: "IndexField";
            }
            • Readonly props: {
                  name: "string";
                  sortDirection: "string";
              }
              • Readonly name: "string"
              • Readonly sortDirection: "string"
            • Readonly type: "IndexField"
          • Readonly IndustriesManufacturingSettings: {
                extends: "Metadata";
                props: {
                    enableIndManufacturing: "?boolean";
                    enableIndustriesMfgAccountForecast: "?boolean";
                };
                type: "IndustriesManufacturingSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableIndManufacturing: "?boolean";
                  enableIndustriesMfgAccountForecast: "?boolean";
              }
              • Readonly enableIndManufacturing: "?boolean"
              • Readonly enableIndustriesMfgAccountForecast: "?boolean"
            • Readonly type: "IndustriesManufacturingSettings"
          • Readonly IndustriesSettings: {
                extends: "Metadata";
                props: {
                    allowMultipleProducersToWorkOnSamePolicy: "?boolean";
                    enableAccessToMasterListOfCoverageTypes: "?boolean";
                    enableBlockResourceAvailabilityOrgPref: "?boolean";
                    enableEventManagementOrgPref: "?boolean";
                    enableHCReferralScoring: "?boolean";
                    enableManyToManyRelationships: "?boolean";
                    enableMortgageRlaTotalsOrgPref: "?boolean";
                    enableMultiResourceOrgPref: "?boolean";
                    enableObjectDetection: "?boolean";
                    enableOverbookingOrgPref: "?boolean";
                    enableProviderSearchSyncOrgPref: "?boolean";
                    enableReferralScoring: "?boolean";
                    enableSentimentAnalysis: "?boolean";
                };
                type: "IndustriesSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  allowMultipleProducersToWorkOnSamePolicy: "?boolean";
                  enableAccessToMasterListOfCoverageTypes: "?boolean";
                  enableBlockResourceAvailabilityOrgPref: "?boolean";
                  enableEventManagementOrgPref: "?boolean";
                  enableHCReferralScoring: "?boolean";
                  enableManyToManyRelationships: "?boolean";
                  enableMortgageRlaTotalsOrgPref: "?boolean";
                  enableMultiResourceOrgPref: "?boolean";
                  enableObjectDetection: "?boolean";
                  enableOverbookingOrgPref: "?boolean";
                  enableProviderSearchSyncOrgPref: "?boolean";
                  enableReferralScoring: "?boolean";
                  enableSentimentAnalysis: "?boolean";
              }
              • Readonly allowMultipleProducersToWorkOnSamePolicy: "?boolean"
              • Readonly enableAccessToMasterListOfCoverageTypes: "?boolean"
              • Readonly enableBlockResourceAvailabilityOrgPref: "?boolean"
              • Readonly enableEventManagementOrgPref: "?boolean"
              • Readonly enableHCReferralScoring: "?boolean"
              • Readonly enableManyToManyRelationships: "?boolean"
              • Readonly enableMortgageRlaTotalsOrgPref: "?boolean"
              • Readonly enableMultiResourceOrgPref: "?boolean"
              • Readonly enableObjectDetection: "?boolean"
              • Readonly enableOverbookingOrgPref: "?boolean"
              • Readonly enableProviderSearchSyncOrgPref: "?boolean"
              • Readonly enableReferralScoring: "?boolean"
              • Readonly enableSentimentAnalysis: "?boolean"
            • Readonly type: "IndustriesSettings"
          • Readonly InstalledPackage: {
                extends: "Metadata";
                props: {
                    activateRSS: "boolean";
                    password: "?string";
                    versionNumber: "string";
                };
                type: "InstalledPackage";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  activateRSS: "boolean";
                  password: "?string";
                  versionNumber: "string";
              }
              • Readonly activateRSS: "boolean"
              • Readonly password: "?string"
              • Readonly versionNumber: "string"
            • Readonly type: "InstalledPackage"
          • Readonly IntegrationHubSettings: {
                extends: "Metadata";
                props: {
                    canonicalName: "?string";
                    canonicalNameBindingChar: "?string";
                    description: "?string";
                    isEnabled: "?boolean";
                    isProtected: "?boolean";
                    masterLabel: "string";
                    setupData: "?string";
                    setupDefinition: "?string";
                    setupNamespace: "?string";
                    setupSimpleName: "string";
                    uUID: "?string";
                    version: "?string";
                    versionBuild: "?number";
                    versionMajor: "?number";
                    versionMinor: "?number";
                    versionSetUuid: "?string";
                };
                type: "IntegrationHubSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canonicalName: "?string";
                  canonicalNameBindingChar: "?string";
                  description: "?string";
                  isEnabled: "?boolean";
                  isProtected: "?boolean";
                  masterLabel: "string";
                  setupData: "?string";
                  setupDefinition: "?string";
                  setupNamespace: "?string";
                  setupSimpleName: "string";
                  uUID: "?string";
                  version: "?string";
                  versionBuild: "?number";
                  versionMajor: "?number";
                  versionMinor: "?number";
                  versionSetUuid: "?string";
              }
              • Readonly canonicalName: "?string"
              • Readonly canonicalNameBindingChar: "?string"
              • Readonly description: "?string"
              • Readonly isEnabled: "?boolean"
              • Readonly isProtected: "?boolean"
              • Readonly masterLabel: "string"
              • Readonly setupData: "?string"
              • Readonly setupDefinition: "?string"
              • Readonly setupNamespace: "?string"
              • Readonly setupSimpleName: "string"
              • Readonly uUID: "?string"
              • Readonly version: "?string"
              • Readonly versionBuild: "?number"
              • Readonly versionMajor: "?number"
              • Readonly versionMinor: "?number"
              • Readonly versionSetUuid: "?string"
            • Readonly type: "IntegrationHubSettings"
          • Readonly IntegrationHubSettingsType: {
                extends: "Metadata";
                props: {
                    canonicalName: "?string";
                    canonicalNameBindingChar: "?string";
                    description: "?string";
                    isEnabled: "?boolean";
                    isProtected: "?boolean";
                    masterLabel: "string";
                    setupNamespace: "?string";
                    setupSimpleName: "string";
                    uUID: "?string";
                    version: "?string";
                    versionBuild: "?number";
                    versionMajor: "?number";
                    versionMinor: "?number";
                    versionSetUuid: "?string";
                };
                type: "IntegrationHubSettingsType";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canonicalName: "?string";
                  canonicalNameBindingChar: "?string";
                  description: "?string";
                  isEnabled: "?boolean";
                  isProtected: "?boolean";
                  masterLabel: "string";
                  setupNamespace: "?string";
                  setupSimpleName: "string";
                  uUID: "?string";
                  version: "?string";
                  versionBuild: "?number";
                  versionMajor: "?number";
                  versionMinor: "?number";
                  versionSetUuid: "?string";
              }
              • Readonly canonicalName: "?string"
              • Readonly canonicalNameBindingChar: "?string"
              • Readonly description: "?string"
              • Readonly isEnabled: "?boolean"
              • Readonly isProtected: "?boolean"
              • Readonly masterLabel: "string"
              • Readonly setupNamespace: "?string"
              • Readonly setupSimpleName: "string"
              • Readonly uUID: "?string"
              • Readonly version: "?string"
              • Readonly versionBuild: "?number"
              • Readonly versionMajor: "?number"
              • Readonly versionMinor: "?number"
              • Readonly versionSetUuid: "?string"
            • Readonly type: "IntegrationHubSettingsType"
          • Readonly InvocableActionSettings: {
                extends: "Metadata";
                props: {
                    isPartialSaveAllowed: "?boolean";
                };
                type: "InvocableActionSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  isPartialSaveAllowed: "?boolean";
              }
              • Readonly isPartialSaveAllowed: "?boolean"
            • Readonly type: "InvocableActionSettings"
          • Readonly IoTSettings: {
                extends: "Metadata";
                props: {
                    enableIoT: "?boolean";
                    enableIoTInsightsPilot: "?boolean";
                    enableIoTUsageEmail: "?boolean";
                };
                type: "IoTSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableIoT: "?boolean";
                  enableIoTInsightsPilot: "?boolean";
                  enableIoTUsageEmail: "?boolean";
              }
              • Readonly enableIoT: "?boolean"
              • Readonly enableIoTInsightsPilot: "?boolean"
              • Readonly enableIoTUsageEmail: "?boolean"
            • Readonly type: "IoTSettings"
          • Readonly IpRange: {
                props: {
                    description: "?string";
                    end: "?string";
                    start: "?string";
                };
                type: "IpRange";
            }
            • Readonly props: {
                  description: "?string";
                  end: "?string";
                  start: "?string";
              }
              • Readonly description: "?string"
              • Readonly end: "?string"
              • Readonly start: "?string"
            • Readonly type: "IpRange"
          • Readonly IsvHammerSettings: {
                extends: "Metadata";
                props: {
                    enableIsvHammerSubIsOptedOut: "?boolean";
                };
                type: "IsvHammerSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableIsvHammerSubIsOptedOut: "?boolean";
              }
              • Readonly enableIsvHammerSubIsOptedOut: "?boolean"
            • Readonly type: "IsvHammerSettings"
          • Readonly KeyboardShortcuts: {
                props: {
                    customShortcuts: readonly ["CustomShortcut"];
                    defaultShortcuts: readonly ["DefaultShortcut"];
                };
                type: "KeyboardShortcuts";
            }
            • Readonly props: {
                  customShortcuts: readonly ["CustomShortcut"];
                  defaultShortcuts: readonly ["DefaultShortcut"];
              }
              • Readonly customShortcuts: readonly ["CustomShortcut"]
              • Readonly defaultShortcuts: readonly ["DefaultShortcut"]
            • Readonly type: "KeyboardShortcuts"
          • Readonly Keyword: {
                props: {
                    keyword: "string";
                };
                type: "Keyword";
            }
            • Readonly props: {
                  keyword: "string";
              }
              • Readonly keyword: "string"
            • Readonly type: "Keyword"
          • Readonly KeywordList: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    keywords: readonly ["Keyword"];
                    masterLabel: "string";
                };
                type: "KeywordList";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  keywords: readonly ["Keyword"];
                  masterLabel: "string";
              }
              • Readonly description: "?string"
              • Readonly keywords: readonly ["Keyword"]
              • Readonly masterLabel: "string"
            • Readonly type: "KeywordList"
          • Readonly KnowledgeAnswerSettings: {
                props: {
                    assignTo: "?string";
                    defaultArticleType: "?string";
                    enableArticleCreation: "?boolean";
                };
                type: "KnowledgeAnswerSettings";
            }
            • Readonly props: {
                  assignTo: "?string";
                  defaultArticleType: "?string";
                  enableArticleCreation: "?boolean";
              }
              • Readonly assignTo: "?string"
              • Readonly defaultArticleType: "?string"
              • Readonly enableArticleCreation: "?boolean"
            • Readonly type: "KnowledgeAnswerSettings"
          • Readonly KnowledgeCaseField: {
                props: {
                    name: "?string";
                };
                type: "KnowledgeCaseField";
            }
            • Readonly props: {
                  name: "?string";
              }
              • Readonly name: "?string"
            • Readonly type: "KnowledgeCaseField"
          • Readonly KnowledgeCaseFieldsSettings: {
                props: {
                    field: readonly ["KnowledgeCaseField"];
                };
                type: "KnowledgeCaseFieldsSettings";
            }
            • Readonly props: {
                  field: readonly ["KnowledgeCaseField"];
              }
              • Readonly field: readonly ["KnowledgeCaseField"]
            • Readonly type: "KnowledgeCaseFieldsSettings"
          • Readonly KnowledgeCaseSettings: {
                props: {
                    articlePDFCreationProfile: "?string";
                    articlePublicSharingCommunities: "?KnowledgeCommunitiesSettings";
                    articlePublicSharingSites: "?KnowledgeSitesSettings";
                    articlePublicSharingSitesChatterAnswers: "?KnowledgeSitesSettings";
                    assignTo: "?string";
                    customizationClass: "?string";
                    defaultContributionArticleType: "?string";
                    editor: "?string";
                    enableArticleCreation: "?boolean";
                    enableArticlePublicSharingSites: "?boolean";
                    enableCaseDataCategoryMapping: "?boolean";
                    useProfileForPDFCreation: "?boolean";
                };
                type: "KnowledgeCaseSettings";
            }
            • Readonly props: {
                  articlePDFCreationProfile: "?string";
                  articlePublicSharingCommunities: "?KnowledgeCommunitiesSettings";
                  articlePublicSharingSites: "?KnowledgeSitesSettings";
                  articlePublicSharingSitesChatterAnswers: "?KnowledgeSitesSettings";
                  assignTo: "?string";
                  customizationClass: "?string";
                  defaultContributionArticleType: "?string";
                  editor: "?string";
                  enableArticleCreation: "?boolean";
                  enableArticlePublicSharingSites: "?boolean";
                  enableCaseDataCategoryMapping: "?boolean";
                  useProfileForPDFCreation: "?boolean";
              }
              • Readonly articlePDFCreationProfile: "?string"
              • Readonly articlePublicSharingCommunities: "?KnowledgeCommunitiesSettings"
              • Readonly articlePublicSharingSites: "?KnowledgeSitesSettings"
              • Readonly articlePublicSharingSitesChatterAnswers: "?KnowledgeSitesSettings"
              • Readonly assignTo: "?string"
              • Readonly customizationClass: "?string"
              • Readonly defaultContributionArticleType: "?string"
              • Readonly editor: "?string"
              • Readonly enableArticleCreation: "?boolean"
              • Readonly enableArticlePublicSharingSites: "?boolean"
              • Readonly enableCaseDataCategoryMapping: "?boolean"
              • Readonly useProfileForPDFCreation: "?boolean"
            • Readonly type: "KnowledgeCaseSettings"
          • Readonly KnowledgeCommunitiesSettings: {
                props: {
                    community: readonly ["string"];
                };
                type: "KnowledgeCommunitiesSettings";
            }
            • Readonly props: {
                  community: readonly ["string"];
              }
              • Readonly community: readonly ["string"]
            • Readonly type: "KnowledgeCommunitiesSettings"
          • Readonly KnowledgeLanguage: {
                props: {
                    active: "?boolean";
                    defaultAssignee: "?string";
                    defaultAssigneeType: "?string";
                    defaultReviewer: "?string";
                    defaultReviewerType: "?string";
                    name: "string";
                };
                type: "KnowledgeLanguage";
            }
            • Readonly props: {
                  active: "?boolean";
                  defaultAssignee: "?string";
                  defaultAssigneeType: "?string";
                  defaultReviewer: "?string";
                  defaultReviewerType: "?string";
                  name: "string";
              }
              • Readonly active: "?boolean"
              • Readonly defaultAssignee: "?string"
              • Readonly defaultAssigneeType: "?string"
              • Readonly defaultReviewer: "?string"
              • Readonly defaultReviewerType: "?string"
              • Readonly name: "string"
            • Readonly type: "KnowledgeLanguage"
          • Readonly KnowledgeLanguageSettings: {
                props: {
                    language: readonly ["KnowledgeLanguage"];
                };
                type: "KnowledgeLanguageSettings";
            }
            • Readonly props: {
                  language: readonly ["KnowledgeLanguage"];
              }
              • Readonly language: readonly ["KnowledgeLanguage"]
            • Readonly type: "KnowledgeLanguageSettings"
          • Readonly KnowledgeSettings: {
                extends: "Metadata";
                props: {
                    answers: "?KnowledgeAnswerSettings";
                    cases: "?KnowledgeCaseSettings";
                    defaultLanguage: "?string";
                    enableChatterQuestionKBDeflection: "?boolean";
                    enableCreateEditOnArticlesTab: "?boolean";
                    enableExternalMediaContent: "?boolean";
                    enableKnowledge: "?boolean";
                    enableKnowledgeArticleTextHighlights: "?boolean";
                    enableKnowledgeKeywordAutoComplete: "?boolean";
                    enableKnowledgeTitleAutoComplete: "?boolean";
                    enableLightningKbAutoLoadRichTextField: "?boolean";
                    enableLightningKnowledge: "?boolean";
                    languages: "?KnowledgeLanguageSettings";
                    showArticleSummariesCustomerPortal: "?boolean";
                    showArticleSummariesInternalApp: "?boolean";
                    showArticleSummariesPartnerPortal: "?boolean";
                    showValidationStatusField: "?boolean";
                    suggestedArticles: "?KnowledgeSuggestedArticlesSettings";
                };
                type: "KnowledgeSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  answers: "?KnowledgeAnswerSettings";
                  cases: "?KnowledgeCaseSettings";
                  defaultLanguage: "?string";
                  enableChatterQuestionKBDeflection: "?boolean";
                  enableCreateEditOnArticlesTab: "?boolean";
                  enableExternalMediaContent: "?boolean";
                  enableKnowledge: "?boolean";
                  enableKnowledgeArticleTextHighlights: "?boolean";
                  enableKnowledgeKeywordAutoComplete: "?boolean";
                  enableKnowledgeTitleAutoComplete: "?boolean";
                  enableLightningKbAutoLoadRichTextField: "?boolean";
                  enableLightningKnowledge: "?boolean";
                  languages: "?KnowledgeLanguageSettings";
                  showArticleSummariesCustomerPortal: "?boolean";
                  showArticleSummariesInternalApp: "?boolean";
                  showArticleSummariesPartnerPortal: "?boolean";
                  showValidationStatusField: "?boolean";
                  suggestedArticles: "?KnowledgeSuggestedArticlesSettings";
              }
              • Readonly answers: "?KnowledgeAnswerSettings"
              • Readonly cases: "?KnowledgeCaseSettings"
              • Readonly defaultLanguage: "?string"
              • Readonly enableChatterQuestionKBDeflection: "?boolean"
              • Readonly enableCreateEditOnArticlesTab: "?boolean"
              • Readonly enableExternalMediaContent: "?boolean"
              • Readonly enableKnowledge: "?boolean"
              • Readonly enableKnowledgeArticleTextHighlights: "?boolean"
              • Readonly enableKnowledgeKeywordAutoComplete: "?boolean"
              • Readonly enableKnowledgeTitleAutoComplete: "?boolean"
              • Readonly enableLightningKbAutoLoadRichTextField: "?boolean"
              • Readonly enableLightningKnowledge: "?boolean"
              • Readonly languages: "?KnowledgeLanguageSettings"
              • Readonly showArticleSummariesCustomerPortal: "?boolean"
              • Readonly showArticleSummariesInternalApp: "?boolean"
              • Readonly showArticleSummariesPartnerPortal: "?boolean"
              • Readonly showValidationStatusField: "?boolean"
              • Readonly suggestedArticles: "?KnowledgeSuggestedArticlesSettings"
            • Readonly type: "KnowledgeSettings"
          • Readonly KnowledgeSitesSettings: {
                props: {
                    site: readonly ["string"];
                };
                type: "KnowledgeSitesSettings";
            }
            • Readonly props: {
                  site: readonly ["string"];
              }
              • Readonly site: readonly ["string"]
            • Readonly type: "KnowledgeSitesSettings"
          • Readonly KnowledgeSuggestedArticlesSettings: {
                props: {
                    caseFields: "?KnowledgeCaseFieldsSettings";
                    useSuggestedArticlesForCase: "?boolean";
                    workOrderFields: "?KnowledgeWorkOrderFieldsSettings";
                    workOrderLineItemFields: "?KnowledgeWorkOrderLineItemFieldsSettings";
                };
                type: "KnowledgeSuggestedArticlesSettings";
            }
            • Readonly props: {
                  caseFields: "?KnowledgeCaseFieldsSettings";
                  useSuggestedArticlesForCase: "?boolean";
                  workOrderFields: "?KnowledgeWorkOrderFieldsSettings";
                  workOrderLineItemFields: "?KnowledgeWorkOrderLineItemFieldsSettings";
              }
              • Readonly caseFields: "?KnowledgeCaseFieldsSettings"
              • Readonly useSuggestedArticlesForCase: "?boolean"
              • Readonly workOrderFields: "?KnowledgeWorkOrderFieldsSettings"
              • Readonly workOrderLineItemFields: "?KnowledgeWorkOrderLineItemFieldsSettings"
            • Readonly type: "KnowledgeSuggestedArticlesSettings"
          • Readonly KnowledgeWorkOrderField: {
                props: {
                    name: "?string";
                };
                type: "KnowledgeWorkOrderField";
            }
            • Readonly props: {
                  name: "?string";
              }
              • Readonly name: "?string"
            • Readonly type: "KnowledgeWorkOrderField"
          • Readonly KnowledgeWorkOrderFieldsSettings: {
                props: {
                    field: readonly ["KnowledgeWorkOrderField"];
                };
                type: "KnowledgeWorkOrderFieldsSettings";
            }
            • Readonly props: {
                  field: readonly ["KnowledgeWorkOrderField"];
              }
              • Readonly field: readonly ["KnowledgeWorkOrderField"]
            • Readonly type: "KnowledgeWorkOrderFieldsSettings"
          • Readonly KnowledgeWorkOrderLineItemField: {
                props: {
                    name: "?string";
                };
                type: "KnowledgeWorkOrderLineItemField";
            }
            • Readonly props: {
                  name: "?string";
              }
              • Readonly name: "?string"
            • Readonly type: "KnowledgeWorkOrderLineItemField"
          • Readonly KnowledgeWorkOrderLineItemFieldsSettings: {
                props: {
                    field: readonly ["KnowledgeWorkOrderLineItemField"];
                };
                type: "KnowledgeWorkOrderLineItemFieldsSettings";
            }
            • Readonly props: {
                  field: readonly ["KnowledgeWorkOrderLineItemField"];
              }
              • Readonly field: readonly ["KnowledgeWorkOrderLineItemField"]
            • Readonly type: "KnowledgeWorkOrderLineItemFieldsSettings"
          • Readonly LanguageSettings: {
                extends: "Metadata";
                props: {
                    enableCanadaIcuFormat: "?boolean";
                    enableEndUserLanguages: "?boolean";
                    enableICULocaleDateFormat: "?boolean";
                    enablePlatformLanguages: "?boolean";
                    enableTranslationWorkbench: "?boolean";
                    useLanguageFallback: "?boolean";
                };
                type: "LanguageSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableCanadaIcuFormat: "?boolean";
                  enableEndUserLanguages: "?boolean";
                  enableICULocaleDateFormat: "?boolean";
                  enablePlatformLanguages: "?boolean";
                  enableTranslationWorkbench: "?boolean";
                  useLanguageFallback: "?boolean";
              }
              • Readonly enableCanadaIcuFormat: "?boolean"
              • Readonly enableEndUserLanguages: "?boolean"
              • Readonly enableICULocaleDateFormat: "?boolean"
              • Readonly enablePlatformLanguages: "?boolean"
              • Readonly enableTranslationWorkbench: "?boolean"
              • Readonly useLanguageFallback: "?boolean"
            • Readonly type: "LanguageSettings"
          • Readonly Layout: {
                extends: "Metadata";
                props: {
                    customButtons: readonly ["string"];
                    customConsoleComponents: "?CustomConsoleComponents";
                    emailDefault: "?boolean";
                    excludeButtons: readonly ["string"];
                    feedLayout: "?FeedLayout";
                    headers: readonly ["string"];
                    layoutSections: readonly ["LayoutSection"];
                    miniLayout: "?MiniLayout";
                    multilineLayoutFields: readonly ["string"];
                    platformActionList: "?PlatformActionList";
                    quickActionList: "?QuickActionList";
                    relatedContent: "?RelatedContent";
                    relatedLists: readonly ["RelatedListItem"];
                    relatedObjects: readonly ["string"];
                    runAssignmentRulesDefault: "?boolean";
                    showEmailCheckbox: "?boolean";
                    showHighlightsPanel: "?boolean";
                    showInteractionLogPanel: "?boolean";
                    showKnowledgeComponent: "?boolean";
                    showRunAssignmentRulesCheckbox: "?boolean";
                    showSolutionSection: "?boolean";
                    showSubmitAndAttachButton: "?boolean";
                    summaryLayout: "?SummaryLayout";
                };
                type: "Layout";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  customButtons: readonly ["string"];
                  customConsoleComponents: "?CustomConsoleComponents";
                  emailDefault: "?boolean";
                  excludeButtons: readonly ["string"];
                  feedLayout: "?FeedLayout";
                  headers: readonly ["string"];
                  layoutSections: readonly ["LayoutSection"];
                  miniLayout: "?MiniLayout";
                  multilineLayoutFields: readonly ["string"];
                  platformActionList: "?PlatformActionList";
                  quickActionList: "?QuickActionList";
                  relatedContent: "?RelatedContent";
                  relatedLists: readonly ["RelatedListItem"];
                  relatedObjects: readonly ["string"];
                  runAssignmentRulesDefault: "?boolean";
                  showEmailCheckbox: "?boolean";
                  showHighlightsPanel: "?boolean";
                  showInteractionLogPanel: "?boolean";
                  showKnowledgeComponent: "?boolean";
                  showRunAssignmentRulesCheckbox: "?boolean";
                  showSolutionSection: "?boolean";
                  showSubmitAndAttachButton: "?boolean";
                  summaryLayout: "?SummaryLayout";
              }
              • Readonly customButtons: readonly ["string"]
              • Readonly customConsoleComponents: "?CustomConsoleComponents"
              • Readonly emailDefault: "?boolean"
              • Readonly excludeButtons: readonly ["string"]
              • Readonly feedLayout: "?FeedLayout"
              • Readonly headers: readonly ["string"]
              • Readonly layoutSections: readonly ["LayoutSection"]
              • Readonly miniLayout: "?MiniLayout"
              • Readonly multilineLayoutFields: readonly ["string"]
              • Readonly platformActionList: "?PlatformActionList"
              • Readonly quickActionList: "?QuickActionList"
              • Readonly relatedContent: "?RelatedContent"
              • Readonly relatedLists: readonly ["RelatedListItem"]
              • Readonly relatedObjects: readonly ["string"]
              • Readonly runAssignmentRulesDefault: "?boolean"
              • Readonly showEmailCheckbox: "?boolean"
              • Readonly showHighlightsPanel: "?boolean"
              • Readonly showInteractionLogPanel: "?boolean"
              • Readonly showKnowledgeComponent: "?boolean"
              • Readonly showRunAssignmentRulesCheckbox: "?boolean"
              • Readonly showSolutionSection: "?boolean"
              • Readonly showSubmitAndAttachButton: "?boolean"
              • Readonly summaryLayout: "?SummaryLayout"
            • Readonly type: "Layout"
          • Readonly LayoutColumn: {
                props: {
                    layoutItems: readonly ["LayoutItem"];
                    reserved: "?string";
                };
                type: "LayoutColumn";
            }
            • Readonly props: {
                  layoutItems: readonly ["LayoutItem"];
                  reserved: "?string";
              }
              • Readonly layoutItems: readonly ["LayoutItem"]
              • Readonly reserved: "?string"
            • Readonly type: "LayoutColumn"
          • Readonly LayoutItem: {
                props: {
                    analyticsCloudComponent: "?AnalyticsCloudComponentLayoutItem";
                    behavior: "?string";
                    canvas: "?string";
                    component: "?string";
                    customLink: "?string";
                    emptySpace: "?boolean";
                    field: "?string";
                    height: "?number";
                    page: "?string";
                    reportChartComponent: "?ReportChartComponentLayoutItem";
                    scontrol: "?string";
                    showLabel: "?boolean";
                    showScrollbars: "?boolean";
                    width: "?string";
                };
                type: "LayoutItem";
            }
            • Readonly props: {
                  analyticsCloudComponent: "?AnalyticsCloudComponentLayoutItem";
                  behavior: "?string";
                  canvas: "?string";
                  component: "?string";
                  customLink: "?string";
                  emptySpace: "?boolean";
                  field: "?string";
                  height: "?number";
                  page: "?string";
                  reportChartComponent: "?ReportChartComponentLayoutItem";
                  scontrol: "?string";
                  showLabel: "?boolean";
                  showScrollbars: "?boolean";
                  width: "?string";
              }
              • Readonly analyticsCloudComponent: "?AnalyticsCloudComponentLayoutItem"
              • Readonly behavior: "?string"
              • Readonly canvas: "?string"
              • Readonly component: "?string"
              • Readonly customLink: "?string"
              • Readonly emptySpace: "?boolean"
              • Readonly field: "?string"
              • Readonly height: "?number"
              • Readonly page: "?string"
              • Readonly reportChartComponent: "?ReportChartComponentLayoutItem"
              • Readonly scontrol: "?string"
              • Readonly showLabel: "?boolean"
              • Readonly showScrollbars: "?boolean"
              • Readonly width: "?string"
            • Readonly type: "LayoutItem"
          • Readonly LayoutSection: {
                props: {
                    customLabel: "?boolean";
                    detailHeading: "?boolean";
                    editHeading: "?boolean";
                    label: "?string";
                    layoutColumns: readonly ["LayoutColumn"];
                    style: "string";
                };
                type: "LayoutSection";
            }
            • Readonly props: {
                  customLabel: "?boolean";
                  detailHeading: "?boolean";
                  editHeading: "?boolean";
                  label: "?string";
                  layoutColumns: readonly ["LayoutColumn"];
                  style: "string";
              }
              • Readonly customLabel: "?boolean"
              • Readonly detailHeading: "?boolean"
              • Readonly editHeading: "?boolean"
              • Readonly label: "?string"
              • Readonly layoutColumns: readonly ["LayoutColumn"]
              • Readonly style: "string"
            • Readonly type: "LayoutSection"
          • Readonly LayoutSectionTranslation: {
                props: {
                    label: "string";
                    section: "string";
                };
                type: "LayoutSectionTranslation";
            }
            • Readonly props: {
                  label: "string";
                  section: "string";
              }
              • Readonly label: "string"
              • Readonly section: "string"
            • Readonly type: "LayoutSectionTranslation"
          • Readonly LayoutTranslation: {
                props: {
                    layout: "string";
                    layoutType: "?string";
                    sections: readonly ["LayoutSectionTranslation"];
                };
                type: "LayoutTranslation";
            }
            • Readonly props: {
                  layout: "string";
                  layoutType: "?string";
                  sections: readonly ["LayoutSectionTranslation"];
              }
              • Readonly layout: "string"
              • Readonly layoutType: "?string"
              • Readonly sections: readonly ["LayoutSectionTranslation"]
            • Readonly type: "LayoutTranslation"
          • Readonly LeadConfigSettings: {
                extends: "Metadata";
                props: {
                    doesEnableLeadConvertDefaultSubjectBlankTaskCreation: "?boolean";
                    doesHideOpportunityInConvertLeadWindow: "?boolean";
                    doesPreserveLeadStatus: "?boolean";
                    doesSelectNoOpportunityOnConvertLead: "?boolean";
                    doesTrackHistory: "?boolean";
                    enableConversionsOnMobile: "?boolean";
                    enableOrgWideMergeAndDelete: "?boolean";
                    shouldLeadConvertRequireValidation: "?boolean";
                };
                type: "LeadConfigSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  doesEnableLeadConvertDefaultSubjectBlankTaskCreation: "?boolean";
                  doesHideOpportunityInConvertLeadWindow: "?boolean";
                  doesPreserveLeadStatus: "?boolean";
                  doesSelectNoOpportunityOnConvertLead: "?boolean";
                  doesTrackHistory: "?boolean";
                  enableConversionsOnMobile: "?boolean";
                  enableOrgWideMergeAndDelete: "?boolean";
                  shouldLeadConvertRequireValidation: "?boolean";
              }
              • Readonly doesEnableLeadConvertDefaultSubjectBlankTaskCreation: "?boolean"
              • Readonly doesHideOpportunityInConvertLeadWindow: "?boolean"
              • Readonly doesPreserveLeadStatus: "?boolean"
              • Readonly doesSelectNoOpportunityOnConvertLead: "?boolean"
              • Readonly doesTrackHistory: "?boolean"
              • Readonly enableConversionsOnMobile: "?boolean"
              • Readonly enableOrgWideMergeAndDelete: "?boolean"
              • Readonly shouldLeadConvertRequireValidation: "?boolean"
            • Readonly type: "LeadConfigSettings"
          • Readonly LeadConvertSettings: {
                extends: "Metadata";
                props: {
                    allowOwnerChange: "?boolean";
                    objectMapping: readonly ["ObjectMapping"];
                    opportunityCreationOptions: "?string";
                };
                type: "LeadConvertSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  allowOwnerChange: "?boolean";
                  objectMapping: readonly ["ObjectMapping"];
                  opportunityCreationOptions: "?string";
              }
              • Readonly allowOwnerChange: "?boolean"
              • Readonly objectMapping: readonly ["ObjectMapping"]
              • Readonly opportunityCreationOptions: "?string"
            • Readonly type: "LeadConvertSettings"
          • Readonly Letterhead: {
                extends: "Metadata";
                props: {
                    available: "boolean";
                    backgroundColor: "string";
                    bodyColor: "string";
                    bottomLine: "LetterheadLine";
                    description: "?string";
                    footer: "LetterheadHeaderFooter";
                    header: "LetterheadHeaderFooter";
                    middleLine: "LetterheadLine";
                    name: "string";
                    topLine: "LetterheadLine";
                };
                type: "Letterhead";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  available: "boolean";
                  backgroundColor: "string";
                  bodyColor: "string";
                  bottomLine: "LetterheadLine";
                  description: "?string";
                  footer: "LetterheadHeaderFooter";
                  header: "LetterheadHeaderFooter";
                  middleLine: "LetterheadLine";
                  name: "string";
                  topLine: "LetterheadLine";
              }
              • Readonly available: "boolean"
              • Readonly backgroundColor: "string"
              • Readonly bodyColor: "string"
              • Readonly bottomLine: "LetterheadLine"
              • Readonly description: "?string"
              • Readonly footer: "LetterheadHeaderFooter"
              • Readonly header: "LetterheadHeaderFooter"
              • Readonly middleLine: "LetterheadLine"
              • Readonly name: "string"
              • Readonly topLine: "LetterheadLine"
            • Readonly type: "Letterhead"
          • Readonly LetterheadHeaderFooter: {
                props: {
                    backgroundColor: "string";
                    height: "number";
                    horizontalAlignment: "?string";
                    logo: "?string";
                    verticalAlignment: "?string";
                };
                type: "LetterheadHeaderFooter";
            }
            • Readonly props: {
                  backgroundColor: "string";
                  height: "number";
                  horizontalAlignment: "?string";
                  logo: "?string";
                  verticalAlignment: "?string";
              }
              • Readonly backgroundColor: "string"
              • Readonly height: "number"
              • Readonly horizontalAlignment: "?string"
              • Readonly logo: "?string"
              • Readonly verticalAlignment: "?string"
            • Readonly type: "LetterheadHeaderFooter"
          • Readonly LetterheadLine: {
                props: {
                    color: "string";
                    height: "number";
                };
                type: "LetterheadLine";
            }
            • Readonly props: {
                  color: "string";
                  height: "number";
              }
              • Readonly color: "string"
              • Readonly height: "number"
            • Readonly type: "LetterheadLine"
          • Readonly LicenseDefinition: {
                extends: "Metadata";
                props: {
                    aggregationGroup: "string";
                    description: "?string";
                    isPublished: "boolean";
                    label: "string";
                    licensedCustomPermissions: readonly ["LicensedCustomPermissions"];
                    licensingAuthority: "string";
                    licensingAuthorityProvider: "string";
                    minPlatformVersion: "number";
                    origin: "string";
                    revision: "number";
                    trialLicenseDuration: "number";
                    trialLicenseQuantity: "number";
                };
                type: "LicenseDefinition";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  aggregationGroup: "string";
                  description: "?string";
                  isPublished: "boolean";
                  label: "string";
                  licensedCustomPermissions: readonly ["LicensedCustomPermissions"];
                  licensingAuthority: "string";
                  licensingAuthorityProvider: "string";
                  minPlatformVersion: "number";
                  origin: "string";
                  revision: "number";
                  trialLicenseDuration: "number";
                  trialLicenseQuantity: "number";
              }
              • Readonly aggregationGroup: "string"
              • Readonly description: "?string"
              • Readonly isPublished: "boolean"
              • Readonly label: "string"
              • Readonly licensedCustomPermissions: readonly ["LicensedCustomPermissions"]
              • Readonly licensingAuthority: "string"
              • Readonly licensingAuthorityProvider: "string"
              • Readonly minPlatformVersion: "number"
              • Readonly origin: "string"
              • Readonly revision: "number"
              • Readonly trialLicenseDuration: "number"
              • Readonly trialLicenseQuantity: "number"
            • Readonly type: "LicenseDefinition"
          • Readonly LicensedCustomPermissions: {
                props: {
                    customPermission: "string";
                    licenseDefinition: "string";
                };
                type: "LicensedCustomPermissions";
            }
            • Readonly props: {
                  customPermission: "string";
                  licenseDefinition: "string";
              }
              • Readonly customPermission: "string"
              • Readonly licenseDefinition: "string"
            • Readonly type: "LicensedCustomPermissions"
          • Readonly LightningBolt: {
                extends: "Metadata";
                props: {
                    category: "string";
                    lightningBoltFeatures: readonly ["LightningBoltFeatures"];
                    lightningBoltImages: readonly ["LightningBoltImages"];
                    lightningBoltItems: readonly ["LightningBoltItems"];
                    masterLabel: "string";
                    publisher: "string";
                    summary: "string";
                };
                type: "LightningBolt";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  category: "string";
                  lightningBoltFeatures: readonly ["LightningBoltFeatures"];
                  lightningBoltImages: readonly ["LightningBoltImages"];
                  lightningBoltItems: readonly ["LightningBoltItems"];
                  masterLabel: "string";
                  publisher: "string";
                  summary: "string";
              }
              • Readonly category: "string"
              • Readonly lightningBoltFeatures: readonly ["LightningBoltFeatures"]
              • Readonly lightningBoltImages: readonly ["LightningBoltImages"]
              • Readonly lightningBoltItems: readonly ["LightningBoltItems"]
              • Readonly masterLabel: "string"
              • Readonly publisher: "string"
              • Readonly summary: "string"
            • Readonly type: "LightningBolt"
          • Readonly LightningBoltFeatures: {
                props: {
                    description: "?string";
                    order: "number";
                    title: "string";
                };
                type: "LightningBoltFeatures";
            }
            • Readonly props: {
                  description: "?string";
                  order: "number";
                  title: "string";
              }
              • Readonly description: "?string"
              • Readonly order: "number"
              • Readonly title: "string"
            • Readonly type: "LightningBoltFeatures"
          • Readonly LightningBoltImages: {
                props: {
                    image: "string";
                    order: "number";
                };
                type: "LightningBoltImages";
            }
            • Readonly props: {
                  image: "string";
                  order: "number";
              }
              • Readonly image: "string"
              • Readonly order: "number"
            • Readonly type: "LightningBoltImages"
          • Readonly LightningBoltItems: {
                props: {
                    name: "string";
                    type: "string";
                };
                type: "LightningBoltItems";
            }
            • Readonly props: {
                  name: "string";
                  type: "string";
              }
              • Readonly name: "string"
              • Readonly type: "string"
            • Readonly type: "LightningBoltItems"
          • Readonly LightningComponentBundle: {
                extends: "Metadata";
                props: {
                    apiVersion: "?number";
                    description: "?string";
                    isExplicitImport: "?boolean";
                    isExposed: "?boolean";
                    lwcResources: "?LwcResources";
                    masterLabel: "?string";
                    runtimeNamespace: "?string";
                    targetConfigs: "?string";
                    targets: "?Targets";
                };
                type: "LightningComponentBundle";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  apiVersion: "?number";
                  description: "?string";
                  isExplicitImport: "?boolean";
                  isExposed: "?boolean";
                  lwcResources: "?LwcResources";
                  masterLabel: "?string";
                  runtimeNamespace: "?string";
                  targetConfigs: "?string";
                  targets: "?Targets";
              }
              • Readonly apiVersion: "?number"
              • Readonly description: "?string"
              • Readonly isExplicitImport: "?boolean"
              • Readonly isExposed: "?boolean"
              • Readonly lwcResources: "?LwcResources"
              • Readonly masterLabel: "?string"
              • Readonly runtimeNamespace: "?string"
              • Readonly targetConfigs: "?string"
              • Readonly targets: "?Targets"
            • Readonly type: "LightningComponentBundle"
          • Readonly LightningExperienceSettings: {
                extends: "Metadata";
                props: {
                    enableAccessCheckCrucPref: "?boolean";
                    enableApiUserLtngOutAccessPref: "?boolean";
                    enableAuraCDNPref: "?boolean";
                    enableFeedbackInMobile: "?boolean";
                    enableIE11DeprecationMsgHidden: "?boolean";
                    enableIE11LEXCrucPref: "?boolean";
                    enableInAppTooltips: "?boolean";
                    enableLEXOnIpadEnabled: "?boolean";
                    enableLexEndUsersNoSwitching: "?boolean";
                    enableNavPersonalizationOptOut: "?boolean";
                    enableRemoveThemeBrandBanner: "?boolean";
                    enableS1BannerPref: "?boolean";
                    enableS1BrowserEnabled: "?boolean";
                    enableS1DesktopEnabled: "?boolean";
                    enableS1UiLoggingEnabled: "?boolean";
                    enableTryLightningOptOut: "?boolean";
                    enableUseS1AlohaDesktop: "?boolean";
                    enableUsersAreLightningOnly: "?boolean";
                };
                type: "LightningExperienceSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableAccessCheckCrucPref: "?boolean";
                  enableApiUserLtngOutAccessPref: "?boolean";
                  enableAuraCDNPref: "?boolean";
                  enableFeedbackInMobile: "?boolean";
                  enableIE11DeprecationMsgHidden: "?boolean";
                  enableIE11LEXCrucPref: "?boolean";
                  enableInAppTooltips: "?boolean";
                  enableLEXOnIpadEnabled: "?boolean";
                  enableLexEndUsersNoSwitching: "?boolean";
                  enableNavPersonalizationOptOut: "?boolean";
                  enableRemoveThemeBrandBanner: "?boolean";
                  enableS1BannerPref: "?boolean";
                  enableS1BrowserEnabled: "?boolean";
                  enableS1DesktopEnabled: "?boolean";
                  enableS1UiLoggingEnabled: "?boolean";
                  enableTryLightningOptOut: "?boolean";
                  enableUseS1AlohaDesktop: "?boolean";
                  enableUsersAreLightningOnly: "?boolean";
              }
              • Readonly enableAccessCheckCrucPref: "?boolean"
              • Readonly enableApiUserLtngOutAccessPref: "?boolean"
              • Readonly enableAuraCDNPref: "?boolean"
              • Readonly enableFeedbackInMobile: "?boolean"
              • Readonly enableIE11DeprecationMsgHidden: "?boolean"
              • Readonly enableIE11LEXCrucPref: "?boolean"
              • Readonly enableInAppTooltips: "?boolean"
              • Readonly enableLEXOnIpadEnabled: "?boolean"
              • Readonly enableLexEndUsersNoSwitching: "?boolean"
              • Readonly enableNavPersonalizationOptOut: "?boolean"
              • Readonly enableRemoveThemeBrandBanner: "?boolean"
              • Readonly enableS1BannerPref: "?boolean"
              • Readonly enableS1BrowserEnabled: "?boolean"
              • Readonly enableS1DesktopEnabled: "?boolean"
              • Readonly enableS1UiLoggingEnabled: "?boolean"
              • Readonly enableTryLightningOptOut: "?boolean"
              • Readonly enableUseS1AlohaDesktop: "?boolean"
              • Readonly enableUsersAreLightningOnly: "?boolean"
            • Readonly type: "LightningExperienceSettings"
          • Readonly LightningExperienceTheme: {
                extends: "Metadata";
                props: {
                    defaultBrandingSet: "string";
                    description: "?string";
                    masterLabel: "string";
                    shouldOverrideLoadingImage: "?boolean";
                };
                type: "LightningExperienceTheme";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  defaultBrandingSet: "string";
                  description: "?string";
                  masterLabel: "string";
                  shouldOverrideLoadingImage: "?boolean";
              }
              • Readonly defaultBrandingSet: "string"
              • Readonly description: "?string"
              • Readonly masterLabel: "string"
              • Readonly shouldOverrideLoadingImage: "?boolean"
            • Readonly type: "LightningExperienceTheme"
          • Readonly LightningMessageChannel: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    isExposed: "?boolean";
                    lightningMessageFields: readonly ["LightningMessageField"];
                    masterLabel: "string";
                };
                type: "LightningMessageChannel";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  isExposed: "?boolean";
                  lightningMessageFields: readonly ["LightningMessageField"];
                  masterLabel: "string";
              }
              • Readonly description: "?string"
              • Readonly isExposed: "?boolean"
              • Readonly lightningMessageFields: readonly ["LightningMessageField"]
              • Readonly masterLabel: "string"
            • Readonly type: "LightningMessageChannel"
          • Readonly LightningMessageField: {
                props: {
                    description: "?string";
                    fieldName: "string";
                };
                type: "LightningMessageField";
            }
            • Readonly props: {
                  description: "?string";
                  fieldName: "string";
              }
              • Readonly description: "?string"
              • Readonly fieldName: "string"
            • Readonly type: "LightningMessageField"
          • Readonly LightningOnboardingConfig: {
                extends: "Metadata";
                props: {
                    collaborationGroup: "?string";
                    customQuestion: "string";
                    feedbackFormDaysFrequency: "number";
                    isCustom: "boolean";
                    masterLabel: "string";
                    sendFeedbackToSalesforce: "boolean";
                };
                type: "LightningOnboardingConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  collaborationGroup: "?string";
                  customQuestion: "string";
                  feedbackFormDaysFrequency: "number";
                  isCustom: "boolean";
                  masterLabel: "string";
                  sendFeedbackToSalesforce: "boolean";
              }
              • Readonly collaborationGroup: "?string"
              • Readonly customQuestion: "string"
              • Readonly feedbackFormDaysFrequency: "number"
              • Readonly isCustom: "boolean"
              • Readonly masterLabel: "string"
              • Readonly sendFeedbackToSalesforce: "boolean"
            • Readonly type: "LightningOnboardingConfig"
          • Readonly ListMetadataQuery: {
                props: {
                    folder: "?string";
                    type: "string";
                };
                type: "ListMetadataQuery";
            }
            • Readonly props: {
                  folder: "?string";
                  type: "string";
              }
              • Readonly folder: "?string"
              • Readonly type: "string"
            • Readonly type: "ListMetadataQuery"
          • Readonly ListPlacement: {
                props: {
                    height: "?number";
                    location: "string";
                    units: "?string";
                    width: "?number";
                };
                type: "ListPlacement";
            }
            • Readonly props: {
                  height: "?number";
                  location: "string";
                  units: "?string";
                  width: "?number";
              }
              • Readonly height: "?number"
              • Readonly location: "string"
              • Readonly units: "?string"
              • Readonly width: "?number"
            • Readonly type: "ListPlacement"
          • Readonly ListView: {
                extends: "Metadata";
                props: {
                    booleanFilter: "?string";
                    columns: readonly ["string"];
                    division: "?string";
                    filterScope: "string";
                    filters: readonly ["ListViewFilter"];
                    label: "string";
                    language: "?string";
                    queue: "?string";
                    sharedTo: "?SharedTo";
                };
                type: "ListView";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  booleanFilter: "?string";
                  columns: readonly ["string"];
                  division: "?string";
                  filterScope: "string";
                  filters: readonly ["ListViewFilter"];
                  label: "string";
                  language: "?string";
                  queue: "?string";
                  sharedTo: "?SharedTo";
              }
              • Readonly booleanFilter: "?string"
              • Readonly columns: readonly ["string"]
              • Readonly division: "?string"
              • Readonly filterScope: "string"
              • Readonly filters: readonly ["ListViewFilter"]
              • Readonly label: "string"
              • Readonly language: "?string"
              • Readonly queue: "?string"
              • Readonly sharedTo: "?SharedTo"
            • Readonly type: "ListView"
          • Readonly ListViewFilter: {
                props: {
                    field: "string";
                    operation: "string";
                    value: "?string";
                };
                type: "ListViewFilter";
            }
            • Readonly props: {
                  field: "string";
                  operation: "string";
                  value: "?string";
              }
              • Readonly field: "string"
              • Readonly operation: "string"
              • Readonly value: "?string"
            • Readonly type: "ListViewFilter"
          • Readonly LiveAgentConfig: {
                props: {
                    enableLiveChat: "?boolean";
                    openNewAccountSubtab: "?boolean";
                    openNewCaseSubtab: "?boolean";
                    openNewContactSubtab: "?boolean";
                    openNewLeadSubtab: "?boolean";
                    openNewVFPageSubtab: "?boolean";
                    pageNamesToOpen: readonly ["string"];
                    showKnowledgeArticles: "?boolean";
                };
                type: "LiveAgentConfig";
            }
            • Readonly props: {
                  enableLiveChat: "?boolean";
                  openNewAccountSubtab: "?boolean";
                  openNewCaseSubtab: "?boolean";
                  openNewContactSubtab: "?boolean";
                  openNewLeadSubtab: "?boolean";
                  openNewVFPageSubtab: "?boolean";
                  pageNamesToOpen: readonly ["string"];
                  showKnowledgeArticles: "?boolean";
              }
              • Readonly enableLiveChat: "?boolean"
              • Readonly openNewAccountSubtab: "?boolean"
              • Readonly openNewCaseSubtab: "?boolean"
              • Readonly openNewContactSubtab: "?boolean"
              • Readonly openNewLeadSubtab: "?boolean"
              • Readonly openNewVFPageSubtab: "?boolean"
              • Readonly pageNamesToOpen: readonly ["string"]
              • Readonly showKnowledgeArticles: "?boolean"
            • Readonly type: "LiveAgentConfig"
          • Readonly LiveAgentSettings: {
                extends: "Metadata";
                props: {
                    enableLiveAgent: "?boolean";
                    enableQuickTextEnabled: "?boolean";
                };
                type: "LiveAgentSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableLiveAgent: "?boolean";
                  enableQuickTextEnabled: "?boolean";
              }
              • Readonly enableLiveAgent: "?boolean"
              • Readonly enableQuickTextEnabled: "?boolean"
            • Readonly type: "LiveAgentSettings"
          • Readonly LiveChatAgentConfig: {
                extends: "Metadata";
                props: {
                    assignments: "?AgentConfigAssignments";
                    autoGreeting: "?string";
                    capacity: "?number";
                    criticalWaitTime: "?number";
                    customAgentName: "?string";
                    enableAgentFileTransfer: "?boolean";
                    enableAgentSneakPeek: "?boolean";
                    enableAssistanceFlag: "?boolean";
                    enableAutoAwayOnDecline: "?boolean";
                    enableAutoAwayOnPushTimeout: "?boolean";
                    enableChatConferencing: "?boolean";
                    enableChatMonitoring: "?boolean";
                    enableChatTransferToAgent: "?boolean";
                    enableChatTransferToButton: "?boolean";
                    enableChatTransferToSkill: "?boolean";
                    enableLogoutSound: "?boolean";
                    enableNotifications: "?boolean";
                    enableRequestSound: "?boolean";
                    enableSneakPeek: "?boolean";
                    enableVisitorBlocking: "?boolean";
                    enableWhisperMessage: "?boolean";
                    label: "string";
                    supervisorDefaultAgentStatusFilter: "?string";
                    supervisorDefaultButtonFilter: "?string";
                    supervisorDefaultSkillFilter: "?string";
                    supervisorSkills: "?SupervisorAgentConfigSkills";
                    transferableButtons: "?AgentConfigButtons";
                    transferableSkills: "?AgentConfigSkills";
                };
                type: "LiveChatAgentConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  assignments: "?AgentConfigAssignments";
                  autoGreeting: "?string";
                  capacity: "?number";
                  criticalWaitTime: "?number";
                  customAgentName: "?string";
                  enableAgentFileTransfer: "?boolean";
                  enableAgentSneakPeek: "?boolean";
                  enableAssistanceFlag: "?boolean";
                  enableAutoAwayOnDecline: "?boolean";
                  enableAutoAwayOnPushTimeout: "?boolean";
                  enableChatConferencing: "?boolean";
                  enableChatMonitoring: "?boolean";
                  enableChatTransferToAgent: "?boolean";
                  enableChatTransferToButton: "?boolean";
                  enableChatTransferToSkill: "?boolean";
                  enableLogoutSound: "?boolean";
                  enableNotifications: "?boolean";
                  enableRequestSound: "?boolean";
                  enableSneakPeek: "?boolean";
                  enableVisitorBlocking: "?boolean";
                  enableWhisperMessage: "?boolean";
                  label: "string";
                  supervisorDefaultAgentStatusFilter: "?string";
                  supervisorDefaultButtonFilter: "?string";
                  supervisorDefaultSkillFilter: "?string";
                  supervisorSkills: "?SupervisorAgentConfigSkills";
                  transferableButtons: "?AgentConfigButtons";
                  transferableSkills: "?AgentConfigSkills";
              }
              • Readonly assignments: "?AgentConfigAssignments"
              • Readonly autoGreeting: "?string"
              • Readonly capacity: "?number"
              • Readonly criticalWaitTime: "?number"
              • Readonly customAgentName: "?string"
              • Readonly enableAgentFileTransfer: "?boolean"
              • Readonly enableAgentSneakPeek: "?boolean"
              • Readonly enableAssistanceFlag: "?boolean"
              • Readonly enableAutoAwayOnDecline: "?boolean"
              • Readonly enableAutoAwayOnPushTimeout: "?boolean"
              • Readonly enableChatConferencing: "?boolean"
              • Readonly enableChatMonitoring: "?boolean"
              • Readonly enableChatTransferToAgent: "?boolean"
              • Readonly enableChatTransferToButton: "?boolean"
              • Readonly enableChatTransferToSkill: "?boolean"
              • Readonly enableLogoutSound: "?boolean"
              • Readonly enableNotifications: "?boolean"
              • Readonly enableRequestSound: "?boolean"
              • Readonly enableSneakPeek: "?boolean"
              • Readonly enableVisitorBlocking: "?boolean"
              • Readonly enableWhisperMessage: "?boolean"
              • Readonly label: "string"
              • Readonly supervisorDefaultAgentStatusFilter: "?string"
              • Readonly supervisorDefaultButtonFilter: "?string"
              • Readonly supervisorDefaultSkillFilter: "?string"
              • Readonly supervisorSkills: "?SupervisorAgentConfigSkills"
              • Readonly transferableButtons: "?AgentConfigButtons"
              • Readonly transferableSkills: "?AgentConfigSkills"
            • Readonly type: "LiveChatAgentConfig"
          • Readonly LiveChatButton: {
                extends: "Metadata";
                props: {
                    animation: "?string";
                    autoGreeting: "?string";
                    chasitorIdleTimeout: "?number";
                    chasitorIdleTimeoutWarning: "?number";
                    chatPage: "?string";
                    customAgentName: "?string";
                    deployments: "?LiveChatButtonDeployments";
                    enableQueue: "?boolean";
                    inviteEndPosition: "?string";
                    inviteImage: "?string";
                    inviteStartPosition: "?string";
                    isActive: "?boolean";
                    label: "string";
                    numberOfReroutingAttempts: "?number";
                    offlineImage: "?string";
                    onlineImage: "?string";
                    optionsCustomRoutingIsEnabled: "?boolean";
                    optionsHasChasitorIdleTimeout: "boolean";
                    optionsHasInviteAfterAccept: "?boolean";
                    optionsHasInviteAfterReject: "?boolean";
                    optionsHasRerouteDeclinedRequest: "?boolean";
                    optionsIsAutoAccept: "?boolean";
                    optionsIsInviteAutoRemove: "?boolean";
                    overallQueueLength: "?number";
                    perAgentQueueLength: "?number";
                    postChatPage: "?string";
                    postChatUrl: "?string";
                    preChatFormPage: "?string";
                    preChatFormUrl: "?string";
                    pushTimeOut: "?number";
                    routingType: "string";
                    site: "?string";
                    skills: "?LiveChatButtonSkills";
                    timeToRemoveInvite: "?number";
                    type: "string";
                    windowLanguage: "?string";
                };
                type: "LiveChatButton";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  animation: "?string";
                  autoGreeting: "?string";
                  chasitorIdleTimeout: "?number";
                  chasitorIdleTimeoutWarning: "?number";
                  chatPage: "?string";
                  customAgentName: "?string";
                  deployments: "?LiveChatButtonDeployments";
                  enableQueue: "?boolean";
                  inviteEndPosition: "?string";
                  inviteImage: "?string";
                  inviteStartPosition: "?string";
                  isActive: "?boolean";
                  label: "string";
                  numberOfReroutingAttempts: "?number";
                  offlineImage: "?string";
                  onlineImage: "?string";
                  optionsCustomRoutingIsEnabled: "?boolean";
                  optionsHasChasitorIdleTimeout: "boolean";
                  optionsHasInviteAfterAccept: "?boolean";
                  optionsHasInviteAfterReject: "?boolean";
                  optionsHasRerouteDeclinedRequest: "?boolean";
                  optionsIsAutoAccept: "?boolean";
                  optionsIsInviteAutoRemove: "?boolean";
                  overallQueueLength: "?number";
                  perAgentQueueLength: "?number";
                  postChatPage: "?string";
                  postChatUrl: "?string";
                  preChatFormPage: "?string";
                  preChatFormUrl: "?string";
                  pushTimeOut: "?number";
                  routingType: "string";
                  site: "?string";
                  skills: "?LiveChatButtonSkills";
                  timeToRemoveInvite: "?number";
                  type: "string";
                  windowLanguage: "?string";
              }
              • Readonly animation: "?string"
              • Readonly autoGreeting: "?string"
              • Readonly chasitorIdleTimeout: "?number"
              • Readonly chasitorIdleTimeoutWarning: "?number"
              • Readonly chatPage: "?string"
              • Readonly customAgentName: "?string"
              • Readonly deployments: "?LiveChatButtonDeployments"
              • Readonly enableQueue: "?boolean"
              • Readonly inviteEndPosition: "?string"
              • Readonly inviteImage: "?string"
              • Readonly inviteStartPosition: "?string"
              • Readonly isActive: "?boolean"
              • Readonly label: "string"
              • Readonly numberOfReroutingAttempts: "?number"
              • Readonly offlineImage: "?string"
              • Readonly onlineImage: "?string"
              • Readonly optionsCustomRoutingIsEnabled: "?boolean"
              • Readonly optionsHasChasitorIdleTimeout: "boolean"
              • Readonly optionsHasInviteAfterAccept: "?boolean"
              • Readonly optionsHasInviteAfterReject: "?boolean"
              • Readonly optionsHasRerouteDeclinedRequest: "?boolean"
              • Readonly optionsIsAutoAccept: "?boolean"
              • Readonly optionsIsInviteAutoRemove: "?boolean"
              • Readonly overallQueueLength: "?number"
              • Readonly perAgentQueueLength: "?number"
              • Readonly postChatPage: "?string"
              • Readonly postChatUrl: "?string"
              • Readonly preChatFormPage: "?string"
              • Readonly preChatFormUrl: "?string"
              • Readonly pushTimeOut: "?number"
              • Readonly routingType: "string"
              • Readonly site: "?string"
              • Readonly skills: "?LiveChatButtonSkills"
              • Readonly timeToRemoveInvite: "?number"
              • Readonly type: "string"
              • Readonly windowLanguage: "?string"
            • Readonly type: "LiveChatButton"
          • Readonly LiveChatButtonDeployments: {
                props: {
                    deployment: readonly ["string"];
                };
                type: "LiveChatButtonDeployments";
            }
            • Readonly props: {
                  deployment: readonly ["string"];
              }
              • Readonly deployment: readonly ["string"]
            • Readonly type: "LiveChatButtonDeployments"
          • Readonly LiveChatButtonSkills: {
                props: {
                    skill: readonly ["string"];
                };
                type: "LiveChatButtonSkills";
            }
            • Readonly props: {
                  skill: readonly ["string"];
              }
              • Readonly skill: readonly ["string"]
            • Readonly type: "LiveChatButtonSkills"
          • Readonly LiveChatDeployment: {
                extends: "Metadata";
                props: {
                    brandingImage: "?string";
                    connectionTimeoutDuration: "?number";
                    connectionWarningDuration: "?number";
                    displayQueuePosition: "?boolean";
                    domainWhiteList: "?LiveChatDeploymentDomainWhitelist";
                    enablePrechatApi: "?boolean";
                    enableTranscriptSave: "?boolean";
                    label: "string";
                    mobileBrandingImage: "?string";
                    site: "?string";
                    windowTitle: "string";
                };
                type: "LiveChatDeployment";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  brandingImage: "?string";
                  connectionTimeoutDuration: "?number";
                  connectionWarningDuration: "?number";
                  displayQueuePosition: "?boolean";
                  domainWhiteList: "?LiveChatDeploymentDomainWhitelist";
                  enablePrechatApi: "?boolean";
                  enableTranscriptSave: "?boolean";
                  label: "string";
                  mobileBrandingImage: "?string";
                  site: "?string";
                  windowTitle: "string";
              }
              • Readonly brandingImage: "?string"
              • Readonly connectionTimeoutDuration: "?number"
              • Readonly connectionWarningDuration: "?number"
              • Readonly displayQueuePosition: "?boolean"
              • Readonly domainWhiteList: "?LiveChatDeploymentDomainWhitelist"
              • Readonly enablePrechatApi: "?boolean"
              • Readonly enableTranscriptSave: "?boolean"
              • Readonly label: "string"
              • Readonly mobileBrandingImage: "?string"
              • Readonly site: "?string"
              • Readonly windowTitle: "string"
            • Readonly type: "LiveChatDeployment"
          • Readonly LiveChatDeploymentDomainWhitelist: {
                props: {
                    domain: readonly ["string"];
                };
                type: "LiveChatDeploymentDomainWhitelist";
            }
            • Readonly props: {
                  domain: readonly ["string"];
              }
              • Readonly domain: readonly ["string"]
            • Readonly type: "LiveChatDeploymentDomainWhitelist"
          • Readonly LiveChatSensitiveDataRule: {
                extends: "Metadata";
                props: {
                    actionType: "string";
                    description: "?string";
                    enforceOn: "number";
                    isEnabled: "boolean";
                    pattern: "string";
                    priority: "number";
                    replacement: "?string";
                };
                type: "LiveChatSensitiveDataRule";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  actionType: "string";
                  description: "?string";
                  enforceOn: "number";
                  isEnabled: "boolean";
                  pattern: "string";
                  priority: "number";
                  replacement: "?string";
              }
              • Readonly actionType: "string"
              • Readonly description: "?string"
              • Readonly enforceOn: "number"
              • Readonly isEnabled: "boolean"
              • Readonly pattern: "string"
              • Readonly priority: "number"
              • Readonly replacement: "?string"
            • Readonly type: "LiveChatSensitiveDataRule"
          • Readonly LiveMessageSettings: {
                extends: "Metadata";
                props: {
                    enableLiveMessage: "?boolean";
                };
                type: "LiveMessageSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableLiveMessage: "?boolean";
              }
              • Readonly enableLiveMessage: "?boolean"
            • Readonly type: "LiveMessageSettings"
          • Readonly LocalMlDomain: {
                props: {
                    label: "string";
                    mlIntents: readonly ["MlIntent"];
                    mlSlotClasses: readonly ["MlSlotClass"];
                    name: "string";
                };
                type: "LocalMlDomain";
            }
            • Readonly props: {
                  label: "string";
                  mlIntents: readonly ["MlIntent"];
                  mlSlotClasses: readonly ["MlSlotClass"];
                  name: "string";
              }
              • Readonly label: "string"
              • Readonly mlIntents: readonly ["MlIntent"]
              • Readonly mlSlotClasses: readonly ["MlSlotClass"]
              • Readonly name: "string"
            • Readonly type: "LocalMlDomain"
          • Readonly LogInfo: {
                props: {
                    category: "string";
                    level: "string";
                };
                type: "LogInfo";
            }
            • Readonly props: {
                  category: "string";
                  level: "string";
              }
              • Readonly category: "string"
              • Readonly level: "string"
            • Readonly type: "LogInfo"
          • Readonly LookupFilter: {
                props: {
                    active: "boolean";
                    booleanFilter: "?string";
                    description: "?string";
                    errorMessage: "?string";
                    filterItems: readonly ["FilterItem"];
                    infoMessage: "?string";
                    isOptional: "boolean";
                };
                type: "LookupFilter";
            }
            • Readonly props: {
                  active: "boolean";
                  booleanFilter: "?string";
                  description: "?string";
                  errorMessage: "?string";
                  filterItems: readonly ["FilterItem"];
                  infoMessage: "?string";
                  isOptional: "boolean";
              }
              • Readonly active: "boolean"
              • Readonly booleanFilter: "?string"
              • Readonly description: "?string"
              • Readonly errorMessage: "?string"
              • Readonly filterItems: readonly ["FilterItem"]
              • Readonly infoMessage: "?string"
              • Readonly isOptional: "boolean"
            • Readonly type: "LookupFilter"
          • Readonly LookupFilterTranslation: {
                props: {
                    errorMessage: "string";
                    informationalMessage: "string";
                };
                type: "LookupFilterTranslation";
            }
            • Readonly props: {
                  errorMessage: "string";
                  informationalMessage: "string";
              }
              • Readonly errorMessage: "string"
              • Readonly informationalMessage: "string"
            • Readonly type: "LookupFilterTranslation"
          • Readonly LwcResource: {
                props: {
                    filePath: "string";
                    source: "string";
                };
                type: "LwcResource";
            }
            • Readonly props: {
                  filePath: "string";
                  source: "string";
              }
              • Readonly filePath: "string"
              • Readonly source: "string"
            • Readonly type: "LwcResource"
          • Readonly LwcResources: {
                props: {
                    lwcResource: readonly ["LwcResource"];
                };
                type: "LwcResources";
            }
            • Readonly props: {
                  lwcResource: readonly ["LwcResource"];
              }
              • Readonly lwcResource: readonly ["LwcResource"]
            • Readonly type: "LwcResources"
          • Readonly MacroSettings: {
                extends: "Metadata";
                props: {
                    enableAdvancedSearch: "?boolean";
                    macrosInFolders: "?boolean";
                };
                type: "MacroSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableAdvancedSearch: "?boolean";
                  macrosInFolders: "?boolean";
              }
              • Readonly enableAdvancedSearch: "?boolean"
              • Readonly macrosInFolders: "?boolean"
            • Readonly type: "MacroSettings"
          • Readonly ManagedContentNodeType: {
                props: {
                    helpText: "?string";
                    isLocalizable: "?boolean";
                    isRequired: "?boolean";
                    nodeLabel: "string";
                    nodeName: "string";
                    nodeType: "string";
                    placeholderText: "?string";
                };
                type: "ManagedContentNodeType";
            }
            • Readonly props: {
                  helpText: "?string";
                  isLocalizable: "?boolean";
                  isRequired: "?boolean";
                  nodeLabel: "string";
                  nodeName: "string";
                  nodeType: "string";
                  placeholderText: "?string";
              }
              • Readonly helpText: "?string"
              • Readonly isLocalizable: "?boolean"
              • Readonly isRequired: "?boolean"
              • Readonly nodeLabel: "string"
              • Readonly nodeName: "string"
              • Readonly nodeType: "string"
              • Readonly placeholderText: "?string"
            • Readonly type: "ManagedContentNodeType"
          • Readonly ManagedContentType: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    developerName: "string";
                    managedContentNodeTypes: readonly ["ManagedContentNodeType"];
                    masterLabel: "string";
                };
                type: "ManagedContentType";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  developerName: "string";
                  managedContentNodeTypes: readonly ["ManagedContentNodeType"];
                  masterLabel: "string";
              }
              • Readonly description: "?string"
              • Readonly developerName: "string"
              • Readonly managedContentNodeTypes: readonly ["ManagedContentNodeType"]
              • Readonly masterLabel: "string"
            • Readonly type: "ManagedContentType"
          • Readonly ManagedTopic: {
                extends: "Metadata";
                props: {
                    managedTopicType: "string";
                    name: "string";
                    parentName: "string";
                    position: "number";
                    topicDescription: "string";
                };
                type: "ManagedTopic";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  managedTopicType: "string";
                  name: "string";
                  parentName: "string";
                  position: "number";
                  topicDescription: "string";
              }
              • Readonly managedTopicType: "string"
              • Readonly name: "string"
              • Readonly parentName: "string"
              • Readonly position: "number"
              • Readonly topicDescription: "string"
            • Readonly type: "ManagedTopic"
          • Readonly ManagedTopics: {
                extends: "Metadata";
                props: {
                    managedTopic: readonly ["ManagedTopic"];
                };
                type: "ManagedTopics";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  managedTopic: readonly ["ManagedTopic"];
              }
              • Readonly managedTopic: readonly ["ManagedTopic"]
            • Readonly type: "ManagedTopics"
          • Readonly MapExpression: {
                props: {
                    expression: "string";
                    name: "string";
                    type: "string";
                };
                type: "MapExpression";
            }
            • Readonly props: {
                  expression: "string";
                  name: "string";
                  type: "string";
              }
              • Readonly expression: "string"
              • Readonly name: "string"
              • Readonly type: "string"
            • Readonly type: "MapExpression"
          • Readonly MapsAndLocationSettings: {
                extends: "Metadata";
                props: {
                    enableAddressAutoComplete: "?boolean";
                    enableMapsAndLocation: "?boolean";
                };
                type: "MapsAndLocationSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableAddressAutoComplete: "?boolean";
                  enableMapsAndLocation: "?boolean";
              }
              • Readonly enableAddressAutoComplete: "?boolean"
              • Readonly enableMapsAndLocation: "?boolean"
            • Readonly type: "MapsAndLocationSettings"
          • Readonly MatchingRule: {
                extends: "Metadata";
                props: {
                    booleanFilter: "?string";
                    description: "?string";
                    label: "string";
                    matchingRuleItems: readonly ["MatchingRuleItem"];
                    ruleStatus: "string";
                };
                type: "MatchingRule";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  booleanFilter: "?string";
                  description: "?string";
                  label: "string";
                  matchingRuleItems: readonly ["MatchingRuleItem"];
                  ruleStatus: "string";
              }
              • Readonly booleanFilter: "?string"
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly matchingRuleItems: readonly ["MatchingRuleItem"]
              • Readonly ruleStatus: "string"
            • Readonly type: "MatchingRule"
          • Readonly MatchingRuleItem: {
                props: {
                    blankValueBehavior: "?string";
                    fieldName: "string";
                    matchingMethod: "string";
                };
                type: "MatchingRuleItem";
            }
            • Readonly props: {
                  blankValueBehavior: "?string";
                  fieldName: "string";
                  matchingMethod: "string";
              }
              • Readonly blankValueBehavior: "?string"
              • Readonly fieldName: "string"
              • Readonly matchingMethod: "string"
            • Readonly type: "MatchingRuleItem"
          • Readonly MatchingRules: {
                extends: "Metadata";
                props: {
                    matchingRules: readonly ["MatchingRule"];
                };
                type: "MatchingRules";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  matchingRules: readonly ["MatchingRule"];
              }
              • Readonly matchingRules: readonly ["MatchingRule"]
            • Readonly type: "MatchingRules"
          • Readonly Metadata: {
                props: {
                    fullName: "?string";
                };
                type: "Metadata";
            }
            • Readonly props: {
                  fullName: "?string";
              }
              • Readonly fullName: "?string"
            • Readonly type: "Metadata"
          • Readonly MetadataWithContent: {
                extends: "Metadata";
                props: {
                    content: "?string";
                };
                type: "MetadataWithContent";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  content: "?string";
              }
              • Readonly content: "?string"
            • Readonly type: "MetadataWithContent"
          • Readonly MilestoneType: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    recurrenceType: "?string";
                };
                type: "MilestoneType";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  recurrenceType: "?string";
              }
              • Readonly description: "?string"
              • Readonly recurrenceType: "?string"
            • Readonly type: "MilestoneType"
          • Readonly MiniLayout: {
                props: {
                    fields: readonly ["string"];
                    relatedLists: readonly ["RelatedListItem"];
                };
                type: "MiniLayout";
            }
            • Readonly props: {
                  fields: readonly ["string"];
                  relatedLists: readonly ["RelatedListItem"];
              }
              • Readonly fields: readonly ["string"]
              • Readonly relatedLists: readonly ["RelatedListItem"]
            • Readonly type: "MiniLayout"
          • Readonly MlDomain: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    label: "string";
                    mlIntents: readonly ["MlIntent"];
                    mlSlotClasses: readonly ["MlSlotClass"];
                };
                type: "MlDomain";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  label: "string";
                  mlIntents: readonly ["MlIntent"];
                  mlSlotClasses: readonly ["MlSlotClass"];
              }
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly mlIntents: readonly ["MlIntent"]
              • Readonly mlSlotClasses: readonly ["MlSlotClass"]
            • Readonly type: "MlDomain"
          • Readonly MlIntent: {
                props: {
                    description: "?string";
                    developerName: "string";
                    label: "string";
                    mlIntentUtterances: readonly ["MlIntentUtterance"];
                    relatedMlIntents: readonly ["MlRelatedIntent"];
                };
                type: "MlIntent";
            }
            • Readonly props: {
                  description: "?string";
                  developerName: "string";
                  label: "string";
                  mlIntentUtterances: readonly ["MlIntentUtterance"];
                  relatedMlIntents: readonly ["MlRelatedIntent"];
              }
              • Readonly description: "?string"
              • Readonly developerName: "string"
              • Readonly label: "string"
              • Readonly mlIntentUtterances: readonly ["MlIntentUtterance"]
              • Readonly relatedMlIntents: readonly ["MlRelatedIntent"]
            • Readonly type: "MlIntent"
          • Readonly MlIntentUtterance: {
                props: {
                    utterance: "string";
                };
                type: "MlIntentUtterance";
            }
            • Readonly props: {
                  utterance: "string";
              }
              • Readonly utterance: "string"
            • Readonly type: "MlIntentUtterance"
          • Readonly MlRelatedIntent: {
                props: {
                    relatedMlIntent: "string";
                };
                type: "MlRelatedIntent";
            }
            • Readonly props: {
                  relatedMlIntent: "string";
              }
              • Readonly relatedMlIntent: "string"
            • Readonly type: "MlRelatedIntent"
          • Readonly MlSlotClass: {
                props: {
                    dataType: "string";
                    description: "?string";
                    developerName: "string";
                    extractionRegex: "?string";
                    extractionType: "?string";
                    label: "string";
                    mlSlotClassValues: readonly ["MlSlotClassValue"];
                };
                type: "MlSlotClass";
            }
            • Readonly props: {
                  dataType: "string";
                  description: "?string";
                  developerName: "string";
                  extractionRegex: "?string";
                  extractionType: "?string";
                  label: "string";
                  mlSlotClassValues: readonly ["MlSlotClassValue"];
              }
              • Readonly dataType: "string"
              • Readonly description: "?string"
              • Readonly developerName: "string"
              • Readonly extractionRegex: "?string"
              • Readonly extractionType: "?string"
              • Readonly label: "string"
              • Readonly mlSlotClassValues: readonly ["MlSlotClassValue"]
            • Readonly type: "MlSlotClass"
          • Readonly MlSlotClassValue: {
                props: {
                    synonymGroup: "?SynonymGroup";
                    value: "string";
                };
                type: "MlSlotClassValue";
            }
            • Readonly props: {
                  synonymGroup: "?SynonymGroup";
                  value: "string";
              }
              • Readonly synonymGroup: "?SynonymGroup"
              • Readonly value: "string"
            • Readonly type: "MlSlotClassValue"
          • Readonly MobileApplicationDetail: {
                extends: "Metadata";
                props: {
                    applicationBinaryFile: "?string";
                    applicationBinaryFileName: "?string";
                    applicationBundleIdentifier: "?string";
                    applicationFileLength: "?number";
                    applicationIconFile: "?string";
                    applicationIconFileName: "?string";
                    applicationInstallUrl: "?string";
                    devicePlatform: "string";
                    deviceType: "?string";
                    minimumOsVersion: "?string";
                    privateApp: "?boolean";
                    version: "string";
                };
                type: "MobileApplicationDetail";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  applicationBinaryFile: "?string";
                  applicationBinaryFileName: "?string";
                  applicationBundleIdentifier: "?string";
                  applicationFileLength: "?number";
                  applicationIconFile: "?string";
                  applicationIconFileName: "?string";
                  applicationInstallUrl: "?string";
                  devicePlatform: "string";
                  deviceType: "?string";
                  minimumOsVersion: "?string";
                  privateApp: "?boolean";
                  version: "string";
              }
              • Readonly applicationBinaryFile: "?string"
              • Readonly applicationBinaryFileName: "?string"
              • Readonly applicationBundleIdentifier: "?string"
              • Readonly applicationFileLength: "?number"
              • Readonly applicationIconFile: "?string"
              • Readonly applicationIconFileName: "?string"
              • Readonly applicationInstallUrl: "?string"
              • Readonly devicePlatform: "string"
              • Readonly deviceType: "?string"
              • Readonly minimumOsVersion: "?string"
              • Readonly privateApp: "?boolean"
              • Readonly version: "string"
            • Readonly type: "MobileApplicationDetail"
          • Readonly MobileSettings: {
                extends: "Metadata";
                props: {
                    dashboardMobile: "?DashboardMobileSettings";
                    enableImportContactFromDevice: "?boolean";
                    enableLightningOnMobile: "?boolean";
                    enableOfflineDraftsEnabled: "?boolean";
                    enablePopulateNameManuallyInToday: "?boolean";
                    enableS1EncryptedStoragePref2: "?boolean";
                    enableS1OfflinePref: "?boolean";
                };
                type: "MobileSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  dashboardMobile: "?DashboardMobileSettings";
                  enableImportContactFromDevice: "?boolean";
                  enableLightningOnMobile: "?boolean";
                  enableOfflineDraftsEnabled: "?boolean";
                  enablePopulateNameManuallyInToday: "?boolean";
                  enableS1EncryptedStoragePref2: "?boolean";
                  enableS1OfflinePref: "?boolean";
              }
              • Readonly dashboardMobile: "?DashboardMobileSettings"
              • Readonly enableImportContactFromDevice: "?boolean"
              • Readonly enableLightningOnMobile: "?boolean"
              • Readonly enableOfflineDraftsEnabled: "?boolean"
              • Readonly enablePopulateNameManuallyInToday: "?boolean"
              • Readonly enableS1EncryptedStoragePref2: "?boolean"
              • Readonly enableS1OfflinePref: "?boolean"
            • Readonly type: "MobileSettings"
          • Readonly ModeratedEntityField: {
                props: {
                    entityName: "string";
                    fieldName: "?string";
                    keywordList: "?string";
                };
                type: "ModeratedEntityField";
            }
            • Readonly props: {
                  entityName: "string";
                  fieldName: "?string";
                  keywordList: "?string";
              }
              • Readonly entityName: "string"
              • Readonly fieldName: "?string"
              • Readonly keywordList: "?string"
            • Readonly type: "ModeratedEntityField"
          • Readonly ModerationRule: {
                extends: "Metadata";
                props: {
                    action: "string";
                    actionLimit: "?number";
                    active: "boolean";
                    description: "?string";
                    entitiesAndFields: readonly ["ModeratedEntityField"];
                    masterLabel: "string";
                    notifyLimit: "?number";
                    timePeriod: "?string";
                    type: "?string";
                    userCriteria: readonly ["string"];
                    userMessage: "?string";
                };
                type: "ModerationRule";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  action: "string";
                  actionLimit: "?number";
                  active: "boolean";
                  description: "?string";
                  entitiesAndFields: readonly ["ModeratedEntityField"];
                  masterLabel: "string";
                  notifyLimit: "?number";
                  timePeriod: "?string";
                  type: "?string";
                  userCriteria: readonly ["string"];
                  userMessage: "?string";
              }
              • Readonly action: "string"
              • Readonly actionLimit: "?number"
              • Readonly active: "boolean"
              • Readonly description: "?string"
              • Readonly entitiesAndFields: readonly ["ModeratedEntityField"]
              • Readonly masterLabel: "string"
              • Readonly notifyLimit: "?number"
              • Readonly timePeriod: "?string"
              • Readonly type: "?string"
              • Readonly userCriteria: readonly ["string"]
              • Readonly userMessage: "?string"
            • Readonly type: "ModerationRule"
          • Readonly MutingPermissionSet: {
                extends: "PermissionSet";
                props: {
                    label: "string";
                };
                type: "MutingPermissionSet";
            }
            • Readonly extends: "PermissionSet"
            • Readonly props: {
                  label: "string";
              }
              • Readonly label: "string"
            • Readonly type: "MutingPermissionSet"
          • Readonly MyDomainSettings: {
                extends: "Metadata";
                props: {
                    canOnlyLoginWithMyDomainUrl: "?boolean";
                    doesApiLoginRequireOrgDomain: "?boolean";
                    enableNativeBrowserForAuthOnAndroid: "?boolean";
                    enableNativeBrowserForAuthOnIos: "?boolean";
                    useStabilizedMyDomainHostnames: "?boolean";
                    useStabilizedSandboxMyDomainHostnames: "?boolean";
                };
                type: "MyDomainSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canOnlyLoginWithMyDomainUrl: "?boolean";
                  doesApiLoginRequireOrgDomain: "?boolean";
                  enableNativeBrowserForAuthOnAndroid: "?boolean";
                  enableNativeBrowserForAuthOnIos: "?boolean";
                  useStabilizedMyDomainHostnames: "?boolean";
                  useStabilizedSandboxMyDomainHostnames: "?boolean";
              }
              • Readonly canOnlyLoginWithMyDomainUrl: "?boolean"
              • Readonly doesApiLoginRequireOrgDomain: "?boolean"
              • Readonly enableNativeBrowserForAuthOnAndroid: "?boolean"
              • Readonly enableNativeBrowserForAuthOnIos: "?boolean"
              • Readonly useStabilizedMyDomainHostnames: "?boolean"
              • Readonly useStabilizedSandboxMyDomainHostnames: "?boolean"
            • Readonly type: "MyDomainSettings"
          • Readonly NameSettings: {
                extends: "Metadata";
                props: {
                    enableMiddleName: "?boolean";
                    enableNameSuffix: "?boolean";
                };
                type: "NameSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableMiddleName: "?boolean";
                  enableNameSuffix: "?boolean";
              }
              • Readonly enableMiddleName: "?boolean"
              • Readonly enableNameSuffix: "?boolean"
            • Readonly type: "NameSettings"
          • Readonly NamedCredential: {
                extends: "Metadata";
                props: {
                    allowMergeFieldsInBody: "?boolean";
                    allowMergeFieldsInHeader: "?boolean";
                    authProvider: "?string";
                    authTokenEndpointUrl: "?string";
                    awsAccessKey: "?string";
                    awsAccessSecret: "?string";
                    awsRegion: "?string";
                    awsService: "?string";
                    certificate: "?string";
                    endpoint: "?string";
                    generateAuthorizationHeader: "?boolean";
                    jwtAudience: "?string";
                    jwtFormulaSubject: "?string";
                    jwtIssuer: "?string";
                    jwtSigningCertificate: "?string";
                    jwtTextSubject: "?string";
                    jwtValidityPeriodSeconds: "?number";
                    label: "string";
                    oauthRefreshToken: "?string";
                    oauthScope: "?string";
                    oauthToken: "?string";
                    password: "?string";
                    principalType: "string";
                    privateConnection: "?string";
                    protocol: "string";
                    username: "?string";
                };
                type: "NamedCredential";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  allowMergeFieldsInBody: "?boolean";
                  allowMergeFieldsInHeader: "?boolean";
                  authProvider: "?string";
                  authTokenEndpointUrl: "?string";
                  awsAccessKey: "?string";
                  awsAccessSecret: "?string";
                  awsRegion: "?string";
                  awsService: "?string";
                  certificate: "?string";
                  endpoint: "?string";
                  generateAuthorizationHeader: "?boolean";
                  jwtAudience: "?string";
                  jwtFormulaSubject: "?string";
                  jwtIssuer: "?string";
                  jwtSigningCertificate: "?string";
                  jwtTextSubject: "?string";
                  jwtValidityPeriodSeconds: "?number";
                  label: "string";
                  oauthRefreshToken: "?string";
                  oauthScope: "?string";
                  oauthToken: "?string";
                  password: "?string";
                  principalType: "string";
                  privateConnection: "?string";
                  protocol: "string";
                  username: "?string";
              }
              • Readonly allowMergeFieldsInBody: "?boolean"
              • Readonly allowMergeFieldsInHeader: "?boolean"
              • Readonly authProvider: "?string"
              • Readonly authTokenEndpointUrl: "?string"
              • Readonly awsAccessKey: "?string"
              • Readonly awsAccessSecret: "?string"
              • Readonly awsRegion: "?string"
              • Readonly awsService: "?string"
              • Readonly certificate: "?string"
              • Readonly endpoint: "?string"
              • Readonly generateAuthorizationHeader: "?boolean"
              • Readonly jwtAudience: "?string"
              • Readonly jwtFormulaSubject: "?string"
              • Readonly jwtIssuer: "?string"
              • Readonly jwtSigningCertificate: "?string"
              • Readonly jwtTextSubject: "?string"
              • Readonly jwtValidityPeriodSeconds: "?number"
              • Readonly label: "string"
              • Readonly oauthRefreshToken: "?string"
              • Readonly oauthScope: "?string"
              • Readonly oauthToken: "?string"
              • Readonly password: "?string"
              • Readonly principalType: "string"
              • Readonly privateConnection: "?string"
              • Readonly protocol: "string"
              • Readonly username: "?string"
            • Readonly type: "NamedCredential"
          • Readonly NavigationLinkSet: {
                props: {
                    navigationMenuItem: readonly ["NavigationMenuItem"];
                };
                type: "NavigationLinkSet";
            }
            • Readonly props: {
                  navigationMenuItem: readonly ["NavigationMenuItem"];
              }
              • Readonly navigationMenuItem: readonly ["NavigationMenuItem"]
            • Readonly type: "NavigationLinkSet"
          • Readonly NavigationMenu: {
                extends: "Metadata";
                props: {
                    container: "string";
                    containerType: "string";
                    label: "string";
                    navigationMenuItem: readonly ["NavigationMenuItem"];
                };
                type: "NavigationMenu";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  container: "string";
                  containerType: "string";
                  label: "string";
                  navigationMenuItem: readonly ["NavigationMenuItem"];
              }
              • Readonly container: "string"
              • Readonly containerType: "string"
              • Readonly label: "string"
              • Readonly navigationMenuItem: readonly ["NavigationMenuItem"]
            • Readonly type: "NavigationMenu"
          • Readonly NavigationMenuItem: {
                props: {
                    defaultListViewId: "?string";
                    label: "string";
                    menuItemBranding: "?NavigationMenuItemBranding";
                    position: "number";
                    publiclyAvailable: "?boolean";
                    subMenu: "?NavigationSubMenu";
                    target: "?string";
                    targetPreference: "?string";
                    type: "string";
                };
                type: "NavigationMenuItem";
            }
            • Readonly props: {
                  defaultListViewId: "?string";
                  label: "string";
                  menuItemBranding: "?NavigationMenuItemBranding";
                  position: "number";
                  publiclyAvailable: "?boolean";
                  subMenu: "?NavigationSubMenu";
                  target: "?string";
                  targetPreference: "?string";
                  type: "string";
              }
              • Readonly defaultListViewId: "?string"
              • Readonly label: "string"
              • Readonly menuItemBranding: "?NavigationMenuItemBranding"
              • Readonly position: "number"
              • Readonly publiclyAvailable: "?boolean"
              • Readonly subMenu: "?NavigationSubMenu"
              • Readonly target: "?string"
              • Readonly targetPreference: "?string"
              • Readonly type: "string"
            • Readonly type: "NavigationMenuItem"
          • Readonly NavigationMenuItemBranding: {
                props: {
                    tileImage: "?string";
                };
                type: "NavigationMenuItemBranding";
            }
            • Readonly props: {
                  tileImage: "?string";
              }
              • Readonly tileImage: "?string"
            • Readonly type: "NavigationMenuItemBranding"
          • Readonly NavigationSubMenu: {
                props: {
                    navigationMenuItem: readonly ["NavigationMenuItem"];
                };
                type: "NavigationSubMenu";
            }
            • Readonly props: {
                  navigationMenuItem: readonly ["NavigationMenuItem"];
              }
              • Readonly navigationMenuItem: readonly ["NavigationMenuItem"]
            • Readonly type: "NavigationSubMenu"
          • Readonly Network: {
                extends: "Metadata";
                props: {
                    allowInternalUserLogin: "?boolean";
                    allowMembersToFlag: "?boolean";
                    allowedExtensions: "?string";
                    caseCommentEmailTemplate: "?string";
                    changePasswordTemplate: "string";
                    communityRoles: "?CommunityRoles";
                    description: "?string";
                    disableReputationRecordConversations: "?boolean";
                    emailFooterLogo: "?string";
                    emailFooterText: "?string";
                    emailSenderAddress: "string";
                    emailSenderName: "string";
                    enableCustomVFErrorPageOverrides: "?boolean";
                    enableDirectMessages: "?boolean";
                    enableGuestChatter: "?boolean";
                    enableGuestFileAccess: "?boolean";
                    enableGuestMemberVisibility: "?boolean";
                    enableInvitation: "?boolean";
                    enableKnowledgeable: "?boolean";
                    enableMemberVisibility: "?boolean";
                    enableNicknameDisplay: "?boolean";
                    enablePrivateMessages: "?boolean";
                    enableReputation: "?boolean";
                    enableShowAllNetworkSettings: "?boolean";
                    enableSiteAsContainer: "?boolean";
                    enableTalkingAboutStats: "?boolean";
                    enableTopicAssignmentRules: "?boolean";
                    enableTopicSuggestions: "?boolean";
                    enableUpDownVote: "?boolean";
                    feedChannel: "?string";
                    forgotPasswordTemplate: "string";
                    gatherCustomerSentimentData: "?boolean";
                    lockoutTemplate: "?string";
                    logoutUrl: "?string";
                    maxFileSizeKb: "?number";
                    navigationLinkSet: "?NavigationLinkSet";
                    networkMemberGroups: "?NetworkMemberGroup";
                    networkPageOverrides: "?NetworkPageOverride";
                    newSenderAddress: "?string";
                    picassoSite: "?string";
                    recommendationAudience: "?RecommendationAudience";
                    recommendationDefinition: "?RecommendationDefinition";
                    reputationLevels: "?ReputationLevelDefinitions";
                    reputationPointsRules: "?ReputationPointsRules";
                    selfRegProfile: "?string";
                    selfRegistration: "?boolean";
                    sendWelcomeEmail: "?boolean";
                    site: "string";
                    status: "string";
                    tabs: "NetworkTabSet";
                    urlPathPrefix: "?string";
                    verificationTemplate: "?string";
                    welcomeTemplate: "string";
                };
                type: "Network";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  allowInternalUserLogin: "?boolean";
                  allowMembersToFlag: "?boolean";
                  allowedExtensions: "?string";
                  caseCommentEmailTemplate: "?string";
                  changePasswordTemplate: "string";
                  communityRoles: "?CommunityRoles";
                  description: "?string";
                  disableReputationRecordConversations: "?boolean";
                  emailFooterLogo: "?string";
                  emailFooterText: "?string";
                  emailSenderAddress: "string";
                  emailSenderName: "string";
                  enableCustomVFErrorPageOverrides: "?boolean";
                  enableDirectMessages: "?boolean";
                  enableGuestChatter: "?boolean";
                  enableGuestFileAccess: "?boolean";
                  enableGuestMemberVisibility: "?boolean";
                  enableInvitation: "?boolean";
                  enableKnowledgeable: "?boolean";
                  enableMemberVisibility: "?boolean";
                  enableNicknameDisplay: "?boolean";
                  enablePrivateMessages: "?boolean";
                  enableReputation: "?boolean";
                  enableShowAllNetworkSettings: "?boolean";
                  enableSiteAsContainer: "?boolean";
                  enableTalkingAboutStats: "?boolean";
                  enableTopicAssignmentRules: "?boolean";
                  enableTopicSuggestions: "?boolean";
                  enableUpDownVote: "?boolean";
                  feedChannel: "?string";
                  forgotPasswordTemplate: "string";
                  gatherCustomerSentimentData: "?boolean";
                  lockoutTemplate: "?string";
                  logoutUrl: "?string";
                  maxFileSizeKb: "?number";
                  navigationLinkSet: "?NavigationLinkSet";
                  networkMemberGroups: "?NetworkMemberGroup";
                  networkPageOverrides: "?NetworkPageOverride";
                  newSenderAddress: "?string";
                  picassoSite: "?string";
                  recommendationAudience: "?RecommendationAudience";
                  recommendationDefinition: "?RecommendationDefinition";
                  reputationLevels: "?ReputationLevelDefinitions";
                  reputationPointsRules: "?ReputationPointsRules";
                  selfRegProfile: "?string";
                  selfRegistration: "?boolean";
                  sendWelcomeEmail: "?boolean";
                  site: "string";
                  status: "string";
                  tabs: "NetworkTabSet";
                  urlPathPrefix: "?string";
                  verificationTemplate: "?string";
                  welcomeTemplate: "string";
              }
              • Readonly allowInternalUserLogin: "?boolean"
              • Readonly allowMembersToFlag: "?boolean"
              • Readonly allowedExtensions: "?string"
              • Readonly caseCommentEmailTemplate: "?string"
              • Readonly changePasswordTemplate: "string"
              • Readonly communityRoles: "?CommunityRoles"
              • Readonly description: "?string"
              • Readonly disableReputationRecordConversations: "?boolean"
              • Readonly emailFooterLogo: "?string"
              • Readonly emailFooterText: "?string"
              • Readonly emailSenderAddress: "string"
              • Readonly emailSenderName: "string"
              • Readonly enableCustomVFErrorPageOverrides: "?boolean"
              • Readonly enableDirectMessages: "?boolean"
              • Readonly enableGuestChatter: "?boolean"
              • Readonly enableGuestFileAccess: "?boolean"
              • Readonly enableGuestMemberVisibility: "?boolean"
              • Readonly enableInvitation: "?boolean"
              • Readonly enableKnowledgeable: "?boolean"
              • Readonly enableMemberVisibility: "?boolean"
              • Readonly enableNicknameDisplay: "?boolean"
              • Readonly enablePrivateMessages: "?boolean"
              • Readonly enableReputation: "?boolean"
              • Readonly enableShowAllNetworkSettings: "?boolean"
              • Readonly enableSiteAsContainer: "?boolean"
              • Readonly enableTalkingAboutStats: "?boolean"
              • Readonly enableTopicAssignmentRules: "?boolean"
              • Readonly enableTopicSuggestions: "?boolean"
              • Readonly enableUpDownVote: "?boolean"
              • Readonly feedChannel: "?string"
              • Readonly forgotPasswordTemplate: "string"
              • Readonly gatherCustomerSentimentData: "?boolean"
              • Readonly lockoutTemplate: "?string"
              • Readonly logoutUrl: "?string"
              • Readonly maxFileSizeKb: "?number"
              • Readonly navigationLinkSet: "?NavigationLinkSet"
              • Readonly networkMemberGroups: "?NetworkMemberGroup"
              • Readonly networkPageOverrides: "?NetworkPageOverride"
              • Readonly newSenderAddress: "?string"
              • Readonly picassoSite: "?string"
              • Readonly recommendationAudience: "?RecommendationAudience"
              • Readonly recommendationDefinition: "?RecommendationDefinition"
              • Readonly reputationLevels: "?ReputationLevelDefinitions"
              • Readonly reputationPointsRules: "?ReputationPointsRules"
              • Readonly selfRegProfile: "?string"
              • Readonly selfRegistration: "?boolean"
              • Readonly sendWelcomeEmail: "?boolean"
              • Readonly site: "string"
              • Readonly status: "string"
              • Readonly tabs: "NetworkTabSet"
              • Readonly urlPathPrefix: "?string"
              • Readonly verificationTemplate: "?string"
              • Readonly welcomeTemplate: "string"
            • Readonly type: "Network"
          • Readonly NetworkAccess: {
                props: {
                    ipRanges: readonly ["IpRange"];
                };
                type: "NetworkAccess";
            }
            • Readonly props: {
                  ipRanges: readonly ["IpRange"];
              }
              • Readonly ipRanges: readonly ["IpRange"]
            • Readonly type: "NetworkAccess"
          • Readonly NetworkBranding: {
                extends: "MetadataWithContent";
                props: {
                    loginBackgroundImageUrl: "?string";
                    loginFooterText: "?string";
                    loginLogo: "?string";
                    loginLogoName: "?string";
                    loginPrimaryColor: "?string";
                    loginQuaternaryColor: "?string";
                    loginRightFrameUrl: "?string";
                    network: "?string";
                    pageFooter: "?string";
                    pageHeader: "?string";
                    primaryColor: "string";
                    primaryComplementColor: "string";
                    quaternaryColor: "string";
                    quaternaryComplementColor: "string";
                    secondaryColor: "string";
                    staticLogoImageUrl: "?string";
                    tertiaryColor: "string";
                    tertiaryComplementColor: "string";
                    zeronaryColor: "string";
                    zeronaryComplementColor: "string";
                };
                type: "NetworkBranding";
            }
            • Readonly extends: "MetadataWithContent"
            • Readonly props: {
                  loginBackgroundImageUrl: "?string";
                  loginFooterText: "?string";
                  loginLogo: "?string";
                  loginLogoName: "?string";
                  loginPrimaryColor: "?string";
                  loginQuaternaryColor: "?string";
                  loginRightFrameUrl: "?string";
                  network: "?string";
                  pageFooter: "?string";
                  pageHeader: "?string";
                  primaryColor: "string";
                  primaryComplementColor: "string";
                  quaternaryColor: "string";
                  quaternaryComplementColor: "string";
                  secondaryColor: "string";
                  staticLogoImageUrl: "?string";
                  tertiaryColor: "string";
                  tertiaryComplementColor: "string";
                  zeronaryColor: "string";
                  zeronaryComplementColor: "string";
              }
              • Readonly loginBackgroundImageUrl: "?string"
              • Readonly loginFooterText: "?string"
              • Readonly loginLogo: "?string"
              • Readonly loginLogoName: "?string"
              • Readonly loginPrimaryColor: "?string"
              • Readonly loginQuaternaryColor: "?string"
              • Readonly loginRightFrameUrl: "?string"
              • Readonly network: "?string"
              • Readonly pageFooter: "?string"
              • Readonly pageHeader: "?string"
              • Readonly primaryColor: "string"
              • Readonly primaryComplementColor: "string"
              • Readonly quaternaryColor: "string"
              • Readonly quaternaryComplementColor: "string"
              • Readonly secondaryColor: "string"
              • Readonly staticLogoImageUrl: "?string"
              • Readonly tertiaryColor: "string"
              • Readonly tertiaryComplementColor: "string"
              • Readonly zeronaryColor: "string"
              • Readonly zeronaryComplementColor: "string"
            • Readonly type: "NetworkBranding"
          • Readonly NetworkMemberGroup: {
                props: {
                    permissionSet: readonly ["string"];
                    profile: readonly ["string"];
                };
                type: "NetworkMemberGroup";
            }
            • Readonly props: {
                  permissionSet: readonly ["string"];
                  profile: readonly ["string"];
              }
              • Readonly permissionSet: readonly ["string"]
              • Readonly profile: readonly ["string"]
            • Readonly type: "NetworkMemberGroup"
          • Readonly NetworkPageOverride: {
                props: {
                    changePasswordPageOverrideSetting: "?string";
                    forgotPasswordPageOverrideSetting: "?string";
                    homePageOverrideSetting: "?string";
                    loginPageOverrideSetting: "?string";
                    selfRegProfilePageOverrideSetting: "?string";
                };
                type: "NetworkPageOverride";
            }
            • Readonly props: {
                  changePasswordPageOverrideSetting: "?string";
                  forgotPasswordPageOverrideSetting: "?string";
                  homePageOverrideSetting: "?string";
                  loginPageOverrideSetting: "?string";
                  selfRegProfilePageOverrideSetting: "?string";
              }
              • Readonly changePasswordPageOverrideSetting: "?string"
              • Readonly forgotPasswordPageOverrideSetting: "?string"
              • Readonly homePageOverrideSetting: "?string"
              • Readonly loginPageOverrideSetting: "?string"
              • Readonly selfRegProfilePageOverrideSetting: "?string"
            • Readonly type: "NetworkPageOverride"
          • Readonly NetworkTabSet: {
                props: {
                    customTab: readonly ["string"];
                    defaultTab: "string";
                    standardTab: readonly ["string"];
                };
                type: "NetworkTabSet";
            }
            • Readonly props: {
                  customTab: readonly ["string"];
                  defaultTab: "string";
                  standardTab: readonly ["string"];
              }
              • Readonly customTab: readonly ["string"]
              • Readonly defaultTab: "string"
              • Readonly standardTab: readonly ["string"]
            • Readonly type: "NetworkTabSet"
          • Readonly NextAutomatedApprover: {
                props: {
                    useApproverFieldOfRecordOwner: "?boolean";
                    userHierarchyField: "string";
                };
                type: "NextAutomatedApprover";
            }
            • Readonly props: {
                  useApproverFieldOfRecordOwner: "?boolean";
                  userHierarchyField: "string";
              }
              • Readonly useApproverFieldOfRecordOwner: "?boolean"
              • Readonly userHierarchyField: "string"
            • Readonly type: "NextAutomatedApprover"
          • Readonly NotificationsSettings: {
                extends: "Metadata";
                props: {
                    enableMobileAppPushNotifications: "?boolean";
                    enableNotifications: "?boolean";
                };
                type: "NotificationsSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableMobileAppPushNotifications: "?boolean";
                  enableNotifications: "?boolean";
              }
              • Readonly enableMobileAppPushNotifications: "?boolean"
              • Readonly enableNotifications: "?boolean"
            • Readonly type: "NotificationsSettings"
          • Readonly OauthCustomScope: {
                extends: "Metadata";
                props: {
                    description: "string";
                    developerName: "string";
                    isProtected: "?boolean";
                    isPublic: "?boolean";
                    masterLabel: "string";
                };
                type: "OauthCustomScope";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "string";
                  developerName: "string";
                  isProtected: "?boolean";
                  isPublic: "?boolean";
                  masterLabel: "string";
              }
              • Readonly description: "string"
              • Readonly developerName: "string"
              • Readonly isProtected: "?boolean"
              • Readonly isPublic: "?boolean"
              • Readonly masterLabel: "string"
            • Readonly type: "OauthCustomScope"
          • Readonly ObjectLinkingSettings: {
                extends: "Metadata";
                props: {
                    enableObjectLinking: "?boolean";
                };
                type: "ObjectLinkingSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableObjectLinking: "?boolean";
              }
              • Readonly enableObjectLinking: "?boolean"
            • Readonly type: "ObjectLinkingSettings"
          • Readonly ObjectMapping: {
                props: {
                    inputObject: "string";
                    mappingFields: readonly ["ObjectMappingField"];
                    outputObject: "string";
                };
                type: "ObjectMapping";
            }
            • Readonly props: {
                  inputObject: "string";
                  mappingFields: readonly ["ObjectMappingField"];
                  outputObject: "string";
              }
              • Readonly inputObject: "string"
              • Readonly mappingFields: readonly ["ObjectMappingField"]
              • Readonly outputObject: "string"
            • Readonly type: "ObjectMapping"
          • Readonly ObjectMappingField: {
                props: {
                    inputField: "string";
                    outputField: "string";
                };
                type: "ObjectMappingField";
            }
            • Readonly props: {
                  inputField: "string";
                  outputField: "string";
              }
              • Readonly inputField: "string"
              • Readonly outputField: "string"
            • Readonly type: "ObjectMappingField"
          • Readonly ObjectNameCaseValue: {
                props: {
                    article: "?string";
                    caseType: "?string";
                    plural: "?boolean";
                    possessive: "?string";
                    value: "string";
                };
                type: "ObjectNameCaseValue";
            }
            • Readonly props: {
                  article: "?string";
                  caseType: "?string";
                  plural: "?boolean";
                  possessive: "?string";
                  value: "string";
              }
              • Readonly article: "?string"
              • Readonly caseType: "?string"
              • Readonly plural: "?boolean"
              • Readonly possessive: "?string"
              • Readonly value: "string"
            • Readonly type: "ObjectNameCaseValue"
          • Readonly ObjectRelationship: {
                props: {
                    join: "?ObjectRelationship";
                    outerJoin: "boolean";
                    relationship: "string";
                };
                type: "ObjectRelationship";
            }
            • Readonly props: {
                  join: "?ObjectRelationship";
                  outerJoin: "boolean";
                  relationship: "string";
              }
              • Readonly join: "?ObjectRelationship"
              • Readonly outerJoin: "boolean"
              • Readonly relationship: "string"
            • Readonly type: "ObjectRelationship"
          • Readonly ObjectSearchSetting: {
                props: {
                    enhancedLookupEnabled: "boolean";
                    lookupAutoCompleteEnabled: "boolean";
                    name: "string";
                    resultsPerPageCount: "number";
                };
                type: "ObjectSearchSetting";
            }
            • Readonly props: {
                  enhancedLookupEnabled: "boolean";
                  lookupAutoCompleteEnabled: "boolean";
                  name: "string";
                  resultsPerPageCount: "number";
              }
              • Readonly enhancedLookupEnabled: "boolean"
              • Readonly lookupAutoCompleteEnabled: "boolean"
              • Readonly name: "string"
              • Readonly resultsPerPageCount: "number"
            • Readonly type: "ObjectSearchSetting"
          • Readonly ObjectUsage: {
                props: {
                    object: readonly ["string"];
                };
                type: "ObjectUsage";
            }
            • Readonly props: {
                  object: readonly ["string"];
              }
              • Readonly object: readonly ["string"]
            • Readonly type: "ObjectUsage"
          • Readonly OmniChannelSettings: {
                extends: "Metadata";
                props: {
                    enableOmniAutoLoginPrompt: "?boolean";
                    enableOmniChannel: "?boolean";
                    enableOmniSecondaryRoutingPriority: "?boolean";
                    enableOmniSkillsRouting: "?boolean";
                };
                type: "OmniChannelSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableOmniAutoLoginPrompt: "?boolean";
                  enableOmniChannel: "?boolean";
                  enableOmniSecondaryRoutingPriority: "?boolean";
                  enableOmniSkillsRouting: "?boolean";
              }
              • Readonly enableOmniAutoLoginPrompt: "?boolean"
              • Readonly enableOmniChannel: "?boolean"
              • Readonly enableOmniSecondaryRoutingPriority: "?boolean"
              • Readonly enableOmniSkillsRouting: "?boolean"
            • Readonly type: "OmniChannelSettings"
          • Readonly OpportunityListFieldsLabelMapping: {
                props: {
                    field: "string";
                    label: "string";
                };
                type: "OpportunityListFieldsLabelMapping";
            }
            • Readonly props: {
                  field: "string";
                  label: "string";
              }
              • Readonly field: "string"
              • Readonly label: "string"
            • Readonly type: "OpportunityListFieldsLabelMapping"
          • Readonly OpportunityListFieldsSelectedSettings: {
                props: {
                    field: readonly ["string"];
                };
                type: "OpportunityListFieldsSelectedSettings";
            }
            • Readonly props: {
                  field: readonly ["string"];
              }
              • Readonly field: readonly ["string"]
            • Readonly type: "OpportunityListFieldsSelectedSettings"
          • Readonly OpportunityListFieldsUnselectedSettings: {
                props: {
                    field: readonly ["string"];
                };
                type: "OpportunityListFieldsUnselectedSettings";
            }
            • Readonly props: {
                  field: readonly ["string"];
              }
              • Readonly field: readonly ["string"]
            • Readonly type: "OpportunityListFieldsUnselectedSettings"
          • Readonly OpportunitySettings: {
                extends: "Metadata";
                props: {
                    autoActivateNewReminders: "?boolean";
                    customizableProductSchedulesEnabled: "?boolean";
                    doesAutoAddSplitOwnerAsOpportunityTeamMember: "?boolean";
                    doesEnforceStandardOpportunitySaveLogic: "?boolean";
                    enableFindSimilarOpportunities: "?boolean";
                    enableOpportunityFieldHistoryTracking: "?boolean";
                    enableOpportunityInsightsInMobile: "?boolean";
                    enableOpportunityTeam: "?boolean";
                    enableUpdateReminders: "?boolean";
                    findSimilarOppFilter: "?FindSimilarOppFilter";
                    promptToAddProducts: "?boolean";
                };
                type: "OpportunitySettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  autoActivateNewReminders: "?boolean";
                  customizableProductSchedulesEnabled: "?boolean";
                  doesAutoAddSplitOwnerAsOpportunityTeamMember: "?boolean";
                  doesEnforceStandardOpportunitySaveLogic: "?boolean";
                  enableFindSimilarOpportunities: "?boolean";
                  enableOpportunityFieldHistoryTracking: "?boolean";
                  enableOpportunityInsightsInMobile: "?boolean";
                  enableOpportunityTeam: "?boolean";
                  enableUpdateReminders: "?boolean";
                  findSimilarOppFilter: "?FindSimilarOppFilter";
                  promptToAddProducts: "?boolean";
              }
              • Readonly autoActivateNewReminders: "?boolean"
              • Readonly customizableProductSchedulesEnabled: "?boolean"
              • Readonly doesAutoAddSplitOwnerAsOpportunityTeamMember: "?boolean"
              • Readonly doesEnforceStandardOpportunitySaveLogic: "?boolean"
              • Readonly enableFindSimilarOpportunities: "?boolean"
              • Readonly enableOpportunityFieldHistoryTracking: "?boolean"
              • Readonly enableOpportunityInsightsInMobile: "?boolean"
              • Readonly enableOpportunityTeam: "?boolean"
              • Readonly enableUpdateReminders: "?boolean"
              • Readonly findSimilarOppFilter: "?FindSimilarOppFilter"
              • Readonly promptToAddProducts: "?boolean"
            • Readonly type: "OpportunitySettings"
          • Readonly Orchestration: {
                extends: "MetadataWithContent";
                props: {
                    context: "string";
                    masterLabel: "string";
                };
                type: "Orchestration";
            }
            • Readonly extends: "MetadataWithContent"
            • Readonly props: {
                  context: "string";
                  masterLabel: "string";
              }
              • Readonly context: "string"
              • Readonly masterLabel: "string"
            • Readonly type: "Orchestration"
          • Readonly OrchestrationContext: {
                extends: "Metadata";
                props: {
                    datasets: readonly ["OrchestrationContextDataset"];
                    description: "?string";
                    events: readonly ["OrchestrationContextEvent"];
                    imageFile: "string";
                    imageScale: "number";
                    masterLabel: "string";
                    runtimeType: "string";
                    salesforceObject: "?string";
                    salesforceObjectPrimaryKey: "?string";
                };
                type: "OrchestrationContext";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  datasets: readonly ["OrchestrationContextDataset"];
                  description: "?string";
                  events: readonly ["OrchestrationContextEvent"];
                  imageFile: "string";
                  imageScale: "number";
                  masterLabel: "string";
                  runtimeType: "string";
                  salesforceObject: "?string";
                  salesforceObjectPrimaryKey: "?string";
              }
              • Readonly datasets: readonly ["OrchestrationContextDataset"]
              • Readonly description: "?string"
              • Readonly events: readonly ["OrchestrationContextEvent"]
              • Readonly imageFile: "string"
              • Readonly imageScale: "number"
              • Readonly masterLabel: "string"
              • Readonly runtimeType: "string"
              • Readonly salesforceObject: "?string"
              • Readonly salesforceObjectPrimaryKey: "?string"
            • Readonly type: "OrchestrationContext"
          • Readonly OrchestrationContextDataset: {
                props: {
                    datasetType: "string";
                    orchestrationDataset: "string";
                };
                type: "OrchestrationContextDataset";
            }
            • Readonly props: {
                  datasetType: "string";
                  orchestrationDataset: "string";
              }
              • Readonly datasetType: "string"
              • Readonly orchestrationDataset: "string"
            • Readonly type: "OrchestrationContextDataset"
          • Readonly OrchestrationContextEvent: {
                props: {
                    eventType: "string";
                    orchestrationEvent: "string";
                    platformEvent: "string";
                    platformEventPrimaryKey: "string";
                };
                type: "OrchestrationContextEvent";
            }
            • Readonly props: {
                  eventType: "string";
                  orchestrationEvent: "string";
                  platformEvent: "string";
                  platformEventPrimaryKey: "string";
              }
              • Readonly eventType: "string"
              • Readonly orchestrationEvent: "string"
              • Readonly platformEvent: "string"
              • Readonly platformEventPrimaryKey: "string"
            • Readonly type: "OrchestrationContextEvent"
          • Readonly OrderManagementSettings: {
                extends: "Metadata";
                props: {
                    enableOrderManagement: "?boolean";
                };
                type: "OrderManagementSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableOrderManagement: "?boolean";
              }
              • Readonly enableOrderManagement: "?boolean"
            • Readonly type: "OrderManagementSettings"
          • Readonly OrderSettings: {
                extends: "Metadata";
                props: {
                    enableNegativeQuantity: "?boolean";
                    enableOrders: "?boolean";
                    enableReductionOrders: "?boolean";
                    enableZeroQuantity: "?boolean";
                };
                type: "OrderSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableNegativeQuantity: "?boolean";
                  enableOrders: "?boolean";
                  enableReductionOrders: "?boolean";
                  enableZeroQuantity: "?boolean";
              }
              • Readonly enableNegativeQuantity: "?boolean"
              • Readonly enableOrders: "?boolean"
              • Readonly enableReductionOrders: "?boolean"
              • Readonly enableZeroQuantity: "?boolean"
            • Readonly type: "OrderSettings"
          • Readonly OrgPreferenceSettings: {
                extends: "Metadata";
                props: {
                    preferences: readonly ["OrganizationSettingsDetail"];
                };
                type: "OrgPreferenceSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  preferences: readonly ["OrganizationSettingsDetail"];
              }
              • Readonly preferences: readonly ["OrganizationSettingsDetail"]
            • Readonly type: "OrgPreferenceSettings"
          • Readonly OrgSettings: {
                extends: "Metadata";
                props: {
                    enableCustomerSuccessPortal: "?boolean";
                    enableExtendedMailMerge: "?boolean";
                    enableIncludeContractStatus: "?boolean";
                    enableMakeDeploymentsMandatory: "?boolean";
                    enableManageSelfServiceUsers: "?boolean";
                    enableOrgFeedSentimentAnalysis: "?boolean";
                    enableRADeploymentAttributeOnly: "?boolean";
                    enableResetDivisionOnLogin: "?boolean";
                    saveMailMergeDocsAsSalesforceDocs: "?boolean";
                };
                type: "OrgSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableCustomerSuccessPortal: "?boolean";
                  enableExtendedMailMerge: "?boolean";
                  enableIncludeContractStatus: "?boolean";
                  enableMakeDeploymentsMandatory: "?boolean";
                  enableManageSelfServiceUsers: "?boolean";
                  enableOrgFeedSentimentAnalysis: "?boolean";
                  enableRADeploymentAttributeOnly: "?boolean";
                  enableResetDivisionOnLogin: "?boolean";
                  saveMailMergeDocsAsSalesforceDocs: "?boolean";
              }
              • Readonly enableCustomerSuccessPortal: "?boolean"
              • Readonly enableExtendedMailMerge: "?boolean"
              • Readonly enableIncludeContractStatus: "?boolean"
              • Readonly enableMakeDeploymentsMandatory: "?boolean"
              • Readonly enableManageSelfServiceUsers: "?boolean"
              • Readonly enableOrgFeedSentimentAnalysis: "?boolean"
              • Readonly enableRADeploymentAttributeOnly: "?boolean"
              • Readonly enableResetDivisionOnLogin: "?boolean"
              • Readonly saveMailMergeDocsAsSalesforceDocs: "?boolean"
            • Readonly type: "OrgSettings"
          • Readonly OrganizationSettingsDetail: {
                props: {
                    settingName: "string";
                    settingValue: "boolean";
                };
                type: "OrganizationSettingsDetail";
            }
            • Readonly props: {
                  settingName: "string";
                  settingValue: "boolean";
              }
              • Readonly settingName: "string"
              • Readonly settingValue: "boolean"
            • Readonly type: "OrganizationSettingsDetail"
          • Readonly Package: {
                extends: "Metadata";
                props: {
                    apiAccessLevel: "?string";
                    description: "?string";
                    namespacePrefix: "?string";
                    objectPermissions: readonly ["ProfileObjectPermissions"];
                    packageType: "?string";
                    postInstallClass: "?string";
                    setupWeblink: "?string";
                    types: readonly ["PackageTypeMembers"];
                    uninstallClass: "?string";
                    version: "string";
                };
                type: "Package";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  apiAccessLevel: "?string";
                  description: "?string";
                  namespacePrefix: "?string";
                  objectPermissions: readonly ["ProfileObjectPermissions"];
                  packageType: "?string";
                  postInstallClass: "?string";
                  setupWeblink: "?string";
                  types: readonly ["PackageTypeMembers"];
                  uninstallClass: "?string";
                  version: "string";
              }
              • Readonly apiAccessLevel: "?string"
              • Readonly description: "?string"
              • Readonly namespacePrefix: "?string"
              • Readonly objectPermissions: readonly ["ProfileObjectPermissions"]
              • Readonly packageType: "?string"
              • Readonly postInstallClass: "?string"
              • Readonly setupWeblink: "?string"
              • Readonly types: readonly ["PackageTypeMembers"]
              • Readonly uninstallClass: "?string"
              • Readonly version: "string"
            • Readonly type: "Package"
          • Readonly PackageTypeMembers: {
                props: {
                    members: readonly ["string"];
                    name: "string";
                };
                type: "PackageTypeMembers";
            }
            • Readonly props: {
                  members: readonly ["string"];
                  name: "string";
              }
              • Readonly members: readonly ["string"]
              • Readonly name: "string"
            • Readonly type: "PackageTypeMembers"
          • Readonly PackageVersion: {
                props: {
                    majorNumber: "number";
                    minorNumber: "number";
                    namespace: "string";
                };
                type: "PackageVersion";
            }
            • Readonly props: {
                  majorNumber: "number";
                  minorNumber: "number";
                  namespace: "string";
              }
              • Readonly majorNumber: "number"
              • Readonly minorNumber: "number"
              • Readonly namespace: "string"
            • Readonly type: "PackageVersion"
          • Readonly PardotEinsteinSettings: {
                extends: "Metadata";
                props: {
                    enableCampaignInsight: "?boolean";
                    enableEngagementScore: "?boolean";
                };
                type: "PardotEinsteinSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableCampaignInsight: "?boolean";
                  enableEngagementScore: "?boolean";
              }
              • Readonly enableCampaignInsight: "?boolean"
              • Readonly enableEngagementScore: "?boolean"
            • Readonly type: "PardotEinsteinSettings"
          • Readonly PardotSettings: {
                extends: "Metadata";
                props: {
                    enableB2bmaAppEnabled: "?boolean";
                    enableEngagementHistoryDashboards: "?boolean";
                    enablePardotAppV1Enabled: "?boolean";
                    enablePardotEnabled: "?boolean";
                    enableProspectActivityDataset: "?boolean";
                };
                type: "PardotSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableB2bmaAppEnabled: "?boolean";
                  enableEngagementHistoryDashboards: "?boolean";
                  enablePardotAppV1Enabled: "?boolean";
                  enablePardotEnabled: "?boolean";
                  enableProspectActivityDataset: "?boolean";
              }
              • Readonly enableB2bmaAppEnabled: "?boolean"
              • Readonly enableEngagementHistoryDashboards: "?boolean"
              • Readonly enablePardotAppV1Enabled: "?boolean"
              • Readonly enablePardotEnabled: "?boolean"
              • Readonly enableProspectActivityDataset: "?boolean"
            • Readonly type: "PardotSettings"
          • Readonly PartyDataModelSettings: {
                extends: "Metadata";
                props: {
                    enableAutoSelectIndividualOnMerge: "?boolean";
                    enableConsentManagement: "?boolean";
                };
                type: "PartyDataModelSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableAutoSelectIndividualOnMerge: "?boolean";
                  enableConsentManagement: "?boolean";
              }
              • Readonly enableAutoSelectIndividualOnMerge: "?boolean"
              • Readonly enableConsentManagement: "?boolean"
            • Readonly type: "PartyDataModelSettings"
          • Readonly PasswordPolicies: {
                props: {
                    apiOnlyUserHomePageURL: "?string";
                    complexity: "?string";
                    enableSetPasswordInApi: "?boolean";
                    expiration: "?string";
                    historyRestriction: "?string";
                    lockoutInterval: "?string";
                    maxLoginAttempts: "?string";
                    minimumPasswordLength: "?string";
                    minimumPasswordLifetime: "?boolean";
                    obscureSecretAnswer: "?boolean";
                    passwordAssistanceMessage: "?string";
                    passwordAssistanceURL: "?string";
                    questionRestriction: "?string";
                };
                type: "PasswordPolicies";
            }
            • Readonly props: {
                  apiOnlyUserHomePageURL: "?string";
                  complexity: "?string";
                  enableSetPasswordInApi: "?boolean";
                  expiration: "?string";
                  historyRestriction: "?string";
                  lockoutInterval: "?string";
                  maxLoginAttempts: "?string";
                  minimumPasswordLength: "?string";
                  minimumPasswordLifetime: "?boolean";
                  obscureSecretAnswer: "?boolean";
                  passwordAssistanceMessage: "?string";
                  passwordAssistanceURL: "?string";
                  questionRestriction: "?string";
              }
              • Readonly apiOnlyUserHomePageURL: "?string"
              • Readonly complexity: "?string"
              • Readonly enableSetPasswordInApi: "?boolean"
              • Readonly expiration: "?string"
              • Readonly historyRestriction: "?string"
              • Readonly lockoutInterval: "?string"
              • Readonly maxLoginAttempts: "?string"
              • Readonly minimumPasswordLength: "?string"
              • Readonly minimumPasswordLifetime: "?boolean"
              • Readonly obscureSecretAnswer: "?boolean"
              • Readonly passwordAssistanceMessage: "?string"
              • Readonly passwordAssistanceURL: "?string"
              • Readonly questionRestriction: "?string"
            • Readonly type: "PasswordPolicies"
          • Readonly PathAssistant: {
                extends: "Metadata";
                props: {
                    active: "boolean";
                    entityName: "string";
                    fieldName: "string";
                    masterLabel: "string";
                    pathAssistantSteps: readonly ["PathAssistantStep"];
                    recordTypeName: "string";
                };
                type: "PathAssistant";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  active: "boolean";
                  entityName: "string";
                  fieldName: "string";
                  masterLabel: "string";
                  pathAssistantSteps: readonly ["PathAssistantStep"];
                  recordTypeName: "string";
              }
              • Readonly active: "boolean"
              • Readonly entityName: "string"
              • Readonly fieldName: "string"
              • Readonly masterLabel: "string"
              • Readonly pathAssistantSteps: readonly ["PathAssistantStep"]
              • Readonly recordTypeName: "string"
            • Readonly type: "PathAssistant"
          • Readonly PathAssistantSettings: {
                extends: "Metadata";
                props: {
                    canOverrideAutoPathCollapseWithUserPref: "?boolean";
                    pathAssistantEnabled: "?boolean";
                };
                type: "PathAssistantSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canOverrideAutoPathCollapseWithUserPref: "?boolean";
                  pathAssistantEnabled: "?boolean";
              }
              • Readonly canOverrideAutoPathCollapseWithUserPref: "?boolean"
              • Readonly pathAssistantEnabled: "?boolean"
            • Readonly type: "PathAssistantSettings"
          • Readonly PathAssistantStep: {
                props: {
                    fieldNames: readonly ["string"];
                    info: "?string";
                    picklistValueName: "string";
                };
                type: "PathAssistantStep";
            }
            • Readonly props: {
                  fieldNames: readonly ["string"];
                  info: "?string";
                  picklistValueName: "string";
              }
              • Readonly fieldNames: readonly ["string"]
              • Readonly info: "?string"
              • Readonly picklistValueName: "string"
            • Readonly type: "PathAssistantStep"
          • Readonly PermissionSet: {
                extends: "Metadata";
                props: {
                    applicationVisibilities: readonly ["PermissionSetApplicationVisibility"];
                    classAccesses: readonly ["PermissionSetApexClassAccess"];
                    customMetadataTypeAccesses: readonly ["PermissionSetCustomMetadataTypeAccess"];
                    customPermissions: readonly ["PermissionSetCustomPermissions"];
                    description: "?string";
                    externalDataSourceAccesses: readonly ["PermissionSetExternalDataSourceAccess"];
                    fieldPermissions: readonly ["PermissionSetFieldPermissions"];
                    flowAccesses: readonly ["PermissionSetFlowAccess"];
                    hasActivationRequired: "?boolean";
                    label: "string";
                    license: "?string";
                    objectPermissions: readonly ["PermissionSetObjectPermissions"];
                    pageAccesses: readonly ["PermissionSetApexPageAccess"];
                    recordTypeVisibilities: readonly ["PermissionSetRecordTypeVisibility"];
                    tabSettings: readonly ["PermissionSetTabSetting"];
                    userPermissions: readonly ["PermissionSetUserPermission"];
                };
                type: "PermissionSet";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  applicationVisibilities: readonly ["PermissionSetApplicationVisibility"];
                  classAccesses: readonly ["PermissionSetApexClassAccess"];
                  customMetadataTypeAccesses: readonly ["PermissionSetCustomMetadataTypeAccess"];
                  customPermissions: readonly ["PermissionSetCustomPermissions"];
                  description: "?string";
                  externalDataSourceAccesses: readonly ["PermissionSetExternalDataSourceAccess"];
                  fieldPermissions: readonly ["PermissionSetFieldPermissions"];
                  flowAccesses: readonly ["PermissionSetFlowAccess"];
                  hasActivationRequired: "?boolean";
                  label: "string";
                  license: "?string";
                  objectPermissions: readonly ["PermissionSetObjectPermissions"];
                  pageAccesses: readonly ["PermissionSetApexPageAccess"];
                  recordTypeVisibilities: readonly ["PermissionSetRecordTypeVisibility"];
                  tabSettings: readonly ["PermissionSetTabSetting"];
                  userPermissions: readonly ["PermissionSetUserPermission"];
              }
              • Readonly applicationVisibilities: readonly ["PermissionSetApplicationVisibility"]
              • Readonly classAccesses: readonly ["PermissionSetApexClassAccess"]
              • Readonly customMetadataTypeAccesses: readonly ["PermissionSetCustomMetadataTypeAccess"]
              • Readonly customPermissions: readonly ["PermissionSetCustomPermissions"]
              • Readonly description: "?string"
              • Readonly externalDataSourceAccesses: readonly ["PermissionSetExternalDataSourceAccess"]
              • Readonly fieldPermissions: readonly ["PermissionSetFieldPermissions"]
              • Readonly flowAccesses: readonly ["PermissionSetFlowAccess"]
              • Readonly hasActivationRequired: "?boolean"
              • Readonly label: "string"
              • Readonly license: "?string"
              • Readonly objectPermissions: readonly ["PermissionSetObjectPermissions"]
              • Readonly pageAccesses: readonly ["PermissionSetApexPageAccess"]
              • Readonly recordTypeVisibilities: readonly ["PermissionSetRecordTypeVisibility"]
              • Readonly tabSettings: readonly ["PermissionSetTabSetting"]
              • Readonly userPermissions: readonly ["PermissionSetUserPermission"]
            • Readonly type: "PermissionSet"
          • Readonly PermissionSetApexClassAccess: {
                props: {
                    apexClass: "string";
                    enabled: "boolean";
                };
                type: "PermissionSetApexClassAccess";
            }
            • Readonly props: {
                  apexClass: "string";
                  enabled: "boolean";
              }
              • Readonly apexClass: "string"
              • Readonly enabled: "boolean"
            • Readonly type: "PermissionSetApexClassAccess"
          • Readonly PermissionSetApexPageAccess: {
                props: {
                    apexPage: "string";
                    enabled: "boolean";
                };
                type: "PermissionSetApexPageAccess";
            }
            • Readonly props: {
                  apexPage: "string";
                  enabled: "boolean";
              }
              • Readonly apexPage: "string"
              • Readonly enabled: "boolean"
            • Readonly type: "PermissionSetApexPageAccess"
          • Readonly PermissionSetApplicationVisibility: {
                props: {
                    application: "string";
                    visible: "boolean";
                };
                type: "PermissionSetApplicationVisibility";
            }
            • Readonly props: {
                  application: "string";
                  visible: "boolean";
              }
              • Readonly application: "string"
              • Readonly visible: "boolean"
            • Readonly type: "PermissionSetApplicationVisibility"
          • Readonly PermissionSetCustomMetadataTypeAccess: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "PermissionSetCustomMetadataTypeAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "PermissionSetCustomMetadataTypeAccess"
          • Readonly PermissionSetCustomPermissions: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "PermissionSetCustomPermissions";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "PermissionSetCustomPermissions"
          • Readonly PermissionSetExternalDataSourceAccess: {
                props: {
                    enabled: "boolean";
                    externalDataSource: "string";
                };
                type: "PermissionSetExternalDataSourceAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  externalDataSource: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly externalDataSource: "string"
            • Readonly type: "PermissionSetExternalDataSourceAccess"
          • Readonly PermissionSetFieldPermissions: {
                props: {
                    editable: "boolean";
                    field: "string";
                    readable: "?boolean";
                };
                type: "PermissionSetFieldPermissions";
            }
            • Readonly props: {
                  editable: "boolean";
                  field: "string";
                  readable: "?boolean";
              }
              • Readonly editable: "boolean"
              • Readonly field: "string"
              • Readonly readable: "?boolean"
            • Readonly type: "PermissionSetFieldPermissions"
          • Readonly PermissionSetFlowAccess: {
                props: {
                    enabled: "boolean";
                    flow: "string";
                };
                type: "PermissionSetFlowAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  flow: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly flow: "string"
            • Readonly type: "PermissionSetFlowAccess"
          • Readonly PermissionSetGroup: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    label: "string";
                    mutingPermissionSets: readonly ["string"];
                    permissionSets: readonly ["string"];
                    status: "?string";
                };
                type: "PermissionSetGroup";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  label: "string";
                  mutingPermissionSets: readonly ["string"];
                  permissionSets: readonly ["string"];
                  status: "?string";
              }
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly mutingPermissionSets: readonly ["string"]
              • Readonly permissionSets: readonly ["string"]
              • Readonly status: "?string"
            • Readonly type: "PermissionSetGroup"
          • Readonly PermissionSetObjectPermissions: {
                props: {
                    allowCreate: "boolean";
                    allowDelete: "boolean";
                    allowEdit: "boolean";
                    allowRead: "boolean";
                    modifyAllRecords: "boolean";
                    object: "string";
                    viewAllRecords: "boolean";
                };
                type: "PermissionSetObjectPermissions";
            }
            • Readonly props: {
                  allowCreate: "boolean";
                  allowDelete: "boolean";
                  allowEdit: "boolean";
                  allowRead: "boolean";
                  modifyAllRecords: "boolean";
                  object: "string";
                  viewAllRecords: "boolean";
              }
              • Readonly allowCreate: "boolean"
              • Readonly allowDelete: "boolean"
              • Readonly allowEdit: "boolean"
              • Readonly allowRead: "boolean"
              • Readonly modifyAllRecords: "boolean"
              • Readonly object: "string"
              • Readonly viewAllRecords: "boolean"
            • Readonly type: "PermissionSetObjectPermissions"
          • Readonly PermissionSetRecordTypeVisibility: {
                props: {
                    recordType: "string";
                    visible: "boolean";
                };
                type: "PermissionSetRecordTypeVisibility";
            }
            • Readonly props: {
                  recordType: "string";
                  visible: "boolean";
              }
              • Readonly recordType: "string"
              • Readonly visible: "boolean"
            • Readonly type: "PermissionSetRecordTypeVisibility"
          • Readonly PermissionSetTabSetting: {
                props: {
                    tab: "string";
                    visibility: "string";
                };
                type: "PermissionSetTabSetting";
            }
            • Readonly props: {
                  tab: "string";
                  visibility: "string";
              }
              • Readonly tab: "string"
              • Readonly visibility: "string"
            • Readonly type: "PermissionSetTabSetting"
          • Readonly PermissionSetUserPermission: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "PermissionSetUserPermission";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "PermissionSetUserPermission"
          • Readonly PersonListSettings: {
                extends: "Metadata";
                props: {
                    enablePersonList: "boolean";
                };
                type: "PersonListSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enablePersonList: "boolean";
              }
              • Readonly enablePersonList: "boolean"
            • Readonly type: "PersonListSettings"
          • Readonly PersonalizationTargetInfo: {
                props: {
                    groupName: "string";
                    priority: "?number";
                    targetType: "string";
                    targetValue: "string";
                };
                type: "PersonalizationTargetInfo";
            }
            • Readonly props: {
                  groupName: "string";
                  priority: "?number";
                  targetType: "string";
                  targetValue: "string";
              }
              • Readonly groupName: "string"
              • Readonly priority: "?number"
              • Readonly targetType: "string"
              • Readonly targetValue: "string"
            • Readonly type: "PersonalizationTargetInfo"
          • Readonly PersonalizationTargetInfos: {
                props: {
                    target: readonly ["PersonalizationTargetInfo"];
                };
                type: "PersonalizationTargetInfos";
            }
            • Readonly props: {
                  target: readonly ["PersonalizationTargetInfo"];
              }
              • Readonly target: readonly ["PersonalizationTargetInfo"]
            • Readonly type: "PersonalizationTargetInfos"
          • Readonly PicklistEntry: {
                props: {
                    active: "boolean";
                    defaultValue: "boolean";
                    label: "string";
                    validFor: "?string";
                    value: "string";
                };
                type: "PicklistEntry";
            }
            • Readonly props: {
                  active: "boolean";
                  defaultValue: "boolean";
                  label: "string";
                  validFor: "?string";
                  value: "string";
              }
              • Readonly active: "boolean"
              • Readonly defaultValue: "boolean"
              • Readonly label: "string"
              • Readonly validFor: "?string"
              • Readonly value: "string"
            • Readonly type: "PicklistEntry"
          • Readonly PicklistSettings: {
                extends: "Metadata";
                props: {
                    isPicklistApiNameEditDisabled: "?boolean";
                };
                type: "PicklistSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  isPicklistApiNameEditDisabled: "?boolean";
              }
              • Readonly isPicklistApiNameEditDisabled: "?boolean"
            • Readonly type: "PicklistSettings"
          • Readonly PicklistValue: {
                extends: "Metadata";
                props: {
                    allowEmail: "?boolean";
                    closed: "?boolean";
                    color: "?string";
                    controllingFieldValues: readonly ["string"];
                    converted: "?boolean";
                    cssExposed: "?boolean";
                    default: "boolean";
                    description: "?string";
                    forecastCategory: "?string";
                    highPriority: "?boolean";
                    isActive: "?boolean";
                    probability: "?number";
                    reverseRole: "?string";
                    reviewed: "?boolean";
                    won: "?boolean";
                };
                type: "PicklistValue";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  allowEmail: "?boolean";
                  closed: "?boolean";
                  color: "?string";
                  controllingFieldValues: readonly ["string"];
                  converted: "?boolean";
                  cssExposed: "?boolean";
                  default: "boolean";
                  description: "?string";
                  forecastCategory: "?string";
                  highPriority: "?boolean";
                  isActive: "?boolean";
                  probability: "?number";
                  reverseRole: "?string";
                  reviewed: "?boolean";
                  won: "?boolean";
              }
              • Readonly allowEmail: "?boolean"
              • Readonly closed: "?boolean"
              • Readonly color: "?string"
              • Readonly controllingFieldValues: readonly ["string"]
              • Readonly converted: "?boolean"
              • Readonly cssExposed: "?boolean"
              • Readonly default: "boolean"
              • Readonly description: "?string"
              • Readonly forecastCategory: "?string"
              • Readonly highPriority: "?boolean"
              • Readonly isActive: "?boolean"
              • Readonly probability: "?number"
              • Readonly reverseRole: "?string"
              • Readonly reviewed: "?boolean"
              • Readonly won: "?boolean"
            • Readonly type: "PicklistValue"
          • Readonly PicklistValueTranslation: {
                props: {
                    masterLabel: "string";
                    translation: "?string";
                };
                type: "PicklistValueTranslation";
            }
            • Readonly props: {
                  masterLabel: "string";
                  translation: "?string";
              }
              • Readonly masterLabel: "string"
              • Readonly translation: "?string"
            • Readonly type: "PicklistValueTranslation"
          • Readonly PlatformActionList: {
                extends: "Metadata";
                props: {
                    actionListContext: "string";
                    platformActionListItems: readonly ["PlatformActionListItem"];
                    relatedSourceEntity: "?string";
                };
                type: "PlatformActionList";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  actionListContext: "string";
                  platformActionListItems: readonly ["PlatformActionListItem"];
                  relatedSourceEntity: "?string";
              }
              • Readonly actionListContext: "string"
              • Readonly platformActionListItems: readonly ["PlatformActionListItem"]
              • Readonly relatedSourceEntity: "?string"
            • Readonly type: "PlatformActionList"
          • Readonly PlatformActionListItem: {
                props: {
                    actionName: "string";
                    actionType: "string";
                    sortOrder: "number";
                    subtype: "?string";
                };
                type: "PlatformActionListItem";
            }
            • Readonly props: {
                  actionName: "string";
                  actionType: "string";
                  sortOrder: "number";
                  subtype: "?string";
              }
              • Readonly actionName: "string"
              • Readonly actionType: "string"
              • Readonly sortOrder: "number"
              • Readonly subtype: "?string"
            • Readonly type: "PlatformActionListItem"
          • Readonly PlatformCachePartition: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    isDefaultPartition: "boolean";
                    masterLabel: "string";
                    platformCachePartitionTypes: readonly ["PlatformCachePartitionType"];
                };
                type: "PlatformCachePartition";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  isDefaultPartition: "boolean";
                  masterLabel: "string";
                  platformCachePartitionTypes: readonly ["PlatformCachePartitionType"];
              }
              • Readonly description: "?string"
              • Readonly isDefaultPartition: "boolean"
              • Readonly masterLabel: "string"
              • Readonly platformCachePartitionTypes: readonly ["PlatformCachePartitionType"]
            • Readonly type: "PlatformCachePartition"
          • Readonly PlatformCachePartitionType: {
                props: {
                    allocatedCapacity: "number";
                    allocatedPurchasedCapacity: "number";
                    allocatedTrialCapacity: "number";
                    cacheType: "string";
                };
                type: "PlatformCachePartitionType";
            }
            • Readonly props: {
                  allocatedCapacity: "number";
                  allocatedPurchasedCapacity: "number";
                  allocatedTrialCapacity: "number";
                  cacheType: "string";
              }
              • Readonly allocatedCapacity: "number"
              • Readonly allocatedPurchasedCapacity: "number"
              • Readonly allocatedTrialCapacity: "number"
              • Readonly cacheType: "string"
            • Readonly type: "PlatformCachePartitionType"
          • Readonly PlatformEncryptionSettings: {
                extends: "Metadata";
                props: {
                    canEncryptManagedPackageFields: "?boolean";
                    enableDeterministicEncryption: "?boolean";
                    enableEncryptFieldHistory: "?boolean";
                    enableEventBusEncryption: "?boolean";
                    isMEKForEncryptionRequired: "?boolean";
                    isUseHighAssuranceKeysRequired: "?boolean";
                };
                type: "PlatformEncryptionSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canEncryptManagedPackageFields: "?boolean";
                  enableDeterministicEncryption: "?boolean";
                  enableEncryptFieldHistory: "?boolean";
                  enableEventBusEncryption: "?boolean";
                  isMEKForEncryptionRequired: "?boolean";
                  isUseHighAssuranceKeysRequired: "?boolean";
              }
              • Readonly canEncryptManagedPackageFields: "?boolean"
              • Readonly enableDeterministicEncryption: "?boolean"
              • Readonly enableEncryptFieldHistory: "?boolean"
              • Readonly enableEventBusEncryption: "?boolean"
              • Readonly isMEKForEncryptionRequired: "?boolean"
              • Readonly isUseHighAssuranceKeysRequired: "?boolean"
            • Readonly type: "PlatformEncryptionSettings"
          • Readonly PlatformEventChannel: {
                extends: "Metadata";
                props: {
                    channelType: "string";
                    label: "string";
                };
                type: "PlatformEventChannel";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  channelType: "string";
                  label: "string";
              }
              • Readonly channelType: "string"
              • Readonly label: "string"
            • Readonly type: "PlatformEventChannel"
          • Readonly PlatformEventChannelMember: {
                extends: "Metadata";
                props: {
                    eventChannel: "string";
                    selectedEntity: "string";
                };
                type: "PlatformEventChannelMember";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  eventChannel: "string";
                  selectedEntity: "string";
              }
              • Readonly eventChannel: "string"
              • Readonly selectedEntity: "string"
            • Readonly type: "PlatformEventChannelMember"
          • Readonly Portal: {
                extends: "Metadata";
                props: {
                    active: "boolean";
                    admin: "?string";
                    defaultLanguage: "?string";
                    description: "?string";
                    emailSenderAddress: "string";
                    emailSenderName: "string";
                    enableSelfCloseCase: "?boolean";
                    footerDocument: "?string";
                    forgotPassTemplate: "?string";
                    headerDocument: "?string";
                    isSelfRegistrationActivated: "?boolean";
                    loginHeaderDocument: "?string";
                    logoDocument: "?string";
                    logoutUrl: "?string";
                    newCommentTemplate: "?string";
                    newPassTemplate: "?string";
                    newUserTemplate: "?string";
                    ownerNotifyTemplate: "?string";
                    selfRegNewUserUrl: "?string";
                    selfRegUserDefaultProfile: "?string";
                    selfRegUserDefaultRole: "?string";
                    selfRegUserTemplate: "?string";
                    showActionConfirmation: "?boolean";
                    stylesheetDocument: "?string";
                    type: "string";
                };
                type: "Portal";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  active: "boolean";
                  admin: "?string";
                  defaultLanguage: "?string";
                  description: "?string";
                  emailSenderAddress: "string";
                  emailSenderName: "string";
                  enableSelfCloseCase: "?boolean";
                  footerDocument: "?string";
                  forgotPassTemplate: "?string";
                  headerDocument: "?string";
                  isSelfRegistrationActivated: "?boolean";
                  loginHeaderDocument: "?string";
                  logoDocument: "?string";
                  logoutUrl: "?string";
                  newCommentTemplate: "?string";
                  newPassTemplate: "?string";
                  newUserTemplate: "?string";
                  ownerNotifyTemplate: "?string";
                  selfRegNewUserUrl: "?string";
                  selfRegUserDefaultProfile: "?string";
                  selfRegUserDefaultRole: "?string";
                  selfRegUserTemplate: "?string";
                  showActionConfirmation: "?boolean";
                  stylesheetDocument: "?string";
                  type: "string";
              }
              • Readonly active: "boolean"
              • Readonly admin: "?string"
              • Readonly defaultLanguage: "?string"
              • Readonly description: "?string"
              • Readonly emailSenderAddress: "string"
              • Readonly emailSenderName: "string"
              • Readonly enableSelfCloseCase: "?boolean"
              • Readonly footerDocument: "?string"
              • Readonly forgotPassTemplate: "?string"
              • Readonly headerDocument: "?string"
              • Readonly isSelfRegistrationActivated: "?boolean"
              • Readonly loginHeaderDocument: "?string"
              • Readonly logoDocument: "?string"
              • Readonly logoutUrl: "?string"
              • Readonly newCommentTemplate: "?string"
              • Readonly newPassTemplate: "?string"
              • Readonly newUserTemplate: "?string"
              • Readonly ownerNotifyTemplate: "?string"
              • Readonly selfRegNewUserUrl: "?string"
              • Readonly selfRegUserDefaultProfile: "?string"
              • Readonly selfRegUserDefaultRole: "?string"
              • Readonly selfRegUserTemplate: "?string"
              • Readonly showActionConfirmation: "?boolean"
              • Readonly stylesheetDocument: "?string"
              • Readonly type: "string"
            • Readonly type: "Portal"
          • Readonly PostTemplate: {
                extends: "Metadata";
                props: {
                    default: "?boolean";
                    description: "?string";
                    fields: readonly ["string"];
                    label: "string";
                };
                type: "PostTemplate";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  default: "?boolean";
                  description: "?string";
                  fields: readonly ["string"];
                  label: "string";
              }
              • Readonly default: "?boolean"
              • Readonly description: "?string"
              • Readonly fields: readonly ["string"]
              • Readonly label: "string"
            • Readonly type: "PostTemplate"
          • Readonly PresenceConfigAssignments: {
                props: {
                    profiles: "?PresenceConfigProfileAssignments";
                    users: "?PresenceConfigUserAssignments";
                };
                type: "PresenceConfigAssignments";
            }
            • Readonly props: {
                  profiles: "?PresenceConfigProfileAssignments";
                  users: "?PresenceConfigUserAssignments";
              }
              • Readonly profiles: "?PresenceConfigProfileAssignments"
              • Readonly users: "?PresenceConfigUserAssignments"
            • Readonly type: "PresenceConfigAssignments"
          • Readonly PresenceConfigProfileAssignments: {
                props: {
                    profile: readonly ["string"];
                };
                type: "PresenceConfigProfileAssignments";
            }
            • Readonly props: {
                  profile: readonly ["string"];
              }
              • Readonly profile: readonly ["string"]
            • Readonly type: "PresenceConfigProfileAssignments"
          • Readonly PresenceConfigUserAssignments: {
                props: {
                    user: readonly ["string"];
                };
                type: "PresenceConfigUserAssignments";
            }
            • Readonly props: {
                  user: readonly ["string"];
              }
              • Readonly user: readonly ["string"]
            • Readonly type: "PresenceConfigUserAssignments"
          • Readonly PresenceDeclineReason: {
                extends: "Metadata";
                props: {
                    label: "string";
                };
                type: "PresenceDeclineReason";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  label: "string";
              }
              • Readonly label: "string"
            • Readonly type: "PresenceDeclineReason"
          • Readonly PresenceUserConfig: {
                extends: "Metadata";
                props: {
                    assignments: "?PresenceConfigAssignments";
                    capacity: "number";
                    declineReasons: readonly ["string"];
                    enableAutoAccept: "?boolean";
                    enableDecline: "?boolean";
                    enableDeclineReason: "?boolean";
                    enableDisconnectSound: "?boolean";
                    enableRequestSound: "?boolean";
                    label: "string";
                    presenceStatusOnDecline: "?string";
                    presenceStatusOnPushTimeout: "?string";
                };
                type: "PresenceUserConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  assignments: "?PresenceConfigAssignments";
                  capacity: "number";
                  declineReasons: readonly ["string"];
                  enableAutoAccept: "?boolean";
                  enableDecline: "?boolean";
                  enableDeclineReason: "?boolean";
                  enableDisconnectSound: "?boolean";
                  enableRequestSound: "?boolean";
                  label: "string";
                  presenceStatusOnDecline: "?string";
                  presenceStatusOnPushTimeout: "?string";
              }
              • Readonly assignments: "?PresenceConfigAssignments"
              • Readonly capacity: "number"
              • Readonly declineReasons: readonly ["string"]
              • Readonly enableAutoAccept: "?boolean"
              • Readonly enableDecline: "?boolean"
              • Readonly enableDeclineReason: "?boolean"
              • Readonly enableDisconnectSound: "?boolean"
              • Readonly enableRequestSound: "?boolean"
              • Readonly label: "string"
              • Readonly presenceStatusOnDecline: "?string"
              • Readonly presenceStatusOnPushTimeout: "?string"
            • Readonly type: "PresenceUserConfig"
          • Readonly PrimaryTabComponents: {
                props: {
                    containers: readonly ["Container"];
                };
                type: "PrimaryTabComponents";
            }
            • Readonly props: {
                  containers: readonly ["Container"];
              }
              • Readonly containers: readonly ["Container"]
            • Readonly type: "PrimaryTabComponents"
          • Readonly PrivacySettings: {
                extends: "Metadata";
                props: {
                    enableConsentAuditTrail: "?boolean";
                    enableConsentEventStream: "?boolean";
                    enableDefaultMetadataValues: "?boolean";
                };
                type: "PrivacySettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableConsentAuditTrail: "?boolean";
                  enableConsentEventStream: "?boolean";
                  enableDefaultMetadataValues: "?boolean";
              }
              • Readonly enableConsentAuditTrail: "?boolean"
              • Readonly enableConsentEventStream: "?boolean"
              • Readonly enableDefaultMetadataValues: "?boolean"
            • Readonly type: "PrivacySettings"
          • Readonly PrivateConnection: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    direction: "string";
                    externalConnectionProperties: readonly ["ExternalConnectionProperty"];
                    label: "string";
                    status: "string";
                    type: "string";
                };
                type: "PrivateConnection";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  direction: "string";
                  externalConnectionProperties: readonly ["ExternalConnectionProperty"];
                  label: "string";
                  status: "string";
                  type: "string";
              }
              • Readonly description: "?string"
              • Readonly direction: "string"
              • Readonly externalConnectionProperties: readonly ["ExternalConnectionProperty"]
              • Readonly label: "string"
              • Readonly status: "string"
              • Readonly type: "string"
            • Readonly type: "PrivateConnection"
          • Readonly ProductSettings: {
                extends: "Metadata";
                props: {
                    enableCascadeActivateToRelatedPrices: "?boolean";
                    enableMySettings: "?boolean";
                    enableQuantitySchedule: "?boolean";
                    enableRevenueSchedule: "?boolean";
                };
                type: "ProductSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableCascadeActivateToRelatedPrices: "?boolean";
                  enableMySettings: "?boolean";
                  enableQuantitySchedule: "?boolean";
                  enableRevenueSchedule: "?boolean";
              }
              • Readonly enableCascadeActivateToRelatedPrices: "?boolean"
              • Readonly enableMySettings: "?boolean"
              • Readonly enableQuantitySchedule: "?boolean"
              • Readonly enableRevenueSchedule: "?boolean"
            • Readonly type: "ProductSettings"
          • Readonly Profile: {
                extends: "Metadata";
                props: {
                    applicationVisibilities: readonly ["ProfileApplicationVisibility"];
                    categoryGroupVisibilities: readonly ["ProfileCategoryGroupVisibility"];
                    classAccesses: readonly ["ProfileApexClassAccess"];
                    custom: "?boolean";
                    customMetadataTypeAccesses: readonly ["ProfileCustomMetadataTypeAccess"];
                    customPermissions: readonly ["ProfileCustomPermissions"];
                    description: "?string";
                    externalDataSourceAccesses: readonly ["ProfileExternalDataSourceAccess"];
                    fieldPermissions: readonly ["ProfileFieldLevelSecurity"];
                    flowAccesses: readonly ["ProfileFlowAccess"];
                    layoutAssignments: readonly ["ProfileLayoutAssignment"];
                    loginHours: "?ProfileLoginHours";
                    loginIpRanges: readonly ["ProfileLoginIpRange"];
                    objectPermissions: readonly ["ProfileObjectPermissions"];
                    pageAccesses: readonly ["ProfileApexPageAccess"];
                    profileActionOverrides: readonly ["ProfileActionOverride"];
                    recordTypeVisibilities: readonly ["ProfileRecordTypeVisibility"];
                    tabVisibilities: readonly ["ProfileTabVisibility"];
                    userLicense: "?string";
                    userPermissions: readonly ["ProfileUserPermission"];
                };
                type: "Profile";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  applicationVisibilities: readonly ["ProfileApplicationVisibility"];
                  categoryGroupVisibilities: readonly ["ProfileCategoryGroupVisibility"];
                  classAccesses: readonly ["ProfileApexClassAccess"];
                  custom: "?boolean";
                  customMetadataTypeAccesses: readonly ["ProfileCustomMetadataTypeAccess"];
                  customPermissions: readonly ["ProfileCustomPermissions"];
                  description: "?string";
                  externalDataSourceAccesses: readonly ["ProfileExternalDataSourceAccess"];
                  fieldPermissions: readonly ["ProfileFieldLevelSecurity"];
                  flowAccesses: readonly ["ProfileFlowAccess"];
                  layoutAssignments: readonly ["ProfileLayoutAssignment"];
                  loginHours: "?ProfileLoginHours";
                  loginIpRanges: readonly ["ProfileLoginIpRange"];
                  objectPermissions: readonly ["ProfileObjectPermissions"];
                  pageAccesses: readonly ["ProfileApexPageAccess"];
                  profileActionOverrides: readonly ["ProfileActionOverride"];
                  recordTypeVisibilities: readonly ["ProfileRecordTypeVisibility"];
                  tabVisibilities: readonly ["ProfileTabVisibility"];
                  userLicense: "?string";
                  userPermissions: readonly ["ProfileUserPermission"];
              }
              • Readonly applicationVisibilities: readonly ["ProfileApplicationVisibility"]
              • Readonly categoryGroupVisibilities: readonly ["ProfileCategoryGroupVisibility"]
              • Readonly classAccesses: readonly ["ProfileApexClassAccess"]
              • Readonly custom: "?boolean"
              • Readonly customMetadataTypeAccesses: readonly ["ProfileCustomMetadataTypeAccess"]
              • Readonly customPermissions: readonly ["ProfileCustomPermissions"]
              • Readonly description: "?string"
              • Readonly externalDataSourceAccesses: readonly ["ProfileExternalDataSourceAccess"]
              • Readonly fieldPermissions: readonly ["ProfileFieldLevelSecurity"]
              • Readonly flowAccesses: readonly ["ProfileFlowAccess"]
              • Readonly layoutAssignments: readonly ["ProfileLayoutAssignment"]
              • Readonly loginHours: "?ProfileLoginHours"
              • Readonly loginIpRanges: readonly ["ProfileLoginIpRange"]
              • Readonly objectPermissions: readonly ["ProfileObjectPermissions"]
              • Readonly pageAccesses: readonly ["ProfileApexPageAccess"]
              • Readonly profileActionOverrides: readonly ["ProfileActionOverride"]
              • Readonly recordTypeVisibilities: readonly ["ProfileRecordTypeVisibility"]
              • Readonly tabVisibilities: readonly ["ProfileTabVisibility"]
              • Readonly userLicense: "?string"
              • Readonly userPermissions: readonly ["ProfileUserPermission"]
            • Readonly type: "Profile"
          • Readonly ProfileActionOverride: {
                props: {
                    actionName: "string";
                    content: "?string";
                    formFactor: "string";
                    pageOrSobjectType: "string";
                    recordType: "?string";
                    type: "string";
                };
                type: "ProfileActionOverride";
            }
            • Readonly props: {
                  actionName: "string";
                  content: "?string";
                  formFactor: "string";
                  pageOrSobjectType: "string";
                  recordType: "?string";
                  type: "string";
              }
              • Readonly actionName: "string"
              • Readonly content: "?string"
              • Readonly formFactor: "string"
              • Readonly pageOrSobjectType: "string"
              • Readonly recordType: "?string"
              • Readonly type: "string"
            • Readonly type: "ProfileActionOverride"
          • Readonly ProfileApexClassAccess: {
                props: {
                    apexClass: "string";
                    enabled: "boolean";
                };
                type: "ProfileApexClassAccess";
            }
            • Readonly props: {
                  apexClass: "string";
                  enabled: "boolean";
              }
              • Readonly apexClass: "string"
              • Readonly enabled: "boolean"
            • Readonly type: "ProfileApexClassAccess"
          • Readonly ProfileApexPageAccess: {
                props: {
                    apexPage: "string";
                    enabled: "boolean";
                };
                type: "ProfileApexPageAccess";
            }
            • Readonly props: {
                  apexPage: "string";
                  enabled: "boolean";
              }
              • Readonly apexPage: "string"
              • Readonly enabled: "boolean"
            • Readonly type: "ProfileApexPageAccess"
          • Readonly ProfileApplicationVisibility: {
                props: {
                    application: "string";
                    default: "boolean";
                    visible: "boolean";
                };
                type: "ProfileApplicationVisibility";
            }
            • Readonly props: {
                  application: "string";
                  default: "boolean";
                  visible: "boolean";
              }
              • Readonly application: "string"
              • Readonly default: "boolean"
              • Readonly visible: "boolean"
            • Readonly type: "ProfileApplicationVisibility"
          • Readonly ProfileCategoryGroupVisibility: {
                props: {
                    dataCategories: readonly ["string"];
                    dataCategoryGroup: "string";
                    visibility: "string";
                };
                type: "ProfileCategoryGroupVisibility";
            }
            • Readonly props: {
                  dataCategories: readonly ["string"];
                  dataCategoryGroup: "string";
                  visibility: "string";
              }
              • Readonly dataCategories: readonly ["string"]
              • Readonly dataCategoryGroup: "string"
              • Readonly visibility: "string"
            • Readonly type: "ProfileCategoryGroupVisibility"
          • Readonly ProfileCustomMetadataTypeAccess: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "ProfileCustomMetadataTypeAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "ProfileCustomMetadataTypeAccess"
          • Readonly ProfileCustomPermissions: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "ProfileCustomPermissions";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "ProfileCustomPermissions"
          • Readonly ProfileExternalDataSourceAccess: {
                props: {
                    enabled: "boolean";
                    externalDataSource: "string";
                };
                type: "ProfileExternalDataSourceAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  externalDataSource: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly externalDataSource: "string"
            • Readonly type: "ProfileExternalDataSourceAccess"
          • Readonly ProfileFieldLevelSecurity: {
                props: {
                    editable: "boolean";
                    field: "string";
                    readable: "?boolean";
                };
                type: "ProfileFieldLevelSecurity";
            }
            • Readonly props: {
                  editable: "boolean";
                  field: "string";
                  readable: "?boolean";
              }
              • Readonly editable: "boolean"
              • Readonly field: "string"
              • Readonly readable: "?boolean"
            • Readonly type: "ProfileFieldLevelSecurity"
          • Readonly ProfileFlowAccess: {
                props: {
                    enabled: "boolean";
                    flow: "string";
                };
                type: "ProfileFlowAccess";
            }
            • Readonly props: {
                  enabled: "boolean";
                  flow: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly flow: "string"
            • Readonly type: "ProfileFlowAccess"
          • Readonly ProfileLayoutAssignment: {
                props: {
                    layout: "string";
                    recordType: "?string";
                };
                type: "ProfileLayoutAssignment";
            }
            • Readonly props: {
                  layout: "string";
                  recordType: "?string";
              }
              • Readonly layout: "string"
              • Readonly recordType: "?string"
            • Readonly type: "ProfileLayoutAssignment"
          • Readonly ProfileLoginHours: {
                props: {
                    fridayEnd: "?string";
                    fridayStart: "?string";
                    mondayEnd: "?string";
                    mondayStart: "?string";
                    saturdayEnd: "?string";
                    saturdayStart: "?string";
                    sundayEnd: "?string";
                    sundayStart: "?string";
                    thursdayEnd: "?string";
                    thursdayStart: "?string";
                    tuesdayEnd: "?string";
                    tuesdayStart: "?string";
                    wednesdayEnd: "?string";
                    wednesdayStart: "?string";
                };
                type: "ProfileLoginHours";
            }
            • Readonly props: {
                  fridayEnd: "?string";
                  fridayStart: "?string";
                  mondayEnd: "?string";
                  mondayStart: "?string";
                  saturdayEnd: "?string";
                  saturdayStart: "?string";
                  sundayEnd: "?string";
                  sundayStart: "?string";
                  thursdayEnd: "?string";
                  thursdayStart: "?string";
                  tuesdayEnd: "?string";
                  tuesdayStart: "?string";
                  wednesdayEnd: "?string";
                  wednesdayStart: "?string";
              }
              • Readonly fridayEnd: "?string"
              • Readonly fridayStart: "?string"
              • Readonly mondayEnd: "?string"
              • Readonly mondayStart: "?string"
              • Readonly saturdayEnd: "?string"
              • Readonly saturdayStart: "?string"
              • Readonly sundayEnd: "?string"
              • Readonly sundayStart: "?string"
              • Readonly thursdayEnd: "?string"
              • Readonly thursdayStart: "?string"
              • Readonly tuesdayEnd: "?string"
              • Readonly tuesdayStart: "?string"
              • Readonly wednesdayEnd: "?string"
              • Readonly wednesdayStart: "?string"
            • Readonly type: "ProfileLoginHours"
          • Readonly ProfileLoginIpRange: {
                props: {
                    description: "?string";
                    endAddress: "string";
                    startAddress: "string";
                };
                type: "ProfileLoginIpRange";
            }
            • Readonly props: {
                  description: "?string";
                  endAddress: "string";
                  startAddress: "string";
              }
              • Readonly description: "?string"
              • Readonly endAddress: "string"
              • Readonly startAddress: "string"
            • Readonly type: "ProfileLoginIpRange"
          • Readonly ProfileObjectPermissions: {
                props: {
                    allowCreate: "?boolean";
                    allowDelete: "?boolean";
                    allowEdit: "?boolean";
                    allowRead: "?boolean";
                    modifyAllRecords: "?boolean";
                    object: "string";
                    viewAllRecords: "?boolean";
                };
                type: "ProfileObjectPermissions";
            }
            • Readonly props: {
                  allowCreate: "?boolean";
                  allowDelete: "?boolean";
                  allowEdit: "?boolean";
                  allowRead: "?boolean";
                  modifyAllRecords: "?boolean";
                  object: "string";
                  viewAllRecords: "?boolean";
              }
              • Readonly allowCreate: "?boolean"
              • Readonly allowDelete: "?boolean"
              • Readonly allowEdit: "?boolean"
              • Readonly allowRead: "?boolean"
              • Readonly modifyAllRecords: "?boolean"
              • Readonly object: "string"
              • Readonly viewAllRecords: "?boolean"
            • Readonly type: "ProfileObjectPermissions"
          • Readonly ProfilePasswordPolicy: {
                extends: "Metadata";
                props: {
                    forgotPasswordRedirect: "?boolean";
                    lockoutInterval: "number";
                    maxLoginAttempts: "number";
                    minimumPasswordLength: "number";
                    minimumPasswordLifetime: "?boolean";
                    obscure: "?boolean";
                    passwordComplexity: "number";
                    passwordExpiration: "number";
                    passwordHistory: "number";
                    passwordQuestion: "number";
                    profile: "string";
                };
                type: "ProfilePasswordPolicy";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  forgotPasswordRedirect: "?boolean";
                  lockoutInterval: "number";
                  maxLoginAttempts: "number";
                  minimumPasswordLength: "number";
                  minimumPasswordLifetime: "?boolean";
                  obscure: "?boolean";
                  passwordComplexity: "number";
                  passwordExpiration: "number";
                  passwordHistory: "number";
                  passwordQuestion: "number";
                  profile: "string";
              }
              • Readonly forgotPasswordRedirect: "?boolean"
              • Readonly lockoutInterval: "number"
              • Readonly maxLoginAttempts: "number"
              • Readonly minimumPasswordLength: "number"
              • Readonly minimumPasswordLifetime: "?boolean"
              • Readonly obscure: "?boolean"
              • Readonly passwordComplexity: "number"
              • Readonly passwordExpiration: "number"
              • Readonly passwordHistory: "number"
              • Readonly passwordQuestion: "number"
              • Readonly profile: "string"
            • Readonly type: "ProfilePasswordPolicy"
          • Readonly ProfileRecordTypeVisibility: {
                props: {
                    default: "boolean";
                    personAccountDefault: "?boolean";
                    recordType: "string";
                    visible: "boolean";
                };
                type: "ProfileRecordTypeVisibility";
            }
            • Readonly props: {
                  default: "boolean";
                  personAccountDefault: "?boolean";
                  recordType: "string";
                  visible: "boolean";
              }
              • Readonly default: "boolean"
              • Readonly personAccountDefault: "?boolean"
              • Readonly recordType: "string"
              • Readonly visible: "boolean"
            • Readonly type: "ProfileRecordTypeVisibility"
          • Readonly ProfileSearchLayouts: {
                props: {
                    fields: readonly ["string"];
                    profileName: "?string";
                };
                type: "ProfileSearchLayouts";
            }
            • Readonly props: {
                  fields: readonly ["string"];
                  profileName: "?string";
              }
              • Readonly fields: readonly ["string"]
              • Readonly profileName: "?string"
            • Readonly type: "ProfileSearchLayouts"
          • Readonly ProfileSessionSetting: {
                extends: "Metadata";
                props: {
                    externalCommunityUserIdentityVerif: "boolean";
                    forceLogout: "boolean";
                    profile: "string";
                    requiredSessionLevel: "?string";
                    sessionPersistence: "boolean";
                    sessionTimeout: "number";
                    sessionTimeoutWarning: "boolean";
                };
                type: "ProfileSessionSetting";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  externalCommunityUserIdentityVerif: "boolean";
                  forceLogout: "boolean";
                  profile: "string";
                  requiredSessionLevel: "?string";
                  sessionPersistence: "boolean";
                  sessionTimeout: "number";
                  sessionTimeoutWarning: "boolean";
              }
              • Readonly externalCommunityUserIdentityVerif: "boolean"
              • Readonly forceLogout: "boolean"
              • Readonly profile: "string"
              • Readonly requiredSessionLevel: "?string"
              • Readonly sessionPersistence: "boolean"
              • Readonly sessionTimeout: "number"
              • Readonly sessionTimeoutWarning: "boolean"
            • Readonly type: "ProfileSessionSetting"
          • Readonly ProfileTabVisibility: {
                props: {
                    tab: "string";
                    visibility: "string";
                };
                type: "ProfileTabVisibility";
            }
            • Readonly props: {
                  tab: "string";
                  visibility: "string";
              }
              • Readonly tab: "string"
              • Readonly visibility: "string"
            • Readonly type: "ProfileTabVisibility"
          • Readonly ProfileUserPermission: {
                props: {
                    enabled: "boolean";
                    name: "string";
                };
                type: "ProfileUserPermission";
            }
            • Readonly props: {
                  enabled: "boolean";
                  name: "string";
              }
              • Readonly enabled: "boolean"
              • Readonly name: "string"
            • Readonly type: "ProfileUserPermission"
          • Readonly Prompt: {
                extends: "Metadata";
                props: {
                    masterLabel: "string";
                    promptVersions: readonly ["PromptVersion"];
                };
                type: "Prompt";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  masterLabel: "string";
                  promptVersions: readonly ["PromptVersion"];
              }
              • Readonly masterLabel: "string"
              • Readonly promptVersions: readonly ["PromptVersion"]
            • Readonly type: "Prompt"
          • Readonly PromptVersion: {
                props: {
                    actionButtonLabel: "?string";
                    actionButtonLink: "?string";
                    body: "string";
                    customApplication: "?string";
                    delayDays: "number";
                    description: "?string";
                    dismissButtonLabel: "?string";
                    displayPosition: "?string";
                    displayType: "string";
                    endDate: "?string";
                    header: "?string";
                    indexWithIsPublished: "?string";
                    indexWithoutIsPublished: "?string";
                    isPublished: "?boolean";
                    masterLabel: "string";
                    publishedByUser: "?string";
                    publishedDate: "?string";
                    shouldDisplayActionButton: "boolean";
                    startDate: "string";
                    targetAppDeveloperName: "string";
                    targetAppNamespacePrefix: "?string";
                    targetPageKey1: "string";
                    targetPageKey2: "?string";
                    targetPageType: "string";
                    timesToDisplay: "number";
                    title: "string";
                    uiFormulaRule: "?UiFormulaRule";
                    userAccess: "string";
                    versionNumber: "number";
                };
                type: "PromptVersion";
            }
            • Readonly props: {
                  actionButtonLabel: "?string";
                  actionButtonLink: "?string";
                  body: "string";
                  customApplication: "?string";
                  delayDays: "number";
                  description: "?string";
                  dismissButtonLabel: "?string";
                  displayPosition: "?string";
                  displayType: "string";
                  endDate: "?string";
                  header: "?string";
                  indexWithIsPublished: "?string";
                  indexWithoutIsPublished: "?string";
                  isPublished: "?boolean";
                  masterLabel: "string";
                  publishedByUser: "?string";
                  publishedDate: "?string";
                  shouldDisplayActionButton: "boolean";
                  startDate: "string";
                  targetAppDeveloperName: "string";
                  targetAppNamespacePrefix: "?string";
                  targetPageKey1: "string";
                  targetPageKey2: "?string";
                  targetPageType: "string";
                  timesToDisplay: "number";
                  title: "string";
                  uiFormulaRule: "?UiFormulaRule";
                  userAccess: "string";
                  versionNumber: "number";
              }
              • Readonly actionButtonLabel: "?string"
              • Readonly actionButtonLink: "?string"
              • Readonly body: "string"
              • Readonly customApplication: "?string"
              • Readonly delayDays: "number"
              • Readonly description: "?string"
              • Readonly dismissButtonLabel: "?string"
              • Readonly displayPosition: "?string"
              • Readonly displayType: "string"
              • Readonly endDate: "?string"
              • Readonly header: "?string"
              • Readonly indexWithIsPublished: "?string"
              • Readonly indexWithoutIsPublished: "?string"
              • Readonly isPublished: "?boolean"
              • Readonly masterLabel: "string"
              • Readonly publishedByUser: "?string"
              • Readonly publishedDate: "?string"
              • Readonly shouldDisplayActionButton: "boolean"
              • Readonly startDate: "string"
              • Readonly targetAppDeveloperName: "string"
              • Readonly targetAppNamespacePrefix: "?string"
              • Readonly targetPageKey1: "string"
              • Readonly targetPageKey2: "?string"
              • Readonly targetPageType: "string"
              • Readonly timesToDisplay: "number"
              • Readonly title: "string"
              • Readonly uiFormulaRule: "?UiFormulaRule"
              • Readonly userAccess: "string"
              • Readonly versionNumber: "number"
            • Readonly type: "PromptVersion"
          • Readonly PublicGroups: {
                props: {
                    publicGroup: readonly ["string"];
                };
                type: "PublicGroups";
            }
            • Readonly props: {
                  publicGroup: readonly ["string"];
              }
              • Readonly publicGroup: readonly ["string"]
            • Readonly type: "PublicGroups"
          • Readonly PushNotification: {
                props: {
                    fieldNames: readonly ["string"];
                    objectName: "string";
                };
                type: "PushNotification";
            }
            • Readonly props: {
                  fieldNames: readonly ["string"];
                  objectName: "string";
              }
              • Readonly fieldNames: readonly ["string"]
              • Readonly objectName: "string"
            • Readonly type: "PushNotification"
          • Readonly Queue: {
                extends: "Metadata";
                props: {
                    doesSendEmailToMembers: "?boolean";
                    email: "?string";
                    name: "string";
                    queueMembers: "?QueueMembers";
                    queueRoutingConfig: "?string";
                    queueSobject: readonly ["QueueSobject"];
                };
                type: "Queue";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  doesSendEmailToMembers: "?boolean";
                  email: "?string";
                  name: "string";
                  queueMembers: "?QueueMembers";
                  queueRoutingConfig: "?string";
                  queueSobject: readonly ["QueueSobject"];
              }
              • Readonly doesSendEmailToMembers: "?boolean"
              • Readonly email: "?string"
              • Readonly name: "string"
              • Readonly queueMembers: "?QueueMembers"
              • Readonly queueRoutingConfig: "?string"
              • Readonly queueSobject: readonly ["QueueSobject"]
            • Readonly type: "Queue"
          • Readonly QueueMembers: {
                props: {
                    publicGroups: "?PublicGroups";
                    roleAndSubordinates: "?RoleAndSubordinates";
                    roleAndSubordinatesInternal: "?RoleAndSubordinatesInternal";
                    roles: "?Roles";
                    users: "?Users";
                };
                type: "QueueMembers";
            }
            • Readonly props: {
                  publicGroups: "?PublicGroups";
                  roleAndSubordinates: "?RoleAndSubordinates";
                  roleAndSubordinatesInternal: "?RoleAndSubordinatesInternal";
                  roles: "?Roles";
                  users: "?Users";
              }
              • Readonly publicGroups: "?PublicGroups"
              • Readonly roleAndSubordinates: "?RoleAndSubordinates"
              • Readonly roleAndSubordinatesInternal: "?RoleAndSubordinatesInternal"
              • Readonly roles: "?Roles"
              • Readonly users: "?Users"
            • Readonly type: "QueueMembers"
          • Readonly QueueRoutingConfig: {
                extends: "Metadata";
                props: {
                    capacityPercentage: "?number";
                    capacityWeight: "?number";
                    dropAdditionalSkillsTimeout: "?number";
                    isAttributeBased: "?boolean";
                    label: "string";
                    pushTimeout: "?number";
                    queueOverflowAssignee: "?string";
                    routingModel: "string";
                    routingPriority: "number";
                    userOverflowAssignee: "?string";
                };
                type: "QueueRoutingConfig";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  capacityPercentage: "?number";
                  capacityWeight: "?number";
                  dropAdditionalSkillsTimeout: "?number";
                  isAttributeBased: "?boolean";
                  label: "string";
                  pushTimeout: "?number";
                  queueOverflowAssignee: "?string";
                  routingModel: "string";
                  routingPriority: "number";
                  userOverflowAssignee: "?string";
              }
              • Readonly capacityPercentage: "?number"
              • Readonly capacityWeight: "?number"
              • Readonly dropAdditionalSkillsTimeout: "?number"
              • Readonly isAttributeBased: "?boolean"
              • Readonly label: "string"
              • Readonly pushTimeout: "?number"
              • Readonly queueOverflowAssignee: "?string"
              • Readonly routingModel: "string"
              • Readonly routingPriority: "number"
              • Readonly userOverflowAssignee: "?string"
            • Readonly type: "QueueRoutingConfig"
          • Readonly QueueSobject: {
                props: {
                    sobjectType: "string";
                };
                type: "QueueSobject";
            }
            • Readonly props: {
                  sobjectType: "string";
              }
              • Readonly sobjectType: "string"
            • Readonly type: "QueueSobject"
          • Readonly QuickAction: {
                extends: "Metadata";
                props: {
                    canvas: "?string";
                    description: "?string";
                    fieldOverrides: readonly ["FieldOverride"];
                    flowDefinition: "?string";
                    height: "?number";
                    icon: "?string";
                    isProtected: "?boolean";
                    label: "?string";
                    lightningComponent: "?string";
                    mobExtDisplayMode: "?string";
                    optionsCreateFeedItem: "boolean";
                    page: "?string";
                    quickActionLayout: "?QuickActionLayout";
                    quickActionSendEmailOptions: "?QuickActionSendEmailOptions";
                    standardLabel: "?string";
                    successMessage: "?string";
                    targetObject: "?string";
                    targetParentField: "?string";
                    targetRecordType: "?string";
                    type: "string";
                    width: "?number";
                };
                type: "QuickAction";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  canvas: "?string";
                  description: "?string";
                  fieldOverrides: readonly ["FieldOverride"];
                  flowDefinition: "?string";
                  height: "?number";
                  icon: "?string";
                  isProtected: "?boolean";
                  label: "?string";
                  lightningComponent: "?string";
                  mobExtDisplayMode: "?string";
                  optionsCreateFeedItem: "boolean";
                  page: "?string";
                  quickActionLayout: "?QuickActionLayout";
                  quickActionSendEmailOptions: "?QuickActionSendEmailOptions";
                  standardLabel: "?string";
                  successMessage: "?string";
                  targetObject: "?string";
                  targetParentField: "?string";
                  targetRecordType: "?string";
                  type: "string";
                  width: "?number";
              }
              • Readonly canvas: "?string"
              • Readonly description: "?string"
              • Readonly fieldOverrides: readonly ["FieldOverride"]
              • Readonly flowDefinition: "?string"
              • Readonly height: "?number"
              • Readonly icon: "?string"
              • Readonly isProtected: "?boolean"
              • Readonly label: "?string"
              • Readonly lightningComponent: "?string"
              • Readonly mobExtDisplayMode: "?string"
              • Readonly optionsCreateFeedItem: "boolean"
              • Readonly page: "?string"
              • Readonly quickActionLayout: "?QuickActionLayout"
              • Readonly quickActionSendEmailOptions: "?QuickActionSendEmailOptions"
              • Readonly standardLabel: "?string"
              • Readonly successMessage: "?string"
              • Readonly targetObject: "?string"
              • Readonly targetParentField: "?string"
              • Readonly targetRecordType: "?string"
              • Readonly type: "string"
              • Readonly width: "?number"
            • Readonly type: "QuickAction"
          • Readonly QuickActionLayout: {
                props: {
                    layoutSectionStyle: "string";
                    quickActionLayoutColumns: readonly ["QuickActionLayoutColumn"];
                };
                type: "QuickActionLayout";
            }
            • Readonly props: {
                  layoutSectionStyle: "string";
                  quickActionLayoutColumns: readonly ["QuickActionLayoutColumn"];
              }
              • Readonly layoutSectionStyle: "string"
              • Readonly quickActionLayoutColumns: readonly ["QuickActionLayoutColumn"]
            • Readonly type: "QuickActionLayout"
          • Readonly QuickActionLayoutColumn: {
                props: {
                    quickActionLayoutItems: readonly ["QuickActionLayoutItem"];
                };
                type: "QuickActionLayoutColumn";
            }
            • Readonly props: {
                  quickActionLayoutItems: readonly ["QuickActionLayoutItem"];
              }
              • Readonly quickActionLayoutItems: readonly ["QuickActionLayoutItem"]
            • Readonly type: "QuickActionLayoutColumn"
          • Readonly QuickActionLayoutItem: {
                props: {
                    emptySpace: "?boolean";
                    field: "?string";
                    uiBehavior: "?string";
                };
                type: "QuickActionLayoutItem";
            }
            • Readonly props: {
                  emptySpace: "?boolean";
                  field: "?string";
                  uiBehavior: "?string";
              }
              • Readonly emptySpace: "?boolean"
              • Readonly field: "?string"
              • Readonly uiBehavior: "?string"
            • Readonly type: "QuickActionLayoutItem"
          • Readonly QuickActionList: {
                props: {
                    quickActionListItems: readonly ["QuickActionListItem"];
                };
                type: "QuickActionList";
            }
            • Readonly props: {
                  quickActionListItems: readonly ["QuickActionListItem"];
              }
              • Readonly quickActionListItems: readonly ["QuickActionListItem"]
            • Readonly type: "QuickActionList"
          • Readonly QuickActionListItem: {
                props: {
                    quickActionName: "string";
                };
                type: "QuickActionListItem";
            }
            • Readonly props: {
                  quickActionName: "string";
              }
              • Readonly quickActionName: "string"
            • Readonly type: "QuickActionListItem"
          • Readonly QuickActionSendEmailOptions: {
                props: {
                    defaultEmailTemplateName: "?string";
                    ignoreDefaultEmailTemplateSubject: "boolean";
                };
                type: "QuickActionSendEmailOptions";
            }
            • Readonly props: {
                  defaultEmailTemplateName: "?string";
                  ignoreDefaultEmailTemplateSubject: "boolean";
              }
              • Readonly defaultEmailTemplateName: "?string"
              • Readonly ignoreDefaultEmailTemplateSubject: "boolean"
            • Readonly type: "QuickActionSendEmailOptions"
          • Readonly QuickActionTranslation: {
                props: {
                    label: "string";
                    name: "string";
                };
                type: "QuickActionTranslation";
            }
            • Readonly props: {
                  label: "string";
                  name: "string";
              }
              • Readonly label: "string"
              • Readonly name: "string"
            • Readonly type: "QuickActionTranslation"
          • Readonly QuotasSettings: {
                props: {
                    showQuotas: "boolean";
                };
                type: "QuotasSettings";
            }
            • Readonly props: {
                  showQuotas: "boolean";
              }
              • Readonly showQuotas: "boolean"
            • Readonly type: "QuotasSettings"
          • Readonly QuoteSettings: {
                extends: "Metadata";
                props: {
                    enableQuote: "boolean";
                    enableQuotesWithoutOppEnabled: "?boolean";
                };
                type: "QuoteSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableQuote: "boolean";
                  enableQuotesWithoutOppEnabled: "?boolean";
              }
              • Readonly enableQuote: "boolean"
              • Readonly enableQuotesWithoutOppEnabled: "?boolean"
            • Readonly type: "QuoteSettings"
          • Readonly ReadResult: {
                props: {
                    records: readonly ["Metadata"];
                };
                type: "ReadResult";
            }
            • Readonly props: {
                  records: readonly ["Metadata"];
              }
              • Readonly records: readonly ["Metadata"]
            • Readonly type: "ReadResult"
          • Readonly RecommendationAudience: {
                props: {
                    recommendationAudienceDetails: readonly ["RecommendationAudienceDetail"];
                };
                type: "RecommendationAudience";
            }
            • Readonly props: {
                  recommendationAudienceDetails: readonly ["RecommendationAudienceDetail"];
              }
              • Readonly recommendationAudienceDetails: readonly ["RecommendationAudienceDetail"]
            • Readonly type: "RecommendationAudience"
          • Readonly RecommendationAudienceDetail: {
                props: {
                    audienceCriteriaType: "?string";
                    audienceCriteriaValue: "?string";
                    setupName: "?string";
                };
                type: "RecommendationAudienceDetail";
            }
            • Readonly props: {
                  audienceCriteriaType: "?string";
                  audienceCriteriaValue: "?string";
                  setupName: "?string";
              }
              • Readonly audienceCriteriaType: "?string"
              • Readonly audienceCriteriaValue: "?string"
              • Readonly setupName: "?string"
            • Readonly type: "RecommendationAudienceDetail"
          • Readonly RecommendationConditionValue: {
                props: {
                    type: "string";
                    value: "?string";
                };
                type: "RecommendationConditionValue";
            }
            • Readonly props: {
                  type: "string";
                  value: "?string";
              }
              • Readonly type: "string"
              • Readonly value: "?string"
            • Readonly type: "RecommendationConditionValue"
          • Readonly RecommendationDefinition: {
                props: {
                    recommendationDefinitionDetails: readonly ["RecommendationDefinitionDetail"];
                };
                type: "RecommendationDefinition";
            }
            • Readonly props: {
                  recommendationDefinitionDetails: readonly ["RecommendationDefinitionDetail"];
              }
              • Readonly recommendationDefinitionDetails: readonly ["RecommendationDefinitionDetail"]
            • Readonly type: "RecommendationDefinition"
          • Readonly RecommendationDefinitionDetail: {
                props: {
                    actionUrl: "?string";
                    description: "?string";
                    linkText: "?string";
                    scheduledRecommendations: "?ScheduledRecommendation";
                    setupName: "?string";
                    title: "?string";
                };
                type: "RecommendationDefinitionDetail";
            }
            • Readonly props: {
                  actionUrl: "?string";
                  description: "?string";
                  linkText: "?string";
                  scheduledRecommendations: "?ScheduledRecommendation";
                  setupName: "?string";
                  title: "?string";
              }
              • Readonly actionUrl: "?string"
              • Readonly description: "?string"
              • Readonly linkText: "?string"
              • Readonly scheduledRecommendations: "?ScheduledRecommendation"
              • Readonly setupName: "?string"
              • Readonly title: "?string"
            • Readonly type: "RecommendationDefinitionDetail"
          • Readonly RecommendationLoadCondition: {
                props: {
                    field: "string";
                    operator: "string";
                    value: "RecommendationConditionValue";
                };
                type: "RecommendationLoadCondition";
            }
            • Readonly props: {
                  field: "string";
                  operator: "string";
                  value: "RecommendationConditionValue";
              }
              • Readonly field: "string"
              • Readonly operator: "string"
              • Readonly value: "RecommendationConditionValue"
            • Readonly type: "RecommendationLoadCondition"
          • Readonly RecommendationStrategy: {
                extends: "Metadata";
                props: {
                    actionContext: readonly ["StrategyAction"];
                    contextRecordType: "?string";
                    description: "?string";
                    filter: readonly ["StrategyNodeFilter"];
                    if: readonly ["StrategyNodeIf"];
                    invocableAction: readonly ["StrategyNodeInvocableAction"];
                    isTemplate: "?boolean";
                    label: "string";
                    map: readonly ["StrategyNodeMap"];
                    mutuallyExclusive: readonly ["StrategyNodeExclusive"];
                    onBehalfOfExpression: "?string";
                    recommendationLimit: readonly ["StrategyNodeRecommendationLimit"];
                    recommendationLoad: readonly ["StrategyNodeRecommendationLoad"];
                    sort: readonly ["StrategyNodeSort"];
                    union: readonly ["StrategyNodeUnion"];
                };
                type: "RecommendationStrategy";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  actionContext: readonly ["StrategyAction"];
                  contextRecordType: "?string";
                  description: "?string";
                  filter: readonly ["StrategyNodeFilter"];
                  if: readonly ["StrategyNodeIf"];
                  invocableAction: readonly ["StrategyNodeInvocableAction"];
                  isTemplate: "?boolean";
                  label: "string";
                  map: readonly ["StrategyNodeMap"];
                  mutuallyExclusive: readonly ["StrategyNodeExclusive"];
                  onBehalfOfExpression: "?string";
                  recommendationLimit: readonly ["StrategyNodeRecommendationLimit"];
                  recommendationLoad: readonly ["StrategyNodeRecommendationLoad"];
                  sort: readonly ["StrategyNodeSort"];
                  union: readonly ["StrategyNodeUnion"];
              }
              • Readonly actionContext: readonly ["StrategyAction"]
              • Readonly contextRecordType: "?string"
              • Readonly description: "?string"
              • Readonly filter: readonly ["StrategyNodeFilter"]
              • Readonly if: readonly ["StrategyNodeIf"]
              • Readonly invocableAction: readonly ["StrategyNodeInvocableAction"]
              • Readonly isTemplate: "?boolean"
              • Readonly label: "string"
              • Readonly map: readonly ["StrategyNodeMap"]
              • Readonly mutuallyExclusive: readonly ["StrategyNodeExclusive"]
              • Readonly onBehalfOfExpression: "?string"
              • Readonly recommendationLimit: readonly ["StrategyNodeRecommendationLimit"]
              • Readonly recommendationLoad: readonly ["StrategyNodeRecommendationLoad"]
              • Readonly sort: readonly ["StrategyNodeSort"]
              • Readonly union: readonly ["StrategyNodeUnion"]
            • Readonly type: "RecommendationStrategy"
          • Readonly RecordActionDefaultItem: {
                props: {
                    action: "string";
                    isMandatory: "?boolean";
                    isUiRemoveHidden: "?boolean";
                    pinned: "string";
                    position: "number";
                    type: "string";
                };
                type: "RecordActionDefaultItem";
            }
            • Readonly props: {
                  action: "string";
                  isMandatory: "?boolean";
                  isUiRemoveHidden: "?boolean";
                  pinned: "string";
                  position: "number";
                  type: "string";
              }
              • Readonly action: "string"
              • Readonly isMandatory: "?boolean"
              • Readonly isUiRemoveHidden: "?boolean"
              • Readonly pinned: "string"
              • Readonly position: "number"
              • Readonly type: "string"
            • Readonly type: "RecordActionDefaultItem"
          • Readonly RecordActionDeployment: {
                extends: "Metadata";
                props: {
                    channelConfigurations: readonly ["RecordActionDeploymentChannel"];
                    deploymentContexts: readonly ["RecordActionDeploymentContext"];
                    hasGuidedActions: "?boolean";
                    hasRecommendations: "?boolean";
                    masterLabel: "string";
                    recommendation: "?RecordActionRecommendation";
                    selectableItems: readonly ["RecordActionSelectableItem"];
                };
                type: "RecordActionDeployment";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  channelConfigurations: readonly ["RecordActionDeploymentChannel"];
                  deploymentContexts: readonly ["RecordActionDeploymentContext"];
                  hasGuidedActions: "?boolean";
                  hasRecommendations: "?boolean";
                  masterLabel: "string";
                  recommendation: "?RecordActionRecommendation";
                  selectableItems: readonly ["RecordActionSelectableItem"];
              }
              • Readonly channelConfigurations: readonly ["RecordActionDeploymentChannel"]
              • Readonly deploymentContexts: readonly ["RecordActionDeploymentContext"]
              • Readonly hasGuidedActions: "?boolean"
              • Readonly hasRecommendations: "?boolean"
              • Readonly masterLabel: "string"
              • Readonly recommendation: "?RecordActionRecommendation"
              • Readonly selectableItems: readonly ["RecordActionSelectableItem"]
            • Readonly type: "RecordActionDeployment"
          • Readonly RecordActionDeploymentChannel: {
                props: {
                    channel: "string";
                    channelItems: readonly ["RecordActionDefaultItem"];
                    isAutopopEnabled: "?boolean";
                };
                type: "RecordActionDeploymentChannel";
            }
            • Readonly props: {
                  channel: "string";
                  channelItems: readonly ["RecordActionDefaultItem"];
                  isAutopopEnabled: "?boolean";
              }
              • Readonly channel: "string"
              • Readonly channelItems: readonly ["RecordActionDefaultItem"]
              • Readonly isAutopopEnabled: "?boolean"
            • Readonly type: "RecordActionDeploymentChannel"
          • Readonly RecordActionDeploymentContext: {
                props: {
                    entityName: "string";
                    recommendationStrategy: "?string";
                };
                type: "RecordActionDeploymentContext";
            }
            • Readonly props: {
                  entityName: "string";
                  recommendationStrategy: "?string";
              }
              • Readonly entityName: "string"
              • Readonly recommendationStrategy: "?string"
            • Readonly type: "RecordActionDeploymentContext"
          • Readonly RecordActionRecommendation: {
                props: {
                    defaultStrategy: "?string";
                    hasDescription: "boolean";
                    hasImage: "boolean";
                    hasRejectAction: "boolean";
                    hasTitle: "boolean";
                    maxDisplayRecommendations: "number";
                };
                type: "RecordActionRecommendation";
            }
            • Readonly props: {
                  defaultStrategy: "?string";
                  hasDescription: "boolean";
                  hasImage: "boolean";
                  hasRejectAction: "boolean";
                  hasTitle: "boolean";
                  maxDisplayRecommendations: "number";
              }
              • Readonly defaultStrategy: "?string"
              • Readonly hasDescription: "boolean"
              • Readonly hasImage: "boolean"
              • Readonly hasRejectAction: "boolean"
              • Readonly hasTitle: "boolean"
              • Readonly maxDisplayRecommendations: "number"
            • Readonly type: "RecordActionRecommendation"
          • Readonly RecordActionSelectableItem: {
                props: {
                    action: "string";
                    type: "string";
                };
                type: "RecordActionSelectableItem";
            }
            • Readonly props: {
                  action: "string";
                  type: "string";
              }
              • Readonly action: "string"
              • Readonly type: "string"
            • Readonly type: "RecordActionSelectableItem"
          • Readonly RecordPageSettings: {
                extends: "Metadata";
                props: {
                    enableActivityRelatedList: "?boolean";
                    enableFullRecordView: "?boolean";
                };
                type: "RecordPageSettings";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  enableActivityRelatedList: "?boolean";
                  enableFullRecordView: "?boolean";
              }
              • Readonly enableActivityRelatedList: "?boolean"
              • Readonly enableFullRecordView: "?boolean"
            • Readonly type: "RecordPageSettings"
          • Readonly RecordType: {
                extends: "Metadata";
                props: {
                    active: "boolean";
                    businessProcess: "?string";
                    compactLayoutAssignment: "?string";
                    description: "?string";
                    label: "string";
                    picklistValues: readonly ["RecordTypePicklistValue"];
                };
                type: "RecordType";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  active: "boolean";
                  businessProcess: "?string";
                  compactLayoutAssignment: "?string";
                  description: "?string";
                  label: "string";
                  picklistValues: readonly ["RecordTypePicklistValue"];
              }
              • Readonly active: "boolean"
              • Readonly businessProcess: "?string"
              • Readonly compactLayoutAssignment: "?string"
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly picklistValues: readonly ["RecordTypePicklistValue"]
            • Readonly type: "RecordType"
          • Readonly RecordTypePicklistValue: {
                props: {
                    picklist: "string";
                    values: readonly ["PicklistValue"];
                };
                type: "RecordTypePicklistValue";
            }
            • Readonly props: {
                  picklist: "string";
                  values: readonly ["PicklistValue"];
              }
              • Readonly picklist: "string"
              • Readonly values: readonly ["PicklistValue"]
            • Readonly type: "RecordTypePicklistValue"
          • Readonly RecordTypeTranslation: {
                props: {
                    description: "?string";
                    label: "string";
                    name: "string";
                };
                type: "RecordTypeTranslation";
            }
            • Readonly props: {
                  description: "?string";
                  label: "string";
                  name: "string";
              }
              • Readonly description: "?string"
              • Readonly label: "string"
              • Readonly name: "string"
            • Readonly type: "RecordTypeTranslation"
          • Readonly RelatedContent: {
                props: {
                    relatedContentItems: readonly ["RelatedContentItem"];
                };
                type: "RelatedContent";
            }
            • Readonly props: {
                  relatedContentItems: readonly ["RelatedContentItem"];
              }
              • Readonly relatedContentItems: readonly ["RelatedContentItem"]
            • Readonly type: "RelatedContent"
          • Readonly RelatedContentItem: {
                props: {
                    layoutItem: "LayoutItem";
                };
                type: "RelatedContentItem";
            }
            • Readonly props: {
                  layoutItem: "LayoutItem";
              }
              • Readonly layoutItem: "LayoutItem"
            • Readonly type: "RelatedContentItem"
          • Readonly RelatedList: {
                props: {
                    hideOnDetail: "boolean";
                    name: "string";
                };
                type: "RelatedList";
            }
            • Readonly props: {
                  hideOnDetail: "boolean";
                  name: "string";
              }
              • Readonly hideOnDetail: "boolean"
              • Readonly name: "string"
            • Readonly type: "RelatedList"
          • Readonly RelatedListItem: {
                props: {
                    customButtons: readonly ["string"];
                    excludeButtons: readonly ["string"];
                    fields: readonly ["string"];
                    relatedList: "string";
                    sortField: "?string";
                    sortOrder: "?string";
                };
                type: "RelatedListItem";
            }
            • Readonly props: {
                  customButtons: readonly ["string"];
                  excludeButtons: readonly ["string"];
                  fields: readonly ["string"];
                  relatedList: "string";
                  sortField: "?string";
                  sortOrder: "?string";
              }
              • Readonly customButtons: readonly ["string"]
              • Readonly excludeButtons: readonly ["string"]
              • Readonly fields: readonly ["string"]
              • Readonly relatedList: "string"
              • Readonly sortField: "?string"
              • Readonly sortOrder: "?string"
            • Readonly type: "RelatedListItem"
          • Readonly RemoteSiteSetting: {
                extends: "Metadata";
                props: {
                    description: "?string";
                    disableProtocolSecurity: "boolean";
                    isActive: "boolean";
                    url: "string";
                };
                type: "RemoteSiteSetting";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  description: "?string";
                  disableProtocolSecurity: "boolean";
                  isActive: "boolean";
                  url: "string";
              }
              • Readonly description: "?string"
              • Readonly disableProtocolSecurity: "boolean"
              • Readonly isActive: "boolean"
              • Readonly url: "string"
            • Readonly type: "RemoteSiteSetting"
          • Readonly Report: {
                extends: "Metadata";
                props: {
                    aggregates: readonly ["ReportAggregate"];
                    block: readonly ["Report"];
                    blockInfo: "?ReportBlockInfo";
                    buckets: readonly ["ReportBucketField"];
                    chart: "?ReportChart";
                    colorRanges: readonly ["ReportColorRange"];
                    columns: readonly ["ReportColumn"];
                    crossFilters: readonly ["ReportCrossFilter"];
                    currency: "?string";
                    customDetailFormulas: readonly ["ReportCustomDetailFormula"];
                    dataCategoryFilters: readonly ["ReportDataCategoryFilter"];
                    description: "?string";
                    division: "?string";
                    filter: "?ReportFilter";
                    folderName: "?string";
                    format: "string";
                    formattingRules: readonly ["ReportFormattingRule"];
                    groupingsAcross: readonly ["ReportGrouping"];
                    groupingsDown: readonly ["ReportGrouping"];
                    historicalSelector: "?ReportHistoricalSelector";
                    name: "string";
                    numSubscriptions: "?number";
                    params: readonly ["ReportParam"];
                    reportType: "string";
                    roleHierarchyFilter: "?string";
                    rowLimit: "?number";
                    scope: "?string";
                    showCurrentDate: "?boolean";
                    showDetails: "?boolean";
                    showGrandTotal: "?boolean";
                    showSubTotals: "?boolean";
                    sortColumn: "?string";
                    sortOrder: "?string";
                    territoryHierarchyFilter: "?string";
                    timeFrameFilter: "?ReportTimeFrameFilter";
                    userFilter: "?string";
                };
                type: "Report";
            }
            • Readonly extends: "Metadata"
            • Readonly props: {
                  aggregates: readonly ["ReportAggregate"];
                  block: readonly ["Report"];
                  blockInfo: "?ReportBlockInfo";
                  buckets: readonly ["ReportBucketField"];
                  chart: "?ReportChart";
                  colorRanges: readonly ["ReportColorRange"];
                  columns: readonly ["ReportColumn"];
                  crossFilters: readonly ["ReportCrossFilter"];
                  currency: "?string";
                  customDetailFormulas: readonly ["ReportCustomDetailFormula"];
                  dataCategoryFilters: readonly ["ReportDataCategoryFilter"];
                  description: "?string";
                  division: "?string";
                  filter: "?ReportFilter";
                  folderName: "?string";
                  format: "string";
                  formattingRules: readonly ["ReportFormattingRule"];
                  groupingsAcross: readonly ["ReportGrouping"];
                  groupingsDown: readonly ["ReportGrouping"];
                  historicalSelector: "?ReportHistoricalSelector";
                  name: "string";
                  numSubscriptions: "?number";
                  params: readonly ["ReportParam"];
                  reportType: "string";
                  roleHierarchyFilter: "?string";
                  rowLimit: "?number";
                  scope: "?string";
                  showCurrentDate: "?boolean";
                  showDetails: "?boolean";
                  showGrandTotal: "?boolean";
                  showSubTotals: "?boolean";
                  sortColumn: "?string";
                  sortOrder: "?string";
                  territoryHierarchyFilter: "?string";
                  timeFrameFilter: "?ReportTimeFrameFilter";
                  userFilter: "?string";
              }
              • Readonly aggregates: readonly ["ReportAggregate"]
              • Readonly block: readonly ["Report"]
              • Readonly blockInfo: "?ReportBlockInfo"
              • Readonly buckets: readonly ["ReportBucketField"]
              • Readonly chart: "?ReportChart"
              • Readonly colorRanges: readonly ["ReportColorRange"]
              • Readonly columns: readonly ["ReportColumn"]
              • Readonly crossFilters: readonly ["ReportCrossFilter"]
              • Readonly currency: "?string"
              • Readonly customDetailFormulas: readonly ["ReportCustomDetailFormula"]
              • Readonly dataCategoryFilters: readonly ["ReportDataCategoryFilter"]
              • Readonly description: "?string"
              • Readonly division: "?string"
              • Readonly filter: "?ReportFilter"
              • Readonly folderName: "?string"
              • Readonly format: "string"
              • Readonly formattingRules: readonly ["ReportFormattingRule"]
              • Readonly groupingsAcross: readonly ["ReportGrouping"]
              • Readonly groupingsDown: readonly ["ReportGrouping"]
              • Readonly historicalSelector: "?ReportHistoricalSelector"
              • Readonly name: "string"
              • Readonly numSubscriptions: "?number"
              • Readonly params: readonly ["ReportParam"]
              • Readonly reportType: "string"
              • Readonly roleHierarchyFilter: "?string"
              • Readonly rowLimit: "?number"
              • Readonly scope: "?string"
              • Readonly showCurrentDate: "?boolean"
              • Readonly showDetails: "?boolean"
              • Readonly showGrandTotal: "?boolean"
              • Readonly showSubTotals: "?boolean"
              • Readonly sortColumn: "?string"
              • Readonly sortOrder: "?string"
              • Readonly territoryHierarchyFilter: "?string"
              • Readonly timeFrameFilter: "?ReportTimeFrameFilter"
              • Readonly userFilter: "?string"
            • Readonly type: "Report"
          • Readonly ReportAggregate: {
                props: {
                    acrossGroupingContext: "?string";
                    calculatedFormula: "string";
                    datatype: "string";
                    description: "?string";
                    developerName: "string";
                    downGroupingContext: "?string";
                    isActive: "boolean";
                    isCrossBlock: "?boolean";
                    masterLabel: "string";
                    reportType: "?string";
                    scale: "?number";
                };
                type: "ReportAggregate";
            }
            • Readonly props: {
                  acrossGroupingContext: "?string";
                  calculatedFormula: "string";
                  datatype: "string";
                  description: "?string";
                  developerName: "string";
                  downGroupingContext: "?string";
                  isActive: "boolean";
                  isCrossBlock: "?boolean";
                  masterLabel: "string";
                  reportType: "?string";
                  scale: "?number";
              }
              • Readonly acrossGroupingContext: "?string"
              • Readonly calculatedFormula: "string"
              • Readonly datatype: "string"
              • Readonly description: "?string"
              • Readonly developerName: "string"
              • Readonly downGroupingContext: "?string"
              • Readonly isActive: "boolean"
              • Readonly isCrossBlock: "?boolean"
              • Readonly masterLabel: "string"
              • Readonly reportType: "?string"
              • Readonly scale: "?number"
            • Readonly type: "ReportAggregate"
          • Readonly ReportAggregateReference: {
                props: {
                    aggregate: "string";
                };
                type: "ReportAggregateReference";
            }
            • Readonly props: {
                  aggregate: "string";
              }
              • Readonly aggregate: "string"
            • Readonly type: "ReportAggregateReference"
          • Readonly ReportBlockInfo: {
                props: {
                    aggregateReferences: readonly ["ReportAggregateReference"];
                    blockId: "string";
                    joinTable: "string";
                };
                type: "ReportBlockInfo";
            }
            • Readonly props: {
                  aggregateReferences: readonly ["ReportAggregateReference"];
                  blockId: "string";
                  joinTable: "string";
              }
              • Readonly aggregateReferences: readonly ["ReportAggregateReference"]
              • Readonly blockId: "string"
              • Readonly joinTable: "string"
            • Readonly type: "ReportBlockInfo"
          • Readonly ReportBucketField: {
                props: {
                    bucketType: "string";
                    developerName: "string";
                    masterLabel: "string";
                    nullTreatment: "?string";
                    otherBucketLabel: "?string";
                    sourceColumnName: "string";
                    useOther: "?boolean";
                    values: readonly ["ReportBucketFieldValue"];
                };
                type: "ReportBucketField";
            }
            • Readonly props: {
                  bucketType: "string";
                  developerName: "string";
                  masterLabel: "string";
                  nullTreatment: "?string";
                  otherBucketLabel: "?string";
                  sourceColumnName: "string";
                  useOther: "?boolean";
                  values: readonly ["ReportBucketFieldValue"];
              }
              • Readonly bucketType: "string"
              • Readonly developerName: "string"
              • Readonly masterLabel: "string"
              • Readonly nullTreatment: "?string"
              • Readonly otherBucketLabel: "?string"
              • Readonly sourceColumnName: "string"
              • Readonly useOther: "?boolean"
              • Readonly values: readonly ["ReportBucketFieldValue"]
            • Readonly type: "ReportBucketField"
          • Readonly ReportBucketFieldSourceValue: {
                props: {
                    from: "?string";
                    sourceValue: "?string";
                    to: "?string";
                };
                type: "ReportBucketFieldSourceValue";
            }
            • Readonly props: {
                  from: "?string";
                  sourceValue: "?string";
                  to: "?string";
              }
              • Readonly from: "?string"
              • Readonly sourceValue: "?string"
              • Readonly to: "?string"
            • Readonly type: "ReportBucketFieldSourceValue"
          • Readonly ReportBucketFieldValue: {
                props: {
                    sourceValues: readonly ["ReportBucketFieldSourceValue"];
                    value: "string";
                };
                type: "ReportBucketFieldValue";
            }
            • Readonly props: {
                  sourceValues: readonly ["ReportBucketFieldSourceValue"];
                  value: "string";
              }
              • Readonly sourceValues: readonly ["ReportBucketFieldSourceValue"]
              • Readonly value: "string"
            • Readonly type: "ReportBucketFieldValue"
          • Readonly ReportChart: {
                props: {
                    backgroundColor1: "?string";
                    backgroundColor2: "?string";
                    backgroundFadeDir: "?string";
                    chartSummaries: readonly ["ChartSummary"];
                    chartType: "string";
                    enableHoverLabels: "?boolean";
                    expandOthers: "?boolean";
                    groupingColumn: "?string";
                    legendPosition: "?string";
                    location: "?string";
                    secondaryGroupingColumn: "?string";
                    showAxisLabels: "?boolean";
                    showPercentage: "?boolean";
                    showTotal: "?boolean";
                    showValues: "?boolean";
                    size: "?string";
                    summaryAxisManualRangeEnd: "?number";
                    summaryAxisManualRangeStart: "?number";
                    summaryAxisRange: "?string";
                    textColor: "?string";
                    textSize: "?number";
                    title: "?string";
                    titleColor: "?string";
                    titleSize: "?number";
                };
                type: "ReportChart";
            }
            • Readonly props: {
                  backgroundColor1: "?string";
                  backgroundColor2: "?string";
                  backgroundFadeDir: "?string";
                  chartSummaries: readonly ["ChartSummary"];
                  chartType: "string";
                  enableHoverLabels: "?boolean";
                  expandOthers: "?boolean";
                  groupingColumn: "?string";
                  legendPosition: "?string";
                  location: "?string";
                  secondaryGroupingColumn: "?string";
                  showAxisLabels: "?boolean";
                  showPercentage: "?boolean";
                  showTotal: "?boolean";
                  showValues: "?boolean";
                  size: "?string";
                  summaryAxisManualRangeEnd: "?number";
                  summaryAxisManualRangeStart: "?number";
                  summaryAxisRange: "?string";
                  textColor: "?string";
                  textSize: "?number";
                  title: "?string";
                  titleColor: "?string";
                  titleSize: "?number";
              }
              • Readonly backgroundColor1: "?string"
              • Readonly backgroundColor2: "?string"
              • Readonly backgroundFadeDir: "?string"
              • Readonly chartSummaries: readonly ["ChartSummary"]
              • Readonly chartType: "string"
              • Readonly enableHoverLabels: "?boolean"
              • Readonly expandOthers: "?boolean"
              • Readonly groupingColumn: "?string"
              • Readonly legendPosition: "?string"
              • Readonly location: "?string"
              • Readonly secondaryGroupingColumn: "?string"
              • Readonly showAxisLabels: "?boolean"
              • Readonly showPercentage: "?boolean"
              • Readonly showTotal: "?boolean"
              • Readonly showValues: "?boolean"
              • Readonly size: "?string"
              • Readonly summaryAxisManualRangeEnd: "?number"
              • Readonly summaryAxisManualRangeStart: "?number"
              • Readonly summaryAxisRange: "?string"
              • Readonly textColor: "?string"
              • Readonly textSize: "?number"
              • Readonly title: "?string"
              • Readonly titleColor: "?string"
              • Readonly titleSize: "?number"
            • Readonly type: "ReportChart"
          • Readonly ReportChartComponentLayoutItem: {
                props: {
                    cacheData: "?boolean";
                    contextFilterableField: "?string";
                    error: "?string";
                    hideOnError: "?boolean";
                    includeContext: "?boolean";
                    reportName: "string";
                    showTitle: "?boolean";
                    size: "?string";
                };
                type: "ReportChartComponentLayoutItem";
            }
            • Readonly props: {
                  cacheData: "?boolean";
                  contextFilterableField: "?string";
                  error: "?string";
                  hideOnError: "?boolean";
                  includeContext: "?boolean";
                  reportName: "string";
                  showTitle: "?boolean";
                  size: "?string";
              }
              • Readonly cacheData: "?boolean"
              • Readonly contextFilterableField: "?string"
              • Readonly error: "?string"
              • Readonly hideOnError: "?boolean"
              • Readonly includeContext: "?boolean"
              • Readonly reportName: "string"
              • Readonly showTitle: "?boolean"
              • Readonly size: "?string"
            • Readonly type: "ReportChartComponentLayoutItem"
          • Readonly ReportColorRange: {
                props: {
                    aggregate: "?string";
                    columnName: "string";
                    highBreakpoint: "?number";
                    highColor: "string";
                    lowBreakpoint: "?number";
                    lowColor: "string";
                    midColor: "string";
                };
                type: "ReportColorRange";
            }
            • Readonly props: {
                  aggregate: "?string";
                  columnName: "string";
                  highBreakpoint: "?number";
                  highColor: "string";
                  lowBreakpoint: "?number";
                  lowColor: "string";
                  midColor: "string";
              }
              • Readonly aggregate: "?string"
              • Readonly columnName: "string"
              • Readonly highBreakpoint: "?number"
              • Readonly highColor: "string"
              • Readonly lowBreakpoint: "?number"
              • Readonly lowColor: "string"
              • Readonly midColor: "string"
            • Readonly type: "ReportColorRange"
          • Readonly ReportColumn: {
                props: {
                    aggregateTypes: readonly ["string"];
                    field: "string";
                    reverseColors: "?boolean";
                    showChanges: "?boolean";
                };
                type: "ReportColumn";
            }
            • Readonly props: {
                  aggregateTypes: readonly ["string"];
                  field: "string";
                  reverseColors: "?boolean";
                  showChanges: "?boolean";
              }
              • Readonly aggregateTypes: readonly ["string"]
              • Readonly field: "string"
              • Readonly reverseColors: "?boolean"
              • Readonly showChanges: "?boolean"
            • Readonly type: "ReportColumn"
          • Readonly ReportCrossFilter: {
                props: {
                    criteriaItems: readonly ["ReportFilterItem"];
                    operation: "string";
                    primaryTableColumn: "string";
                    relatedTable: "string";
                    relatedTableJoinColumn: "string";
                };
                type: "ReportCrossFilter";
            }
            • Readonly props: {
                  criteriaItems: readonly ["ReportFilterItem"];
                  operation: "string";
                  primaryTableColumn: "string";
                  relatedTable: "string";
                  relatedTableJoinColumn: "string";
              }
              • Readonly criteriaItems: readonly ["ReportFilterItem"]
              • Readonly operation: "string"
              • Readonly primaryTableColumn: "string"
              • Readonly relatedTable: "string"
              • Readonly relatedTableJoinColumn: "string"
            • Readonly type: "ReportCrossFilter"
          • Readonly ReportCustomDetailFormula: {
                props: {
                    calculatedFormula: "string";
                    dataType: "string";
                    description: "?string";
                    developerName: "string";
                    label: "string";
                    scale: "number";
                };
                type: "ReportCustomDetailFormula";
            }
            • Readonly props: {
                  calculatedFormula: "string";
                  dataType: "string";
                  description: "?string";
                  developerName: "string";
                  label: "string";
                  scale: "number";
              }
              • Readonly calculatedFormula: "string"
              • Readonly dataType: "string"
              • Readonly description: "?string"
              • Readonly developerName: "string"
              • Readonly label: "string"
              • Readonly scale: "number"
            • Readonly type: "ReportCustomDetailFormula"
          • Readonly ReportDataCategoryFilter: {
                props: {
                    dataCategory: "string";
                    dataCategoryGroup: "string";
                    operator: "string";
                };
                type: "ReportDataCategoryFilter";
            }
            • Readonly props: {
                  dataCategory: "string";
                  dataCategoryGroup: "string";
                  operator: "string";
              }
              • Readonly dataCategory: "string"
              • Readonly dataCategoryGroup: "string"
              • Readonly operator: "string"
            • Readonly type: "ReportDataCategoryFilter"
          • Readonly ReportFilter: {
                props: {
                    booleanFilter: "?string";
                    criteriaItems: readonly ["ReportFilterItem"];
                    language: "?string";
                };
                type: "ReportFilter";
            }
            • Readonly props: {
                  booleanFilter: "?string";
                  criteriaItems: readonly ["ReportFilterItem"];
                  language: "?string";
              }
              • Readonly booleanFilter: "?string"
              • Readonly criteriaItems: readonly ["ReportFilterItem"]
              • Readonly language: "?string"
            • Readonly type: "ReportFilter"
          • Readonly ReportFilterItem: {
                props: {
                    column: "string";
                    columnToColumn: "?boolean";
                    isUnlocked: "?boolean";
                    operator: "string";
                    snapshot: "?string";
                    value: "?string";
                };
                type: "ReportFilterItem";
            }
            • Readonly props: {
                  column: "string";
                  columnToColumn: "?boolean";
                  isUnlocked: "?boolean";
                  operator: "string";
                  snapshot: "?string";
                  value: "?string";
              }
              • Readonly column: "string"
              • Readonly columnToColumn: "?boolean"
              • Readonly isUnlocked: "?boolean"
              • Readonly operator: "string"
              • Readonly snapshot: "?string"
              • Readonly value: "?string"
            • Readonly type: "ReportFilterItem"
          • Readonly ReportFolder: {
                extends: "Folder";
                props: {};
                type: "ReportFolder";
            }
            • Readonly extends: "Folder"
            • Readonly props: {}
              • Readonly type: "ReportFolder"
            • Readonly ReportFormattingRule: {
                  props: {
                      aggregate: "?string";
                      columnName: "string";
                      values: readonly ["ReportFormattingRuleValue"];
                  };
                  type: "ReportFormattingRule";
              }
              • Readonly props: {
                    aggregate: "?string";
                    columnName: "string";
                    values: readonly ["ReportFormattingRuleValue"];
                }
                • Readonly aggregate: "?string"
                • Readonly columnName: "string"
                • Readonly values: readonly ["ReportFormattingRuleValue"]
              • Readonly type: "ReportFormattingRule"
            • Readonly ReportFormattingRuleValue: {
                  props: {
                      backgroundColor: "?string";
                      rangeUpperBound: "?number";
                  };
                  type: "ReportFormattingRuleValue";
              }
              • Readonly props: {
                    backgroundColor: "?string";
                    rangeUpperBound: "?number";
                }
                • Readonly backgroundColor: "?string"
                • Readonly rangeUpperBound: "?number"
              • Readonly type: "ReportFormattingRuleValue"
            • Readonly ReportGrouping: {
                  props: {
                      aggregateType: "?string";
                      dateGranularity: "?string";
                      field: "string";
                      sortByName: "?string";
                      sortOrder: "string";
                      sortType: "?string";
                  };
                  type: "ReportGrouping";
              }
              • Readonly props: {
                    aggregateType: "?string";
                    dateGranularity: "?string";
                    field: "string";
                    sortByName: "?string";
                    sortOrder: "string";
                    sortType: "?string";
                }
                • Readonly aggregateType: "?string"
                • Readonly dateGranularity: "?string"
                • Readonly field: "string"
                • Readonly sortByName: "?string"
                • Readonly sortOrder: "string"
                • Readonly sortType: "?string"
              • Readonly type: "ReportGrouping"
            • Readonly ReportHistoricalSelector: {
                  props: {
                      snapshot: readonly ["string"];
                  };
                  type: "ReportHistoricalSelector";
              }
              • Readonly props: {
                    snapshot: readonly ["string"];
                }
                • Readonly snapshot: readonly ["string"]
              • Readonly type: "ReportHistoricalSelector"
            • Readonly ReportLayoutSection: {
                  props: {
                      columns: readonly ["ReportTypeColumn"];
                      masterLabel: "string";
                  };
                  type: "ReportLayoutSection";
              }
              • Readonly props: {
                    columns: readonly ["ReportTypeColumn"];
                    masterLabel: "string";
                }
                • Readonly columns: readonly ["ReportTypeColumn"]
                • Readonly masterLabel: "string"
              • Readonly type: "ReportLayoutSection"
            • Readonly ReportParam: {
                  props: {
                      name: "string";
                      value: "string";
                  };
                  type: "ReportParam";
              }
              • Readonly props: {
                    name: "string";
                    value: "string";
                }
                • Readonly name: "string"
                • Readonly value: "string"
              • Readonly type: "ReportParam"
            • Readonly ReportTimeFrameFilter: {
                  props: {
                      dateColumn: "string";
                      endDate: "?string";
                      interval: "string";
                      startDate: "?string";
                  };
                  type: "ReportTimeFrameFilter";
              }
              • Readonly props: {
                    dateColumn: "string";
                    endDate: "?string";
                    interval: "string";
                    startDate: "?string";
                }
                • Readonly dateColumn: "string"
                • Readonly endDate: "?string"
                • Readonly interval: "string"
                • Readonly startDate: "?string"
              • Readonly type: "ReportTimeFrameFilter"
            • Readonly ReportType: {
                  extends: "Metadata";
                  props: {
                      autogenerated: "?boolean";
                      baseObject: "string";
                      category: "string";
                      deployed: "boolean";
                      description: "?string";
                      join: "?ObjectRelationship";
                      label: "string";
                      sections: readonly ["ReportLayoutSection"];
                  };
                  type: "ReportType";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    autogenerated: "?boolean";
                    baseObject: "string";
                    category: "string";
                    deployed: "boolean";
                    description: "?string";
                    join: "?ObjectRelationship";
                    label: "string";
                    sections: readonly ["ReportLayoutSection"];
                }
                • Readonly autogenerated: "?boolean"
                • Readonly baseObject: "string"
                • Readonly category: "string"
                • Readonly deployed: "boolean"
                • Readonly description: "?string"
                • Readonly join: "?ObjectRelationship"
                • Readonly label: "string"
                • Readonly sections: readonly ["ReportLayoutSection"]
              • Readonly type: "ReportType"
            • Readonly ReportTypeColumn: {
                  props: {
                      checkedByDefault: "boolean";
                      displayNameOverride: "?string";
                      field: "string";
                      table: "string";
                  };
                  type: "ReportTypeColumn";
              }
              • Readonly props: {
                    checkedByDefault: "boolean";
                    displayNameOverride: "?string";
                    field: "string";
                    table: "string";
                }
                • Readonly checkedByDefault: "boolean"
                • Readonly displayNameOverride: "?string"
                • Readonly field: "string"
                • Readonly table: "string"
              • Readonly type: "ReportTypeColumn"
            • Readonly ReportTypeColumnTranslation: {
                  props: {
                      label: "string";
                      name: "string";
                  };
                  type: "ReportTypeColumnTranslation";
              }
              • Readonly props: {
                    label: "string";
                    name: "string";
                }
                • Readonly label: "string"
                • Readonly name: "string"
              • Readonly type: "ReportTypeColumnTranslation"
            • Readonly ReportTypeSectionTranslation: {
                  props: {
                      columns: readonly ["ReportTypeColumnTranslation"];
                      label: "?string";
                      name: "string";
                  };
                  type: "ReportTypeSectionTranslation";
              }
              • Readonly props: {
                    columns: readonly ["ReportTypeColumnTranslation"];
                    label: "?string";
                    name: "string";
                }
                • Readonly columns: readonly ["ReportTypeColumnTranslation"]
                • Readonly label: "?string"
                • Readonly name: "string"
              • Readonly type: "ReportTypeSectionTranslation"
            • Readonly ReportTypeTranslation: {
                  props: {
                      description: "?string";
                      label: "?string";
                      name: "string";
                      sections: readonly ["ReportTypeSectionTranslation"];
                  };
                  type: "ReportTypeTranslation";
              }
              • Readonly props: {
                    description: "?string";
                    label: "?string";
                    name: "string";
                    sections: readonly ["ReportTypeSectionTranslation"];
                }
                • Readonly description: "?string"
                • Readonly label: "?string"
                • Readonly name: "string"
                • Readonly sections: readonly ["ReportTypeSectionTranslation"]
              • Readonly type: "ReportTypeTranslation"
            • Readonly ReputationBranding: {
                  props: {
                      smallImage: "?string";
                  };
                  type: "ReputationBranding";
              }
              • Readonly props: {
                    smallImage: "?string";
                }
                • Readonly smallImage: "?string"
              • Readonly type: "ReputationBranding"
            • Readonly ReputationLevel: {
                  props: {
                      branding: "?ReputationBranding";
                      label: "?string";
                      lowerThreshold: "number";
                  };
                  type: "ReputationLevel";
              }
              • Readonly props: {
                    branding: "?ReputationBranding";
                    label: "?string";
                    lowerThreshold: "number";
                }
                • Readonly branding: "?ReputationBranding"
                • Readonly label: "?string"
                • Readonly lowerThreshold: "number"
              • Readonly type: "ReputationLevel"
            • Readonly ReputationLevelDefinitions: {
                  props: {
                      level: readonly ["ReputationLevel"];
                  };
                  type: "ReputationLevelDefinitions";
              }
              • Readonly props: {
                    level: readonly ["ReputationLevel"];
                }
                • Readonly level: readonly ["ReputationLevel"]
              • Readonly type: "ReputationLevelDefinitions"
            • Readonly ReputationLevels: {
                  props: {
                      chatterAnswersReputationLevels: readonly ["ChatterAnswersReputationLevel"];
                      ideaReputationLevels: readonly ["IdeaReputationLevel"];
                  };
                  type: "ReputationLevels";
              }
              • Readonly props: {
                    chatterAnswersReputationLevels: readonly ["ChatterAnswersReputationLevel"];
                    ideaReputationLevels: readonly ["IdeaReputationLevel"];
                }
                • Readonly chatterAnswersReputationLevels: readonly ["ChatterAnswersReputationLevel"]
                • Readonly ideaReputationLevels: readonly ["IdeaReputationLevel"]
              • Readonly type: "ReputationLevels"
            • Readonly ReputationPointsRule: {
                  props: {
                      eventType: "string";
                      points: "number";
                  };
                  type: "ReputationPointsRule";
              }
              • Readonly props: {
                    eventType: "string";
                    points: "number";
                }
                • Readonly eventType: "string"
                • Readonly points: "number"
              • Readonly type: "ReputationPointsRule"
            • Readonly ReputationPointsRules: {
                  props: {
                      pointsRule: readonly ["ReputationPointsRule"];
                  };
                  type: "ReputationPointsRules";
              }
              • Readonly props: {
                    pointsRule: readonly ["ReputationPointsRule"];
                }
                • Readonly pointsRule: readonly ["ReputationPointsRule"]
              • Readonly type: "ReputationPointsRules"
            • Readonly RestrictionRule: {
                  extends: "Metadata";
                  props: {
                      active: "boolean";
                      description: "string";
                      enforcementType: "string";
                      masterLabel: "string";
                      recordFilter: "string";
                      targetEntity: "string";
                      userCriteria: "string";
                      version: "number";
                  };
                  type: "RestrictionRule";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    active: "boolean";
                    description: "string";
                    enforcementType: "string";
                    masterLabel: "string";
                    recordFilter: "string";
                    targetEntity: "string";
                    userCriteria: "string";
                    version: "number";
                }
                • Readonly active: "boolean"
                • Readonly description: "string"
                • Readonly enforcementType: "string"
                • Readonly masterLabel: "string"
                • Readonly recordFilter: "string"
                • Readonly targetEntity: "string"
                • Readonly userCriteria: "string"
                • Readonly version: "number"
              • Readonly type: "RestrictionRule"
            • Readonly RetailExecutionSettings: {
                  extends: "Metadata";
                  props: {
                      enableRetailExecution: "?boolean";
                  };
                  type: "RetailExecutionSettings";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    enableRetailExecution: "?boolean";
                }
                • Readonly enableRetailExecution: "?boolean"
              • Readonly type: "RetailExecutionSettings"
            • Readonly RetrieveMessage: {
                  props: {
                      fileName: "string";
                      problem: "string";
                  };
                  type: "RetrieveMessage";
              }
              • Readonly props: {
                    fileName: "string";
                    problem: "string";
                }
                • Readonly fileName: "string"
                • Readonly problem: "string"
              • Readonly type: "RetrieveMessage"
            • Readonly RetrieveRequest: {
                  props: {
                      apiVersion: "number";
                      packageNames: readonly ["string"];
                      singlePackage: "boolean";
                      specificFiles: readonly ["string"];
                      unpackaged: "?Package";
                  };
                  type: "RetrieveRequest";
              }
              • Readonly props: {
                    apiVersion: "number";
                    packageNames: readonly ["string"];
                    singlePackage: "boolean";
                    specificFiles: readonly ["string"];
                    unpackaged: "?Package";
                }
                • Readonly apiVersion: "number"
                • Readonly packageNames: readonly ["string"]
                • Readonly singlePackage: "boolean"
                • Readonly specificFiles: readonly ["string"]
                • Readonly unpackaged: "?Package"
              • Readonly type: "RetrieveRequest"
            • Readonly RetrieveResult: {
                  props: {
                      done: "boolean";
                      errorMessage: "?string";
                      errorStatusCode: "?string";
                      fileProperties: readonly ["FileProperties"];
                      id: "string";
                      messages: readonly ["RetrieveMessage"];
                      status: "string";
                      success: "boolean";
                      zipFile: "string";
                  };
                  type: "RetrieveResult";
              }
              • Readonly props: {
                    done: "boolean";
                    errorMessage: "?string";
                    errorStatusCode: "?string";
                    fileProperties: readonly ["FileProperties"];
                    id: "string";
                    messages: readonly ["RetrieveMessage"];
                    status: "string";
                    success: "boolean";
                    zipFile: "string";
                }
                • Readonly done: "boolean"
                • Readonly errorMessage: "?string"
                • Readonly errorStatusCode: "?string"
                • Readonly fileProperties: readonly ["FileProperties"]
                • Readonly id: "string"
                • Readonly messages: readonly ["RetrieveMessage"]
                • Readonly status: "string"
                • Readonly success: "boolean"
                • Readonly zipFile: "string"
              • Readonly type: "RetrieveResult"
            • Readonly Role: {
                  extends: "RoleOrTerritory";
                  props: {
                      parentRole: "?string";
                  };
                  type: "Role";
              }
              • Readonly extends: "RoleOrTerritory"
              • Readonly props: {
                    parentRole: "?string";
                }
                • Readonly parentRole: "?string"
              • Readonly type: "Role"
            • Readonly RoleAndSubordinates: {
                  props: {
                      roleAndSubordinate: readonly ["string"];
                  };
                  type: "RoleAndSubordinates";
              }
              • Readonly props: {
                    roleAndSubordinate: readonly ["string"];
                }
                • Readonly roleAndSubordinate: readonly ["string"]
              • Readonly type: "RoleAndSubordinates"
            • Readonly RoleAndSubordinatesInternal: {
                  props: {
                      roleAndSubordinateInternal: readonly ["string"];
                  };
                  type: "RoleAndSubordinatesInternal";
              }
              • Readonly props: {
                    roleAndSubordinateInternal: readonly ["string"];
                }
                • Readonly roleAndSubordinateInternal: readonly ["string"]
              • Readonly type: "RoleAndSubordinatesInternal"
            • Readonly RoleOrTerritory: {
                  extends: "Metadata";
                  props: {
                      caseAccessLevel: "?string";
                      contactAccessLevel: "?string";
                      description: "?string";
                      mayForecastManagerShare: "?boolean";
                      name: "string";
                      opportunityAccessLevel: "?string";
                  };
                  type: "RoleOrTerritory";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    caseAccessLevel: "?string";
                    contactAccessLevel: "?string";
                    description: "?string";
                    mayForecastManagerShare: "?boolean";
                    name: "string";
                    opportunityAccessLevel: "?string";
                }
                • Readonly caseAccessLevel: "?string"
                • Readonly contactAccessLevel: "?string"
                • Readonly description: "?string"
                • Readonly mayForecastManagerShare: "?boolean"
                • Readonly name: "string"
                • Readonly opportunityAccessLevel: "?string"
              • Readonly type: "RoleOrTerritory"
            • Readonly Roles: {
                  props: {
                      role: readonly ["string"];
                  };
                  type: "Roles";
              }
              • Readonly props: {
                    role: readonly ["string"];
                }
                • Readonly role: readonly ["string"]
              • Readonly type: "Roles"
            • Readonly RuleEntry: {
                  props: {
                      assignedTo: "?string";
                      assignedToType: "?string";
                      booleanFilter: "?string";
                      businessHours: "?string";
                      businessHoursSource: "?string";
                      criteriaItems: readonly ["FilterItem"];
                      disableEscalationWhenModified: "?boolean";
                      escalationAction: readonly ["EscalationAction"];
                      escalationStartTime: "?string";
                      formula: "?string";
                      notifyCcRecipients: "?boolean";
                      overrideExistingTeams: "?boolean";
                      replyToEmail: "?string";
                      senderEmail: "?string";
                      senderName: "?string";
                      team: readonly ["string"];
                      template: "?string";
                  };
                  type: "RuleEntry";
              }
              • Readonly props: {
                    assignedTo: "?string";
                    assignedToType: "?string";
                    booleanFilter: "?string";
                    businessHours: "?string";
                    businessHoursSource: "?string";
                    criteriaItems: readonly ["FilterItem"];
                    disableEscalationWhenModified: "?boolean";
                    escalationAction: readonly ["EscalationAction"];
                    escalationStartTime: "?string";
                    formula: "?string";
                    notifyCcRecipients: "?boolean";
                    overrideExistingTeams: "?boolean";
                    replyToEmail: "?string";
                    senderEmail: "?string";
                    senderName: "?string";
                    team: readonly ["string"];
                    template: "?string";
                }
                • Readonly assignedTo: "?string"
                • Readonly assignedToType: "?string"
                • Readonly booleanFilter: "?string"
                • Readonly businessHours: "?string"
                • Readonly businessHoursSource: "?string"
                • Readonly criteriaItems: readonly ["FilterItem"]
                • Readonly disableEscalationWhenModified: "?boolean"
                • Readonly escalationAction: readonly ["EscalationAction"]
                • Readonly escalationStartTime: "?string"
                • Readonly formula: "?string"
                • Readonly notifyCcRecipients: "?boolean"
                • Readonly overrideExistingTeams: "?boolean"
                • Readonly replyToEmail: "?string"
                • Readonly senderEmail: "?string"
                • Readonly senderName: "?string"
                • Readonly team: readonly ["string"]
                • Readonly template: "?string"
              • Readonly type: "RuleEntry"
            • Readonly RunTestFailure: {
                  props: {
                      id: "string";
                      message: "string";
                      methodName: "?string";
                      name: "string";
                      namespace: "?string";
                      packageName: "string";
                      seeAllData: "?boolean";
                      stackTrace: "?string";
                      time: "number";
                      type: "string";
                  };
                  type: "RunTestFailure";
              }
              • Readonly props: {
                    id: "string";
                    message: "string";
                    methodName: "?string";
                    name: "string";
                    namespace: "?string";
                    packageName: "string";
                    seeAllData: "?boolean";
                    stackTrace: "?string";
                    time: "number";
                    type: "string";
                }
                • Readonly id: "string"
                • Readonly message: "string"
                • Readonly methodName: "?string"
                • Readonly name: "string"
                • Readonly namespace: "?string"
                • Readonly packageName: "string"
                • Readonly seeAllData: "?boolean"
                • Readonly stackTrace: "?string"
                • Readonly time: "number"
                • Readonly type: "string"
              • Readonly type: "RunTestFailure"
            • Readonly RunTestSuccess: {
                  props: {
                      id: "string";
                      methodName: "string";
                      name: "string";
                      namespace: "?string";
                      seeAllData: "?boolean";
                      time: "number";
                  };
                  type: "RunTestSuccess";
              }
              • Readonly props: {
                    id: "string";
                    methodName: "string";
                    name: "string";
                    namespace: "?string";
                    seeAllData: "?boolean";
                    time: "number";
                }
                • Readonly id: "string"
                • Readonly methodName: "string"
                • Readonly name: "string"
                • Readonly namespace: "?string"
                • Readonly seeAllData: "?boolean"
                • Readonly time: "number"
              • Readonly type: "RunTestSuccess"
            • Readonly RunTestsResult: {
                  props: {
                      apexLogId: "?string";
                      codeCoverage: readonly ["CodeCoverageResult"];
                      codeCoverageWarnings: readonly ["CodeCoverageWarning"];
                      failures: readonly ["RunTestFailure"];
                      flowCoverage: readonly ["FlowCoverageResult"];
                      flowCoverageWarnings: readonly ["FlowCoverageWarning"];
                      numFailures: "number";
                      numTestsRun: "number";
                      successes: readonly ["RunTestSuccess"];
                      totalTime: "number";
                  };
                  type: "RunTestsResult";
              }
              • Readonly props: {
                    apexLogId: "?string";
                    codeCoverage: readonly ["CodeCoverageResult"];
                    codeCoverageWarnings: readonly ["CodeCoverageWarning"];
                    failures: readonly ["RunTestFailure"];
                    flowCoverage: readonly ["FlowCoverageResult"];
                    flowCoverageWarnings: readonly ["FlowCoverageWarning"];
                    numFailures: "number";
                    numTestsRun: "number";
                    successes: readonly ["RunTestSuccess"];
                    totalTime: "number";
                }
                • Readonly apexLogId: "?string"
                • Readonly codeCoverage: readonly ["CodeCoverageResult"]
                • Readonly codeCoverageWarnings: readonly ["CodeCoverageWarning"]
                • Readonly failures: readonly ["RunTestFailure"]
                • Readonly flowCoverage: readonly ["FlowCoverageResult"]
                • Readonly flowCoverageWarnings: readonly ["FlowCoverageWarning"]
                • Readonly numFailures: "number"
                • Readonly numTestsRun: "number"
                • Readonly successes: readonly ["RunTestSuccess"]
                • Readonly totalTime: "number"
              • Readonly type: "RunTestsResult"
            • Readonly SamlSsoConfig: {
                  extends: "Metadata";
                  props: {
                      attributeName: "?string";
                      attributeNameIdFormat: "?string";
                      decryptionCertificate: "?string";
                      errorUrl: "?string";
                      executionUserId: "?string";
                      identityLocation: "string";
                      identityMapping: "string";
                      issuer: "string";
                      loginUrl: "?string";
                      logoutUrl: "?string";
                      name: "string";
                      oauthTokenEndpoint: "?string";
                      redirectBinding: "?boolean";
                      requestSignatureMethod: "?string";
                      requestSigningCertId: "?string";
                      salesforceLoginUrl: "?string";
                      samlEntityId: "string";
                      samlJitHandlerId: "?string";
                      samlVersion: "string";
                      singleLogoutBinding: "?string";
                      singleLogoutUrl: "?string";
                      userProvisioning: "?boolean";
                      validationCert: "string";
                  };
                  type: "SamlSsoConfig";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    attributeName: "?string";
                    attributeNameIdFormat: "?string";
                    decryptionCertificate: "?string";
                    errorUrl: "?string";
                    executionUserId: "?string";
                    identityLocation: "string";
                    identityMapping: "string";
                    issuer: "string";
                    loginUrl: "?string";
                    logoutUrl: "?string";
                    name: "string";
                    oauthTokenEndpoint: "?string";
                    redirectBinding: "?boolean";
                    requestSignatureMethod: "?string";
                    requestSigningCertId: "?string";
                    salesforceLoginUrl: "?string";
                    samlEntityId: "string";
                    samlJitHandlerId: "?string";
                    samlVersion: "string";
                    singleLogoutBinding: "?string";
                    singleLogoutUrl: "?string";
                    userProvisioning: "?boolean";
                    validationCert: "string";
                }
                • Readonly attributeName: "?string"
                • Readonly attributeNameIdFormat: "?string"
                • Readonly decryptionCertificate: "?string"
                • Readonly errorUrl: "?string"
                • Readonly executionUserId: "?string"
                • Readonly identityLocation: "string"
                • Readonly identityMapping: "string"
                • Readonly issuer: "string"
                • Readonly loginUrl: "?string"
                • Readonly logoutUrl: "?string"
                • Readonly name: "string"
                • Readonly oauthTokenEndpoint: "?string"
                • Readonly redirectBinding: "?boolean"
                • Readonly requestSignatureMethod: "?string"
                • Readonly requestSigningCertId: "?string"
                • Readonly salesforceLoginUrl: "?string"
                • Readonly samlEntityId: "string"
                • Readonly samlJitHandlerId: "?string"
                • Readonly samlVersion: "string"
                • Readonly singleLogoutBinding: "?string"
                • Readonly singleLogoutUrl: "?string"
                • Readonly userProvisioning: "?boolean"
                • Readonly validationCert: "string"
              • Readonly type: "SamlSsoConfig"
            • Readonly SaveResult: {
                  props: {
                      errors: readonly ["Error"];
                      fullName: "string";
                      success: "boolean";
                  };
                  type: "SaveResult";
              }
              • Readonly props: {
                    errors: readonly ["Error"];
                    fullName: "string";
                    success: "boolean";
                }
                • Readonly errors: readonly ["Error"]
                • Readonly fullName: "string"
                • Readonly success: "boolean"
              • Readonly type: "SaveResult"
            • Readonly ScheduledRecommendation: {
                  props: {
                      scheduledRecommendationDetails: readonly ["ScheduledRecommendationDetail"];
                  };
                  type: "ScheduledRecommendation";
              }
              • Readonly props: {
                    scheduledRecommendationDetails: readonly ["ScheduledRecommendationDetail"];
                }
                • Readonly scheduledRecommendationDetails: readonly ["ScheduledRecommendationDetail"]
              • Readonly type: "ScheduledRecommendation"
            • Readonly ScheduledRecommendationDetail: {
                  props: {
                      channel: "?string";
                      enabled: "?boolean";
                      rank: "?number";
                      recommendationAudience: "?string";
                  };
                  type: "ScheduledRecommendationDetail";
              }
              • Readonly props: {
                    channel: "?string";
                    enabled: "?boolean";
                    rank: "?number";
                    recommendationAudience: "?string";
                }
                • Readonly channel: "?string"
                • Readonly enabled: "?boolean"
                • Readonly rank: "?number"
                • Readonly recommendationAudience: "?string"
              • Readonly type: "ScheduledRecommendationDetail"
            • Readonly SchemaSettings: {
                  extends: "Metadata";
                  props: {
                      enableAdvancedCMTSecurity: "?boolean";
                      enableAdvancedCSSecurity: "?boolean";
                      enableListCustomSettingCreation: "?boolean";
                      enableSOSLOnCustomSettings: "?boolean";
                  };
                  type: "SchemaSettings";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    enableAdvancedCMTSecurity: "?boolean";
                    enableAdvancedCSSecurity: "?boolean";
                    enableListCustomSettingCreation: "?boolean";
                    enableSOSLOnCustomSettings: "?boolean";
                }
                • Readonly enableAdvancedCMTSecurity: "?boolean"
                • Readonly enableAdvancedCSSecurity: "?boolean"
                • Readonly enableListCustomSettingCreation: "?boolean"
                • Readonly enableSOSLOnCustomSettings: "?boolean"
              • Readonly type: "SchemaSettings"
            • Readonly Scontrol: {
                  extends: "MetadataWithContent";
                  props: {
                      contentSource: "string";
                      description: "?string";
                      encodingKey: "string";
                      fileContent: "?string";
                      fileName: "?string";
                      name: "string";
                      supportsCaching: "boolean";
                  };
                  type: "Scontrol";
              }
              • Readonly extends: "MetadataWithContent"
              • Readonly props: {
                    contentSource: "string";
                    description: "?string";
                    encodingKey: "string";
                    fileContent: "?string";
                    fileName: "?string";
                    name: "string";
                    supportsCaching: "boolean";
                }
                • Readonly contentSource: "string"
                • Readonly description: "?string"
                • Readonly encodingKey: "string"
                • Readonly fileContent: "?string"
                • Readonly fileName: "?string"
                • Readonly name: "string"
                • Readonly supportsCaching: "boolean"
              • Readonly type: "Scontrol"
            • Readonly ScontrolTranslation: {
                  props: {
                      label: "string";
                      name: "string";
                  };
                  type: "ScontrolTranslation";
              }
              • Readonly props: {
                    label: "string";
                    name: "string";
                }
                • Readonly label: "string"
                • Readonly name: "string"
              • Readonly type: "ScontrolTranslation"
            • Readonly SearchLayouts: {
                  props: {
                      customTabListAdditionalFields: readonly ["string"];
                      excludedStandardButtons: readonly ["string"];
                      listViewButtons: readonly ["string"];
                      lookupDialogsAdditionalFields: readonly ["string"];
                      lookupFilterFields: readonly ["string"];
                      lookupPhoneDialogsAdditionalFields: readonly ["string"];
                      massQuickActions: readonly ["string"];
                      searchFilterFields: readonly ["string"];
                      searchResultsAdditionalFields: readonly ["string"];
                      searchResultsCustomButtons: readonly ["string"];
                  };
                  type: "SearchLayouts";
              }
              • Readonly props: {
                    customTabListAdditionalFields: readonly ["string"];
                    excludedStandardButtons: readonly ["string"];
                    listViewButtons: readonly ["string"];
                    lookupDialogsAdditionalFields: readonly ["string"];
                    lookupFilterFields: readonly ["string"];
                    lookupPhoneDialogsAdditionalFields: readonly ["string"];
                    massQuickActions: readonly ["string"];
                    searchFilterFields: readonly ["string"];
                    searchResultsAdditionalFields: readonly ["string"];
                    searchResultsCustomButtons: readonly ["string"];
                }
                • Readonly customTabListAdditionalFields: readonly ["string"]
                • Readonly excludedStandardButtons: readonly ["string"]
                • Readonly listViewButtons: readonly ["string"]
                • Readonly lookupDialogsAdditionalFields: readonly ["string"]
                • Readonly lookupFilterFields: readonly ["string"]
                • Readonly lookupPhoneDialogsAdditionalFields: readonly ["string"]
                • Readonly massQuickActions: readonly ["string"]
                • Readonly searchFilterFields: readonly ["string"]
                • Readonly searchResultsAdditionalFields: readonly ["string"]
                • Readonly searchResultsCustomButtons: readonly ["string"]
              • Readonly type: "SearchLayouts"
            • Readonly SearchSettings: {
                  extends: "Metadata";
                  props: {
                      documentContentSearchEnabled: "boolean";
                      enableAdvancedSearchInAlohaSidebar: "?boolean";
                      enableEinsteinSearchPersonalization: "?boolean";
                      enableQuerySuggestionPigOn: "?boolean";
                      enableSalesforceGeneratedSynonyms: "?boolean";
                      enableSetupSearch: "?boolean";
                      optimizeSearchForCJKEnabled: "boolean";
                      recentlyViewedUsersForBlankLookupEnabled: "boolean";
                      searchSettingsByObject: "SearchSettingsByObject";
                      sidebarAutoCompleteEnabled: "boolean";
                      sidebarDropDownListEnabled: "boolean";
                      sidebarLimitToItemsIOwnCheckboxEnabled: "boolean";
                      singleSearchResultShortcutEnabled: "boolean";
                      spellCorrectKnowledgeSearchEnabled: "boolean";
                  };
                  type: "SearchSettings";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    documentContentSearchEnabled: "boolean";
                    enableAdvancedSearchInAlohaSidebar: "?boolean";
                    enableEinsteinSearchPersonalization: "?boolean";
                    enableQuerySuggestionPigOn: "?boolean";
                    enableSalesforceGeneratedSynonyms: "?boolean";
                    enableSetupSearch: "?boolean";
                    optimizeSearchForCJKEnabled: "boolean";
                    recentlyViewedUsersForBlankLookupEnabled: "boolean";
                    searchSettingsByObject: "SearchSettingsByObject";
                    sidebarAutoCompleteEnabled: "boolean";
                    sidebarDropDownListEnabled: "boolean";
                    sidebarLimitToItemsIOwnCheckboxEnabled: "boolean";
                    singleSearchResultShortcutEnabled: "boolean";
                    spellCorrectKnowledgeSearchEnabled: "boolean";
                }
                • Readonly documentContentSearchEnabled: "boolean"
                • Readonly enableAdvancedSearchInAlohaSidebar: "?boolean"
                • Readonly enableEinsteinSearchPersonalization: "?boolean"
                • Readonly enableQuerySuggestionPigOn: "?boolean"
                • Readonly enableSalesforceGeneratedSynonyms: "?boolean"
                • Readonly enableSetupSearch: "?boolean"
                • Readonly optimizeSearchForCJKEnabled: "boolean"
                • Readonly recentlyViewedUsersForBlankLookupEnabled: "boolean"
                • Readonly searchSettingsByObject: "SearchSettingsByObject"
                • Readonly sidebarAutoCompleteEnabled: "boolean"
                • Readonly sidebarDropDownListEnabled: "boolean"
                • Readonly sidebarLimitToItemsIOwnCheckboxEnabled: "boolean"
                • Readonly singleSearchResultShortcutEnabled: "boolean"
                • Readonly spellCorrectKnowledgeSearchEnabled: "boolean"
              • Readonly type: "SearchSettings"
            • Readonly SearchSettingsByObject: {
                  props: {
                      searchSettingsByObject: readonly ["ObjectSearchSetting"];
                  };
                  type: "SearchSettingsByObject";
              }
              • Readonly props: {
                    searchSettingsByObject: readonly ["ObjectSearchSetting"];
                }
                • Readonly searchSettingsByObject: readonly ["ObjectSearchSetting"]
              • Readonly type: "SearchSettingsByObject"
            • Readonly SecuritySettings: {
                  extends: "Metadata";
                  props: {
                      canUsersGrantLoginAccess: "?boolean";
                      enableAdminLoginAsAnyUser: "?boolean";
                      enableAuditFieldsInactiveOwner: "?boolean";
                      enableAuraSecureEvalPref: "?boolean";
                      enableRequireHttpsConnection: "?boolean";
                      isTLSv12Required: "?boolean";
                      isTLSv12RequiredCommunities: "?boolean";
                      networkAccess: "?NetworkAccess";
                      passwordPolicies: "?PasswordPolicies";
                      sessionSettings: "?SessionSettings";
                      singleSignOnSettings: "?SingleSignOnSettings";
                  };
                  type: "SecuritySettings";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    canUsersGrantLoginAccess: "?boolean";
                    enableAdminLoginAsAnyUser: "?boolean";
                    enableAuditFieldsInactiveOwner: "?boolean";
                    enableAuraSecureEvalPref: "?boolean";
                    enableRequireHttpsConnection: "?boolean";
                    isTLSv12Required: "?boolean";
                    isTLSv12RequiredCommunities: "?boolean";
                    networkAccess: "?NetworkAccess";
                    passwordPolicies: "?PasswordPolicies";
                    sessionSettings: "?SessionSettings";
                    singleSignOnSettings: "?SingleSignOnSettings";
                }
                • Readonly canUsersGrantLoginAccess: "?boolean"
                • Readonly enableAdminLoginAsAnyUser: "?boolean"
                • Readonly enableAuditFieldsInactiveOwner: "?boolean"
                • Readonly enableAuraSecureEvalPref: "?boolean"
                • Readonly enableRequireHttpsConnection: "?boolean"
                • Readonly isTLSv12Required: "?boolean"
                • Readonly isTLSv12RequiredCommunities: "?boolean"
                • Readonly networkAccess: "?NetworkAccess"
                • Readonly passwordPolicies: "?PasswordPolicies"
                • Readonly sessionSettings: "?SessionSettings"
                • Readonly singleSignOnSettings: "?SingleSignOnSettings"
              • Readonly type: "SecuritySettings"
            • Readonly ServiceChannel: {
                  extends: "Metadata";
                  props: {
                      interactionComponent: "?string";
                      label: "string";
                      relatedEntityType: "string";
                      secondaryRoutingPriorityField: "?string";
                      serviceChannelFieldPriorities: readonly ["ServiceChannelFieldPriority"];
                  };
                  type: "ServiceChannel";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    interactionComponent: "?string";
                    label: "string";
                    relatedEntityType: "string";
                    secondaryRoutingPriorityField: "?string";
                    serviceChannelFieldPriorities: readonly ["ServiceChannelFieldPriority"];
                }
                • Readonly interactionComponent: "?string"
                • Readonly label: "string"
                • Readonly relatedEntityType: "string"
                • Readonly secondaryRoutingPriorityField: "?string"
                • Readonly serviceChannelFieldPriorities: readonly ["ServiceChannelFieldPriority"]
              • Readonly type: "ServiceChannel"
            • Readonly ServiceChannelFieldPriority: {
                  props: {
                      priority: "number";
                      value: "string";
                  };
                  type: "ServiceChannelFieldPriority";
              }
              • Readonly props: {
                    priority: "number";
                    value: "string";
                }
                • Readonly priority: "number"
                • Readonly value: "string"
              • Readonly type: "ServiceChannelFieldPriority"
            • Readonly ServiceChannelStatus: {
                  props: {
                      channel: readonly ["string"];
                  };
                  type: "ServiceChannelStatus";
              }
              • Readonly props: {
                    channel: readonly ["string"];
                }
                • Readonly channel: readonly ["string"]
              • Readonly type: "ServiceChannelStatus"
            • Readonly ServiceCloudConsoleConfig: {
                  props: {
                      componentList: "?AppComponentList";
                      detailPageRefreshMethod: "string";
                      footerColor: "?string";
                      headerColor: "?string";
                      keyboardShortcuts: "KeyboardShortcuts";
                      listPlacement: "ListPlacement";
                      listRefreshMethod: "string";
                      liveAgentConfig: "?LiveAgentConfig";
                      primaryTabColor: "?string";
                      pushNotifications: readonly ["PushNotification"];
                      tabLimitConfig: "?TabLimitConfig";
                      whitelistedDomains: readonly ["string"];
                  };
                  type: "ServiceCloudConsoleConfig";
              }
              • Readonly props: {
                    componentList: "?AppComponentList";
                    detailPageRefreshMethod: "string";
                    footerColor: "?string";
                    headerColor: "?string";
                    keyboardShortcuts: "KeyboardShortcuts";
                    listPlacement: "ListPlacement";
                    listRefreshMethod: "string";
                    liveAgentConfig: "?LiveAgentConfig";
                    primaryTabColor: "?string";
                    pushNotifications: readonly ["PushNotification"];
                    tabLimitConfig: "?TabLimitConfig";
                    whitelistedDomains: readonly ["string"];
                }
                • Readonly componentList: "?AppComponentList"
                • Readonly detailPageRefreshMethod: "string"
                • Readonly footerColor: "?string"
                • Readonly headerColor: "?string"
                • Readonly keyboardShortcuts: "KeyboardShortcuts"
                • Readonly listPlacement: "ListPlacement"
                • Readonly listRefreshMethod: "string"
                • Readonly liveAgentConfig: "?LiveAgentConfig"
                • Readonly primaryTabColor: "?string"
                • Readonly pushNotifications: readonly ["PushNotification"]
                • Readonly tabLimitConfig: "?TabLimitConfig"
                • Readonly whitelistedDomains: readonly ["string"]
              • Readonly type: "ServiceCloudConsoleConfig"
            • Readonly ServicePresenceStatus: {
                  extends: "Metadata";
                  props: {
                      channels: "?ServiceChannelStatus";
                      label: "string";
                  };
                  type: "ServicePresenceStatus";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    channels: "?ServiceChannelStatus";
                    label: "string";
                }
                • Readonly channels: "?ServiceChannelStatus"
                • Readonly label: "string"
              • Readonly type: "ServicePresenceStatus"
            • Readonly SessionSettings: {
                  props: {
                      allowUserAuthenticationByCertificate: "?boolean";
                      canConfirmEmailChangeInLightningCommunities: "?boolean";
                      disableTimeoutWarning: "?boolean";
                      enableCSPOnEmail: "?boolean";
                      enableCSRFOnGet: "?boolean";
                      enableCSRFOnPost: "?boolean";
                      enableCacheAndAutocomplete: "?boolean";
                      enableClickjackNonsetupSFDC: "?boolean";
                      enableClickjackNonsetupUser: "?boolean";
                      enableClickjackNonsetupUserHeaderless: "?boolean";
                      enableClickjackSetup: "?boolean";
                      enableContentSniffingProtection: "?boolean";
                      enableLightningLogin: "?boolean";
                      enableLightningLoginOnlyWithUserPerm: "?boolean";
                      enablePostForSessions: "?boolean";
                      enableSMSIdentity: "?boolean";
                      enableU2F: "?boolean";
                      enableUpgradeInsecureRequests: "?boolean";
                      enableXssProtection: "?boolean";
                      enforceIpRangesEveryRequest: "?boolean";
                      forceLogoutOnSessionTimeout: "?boolean";
                      forceRelogin: "?boolean";
                      hasRetainedLoginHints: "?boolean";
                      hasUserSwitching: "?boolean";
                      hstsOnForcecomSites: "?boolean";
                      identityConfirmationOnEmailChange: "?boolean";
                      identityConfirmationOnTwoFactorRegistrationEnabled: "?boolean";
                      lockSessionsToDomain: "?boolean";
                      lockSessionsToIp: "?boolean";
                      lockerServiceAPIVersion: "?string";
                      lockerServiceCSP: "?boolean";
                      lockerServiceFrozenRealm: "?boolean";
                      logoutURL: "?string";
                      redirectionWarning: "?boolean";
                      referrerPolicy: "?boolean";
                      requireHttpOnly: "?boolean";
                      requireHttps: "?boolean";
                      securityCentralKillSession: "?boolean";
                      sessionTimeout: "?string";
                  };
                  type: "SessionSettings";
              }
              • Readonly props: {
                    allowUserAuthenticationByCertificate: "?boolean";
                    canConfirmEmailChangeInLightningCommunities: "?boolean";
                    disableTimeoutWarning: "?boolean";
                    enableCSPOnEmail: "?boolean";
                    enableCSRFOnGet: "?boolean";
                    enableCSRFOnPost: "?boolean";
                    enableCacheAndAutocomplete: "?boolean";
                    enableClickjackNonsetupSFDC: "?boolean";
                    enableClickjackNonsetupUser: "?boolean";
                    enableClickjackNonsetupUserHeaderless: "?boolean";
                    enableClickjackSetup: "?boolean";
                    enableContentSniffingProtection: "?boolean";
                    enableLightningLogin: "?boolean";
                    enableLightningLoginOnlyWithUserPerm: "?boolean";
                    enablePostForSessions: "?boolean";
                    enableSMSIdentity: "?boolean";
                    enableU2F: "?boolean";
                    enableUpgradeInsecureRequests: "?boolean";
                    enableXssProtection: "?boolean";
                    enforceIpRangesEveryRequest: "?boolean";
                    forceLogoutOnSessionTimeout: "?boolean";
                    forceRelogin: "?boolean";
                    hasRetainedLoginHints: "?boolean";
                    hasUserSwitching: "?boolean";
                    hstsOnForcecomSites: "?boolean";
                    identityConfirmationOnEmailChange: "?boolean";
                    identityConfirmationOnTwoFactorRegistrationEnabled: "?boolean";
                    lockSessionsToDomain: "?boolean";
                    lockSessionsToIp: "?boolean";
                    lockerServiceAPIVersion: "?string";
                    lockerServiceCSP: "?boolean";
                    lockerServiceFrozenRealm: "?boolean";
                    logoutURL: "?string";
                    redirectionWarning: "?boolean";
                    referrerPolicy: "?boolean";
                    requireHttpOnly: "?boolean";
                    requireHttps: "?boolean";
                    securityCentralKillSession: "?boolean";
                    sessionTimeout: "?string";
                }
                • Readonly allowUserAuthenticationByCertificate: "?boolean"
                • Readonly canConfirmEmailChangeInLightningCommunities: "?boolean"
                • Readonly disableTimeoutWarning: "?boolean"
                • Readonly enableCSPOnEmail: "?boolean"
                • Readonly enableCSRFOnGet: "?boolean"
                • Readonly enableCSRFOnPost: "?boolean"
                • Readonly enableCacheAndAutocomplete: "?boolean"
                • Readonly enableClickjackNonsetupSFDC: "?boolean"
                • Readonly enableClickjackNonsetupUser: "?boolean"
                • Readonly enableClickjackNonsetupUserHeaderless: "?boolean"
                • Readonly enableClickjackSetup: "?boolean"
                • Readonly enableContentSniffingProtection: "?boolean"
                • Readonly enableLightningLogin: "?boolean"
                • Readonly enableLightningLoginOnlyWithUserPerm: "?boolean"
                • Readonly enablePostForSessions: "?boolean"
                • Readonly enableSMSIdentity: "?boolean"
                • Readonly enableU2F: "?boolean"
                • Readonly enableUpgradeInsecureRequests: "?boolean"
                • Readonly enableXssProtection: "?boolean"
                • Readonly enforceIpRangesEveryRequest: "?boolean"
                • Readonly forceLogoutOnSessionTimeout: "?boolean"
                • Readonly forceRelogin: "?boolean"
                • Readonly hasRetainedLoginHints: "?boolean"
                • Readonly hasUserSwitching: "?boolean"
                • Readonly hstsOnForcecomSites: "?boolean"
                • Readonly identityConfirmationOnEmailChange: "?boolean"
                • Readonly identityConfirmationOnTwoFactorRegistrationEnabled: "?boolean"
                • Readonly lockSessionsToDomain: "?boolean"
                • Readonly lockSessionsToIp: "?boolean"
                • Readonly lockerServiceAPIVersion: "?string"
                • Readonly lockerServiceCSP: "?boolean"
                • Readonly lockerServiceFrozenRealm: "?boolean"
                • Readonly logoutURL: "?string"
                • Readonly redirectionWarning: "?boolean"
                • Readonly referrerPolicy: "?boolean"
                • Readonly requireHttpOnly: "?boolean"
                • Readonly requireHttps: "?boolean"
                • Readonly securityCentralKillSession: "?boolean"
                • Readonly sessionTimeout: "?string"
              • Readonly type: "SessionSettings"
            • Readonly SharedTo: {
                  props: {
                      allCustomerPortalUsers: "?string";
                      allInternalUsers: "?string";
                      allPartnerUsers: "?string";
                      channelProgramGroup: readonly ["string"];
                      channelProgramGroups: readonly ["string"];
                      group: readonly ["string"];
                      groups: readonly ["string"];
                      guestUser: readonly ["string"];
                      managerSubordinates: readonly ["string"];
                      managers: readonly ["string"];
                      portalRole: readonly ["string"];
                      portalRoleAndSubordinates: readonly ["string"];
                      queue: readonly ["string"];
                      role: readonly ["string"];
                      roleAndSubordinates: readonly ["string"];
                      roleAndSubordinatesInternal: readonly ["string"];
                      roles: readonly ["string"];
                      rolesAndSubordinates: readonly ["string"];
                      territories: readonly ["string"];
                      territoriesAndSubordinates: readonly ["string"];
                      territory: readonly ["string"];
                      territoryAndSubordinates: readonly ["string"];
                  };
                  type: "SharedTo";
              }
              • Readonly props: {
                    allCustomerPortalUsers: "?string";
                    allInternalUsers: "?string";
                    allPartnerUsers: "?string";
                    channelProgramGroup: readonly ["string"];
                    channelProgramGroups: readonly ["string"];
                    group: readonly ["string"];
                    groups: readonly ["string"];
                    guestUser: readonly ["string"];
                    managerSubordinates: readonly ["string"];
                    managers: readonly ["string"];
                    portalRole: readonly ["string"];
                    portalRoleAndSubordinates: readonly ["string"];
                    queue: readonly ["string"];
                    role: readonly ["string"];
                    roleAndSubordinates: readonly ["string"];
                    roleAndSubordinatesInternal: readonly ["string"];
                    roles: readonly ["string"];
                    rolesAndSubordinates: readonly ["string"];
                    territories: readonly ["string"];
                    territoriesAndSubordinates: readonly ["string"];
                    territory: readonly ["string"];
                    territoryAndSubordinates: readonly ["string"];
                }
                • Readonly allCustomerPortalUsers: "?string"
                • Readonly allInternalUsers: "?string"
                • Readonly allPartnerUsers: "?string"
                • Readonly channelProgramGroup: readonly ["string"]
                • Readonly channelProgramGroups: readonly ["string"]
                • Readonly group: readonly ["string"]
                • Readonly groups: readonly ["string"]
                • Readonly guestUser: readonly ["string"]
                • Readonly managerSubordinates: readonly ["string"]
                • Readonly managers: readonly ["string"]
                • Readonly portalRole: readonly ["string"]
                • Readonly portalRoleAndSubordinates: readonly ["string"]
                • Readonly queue: readonly ["string"]
                • Readonly role: readonly ["string"]
                • Readonly roleAndSubordinates: readonly ["string"]
                • Readonly roleAndSubordinatesInternal: readonly ["string"]
                • Readonly roles: readonly ["string"]
                • Readonly rolesAndSubordinates: readonly ["string"]
                • Readonly territories: readonly ["string"]
                • Readonly territoriesAndSubordinates: readonly ["string"]
                • Readonly territory: readonly ["string"]
                • Readonly territoryAndSubordinates: readonly ["string"]
              • Readonly type: "SharedTo"
            • Readonly SharingBaseRule: {
                  extends: "Metadata";
                  props: {
                      accessLevel: "string";
                      accountSettings: "?AccountSharingRuleSettings";
                      description: "?string";
                      label: "string";
                      sharedTo: "SharedTo";
                  };
                  type: "SharingBaseRule";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    accessLevel: "string";
                    accountSettings: "?AccountSharingRuleSettings";
                    description: "?string";
                    label: "string";
                    sharedTo: "SharedTo";
                }
                • Readonly accessLevel: "string"
                • Readonly accountSettings: "?AccountSharingRuleSettings"
                • Readonly description: "?string"
                • Readonly label: "string"
                • Readonly sharedTo: "SharedTo"
              • Readonly type: "SharingBaseRule"
            • Readonly SharingCriteriaRule: {
                  extends: "SharingBaseRule";
                  props: {
                      booleanFilter: "?string";
                      criteriaItems: readonly ["FilterItem"];
                  };
                  type: "SharingCriteriaRule";
              }
              • Readonly extends: "SharingBaseRule"
              • Readonly props: {
                    booleanFilter: "?string";
                    criteriaItems: readonly ["FilterItem"];
                }
                • Readonly booleanFilter: "?string"
                • Readonly criteriaItems: readonly ["FilterItem"]
              • Readonly type: "SharingCriteriaRule"
            • Readonly SharingGuestRule: {
                  extends: "SharingBaseRule";
                  props: {
                      booleanFilter: "?string";
                      criteriaItems: readonly ["FilterItem"];
                  };
                  type: "SharingGuestRule";
              }
              • Readonly extends: "SharingBaseRule"
              • Readonly props: {
                    booleanFilter: "?string";
                    criteriaItems: readonly ["FilterItem"];
                }
                • Readonly booleanFilter: "?string"
                • Readonly criteriaItems: readonly ["FilterItem"]
              • Readonly type: "SharingGuestRule"
            • Readonly SharingOwnerRule: {
                  extends: "SharingBaseRule";
                  props: {
                      sharedFrom: "SharedTo";
                  };
                  type: "SharingOwnerRule";
              }
              • Readonly extends: "SharingBaseRule"
              • Readonly props: {
                    sharedFrom: "SharedTo";
                }
                • Readonly sharedFrom: "SharedTo"
              • Readonly type: "SharingOwnerRule"
            • Readonly SharingReason: {
                  extends: "Metadata";
                  props: {
                      label: "string";
                  };
                  type: "SharingReason";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    label: "string";
                }
                • Readonly label: "string"
              • Readonly type: "SharingReason"
            • Readonly SharingReasonTranslation: {
                  props: {
                      label: "string";
                      name: "string";
                  };
                  type: "SharingReasonTranslation";
              }
              • Readonly props: {
                    label: "string";
                    name: "string";
                }
                • Readonly label: "string"
                • Readonly name: "string"
              • Readonly type: "SharingReasonTranslation"
            • Readonly SharingRecalculation: {
                  props: {
                      className: "string";
                  };
                  type: "SharingRecalculation";
              }
              • Readonly props: {
                    className: "string";
                }
                • Readonly className: "string"
              • Readonly type: "SharingRecalculation"
            • Readonly SharingRules: {
                  extends: "Metadata";
                  props: {
                      sharingCriteriaRules: readonly ["SharingCriteriaRule"];
                      sharingGuestRules: readonly ["SharingGuestRule"];
                      sharingOwnerRules: readonly ["SharingOwnerRule"];
                      sharingTerritoryRules: readonly ["SharingTerritoryRule"];
                  };
                  type: "SharingRules";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    sharingCriteriaRules: readonly ["SharingCriteriaRule"];
                    sharingGuestRules: readonly ["SharingGuestRule"];
                    sharingOwnerRules: readonly ["SharingOwnerRule"];
                    sharingTerritoryRules: readonly ["SharingTerritoryRule"];
                }
                • Readonly sharingCriteriaRules: readonly ["SharingCriteriaRule"]
                • Readonly sharingGuestRules: readonly ["SharingGuestRule"]
                • Readonly sharingOwnerRules: readonly ["SharingOwnerRule"]
                • Readonly sharingTerritoryRules: readonly ["SharingTerritoryRule"]
              • Readonly type: "SharingRules"
            • Readonly SharingSet: {
                  extends: "Metadata";
                  props: {
                      accessMappings: readonly ["AccessMapping"];
                      description: "?string";
                      name: "string";
                      profiles: readonly ["string"];
                  };
                  type: "SharingSet";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    accessMappings: readonly ["AccessMapping"];
                    description: "?string";
                    name: "string";
                    profiles: readonly ["string"];
                }
                • Readonly accessMappings: readonly ["AccessMapping"]
                • Readonly description: "?string"
                • Readonly name: "string"
                • Readonly profiles: readonly ["string"]
              • Readonly type: "SharingSet"
            • Readonly SharingSettings: {
                  extends: "Metadata";
                  props: {
                      enableAccountRoleOptimization: "?boolean";
                      enableAssetSharing: "?boolean";
                      enableCommunityUserVisibility: "?boolean";
                      enableExternalSharingModel: "?boolean";
                      enableManagerGroups: "?boolean";
                      enableManualUserRecordSharing: "?boolean";
                      enablePartnerSuperUserAccess: "?boolean";
                      enablePortalUserCaseSharing: "?boolean";
                      enablePortalUserVisibility: "?boolean";
                      enableRemoveTMGroupMembership: "?boolean";
                      enableSecureGuestAccess: "?boolean";
                      enableStandardReportVisibility: "?boolean";
                      enableTerritoryForecastManager: "?boolean";
                  };
                  type: "SharingSettings";
              }
              • Readonly extends: "Metadata"
              • Readonly props: {
                    enableAccountRoleOptimization: "?boolean";
                    enableAssetSharing: "?boolean";
                    enableCommunityUserVisibility: "?boolean";
                    enableExternalSharingModel: "?boolean";
                    enableManagerGroups: "?boolean";
                    enableManualUserRecordSharing: "?boolean";
                    enablePartnerSuperUserAccess: "?boolean";
                    enablePortalUserCaseSharing: "?boolean";
                    enablePortalUserVisibility: "?boolean";
                    enableRemoveTMGroupMembership: "?boolean";
                    enableSecureGuestAccess: "?boolean";
                    enableStandardReportVisibility: "?boolean";
                    enableTerritoryForecastManager: "?boolean";
                }
                • Readonly enableAccountRoleOptimization: "?boolean"
                • Readonly enableAssetSharing: "?boolean"
                • Readonly enableCommunityUserVisibility: "?boolean"
                • Readonly enableExternalSharingModel: "?boolean"
                • Readonly enableManagerGroups: "?boolean"
                • Readonly enableManualUserRecordSharing: "?boolean"
                • Readonly enablePartnerSuperUserAccess: "?boolean"
                • Readonly enablePortalUserCaseSharing: "?boolean"
                • Readonly enablePortalUserVisibility: "?boolean"
                • Readonly enableRemoveTMGroupMembership: "?boolean"
                • Readonly enableSecureGuestAccess: "?boolean"
                • Readonly enableStandardReportVisibility: "?boolean"
                • Readonly enableTerritoryForecastManager: "?boolean"
              • Readonly type: "SharingSettings"
            • Readonly SharingTerritoryRule: {
                  extends: "SharingOwnerRule";
                  props: {};
                  type: "SharingTerritoryRule";
              }
              • Readonly extends: "SharingOwnerRule"
              • Readonly props: {}
                • Readonly type: "SharingTerritoryRule"
              • Readonly SidebarComponent: {
                    props: {
                        componentType: "string";
                        createAction: "?string";
                        enableLinking: "?boolean";
                        height: "?number";
                        label: "?string";
                        lookup: "?string";
                        page: "?string";
                        relatedLists: readonly ["RelatedList"];
                        unit: "?string";
                        updateAction: "?string";
                        width: "?number";
                    };
                    type: "SidebarComponent";
                }
                • Readonly props: {
                      componentType: "string";
                      createAction: "?string";
                      enableLinking: "?boolean";
                      height: "?number";
                      label: "?string";
                      lookup: "?string";
                      page: "?string";
                      relatedLists: readonly ["RelatedList"];
                      unit: "?string";
                      updateAction: "?string";
                      width: "?number";
                  }
                  • Readonly componentType: "string"
                  • Readonly createAction: "?string"
                  • Readonly enableLinking: "?boolean"
                  • Readonly height: "?number"
                  • Readonly label: "?string"
                  • Readonly lookup: "?string"
                  • Readonly page: "?string"
                  • Readonly relatedLists: readonly ["RelatedList"]
                  • Readonly unit: "?string"
                  • Readonly updateAction: "?string"
                  • Readonly width: "?number"
                • Readonly type: "SidebarComponent"
              • Readonly SingleSignOnSettings: {
                    props: {
                        enableForceDelegatedCallout: "?boolean";
                        enableMultipleSamlConfigs: "?boolean";
                        enableSamlJitProvisioning: "?boolean";
                        enableSamlLogin: "?boolean";
                    };
                    type: "SingleSignOnSettings";
                }
                • Readonly props: {
                      enableForceDelegatedCallout: "?boolean";
                      enableMultipleSamlConfigs: "?boolean";
                      enableSamlJitProvisioning: "?boolean";
                      enableSamlLogin: "?boolean";
                  }
                  • Readonly enableForceDelegatedCallout: "?boolean"
                  • Readonly enableMultipleSamlConfigs: "?boolean"
                  • Readonly enableSamlJitProvisioning: "?boolean"
                  • Readonly enableSamlLogin: "?boolean"
                • Readonly type: "SingleSignOnSettings"
              • Readonly SiteDotCom: {
                    extends: "MetadataWithContent";
                    props: {
                        label: "string";
                        siteType: "string";
                    };
                    type: "SiteDotCom";
                }
                • Readonly extends: "MetadataWithContent"
                • Readonly props: {
                      label: "string";
                      siteType: "string";
                  }
                  • Readonly label: "string"
                  • Readonly siteType: "string"
                • Readonly type: "SiteDotCom"
              • Readonly SiteRedirectMapping: {
                    props: {
                        action: "string";
                        isActive: "?boolean";
                        source: "string";
                        target: "string";
                    };
                    type: "SiteRedirectMapping";
                }
                • Readonly props: {
                      action: "string";
                      isActive: "?boolean";
                      source: "string";
                      target: "string";
                  }
                  • Readonly action: "string"
                  • Readonly isActive: "?boolean"
                  • Readonly source: "string"
                  • Readonly target: "string"
                • Readonly type: "SiteRedirectMapping"
              • Readonly SiteSettings: {
                    extends: "Metadata";
                    props: {
                        enableProxyLoginICHeader: "?boolean";
                        enableTopicsInSites: "?boolean";
                        enableVisualforceApiAccessAllowed: "?boolean";
                    };
                    type: "SiteSettings";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      enableProxyLoginICHeader: "?boolean";
                      enableTopicsInSites: "?boolean";
                      enableVisualforceApiAccessAllowed: "?boolean";
                  }
                  • Readonly enableProxyLoginICHeader: "?boolean"
                  • Readonly enableTopicsInSites: "?boolean"
                  • Readonly enableVisualforceApiAccessAllowed: "?boolean"
                • Readonly type: "SiteSettings"
              • Readonly SiteWebAddress: {
                    props: {
                        certificate: "?string";
                        domainName: "string";
                        primary: "boolean";
                    };
                    type: "SiteWebAddress";
                }
                • Readonly props: {
                      certificate: "?string";
                      domainName: "string";
                      primary: "boolean";
                  }
                  • Readonly certificate: "?string"
                  • Readonly domainName: "string"
                  • Readonly primary: "boolean"
                • Readonly type: "SiteWebAddress"
              • Readonly Skill: {
                    extends: "Metadata";
                    props: {
                        assignments: "?SkillAssignments";
                        description: "?string";
                        label: "string";
                    };
                    type: "Skill";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      assignments: "?SkillAssignments";
                      description: "?string";
                      label: "string";
                  }
                  • Readonly assignments: "?SkillAssignments"
                  • Readonly description: "?string"
                  • Readonly label: "string"
                • Readonly type: "Skill"
              • Readonly SkillAssignments: {
                    props: {
                        profiles: "?SkillProfileAssignments";
                        users: "?SkillUserAssignments";
                    };
                    type: "SkillAssignments";
                }
                • Readonly props: {
                      profiles: "?SkillProfileAssignments";
                      users: "?SkillUserAssignments";
                  }
                  • Readonly profiles: "?SkillProfileAssignments"
                  • Readonly users: "?SkillUserAssignments"
                • Readonly type: "SkillAssignments"
              • Readonly SkillProfileAssignments: {
                    props: {
                        profile: readonly ["string"];
                    };
                    type: "SkillProfileAssignments";
                }
                • Readonly props: {
                      profile: readonly ["string"];
                  }
                  • Readonly profile: readonly ["string"]
                • Readonly type: "SkillProfileAssignments"
              • Readonly SkillUserAssignments: {
                    props: {
                        user: readonly ["string"];
                    };
                    type: "SkillUserAssignments";
                }
                • Readonly props: {
                      user: readonly ["string"];
                  }
                  • Readonly user: readonly ["string"]
                • Readonly type: "SkillUserAssignments"
              • Readonly SocialCustomerServiceSettings: {
                    extends: "Metadata";
                    props: {
                        caseSubjectOption: "string";
                        enableSocialApprovals: "?boolean";
                        enableSocialCaseAssignmentRules: "?boolean";
                        enableSocialCustomerService: "?boolean";
                        enableSocialPersonaHistoryTracking: "?boolean";
                        enableSocialPostHistoryTracking: "?boolean";
                        enableSocialReceiveParentPost: "?boolean";
                    };
                    type: "SocialCustomerServiceSettings";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      caseSubjectOption: "string";
                      enableSocialApprovals: "?boolean";
                      enableSocialCaseAssignmentRules: "?boolean";
                      enableSocialCustomerService: "?boolean";
                      enableSocialPersonaHistoryTracking: "?boolean";
                      enableSocialPostHistoryTracking: "?boolean";
                      enableSocialReceiveParentPost: "?boolean";
                  }
                  • Readonly caseSubjectOption: "string"
                  • Readonly enableSocialApprovals: "?boolean"
                  • Readonly enableSocialCaseAssignmentRules: "?boolean"
                  • Readonly enableSocialCustomerService: "?boolean"
                  • Readonly enableSocialPersonaHistoryTracking: "?boolean"
                  • Readonly enableSocialPostHistoryTracking: "?boolean"
                  • Readonly enableSocialReceiveParentPost: "?boolean"
                • Readonly type: "SocialCustomerServiceSettings"
              • Readonly SocialProfileSettings: {
                    extends: "Metadata";
                    props: {
                        enableSocialProfiles: "?boolean";
                        isFacebookSocialProfilesDisabled: "?boolean";
                        isLinkedInSocialProfilesDisabled: "?boolean";
                        isTwitterSocialProfilesDisabled: "?boolean";
                        isYouTubeSocialProfilesDisabled: "?boolean";
                    };
                    type: "SocialProfileSettings";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      enableSocialProfiles: "?boolean";
                      isFacebookSocialProfilesDisabled: "?boolean";
                      isLinkedInSocialProfilesDisabled: "?boolean";
                      isTwitterSocialProfilesDisabled: "?boolean";
                      isYouTubeSocialProfilesDisabled: "?boolean";
                  }
                  • Readonly enableSocialProfiles: "?boolean"
                  • Readonly isFacebookSocialProfilesDisabled: "?boolean"
                  • Readonly isLinkedInSocialProfilesDisabled: "?boolean"
                  • Readonly isTwitterSocialProfilesDisabled: "?boolean"
                  • Readonly isYouTubeSocialProfilesDisabled: "?boolean"
                • Readonly type: "SocialProfileSettings"
              • Readonly SourceTrackingSettings: {
                    extends: "Metadata";
                    props: {
                        enableSourceTrackingSandboxes: "?boolean";
                    };
                    type: "SourceTrackingSettings";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      enableSourceTrackingSandboxes: "?boolean";
                  }
                  • Readonly enableSourceTrackingSandboxes: "?boolean"
                • Readonly type: "SourceTrackingSettings"
              • Readonly StandardFieldTranslation: {
                    props: {
                        label: "?string";
                        name: "string";
                    };
                    type: "StandardFieldTranslation";
                }
                • Readonly props: {
                      label: "?string";
                      name: "string";
                  }
                  • Readonly label: "?string"
                  • Readonly name: "string"
                • Readonly type: "StandardFieldTranslation"
              • Readonly StandardValue: {
                    extends: "CustomValue";
                    props: {
                        allowEmail: "?boolean";
                        closed: "?boolean";
                        converted: "?boolean";
                        cssExposed: "?boolean";
                        forecastCategory: "?string";
                        groupingString: "?string";
                        highPriority: "?boolean";
                        probability: "?number";
                        reverseRole: "?string";
                        reviewed: "?boolean";
                        won: "?boolean";
                    };
                    type: "StandardValue";
                }
                • Readonly extends: "CustomValue"
                • Readonly props: {
                      allowEmail: "?boolean";
                      closed: "?boolean";
                      converted: "?boolean";
                      cssExposed: "?boolean";
                      forecastCategory: "?string";
                      groupingString: "?string";
                      highPriority: "?boolean";
                      probability: "?number";
                      reverseRole: "?string";
                      reviewed: "?boolean";
                      won: "?boolean";
                  }
                  • Readonly allowEmail: "?boolean"
                  • Readonly closed: "?boolean"
                  • Readonly converted: "?boolean"
                  • Readonly cssExposed: "?boolean"
                  • Readonly forecastCategory: "?string"
                  • Readonly groupingString: "?string"
                  • Readonly highPriority: "?boolean"
                  • Readonly probability: "?number"
                  • Readonly reverseRole: "?string"
                  • Readonly reviewed: "?boolean"
                  • Readonly won: "?boolean"
                • Readonly type: "StandardValue"
              • Readonly StandardValueSet: {
                    extends: "Metadata";
                    props: {
                        groupingStringEnum: "?string";
                        sorted: "boolean";
                        standardValue: readonly ["StandardValue"];
                    };
                    type: "StandardValueSet";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      groupingStringEnum: "?string";
                      sorted: "boolean";
                      standardValue: readonly ["StandardValue"];
                  }
                  • Readonly groupingStringEnum: "?string"
                  • Readonly sorted: "boolean"
                  • Readonly standardValue: readonly ["StandardValue"]
                • Readonly type: "StandardValueSet"
              • Readonly StandardValueSetTranslation: {
                    extends: "Metadata";
                    props: {
                        valueTranslation: readonly ["ValueTranslation"];
                    };
                    type: "StandardValueSetTranslation";
                }
                • Readonly extends: "Metadata"
                • Readonly props: {
                      valueTranslation: readonly ["ValueTranslation"];
                  }
                  • Readonly valueTranslation: readonly ["ValueTranslation"]
                • Readonly type: "StandardValueSetTranslation"
              • Readonly State: {
                    props: {
                        active: "boolean";
                        integrationValue: "string";
                        isoCode: "string";
                        label: "string";
                        standard: "boolean";
                        visible: "boolean";
                    };
                    type: "State";
                }
                • Readonly props: {
                      active: "boolean";
                      integrationValue: "string";
                      isoCode: "string";
                      label: "string";
                      standard: "boolean";
                      visible: "boolean";
                  }
                  • Readonly active: "boolean"
                  • Readonly integrationValue: "string"
                  • Readonly isoCode: "string"
                  • Readonly label: "string"
                  • Readonly standard: "boolean"
                  • Readonly visible: "boolean"
                • Readonly type: "State"
              • Readonly StaticResource: {
                    extends: "MetadataWithContent";
                    props: {
                        cacheControl: "string";
                        contentType: "string";
                        description: "?string";
                    };
                    type: "StaticResource";
                }
                • Readonly extends: "MetadataWithContent"
                • Readonly props: {
                      cacheControl: "string";
                      contentType: "string";
                      description: "?string";
                  }
                  • Readonly cacheControl: "string"
                  • Readonly contentType: "string"
                  • Readonly description: "?string"
                • Readonly type: "StaticResource"
              • Readonly StrategyAction: {
                    props: {
                        action: "string";
                        argument: readonly ["StrategyActionArg"];
                        description: "?string";
                        label: "?string";
                        name: "string";
                        type: "string";
                    };
                    type: "StrategyAction";
                }
                • Readonly props: {
                      action: "string";
                      argument: readonly ["StrategyActionArg"];
                      description: "?string";
                      label: "?string";
                      name: "string";
                      type: "string";
                  }
                  • Readonly action: "string"
                  • Readonly argument: readonly ["StrategyActionArg"]
                  • Readonly description: "?string"
                  • Readonly label: "?string"
                  • Readonly name: "string"
                  • Readonly type: "string"
                • Readonly type: "StrategyAction"
              • Readonly StrategyActionArg: {
                    props: {
                        name: "string";
                        value: "string";
                    };
                    type: "StrategyActionArg";
                }
                • Readonly props: {
                      name: "string";
                      value: "string";
                  }
                  • Readonly name: "string"
                  • Readonly value: "string"
                • Readonly type: "StrategyActionArg"
              • Readonly StrategyNodeBase: {
                    props: {
                        childNode: readonly ["string"];
                        description: "?string";
                        label: "?string";
                        name: "string";
                    };
                    type: "StrategyNodeBase";
                }
                • Readonly props: {
                      childNode: readonly ["string"];
                      description: "?string";
                      label: "?string";
                      name: "string";
                  }
                  • Readonly childNode: readonly ["string"]
                  • Readonly description: "?string"
                  • Readonly label: "?string"
                  • Readonly name: "string"
                • Readonly type: "StrategyNodeBase"
              • Readonly StrategyNodeExclusive: {
                    extends: "StrategyNodeUnionBase";
                    props: {};
                    type: "StrategyNodeExclusive";
                }
                • Readonly extends: "StrategyNodeUnionBase"
                • Readonly props: {}
                  • Readonly type: "StrategyNodeExclusive"
                • Readonly StrategyNodeFilter: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          expression: "string";
                      };
                      type: "StrategyNodeFilter";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        expression: "string";
                    }
                    • Readonly expression: "string"
                  • Readonly type: "StrategyNodeFilter"
                • Readonly StrategyNodeIf: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          childNodeExpression: readonly ["IfExpression"];
                          onlyFirstMatch: "?boolean";
                      };
                      type: "StrategyNodeIf";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        childNodeExpression: readonly ["IfExpression"];
                        onlyFirstMatch: "?boolean";
                    }
                    • Readonly childNodeExpression: readonly ["IfExpression"]
                    • Readonly onlyFirstMatch: "?boolean"
                  • Readonly type: "StrategyNodeIf"
                • Readonly StrategyNodeInvocableAction: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          action: "string";
                          argument: readonly ["StrategyNodeInvocableActionArg"];
                          isGenerator: "boolean";
                          type: "string";
                      };
                      type: "StrategyNodeInvocableAction";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        action: "string";
                        argument: readonly ["StrategyNodeInvocableActionArg"];
                        isGenerator: "boolean";
                        type: "string";
                    }
                    • Readonly action: "string"
                    • Readonly argument: readonly ["StrategyNodeInvocableActionArg"]
                    • Readonly isGenerator: "boolean"
                    • Readonly type: "string"
                  • Readonly type: "StrategyNodeInvocableAction"
                • Readonly StrategyNodeInvocableActionArg: {
                      props: {
                          name: "string";
                          value: "string";
                      };
                      type: "StrategyNodeInvocableActionArg";
                  }
                  • Readonly props: {
                        name: "string";
                        value: "string";
                    }
                    • Readonly name: "string"
                    • Readonly value: "string"
                  • Readonly type: "StrategyNodeInvocableActionArg"
                • Readonly StrategyNodeMap: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          mapExpression: readonly ["MapExpression"];
                      };
                      type: "StrategyNodeMap";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        mapExpression: readonly ["MapExpression"];
                    }
                    • Readonly mapExpression: readonly ["MapExpression"]
                  • Readonly type: "StrategyNodeMap"
                • Readonly StrategyNodeRecommendationLimit: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          filterMode: readonly ["string"];
                          lookbackDuration: "?number";
                          maxRecommendationCount: "?number";
                      };
                      type: "StrategyNodeRecommendationLimit";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        filterMode: readonly ["string"];
                        lookbackDuration: "?number";
                        maxRecommendationCount: "?number";
                    }
                    • Readonly filterMode: readonly ["string"]
                    • Readonly lookbackDuration: "?number"
                    • Readonly maxRecommendationCount: "?number"
                  • Readonly type: "StrategyNodeRecommendationLimit"
                • Readonly StrategyNodeRecommendationLoad: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          condition: readonly ["RecommendationLoadCondition"];
                          conditionLogic: "?string";
                      };
                      type: "StrategyNodeRecommendationLoad";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        condition: readonly ["RecommendationLoadCondition"];
                        conditionLogic: "?string";
                    }
                    • Readonly condition: readonly ["RecommendationLoadCondition"]
                    • Readonly conditionLogic: "?string"
                  • Readonly type: "StrategyNodeRecommendationLoad"
                • Readonly StrategyNodeSort: {
                      extends: "StrategyNodeUnionBase";
                      props: {
                          field: readonly ["StrategyNodeSortField"];
                      };
                      type: "StrategyNodeSort";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {
                        field: readonly ["StrategyNodeSortField"];
                    }
                    • Readonly field: readonly ["StrategyNodeSortField"]
                  • Readonly type: "StrategyNodeSort"
                • Readonly StrategyNodeSortField: {
                      props: {
                          name: "string";
                          nullsFirst: "?boolean";
                          order: "?string";
                      };
                      type: "StrategyNodeSortField";
                  }
                  • Readonly props: {
                        name: "string";
                        nullsFirst: "?boolean";
                        order: "?string";
                    }
                    • Readonly name: "string"
                    • Readonly nullsFirst: "?boolean"
                    • Readonly order: "?string"
                  • Readonly type: "StrategyNodeSortField"
                • Readonly StrategyNodeUnion: {
                      extends: "StrategyNodeUnionBase";
                      props: {};
                      type: "StrategyNodeUnion";
                  }
                  • Readonly extends: "StrategyNodeUnionBase"
                  • Readonly props: {}
                    • Readonly type: "StrategyNodeUnion"
                  • Readonly StrategyNodeUnionBase: {
                        extends: "StrategyNodeBase";
                        props: {
                            limit: "?number";
                        };
                        type: "StrategyNodeUnionBase";
                    }
                    • Readonly extends: "StrategyNodeBase"
                    • Readonly props: {
                          limit: "?number";
                      }
                      • Readonly limit: "?number"
                    • Readonly type: "StrategyNodeUnionBase"
                  • Readonly SubtabComponents: {
                        props: {
                            containers: readonly ["Container"];
                        };
                        type: "SubtabComponents";
                    }
                    • Readonly props: {
                          containers: readonly ["Container"];
                      }
                      • Readonly containers: readonly ["Container"]
                    • Readonly type: "SubtabComponents"
                  • Readonly SummaryLayout: {
                        props: {
                            masterLabel: "string";
                            sizeX: "number";
                            sizeY: "?number";
                            sizeZ: "?number";
                            summaryLayoutItems: readonly ["SummaryLayoutItem"];
                            summaryLayoutStyle: "string";
                        };
                        type: "SummaryLayout";
                    }
                    • Readonly props: {
                          masterLabel: "string";
                          sizeX: "number";
                          sizeY: "?number";
                          sizeZ: "?number";
                          summaryLayoutItems: readonly ["SummaryLayoutItem"];
                          summaryLayoutStyle: "string";
                      }
                      • Readonly masterLabel: "string"
                      • Readonly sizeX: "number"
                      • Readonly sizeY: "?number"
                      • Readonly sizeZ: "?number"
                      • Readonly summaryLayoutItems: readonly ["SummaryLayoutItem"]
                      • Readonly summaryLayoutStyle: "string"
                    • Readonly type: "SummaryLayout"
                  • Readonly SummaryLayoutItem: {
                        props: {
                            customLink: "?string";
                            field: "?string";
                            posX: "number";
                            posY: "?number";
                            posZ: "?number";
                        };
                        type: "SummaryLayoutItem";
                    }
                    • Readonly props: {
                          customLink: "?string";
                          field: "?string";
                          posX: "number";
                          posY: "?number";
                          posZ: "?number";
                      }
                      • Readonly customLink: "?string"
                      • Readonly field: "?string"
                      • Readonly posX: "number"
                      • Readonly posY: "?number"
                      • Readonly posZ: "?number"
                    • Readonly type: "SummaryLayoutItem"
                  • Readonly SupervisorAgentConfigSkills: {
                        props: {
                            skill: readonly ["string"];
                        };
                        type: "SupervisorAgentConfigSkills";
                    }
                    • Readonly props: {
                          skill: readonly ["string"];
                      }
                      • Readonly skill: readonly ["string"]
                    • Readonly type: "SupervisorAgentConfigSkills"
                  • Readonly SurveySettings: {
                        extends: "Metadata";
                        props: {
                            enableSurvey: "?boolean";
                            enableSurveyOwnerCanManageResponse: "?boolean";
                        };
                        type: "SurveySettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableSurvey: "?boolean";
                          enableSurveyOwnerCanManageResponse: "?boolean";
                      }
                      • Readonly enableSurvey: "?boolean"
                      • Readonly enableSurveyOwnerCanManageResponse: "?boolean"
                    • Readonly type: "SurveySettings"
                  • Readonly SynonymDictionary: {
                        extends: "Metadata";
                        props: {
                            groups: readonly ["SynonymGroup"];
                            isProtected: "?boolean";
                            label: "string";
                        };
                        type: "SynonymDictionary";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          groups: readonly ["SynonymGroup"];
                          isProtected: "?boolean";
                          label: "string";
                      }
                      • Readonly groups: readonly ["SynonymGroup"]
                      • Readonly isProtected: "?boolean"
                      • Readonly label: "string"
                    • Readonly type: "SynonymDictionary"
                  • Readonly SynonymGroup: {
                        props: {
                            languages: readonly ["string"];
                            terms: readonly ["string"];
                        };
                        type: "SynonymGroup";
                    }
                    • Readonly props: {
                          languages: readonly ["string"];
                          terms: readonly ["string"];
                      }
                      • Readonly languages: readonly ["string"]
                      • Readonly terms: readonly ["string"]
                    • Readonly type: "SynonymGroup"
                  • Readonly SystemNotificationSettings: {
                        extends: "Metadata";
                        props: {
                            disableDowntimeNotifications: "?boolean";
                            disableMaintenanceNotifications: "?boolean";
                        };
                        type: "SystemNotificationSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          disableDowntimeNotifications: "?boolean";
                          disableMaintenanceNotifications: "?boolean";
                      }
                      • Readonly disableDowntimeNotifications: "?boolean"
                      • Readonly disableMaintenanceNotifications: "?boolean"
                    • Readonly type: "SystemNotificationSettings"
                  • Readonly TabLimitConfig: {
                        props: {
                            maxNumberOfPrimaryTabs: "?string";
                            maxNumberOfSubTabs: "?string";
                        };
                        type: "TabLimitConfig";
                    }
                    • Readonly props: {
                          maxNumberOfPrimaryTabs: "?string";
                          maxNumberOfSubTabs: "?string";
                      }
                      • Readonly maxNumberOfPrimaryTabs: "?string"
                      • Readonly maxNumberOfSubTabs: "?string"
                    • Readonly type: "TabLimitConfig"
                  • Readonly Targets: {
                        props: {
                            target: readonly ["string"];
                        };
                        type: "Targets";
                    }
                    • Readonly props: {
                          target: readonly ["string"];
                      }
                      • Readonly target: readonly ["string"]
                    • Readonly type: "Targets"
                  • Readonly Territory: {
                        extends: "RoleOrTerritory";
                        props: {
                            accountAccessLevel: "?string";
                            parentTerritory: "?string";
                        };
                        type: "Territory";
                    }
                    • Readonly extends: "RoleOrTerritory"
                    • Readonly props: {
                          accountAccessLevel: "?string";
                          parentTerritory: "?string";
                      }
                      • Readonly accountAccessLevel: "?string"
                      • Readonly parentTerritory: "?string"
                    • Readonly type: "Territory"
                  • Readonly Territory2: {
                        extends: "Metadata";
                        props: {
                            accountAccessLevel: "?string";
                            caseAccessLevel: "?string";
                            contactAccessLevel: "?string";
                            customFields: readonly ["FieldValue"];
                            description: "?string";
                            name: "string";
                            opportunityAccessLevel: "?string";
                            parentTerritory: "?string";
                            ruleAssociations: readonly ["Territory2RuleAssociation"];
                            territory2Type: "string";
                        };
                        type: "Territory2";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          accountAccessLevel: "?string";
                          caseAccessLevel: "?string";
                          contactAccessLevel: "?string";
                          customFields: readonly ["FieldValue"];
                          description: "?string";
                          name: "string";
                          opportunityAccessLevel: "?string";
                          parentTerritory: "?string";
                          ruleAssociations: readonly ["Territory2RuleAssociation"];
                          territory2Type: "string";
                      }
                      • Readonly accountAccessLevel: "?string"
                      • Readonly caseAccessLevel: "?string"
                      • Readonly contactAccessLevel: "?string"
                      • Readonly customFields: readonly ["FieldValue"]
                      • Readonly description: "?string"
                      • Readonly name: "string"
                      • Readonly opportunityAccessLevel: "?string"
                      • Readonly parentTerritory: "?string"
                      • Readonly ruleAssociations: readonly ["Territory2RuleAssociation"]
                      • Readonly territory2Type: "string"
                    • Readonly type: "Territory2"
                  • Readonly Territory2Model: {
                        extends: "Metadata";
                        props: {
                            customFields: readonly ["FieldValue"];
                            description: "?string";
                            name: "string";
                        };
                        type: "Territory2Model";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          customFields: readonly ["FieldValue"];
                          description: "?string";
                          name: "string";
                      }
                      • Readonly customFields: readonly ["FieldValue"]
                      • Readonly description: "?string"
                      • Readonly name: "string"
                    • Readonly type: "Territory2Model"
                  • Readonly Territory2Rule: {
                        extends: "Metadata";
                        props: {
                            active: "boolean";
                            booleanFilter: "?string";
                            name: "string";
                            objectType: "string";
                            ruleItems: readonly ["Territory2RuleItem"];
                        };
                        type: "Territory2Rule";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          active: "boolean";
                          booleanFilter: "?string";
                          name: "string";
                          objectType: "string";
                          ruleItems: readonly ["Territory2RuleItem"];
                      }
                      • Readonly active: "boolean"
                      • Readonly booleanFilter: "?string"
                      • Readonly name: "string"
                      • Readonly objectType: "string"
                      • Readonly ruleItems: readonly ["Territory2RuleItem"]
                    • Readonly type: "Territory2Rule"
                  • Readonly Territory2RuleAssociation: {
                        props: {
                            inherited: "boolean";
                            ruleName: "string";
                        };
                        type: "Territory2RuleAssociation";
                    }
                    • Readonly props: {
                          inherited: "boolean";
                          ruleName: "string";
                      }
                      • Readonly inherited: "boolean"
                      • Readonly ruleName: "string"
                    • Readonly type: "Territory2RuleAssociation"
                  • Readonly Territory2RuleItem: {
                        props: {
                            field: "string";
                            operation: "string";
                            value: "?string";
                        };
                        type: "Territory2RuleItem";
                    }
                    • Readonly props: {
                          field: "string";
                          operation: "string";
                          value: "?string";
                      }
                      • Readonly field: "string"
                      • Readonly operation: "string"
                      • Readonly value: "?string"
                    • Readonly type: "Territory2RuleItem"
                  • Readonly Territory2Settings: {
                        extends: "Metadata";
                        props: {
                            defaultAccountAccessLevel: "?string";
                            defaultCaseAccessLevel: "?string";
                            defaultContactAccessLevel: "?string";
                            defaultOpportunityAccessLevel: "?string";
                            enableTerritoryManagement2: "?boolean";
                            opportunityFilterSettings: "?Territory2SettingsOpportunityFilter";
                        };
                        type: "Territory2Settings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          defaultAccountAccessLevel: "?string";
                          defaultCaseAccessLevel: "?string";
                          defaultContactAccessLevel: "?string";
                          defaultOpportunityAccessLevel: "?string";
                          enableTerritoryManagement2: "?boolean";
                          opportunityFilterSettings: "?Territory2SettingsOpportunityFilter";
                      }
                      • Readonly defaultAccountAccessLevel: "?string"
                      • Readonly defaultCaseAccessLevel: "?string"
                      • Readonly defaultContactAccessLevel: "?string"
                      • Readonly defaultOpportunityAccessLevel: "?string"
                      • Readonly enableTerritoryManagement2: "?boolean"
                      • Readonly opportunityFilterSettings: "?Territory2SettingsOpportunityFilter"
                    • Readonly type: "Territory2Settings"
                  • Readonly Territory2SettingsOpportunityFilter: {
                        props: {
                            apexClassName: "?string";
                            enableFilter: "boolean";
                            runOnCreate: "boolean";
                        };
                        type: "Territory2SettingsOpportunityFilter";
                    }
                    • Readonly props: {
                          apexClassName: "?string";
                          enableFilter: "boolean";
                          runOnCreate: "boolean";
                      }
                      • Readonly apexClassName: "?string"
                      • Readonly enableFilter: "boolean"
                      • Readonly runOnCreate: "boolean"
                    • Readonly type: "Territory2SettingsOpportunityFilter"
                  • Readonly Territory2Type: {
                        extends: "Metadata";
                        props: {
                            description: "?string";
                            name: "string";
                            priority: "number";
                        };
                        type: "Territory2Type";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          description: "?string";
                          name: "string";
                          priority: "number";
                      }
                      • Readonly description: "?string"
                      • Readonly name: "string"
                      • Readonly priority: "number"
                    • Readonly type: "Territory2Type"
                  • Readonly TimeSheetTemplate: {
                        extends: "Metadata";
                        props: {
                            active: "boolean";
                            description: "?string";
                            frequency: "string";
                            masterLabel: "string";
                            startDate: "string";
                            timeSheetTemplateAssignments: readonly ["TimeSheetTemplateAssignment"];
                            workWeekEndDay: "string";
                            workWeekStartDay: "string";
                        };
                        type: "TimeSheetTemplate";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          active: "boolean";
                          description: "?string";
                          frequency: "string";
                          masterLabel: "string";
                          startDate: "string";
                          timeSheetTemplateAssignments: readonly ["TimeSheetTemplateAssignment"];
                          workWeekEndDay: "string";
                          workWeekStartDay: "string";
                      }
                      • Readonly active: "boolean"
                      • Readonly description: "?string"
                      • Readonly frequency: "string"
                      • Readonly masterLabel: "string"
                      • Readonly startDate: "string"
                      • Readonly timeSheetTemplateAssignments: readonly ["TimeSheetTemplateAssignment"]
                      • Readonly workWeekEndDay: "string"
                      • Readonly workWeekStartDay: "string"
                    • Readonly type: "TimeSheetTemplate"
                  • Readonly TimeSheetTemplateAssignment: {
                        props: {
                            assignedTo: "?string";
                        };
                        type: "TimeSheetTemplateAssignment";
                    }
                    • Readonly props: {
                          assignedTo: "?string";
                      }
                      • Readonly assignedTo: "?string"
                    • Readonly type: "TimeSheetTemplateAssignment"
                  • Readonly TopicsForObjects: {
                        extends: "Metadata";
                        props: {
                            enableTopics: "boolean";
                            entityApiName: "string";
                        };
                        type: "TopicsForObjects";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableTopics: "boolean";
                          entityApiName: "string";
                      }
                      • Readonly enableTopics: "boolean"
                      • Readonly entityApiName: "string"
                    • Readonly type: "TopicsForObjects"
                  • Readonly TrailheadSettings: {
                        extends: "Metadata";
                        props: {
                            enableMyTrailheadPref: "?boolean";
                        };
                        type: "TrailheadSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableMyTrailheadPref: "?boolean";
                      }
                      • Readonly enableMyTrailheadPref: "?boolean"
                    • Readonly type: "TrailheadSettings"
                  • Readonly TransactionSecurityAction: {
                        props: {
                            block: "boolean";
                            endSession: "boolean";
                            freezeUser: "boolean";
                            notifications: readonly ["TransactionSecurityNotification"];
                            twoFactorAuthentication: "boolean";
                        };
                        type: "TransactionSecurityAction";
                    }
                    • Readonly props: {
                          block: "boolean";
                          endSession: "boolean";
                          freezeUser: "boolean";
                          notifications: readonly ["TransactionSecurityNotification"];
                          twoFactorAuthentication: "boolean";
                      }
                      • Readonly block: "boolean"
                      • Readonly endSession: "boolean"
                      • Readonly freezeUser: "boolean"
                      • Readonly notifications: readonly ["TransactionSecurityNotification"]
                      • Readonly twoFactorAuthentication: "boolean"
                    • Readonly type: "TransactionSecurityAction"
                  • Readonly TransactionSecurityNotification: {
                        props: {
                            inApp: "boolean";
                            sendEmail: "boolean";
                            user: "string";
                        };
                        type: "TransactionSecurityNotification";
                    }
                    • Readonly props: {
                          inApp: "boolean";
                          sendEmail: "boolean";
                          user: "string";
                      }
                      • Readonly inApp: "boolean"
                      • Readonly sendEmail: "boolean"
                      • Readonly user: "string"
                    • Readonly type: "TransactionSecurityNotification"
                  • Readonly TransactionSecurityPolicy: {
                        extends: "Metadata";
                        props: {
                            action: "TransactionSecurityAction";
                            active: "boolean";
                            apexClass: "?string";
                            description: "?string";
                            developerName: "?string";
                            eventName: "?string";
                            eventType: "?string";
                            executionUser: "?string";
                            flow: "?string";
                            masterLabel: "?string";
                            resourceName: "?string";
                            type: "?string";
                        };
                        type: "TransactionSecurityPolicy";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          action: "TransactionSecurityAction";
                          active: "boolean";
                          apexClass: "?string";
                          description: "?string";
                          developerName: "?string";
                          eventName: "?string";
                          eventType: "?string";
                          executionUser: "?string";
                          flow: "?string";
                          masterLabel: "?string";
                          resourceName: "?string";
                          type: "?string";
                      }
                      • Readonly action: "TransactionSecurityAction"
                      • Readonly active: "boolean"
                      • Readonly apexClass: "?string"
                      • Readonly description: "?string"
                      • Readonly developerName: "?string"
                      • Readonly eventName: "?string"
                      • Readonly eventType: "?string"
                      • Readonly executionUser: "?string"
                      • Readonly flow: "?string"
                      • Readonly masterLabel: "?string"
                      • Readonly resourceName: "?string"
                      • Readonly type: "?string"
                    • Readonly type: "TransactionSecurityPolicy"
                  • Readonly Translations: {
                        extends: "Metadata";
                        props: {
                            customApplications: readonly ["CustomApplicationTranslation"];
                            customDataTypeTranslations: readonly ["CustomDataTypeTranslation"];
                            customLabels: readonly ["CustomLabelTranslation"];
                            customPageWebLinks: readonly ["CustomPageWebLinkTranslation"];
                            customTabs: readonly ["CustomTabTranslation"];
                            flowDefinitions: readonly ["FlowDefinitionTranslation"];
                            quickActions: readonly ["GlobalQuickActionTranslation"];
                            reportTypes: readonly ["ReportTypeTranslation"];
                            scontrols: readonly ["ScontrolTranslation"];
                        };
                        type: "Translations";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          customApplications: readonly ["CustomApplicationTranslation"];
                          customDataTypeTranslations: readonly ["CustomDataTypeTranslation"];
                          customLabels: readonly ["CustomLabelTranslation"];
                          customPageWebLinks: readonly ["CustomPageWebLinkTranslation"];
                          customTabs: readonly ["CustomTabTranslation"];
                          flowDefinitions: readonly ["FlowDefinitionTranslation"];
                          quickActions: readonly ["GlobalQuickActionTranslation"];
                          reportTypes: readonly ["ReportTypeTranslation"];
                          scontrols: readonly ["ScontrolTranslation"];
                      }
                      • Readonly customApplications: readonly ["CustomApplicationTranslation"]
                      • Readonly customDataTypeTranslations: readonly ["CustomDataTypeTranslation"]
                      • Readonly customLabels: readonly ["CustomLabelTranslation"]
                      • Readonly customPageWebLinks: readonly ["CustomPageWebLinkTranslation"]
                      • Readonly customTabs: readonly ["CustomTabTranslation"]
                      • Readonly flowDefinitions: readonly ["FlowDefinitionTranslation"]
                      • Readonly quickActions: readonly ["GlobalQuickActionTranslation"]
                      • Readonly reportTypes: readonly ["ReportTypeTranslation"]
                      • Readonly scontrols: readonly ["ScontrolTranslation"]
                    • Readonly type: "Translations"
                  • Readonly UIObjectRelationConfig: {
                        extends: "Metadata";
                        props: {
                            UIObjectRelationFieldConfigs: readonly ["UIObjectRelationFieldConfig"];
                            contextObject: "string";
                            contextObjectRecordType: "?string";
                            directRelationshipField: "?string";
                            indirectObjectContextField: "?string";
                            indirectObjectRelatedField: "?string";
                            indirectRelationshipObject: "?string";
                            isActive: "boolean";
                            masterLabel: "string";
                            relatedObject: "string";
                            relatedObjectRecordType: "?string";
                            relationshipType: "string";
                        };
                        type: "UIObjectRelationConfig";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          UIObjectRelationFieldConfigs: readonly ["UIObjectRelationFieldConfig"];
                          contextObject: "string";
                          contextObjectRecordType: "?string";
                          directRelationshipField: "?string";
                          indirectObjectContextField: "?string";
                          indirectObjectRelatedField: "?string";
                          indirectRelationshipObject: "?string";
                          isActive: "boolean";
                          masterLabel: "string";
                          relatedObject: "string";
                          relatedObjectRecordType: "?string";
                          relationshipType: "string";
                      }
                      • Readonly UIObjectRelationFieldConfigs: readonly ["UIObjectRelationFieldConfig"]
                      • Readonly contextObject: "string"
                      • Readonly contextObjectRecordType: "?string"
                      • Readonly directRelationshipField: "?string"
                      • Readonly indirectObjectContextField: "?string"
                      • Readonly indirectObjectRelatedField: "?string"
                      • Readonly indirectRelationshipObject: "?string"
                      • Readonly isActive: "boolean"
                      • Readonly masterLabel: "string"
                      • Readonly relatedObject: "string"
                      • Readonly relatedObjectRecordType: "?string"
                      • Readonly relationshipType: "string"
                    • Readonly type: "UIObjectRelationConfig"
                  • Readonly UIObjectRelationFieldConfig: {
                        props: {
                            displayLabel: "string";
                            queryText: "string";
                            rowOrder: "number";
                        };
                        type: "UIObjectRelationFieldConfig";
                    }
                    • Readonly props: {
                          displayLabel: "string";
                          queryText: "string";
                          rowOrder: "number";
                      }
                      • Readonly displayLabel: "string"
                      • Readonly queryText: "string"
                      • Readonly rowOrder: "number"
                    • Readonly type: "UIObjectRelationFieldConfig"
                  • Readonly UiFormulaCriterion: {
                        props: {
                            leftValue: "string";
                            operator: "string";
                            rightValue: "?string";
                        };
                        type: "UiFormulaCriterion";
                    }
                    • Readonly props: {
                          leftValue: "string";
                          operator: "string";
                          rightValue: "?string";
                      }
                      • Readonly leftValue: "string"
                      • Readonly operator: "string"
                      • Readonly rightValue: "?string"
                    • Readonly type: "UiFormulaCriterion"
                  • Readonly UiFormulaRule: {
                        props: {
                            booleanFilter: "?string";
                            criteria: readonly ["UiFormulaCriterion"];
                        };
                        type: "UiFormulaRule";
                    }
                    • Readonly props: {
                          booleanFilter: "?string";
                          criteria: readonly ["UiFormulaCriterion"];
                      }
                      • Readonly booleanFilter: "?string"
                      • Readonly criteria: readonly ["UiFormulaCriterion"]
                    • Readonly type: "UiFormulaRule"
                  • Readonly UiPlugin: {
                        extends: "MetadataWithContent";
                        props: {
                            description: "?string";
                            extensionPointIdentifier: "string";
                            isEnabled: "boolean";
                            language: "string";
                            masterLabel: "string";
                        };
                        type: "UiPlugin";
                    }
                    • Readonly extends: "MetadataWithContent"
                    • Readonly props: {
                          description: "?string";
                          extensionPointIdentifier: "string";
                          isEnabled: "boolean";
                          language: "string";
                          masterLabel: "string";
                      }
                      • Readonly description: "?string"
                      • Readonly extensionPointIdentifier: "string"
                      • Readonly isEnabled: "boolean"
                      • Readonly language: "string"
                      • Readonly masterLabel: "string"
                    • Readonly type: "UiPlugin"
                  • Readonly UpsertResult: {
                        props: {
                            created: "boolean";
                            errors: readonly ["Error"];
                            fullName: "string";
                            success: "boolean";
                        };
                        type: "UpsertResult";
                    }
                    • Readonly props: {
                          created: "boolean";
                          errors: readonly ["Error"];
                          fullName: "string";
                          success: "boolean";
                      }
                      • Readonly created: "boolean"
                      • Readonly errors: readonly ["Error"]
                      • Readonly fullName: "string"
                      • Readonly success: "boolean"
                    • Readonly type: "UpsertResult"
                  • Readonly UserCriteria: {
                        extends: "Metadata";
                        props: {
                            creationAgeInSeconds: "?number";
                            description: "?string";
                            lastChatterActivityAgeInSeconds: "?number";
                            masterLabel: "string";
                            profiles: readonly ["string"];
                            userTypes: readonly ["string"];
                        };
                        type: "UserCriteria";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          creationAgeInSeconds: "?number";
                          description: "?string";
                          lastChatterActivityAgeInSeconds: "?number";
                          masterLabel: "string";
                          profiles: readonly ["string"];
                          userTypes: readonly ["string"];
                      }
                      • Readonly creationAgeInSeconds: "?number"
                      • Readonly description: "?string"
                      • Readonly lastChatterActivityAgeInSeconds: "?number"
                      • Readonly masterLabel: "string"
                      • Readonly profiles: readonly ["string"]
                      • Readonly userTypes: readonly ["string"]
                    • Readonly type: "UserCriteria"
                  • Readonly UserEngagementSettings: {
                        extends: "Metadata";
                        props: {
                            canGovCloudUseAdoptionApps: "?boolean";
                            doesScheduledSwitcherRunDaily: "?boolean";
                            enableCustomHelpGlobalSection: "?boolean";
                            enableHelpMenuShowFeedback: "?boolean";
                            enableHelpMenuShowHelp: "?boolean";
                            enableHelpMenuShowNewUser: "?boolean";
                            enableHelpMenuShowSearch: "?boolean";
                            enableHelpMenuShowSfdcContent: "?boolean";
                            enableHelpMenuShowShortcut: "?boolean";
                            enableHelpMenuShowSupport: "?boolean";
                            enableHelpMenuShowTrailhead: "?boolean";
                            enableIBILOptOutDashboards: "?boolean";
                            enableIBILOptOutEvents: "?boolean";
                            enableIBILOptOutReports: "?boolean";
                            enableIBILOptOutTasks: "?boolean";
                            enableLexToClassicFeedbackEnable: "?boolean";
                            enableOrchestrationInSandbox: "?boolean";
                            enableOrgUserAssistEnabled: "?boolean";
                            enableScheduledSwitcher: "?boolean";
                            enableSfdcProductFeedbackSurvey: "?boolean";
                            enableShowSalesforceUserAssist: "?boolean";
                            isAutoTransitionDelayed: "?boolean";
                            isCrucNotificationDisabled: "?boolean";
                            isCustomProfileAutoTransitionDelayed: "?boolean";
                            isLEXWelcomeMatDisabled: "?boolean";
                            isMeetTheAssistantDisabledInClassic: "?boolean";
                            isMeetTheAssistantDisabledInLightning: "?boolean";
                            optimizerAppEnabled: "?boolean";
                        };
                        type: "UserEngagementSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          canGovCloudUseAdoptionApps: "?boolean";
                          doesScheduledSwitcherRunDaily: "?boolean";
                          enableCustomHelpGlobalSection: "?boolean";
                          enableHelpMenuShowFeedback: "?boolean";
                          enableHelpMenuShowHelp: "?boolean";
                          enableHelpMenuShowNewUser: "?boolean";
                          enableHelpMenuShowSearch: "?boolean";
                          enableHelpMenuShowSfdcContent: "?boolean";
                          enableHelpMenuShowShortcut: "?boolean";
                          enableHelpMenuShowSupport: "?boolean";
                          enableHelpMenuShowTrailhead: "?boolean";
                          enableIBILOptOutDashboards: "?boolean";
                          enableIBILOptOutEvents: "?boolean";
                          enableIBILOptOutReports: "?boolean";
                          enableIBILOptOutTasks: "?boolean";
                          enableLexToClassicFeedbackEnable: "?boolean";
                          enableOrchestrationInSandbox: "?boolean";
                          enableOrgUserAssistEnabled: "?boolean";
                          enableScheduledSwitcher: "?boolean";
                          enableSfdcProductFeedbackSurvey: "?boolean";
                          enableShowSalesforceUserAssist: "?boolean";
                          isAutoTransitionDelayed: "?boolean";
                          isCrucNotificationDisabled: "?boolean";
                          isCustomProfileAutoTransitionDelayed: "?boolean";
                          isLEXWelcomeMatDisabled: "?boolean";
                          isMeetTheAssistantDisabledInClassic: "?boolean";
                          isMeetTheAssistantDisabledInLightning: "?boolean";
                          optimizerAppEnabled: "?boolean";
                      }
                      • Readonly canGovCloudUseAdoptionApps: "?boolean"
                      • Readonly doesScheduledSwitcherRunDaily: "?boolean"
                      • Readonly enableCustomHelpGlobalSection: "?boolean"
                      • Readonly enableHelpMenuShowFeedback: "?boolean"
                      • Readonly enableHelpMenuShowHelp: "?boolean"
                      • Readonly enableHelpMenuShowNewUser: "?boolean"
                      • Readonly enableHelpMenuShowSearch: "?boolean"
                      • Readonly enableHelpMenuShowSfdcContent: "?boolean"
                      • Readonly enableHelpMenuShowShortcut: "?boolean"
                      • Readonly enableHelpMenuShowSupport: "?boolean"
                      • Readonly enableHelpMenuShowTrailhead: "?boolean"
                      • Readonly enableIBILOptOutDashboards: "?boolean"
                      • Readonly enableIBILOptOutEvents: "?boolean"
                      • Readonly enableIBILOptOutReports: "?boolean"
                      • Readonly enableIBILOptOutTasks: "?boolean"
                      • Readonly enableLexToClassicFeedbackEnable: "?boolean"
                      • Readonly enableOrchestrationInSandbox: "?boolean"
                      • Readonly enableOrgUserAssistEnabled: "?boolean"
                      • Readonly enableScheduledSwitcher: "?boolean"
                      • Readonly enableSfdcProductFeedbackSurvey: "?boolean"
                      • Readonly enableShowSalesforceUserAssist: "?boolean"
                      • Readonly isAutoTransitionDelayed: "?boolean"
                      • Readonly isCrucNotificationDisabled: "?boolean"
                      • Readonly isCustomProfileAutoTransitionDelayed: "?boolean"
                      • Readonly isLEXWelcomeMatDisabled: "?boolean"
                      • Readonly isMeetTheAssistantDisabledInClassic: "?boolean"
                      • Readonly isMeetTheAssistantDisabledInLightning: "?boolean"
                      • Readonly optimizerAppEnabled: "?boolean"
                    • Readonly type: "UserEngagementSettings"
                  • Readonly UserInterfaceSettings: {
                        extends: "Metadata";
                        props: {
                            alternateAlohaListView: "?boolean";
                            enableAsyncRelatedLists: "?boolean";
                            enableClickjackUserPageHeaderless: "?boolean";
                            enableCollapsibleSections: "?boolean";
                            enableCollapsibleSideBar: "?boolean";
                            enableCustomObjectTruncate: "?boolean";
                            enableCustomeSideBarOnAllPages: "?boolean";
                            enableDeleteFieldHistory: "?boolean";
                            enableHoverDetails: "?boolean";
                            enableInlineEdit: "?boolean";
                            enableNewPageLayoutEditor: "?boolean";
                            enablePersonalCanvas: "?boolean";
                            enablePrintableListViews: "?boolean";
                            enableProfileCustomTabsets: "?boolean";
                            enableQuickCreate: "?boolean";
                            enableTabOrganizer: "?boolean";
                        };
                        type: "UserInterfaceSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          alternateAlohaListView: "?boolean";
                          enableAsyncRelatedLists: "?boolean";
                          enableClickjackUserPageHeaderless: "?boolean";
                          enableCollapsibleSections: "?boolean";
                          enableCollapsibleSideBar: "?boolean";
                          enableCustomObjectTruncate: "?boolean";
                          enableCustomeSideBarOnAllPages: "?boolean";
                          enableDeleteFieldHistory: "?boolean";
                          enableHoverDetails: "?boolean";
                          enableInlineEdit: "?boolean";
                          enableNewPageLayoutEditor: "?boolean";
                          enablePersonalCanvas: "?boolean";
                          enablePrintableListViews: "?boolean";
                          enableProfileCustomTabsets: "?boolean";
                          enableQuickCreate: "?boolean";
                          enableTabOrganizer: "?boolean";
                      }
                      • Readonly alternateAlohaListView: "?boolean"
                      • Readonly enableAsyncRelatedLists: "?boolean"
                      • Readonly enableClickjackUserPageHeaderless: "?boolean"
                      • Readonly enableCollapsibleSections: "?boolean"
                      • Readonly enableCollapsibleSideBar: "?boolean"
                      • Readonly enableCustomObjectTruncate: "?boolean"
                      • Readonly enableCustomeSideBarOnAllPages: "?boolean"
                      • Readonly enableDeleteFieldHistory: "?boolean"
                      • Readonly enableHoverDetails: "?boolean"
                      • Readonly enableInlineEdit: "?boolean"
                      • Readonly enableNewPageLayoutEditor: "?boolean"
                      • Readonly enablePersonalCanvas: "?boolean"
                      • Readonly enablePrintableListViews: "?boolean"
                      • Readonly enableProfileCustomTabsets: "?boolean"
                      • Readonly enableQuickCreate: "?boolean"
                      • Readonly enableTabOrganizer: "?boolean"
                    • Readonly type: "UserInterfaceSettings"
                  • Readonly UserManagementSettings: {
                        extends: "Metadata";
                        props: {
                            enableCanAnswerContainUsername: "?boolean";
                            enableCanSaveUserPerm: "?boolean";
                            enableConcealPersonalInfo: "?boolean";
                            enableContactlessExternalIdentityUsers: "?boolean";
                            enableEnhancedPermsetMgmt: "?boolean";
                            enableEnhancedProfileMgmt: "?boolean";
                            enableNewProfileUI: "?boolean";
                            enableScrambleUserData: "?boolean";
                            enableUserSelfDeactivate: "?boolean";
                        };
                        type: "UserManagementSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableCanAnswerContainUsername: "?boolean";
                          enableCanSaveUserPerm: "?boolean";
                          enableConcealPersonalInfo: "?boolean";
                          enableContactlessExternalIdentityUsers: "?boolean";
                          enableEnhancedPermsetMgmt: "?boolean";
                          enableEnhancedProfileMgmt: "?boolean";
                          enableNewProfileUI: "?boolean";
                          enableScrambleUserData: "?boolean";
                          enableUserSelfDeactivate: "?boolean";
                      }
                      • Readonly enableCanAnswerContainUsername: "?boolean"
                      • Readonly enableCanSaveUserPerm: "?boolean"
                      • Readonly enableConcealPersonalInfo: "?boolean"
                      • Readonly enableContactlessExternalIdentityUsers: "?boolean"
                      • Readonly enableEnhancedPermsetMgmt: "?boolean"
                      • Readonly enableEnhancedProfileMgmt: "?boolean"
                      • Readonly enableNewProfileUI: "?boolean"
                      • Readonly enableScrambleUserData: "?boolean"
                      • Readonly enableUserSelfDeactivate: "?boolean"
                    • Readonly type: "UserManagementSettings"
                  • Readonly Users: {
                        props: {
                            user: readonly ["string"];
                        };
                        type: "Users";
                    }
                    • Readonly props: {
                          user: readonly ["string"];
                      }
                      • Readonly user: readonly ["string"]
                    • Readonly type: "Users"
                  • Readonly ValidationRule: {
                        extends: "Metadata";
                        props: {
                            active: "boolean";
                            description: "?string";
                            errorConditionFormula: "string";
                            errorDisplayField: "?string";
                            errorMessage: "string";
                        };
                        type: "ValidationRule";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          active: "boolean";
                          description: "?string";
                          errorConditionFormula: "string";
                          errorDisplayField: "?string";
                          errorMessage: "string";
                      }
                      • Readonly active: "boolean"
                      • Readonly description: "?string"
                      • Readonly errorConditionFormula: "string"
                      • Readonly errorDisplayField: "?string"
                      • Readonly errorMessage: "string"
                    • Readonly type: "ValidationRule"
                  • Readonly ValidationRuleTranslation: {
                        props: {
                            errorMessage: "string";
                            name: "string";
                        };
                        type: "ValidationRuleTranslation";
                    }
                    • Readonly props: {
                          errorMessage: "string";
                          name: "string";
                      }
                      • Readonly errorMessage: "string"
                      • Readonly name: "string"
                    • Readonly type: "ValidationRuleTranslation"
                  • Readonly ValueSet: {
                        props: {
                            controllingField: "?string";
                            restricted: "?boolean";
                            valueSetDefinition: "?ValueSetValuesDefinition";
                            valueSetName: "?string";
                            valueSettings: readonly ["ValueSettings"];
                        };
                        type: "ValueSet";
                    }
                    • Readonly props: {
                          controllingField: "?string";
                          restricted: "?boolean";
                          valueSetDefinition: "?ValueSetValuesDefinition";
                          valueSetName: "?string";
                          valueSettings: readonly ["ValueSettings"];
                      }
                      • Readonly controllingField: "?string"
                      • Readonly restricted: "?boolean"
                      • Readonly valueSetDefinition: "?ValueSetValuesDefinition"
                      • Readonly valueSetName: "?string"
                      • Readonly valueSettings: readonly ["ValueSettings"]
                    • Readonly type: "ValueSet"
                  • Readonly ValueSetValuesDefinition: {
                        props: {
                            sorted: "boolean";
                            value: readonly ["CustomValue"];
                        };
                        type: "ValueSetValuesDefinition";
                    }
                    • Readonly props: {
                          sorted: "boolean";
                          value: readonly ["CustomValue"];
                      }
                      • Readonly sorted: "boolean"
                      • Readonly value: readonly ["CustomValue"]
                    • Readonly type: "ValueSetValuesDefinition"
                  • Readonly ValueSettings: {
                        props: {
                            controllingFieldValue: readonly ["string"];
                            valueName: "string";
                        };
                        type: "ValueSettings";
                    }
                    • Readonly props: {
                          controllingFieldValue: readonly ["string"];
                          valueName: "string";
                      }
                      • Readonly controllingFieldValue: readonly ["string"]
                      • Readonly valueName: "string"
                    • Readonly type: "ValueSettings"
                  • Readonly ValueTranslation: {
                        props: {
                            masterLabel: "string";
                            translation: "?string";
                        };
                        type: "ValueTranslation";
                    }
                    • Readonly props: {
                          masterLabel: "string";
                          translation: "?string";
                      }
                      • Readonly masterLabel: "string"
                      • Readonly translation: "?string"
                    • Readonly type: "ValueTranslation"
                  • Readonly ValueTypeField: {
                        props: {
                            fields: readonly ["ValueTypeField"];
                            foreignKeyDomain: readonly ["string"];
                            isForeignKey: "boolean";
                            isNameField: "boolean";
                            minOccurs: "number";
                            name: "string";
                            picklistValues: readonly ["PicklistEntry"];
                            soapType: "string";
                            valueRequired: "boolean";
                        };
                        type: "ValueTypeField";
                    }
                    • Readonly props: {
                          fields: readonly ["ValueTypeField"];
                          foreignKeyDomain: readonly ["string"];
                          isForeignKey: "boolean";
                          isNameField: "boolean";
                          minOccurs: "number";
                          name: "string";
                          picklistValues: readonly ["PicklistEntry"];
                          soapType: "string";
                          valueRequired: "boolean";
                      }
                      • Readonly fields: readonly ["ValueTypeField"]
                      • Readonly foreignKeyDomain: readonly ["string"]
                      • Readonly isForeignKey: "boolean"
                      • Readonly isNameField: "boolean"
                      • Readonly minOccurs: "number"
                      • Readonly name: "string"
                      • Readonly picklistValues: readonly ["PicklistEntry"]
                      • Readonly soapType: "string"
                      • Readonly valueRequired: "boolean"
                    • Readonly type: "ValueTypeField"
                  • Readonly VoiceSettings: {
                        extends: "Metadata";
                        props: {
                            enableCallDisposition: "?boolean";
                            enableVoiceCallList: "?boolean";
                            enableVoiceCallRecording: "?boolean";
                            enableVoiceCoaching: "?boolean";
                            enableVoiceConferencing: "?boolean";
                            enableVoiceLocalPresence: "?boolean";
                            enableVoiceMail: "?boolean";
                            enableVoiceMailDrop: "?boolean";
                        };
                        type: "VoiceSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableCallDisposition: "?boolean";
                          enableVoiceCallList: "?boolean";
                          enableVoiceCallRecording: "?boolean";
                          enableVoiceCoaching: "?boolean";
                          enableVoiceConferencing: "?boolean";
                          enableVoiceLocalPresence: "?boolean";
                          enableVoiceMail: "?boolean";
                          enableVoiceMailDrop: "?boolean";
                      }
                      • Readonly enableCallDisposition: "?boolean"
                      • Readonly enableVoiceCallList: "?boolean"
                      • Readonly enableVoiceCallRecording: "?boolean"
                      • Readonly enableVoiceCoaching: "?boolean"
                      • Readonly enableVoiceConferencing: "?boolean"
                      • Readonly enableVoiceLocalPresence: "?boolean"
                      • Readonly enableVoiceMail: "?boolean"
                      • Readonly enableVoiceMailDrop: "?boolean"
                    • Readonly type: "VoiceSettings"
                  • Readonly WaveApplication: {
                        extends: "Metadata";
                        props: {
                            assetIcon: "?string";
                            description: "?string";
                            folder: "string";
                            masterLabel: "string";
                            shares: readonly ["FolderShare"];
                            templateOrigin: "?string";
                            templateVersion: "?string";
                        };
                        type: "WaveApplication";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          assetIcon: "?string";
                          description: "?string";
                          folder: "string";
                          masterLabel: "string";
                          shares: readonly ["FolderShare"];
                          templateOrigin: "?string";
                          templateVersion: "?string";
                      }
                      • Readonly assetIcon: "?string"
                      • Readonly description: "?string"
                      • Readonly folder: "string"
                      • Readonly masterLabel: "string"
                      • Readonly shares: readonly ["FolderShare"]
                      • Readonly templateOrigin: "?string"
                      • Readonly templateVersion: "?string"
                    • Readonly type: "WaveApplication"
                  • Readonly WaveDashboard: {
                        extends: "MetadataWithContent";
                        props: {
                            application: "string";
                            description: "?string";
                            masterLabel: "string";
                            templateAssetSourceName: "?string";
                        };
                        type: "WaveDashboard";
                    }
                    • Readonly extends: "MetadataWithContent"
                    • Readonly props: {
                          application: "string";
                          description: "?string";
                          masterLabel: "string";
                          templateAssetSourceName: "?string";
                      }
                      • Readonly application: "string"
                      • Readonly description: "?string"
                      • Readonly masterLabel: "string"
                      • Readonly templateAssetSourceName: "?string"
                    • Readonly type: "WaveDashboard"
                  • Readonly WaveDataflow: {
                        extends: "MetadataWithContent";
                        props: {
                            dataflowType: "?string";
                            description: "?string";
                            masterLabel: "string";
                        };
                        type: "WaveDataflow";
                    }
                    • Readonly extends: "MetadataWithContent"
                    • Readonly props: {
                          dataflowType: "?string";
                          description: "?string";
                          masterLabel: "string";
                      }
                      • Readonly dataflowType: "?string"
                      • Readonly description: "?string"
                      • Readonly masterLabel: "string"
                    • Readonly type: "WaveDataflow"
                  • Readonly WaveDataset: {
                        extends: "Metadata";
                        props: {
                            application: "string";
                            description: "?string";
                            masterLabel: "string";
                            templateAssetSourceName: "?string";
                        };
                        type: "WaveDataset";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          application: "string";
                          description: "?string";
                          masterLabel: "string";
                          templateAssetSourceName: "?string";
                      }
                      • Readonly application: "string"
                      • Readonly description: "?string"
                      • Readonly masterLabel: "string"
                      • Readonly templateAssetSourceName: "?string"
                    • Readonly type: "WaveDataset"
                  • Readonly WaveLens: {
                        extends: "MetadataWithContent";
                        props: {
                            application: "string";
                            datasets: readonly ["string"];
                            description: "?string";
                            masterLabel: "string";
                            templateAssetSourceName: "?string";
                            visualizationType: "string";
                        };
                        type: "WaveLens";
                    }
                    • Readonly extends: "MetadataWithContent"
                    • Readonly props: {
                          application: "string";
                          datasets: readonly ["string"];
                          description: "?string";
                          masterLabel: "string";
                          templateAssetSourceName: "?string";
                          visualizationType: "string";
                      }
                      • Readonly application: "string"
                      • Readonly datasets: readonly ["string"]
                      • Readonly description: "?string"
                      • Readonly masterLabel: "string"
                      • Readonly templateAssetSourceName: "?string"
                      • Readonly visualizationType: "string"
                    • Readonly type: "WaveLens"
                  • Readonly WaveRecipe: {
                        extends: "MetadataWithContent";
                        props: {
                            dataflow: "string";
                            masterLabel: "string";
                            securityPredicate: "?string";
                            targetDatasetAlias: "string";
                        };
                        type: "WaveRecipe";
                    }
                    • Readonly extends: "MetadataWithContent"
                    • Readonly props: {
                          dataflow: "string";
                          masterLabel: "string";
                          securityPredicate: "?string";
                          targetDatasetAlias: "string";
                      }
                      • Readonly dataflow: "string"
                      • Readonly masterLabel: "string"
                      • Readonly securityPredicate: "?string"
                      • Readonly targetDatasetAlias: "string"
                    • Readonly type: "WaveRecipe"
                  • Readonly WaveTemplateBundle: {
                        extends: "Metadata";
                        props: {
                            assetIcon: "?string";
                            assetVersion: "?number";
                            description: "?string";
                            label: "string";
                            templateType: "string";
                        };
                        type: "WaveTemplateBundle";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          assetIcon: "?string";
                          assetVersion: "?number";
                          description: "?string";
                          label: "string";
                          templateType: "string";
                      }
                      • Readonly assetIcon: "?string"
                      • Readonly assetVersion: "?number"
                      • Readonly description: "?string"
                      • Readonly label: "string"
                      • Readonly templateType: "string"
                    • Readonly type: "WaveTemplateBundle"
                  • Readonly WaveXmd: {
                        extends: "Metadata";
                        props: {
                            application: "?string";
                            dataset: "string";
                            datasetConnector: "?string";
                            datasetFullyQualifiedName: "?string";
                            dates: readonly ["WaveXmdDate"];
                            dimensions: readonly ["WaveXmdDimension"];
                            measures: readonly ["WaveXmdMeasure"];
                            organizations: readonly ["WaveXmdOrganization"];
                            origin: "?string";
                            type: "?string";
                            waveVisualization: "?string";
                        };
                        type: "WaveXmd";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          application: "?string";
                          dataset: "string";
                          datasetConnector: "?string";
                          datasetFullyQualifiedName: "?string";
                          dates: readonly ["WaveXmdDate"];
                          dimensions: readonly ["WaveXmdDimension"];
                          measures: readonly ["WaveXmdMeasure"];
                          organizations: readonly ["WaveXmdOrganization"];
                          origin: "?string";
                          type: "?string";
                          waveVisualization: "?string";
                      }
                      • Readonly application: "?string"
                      • Readonly dataset: "string"
                      • Readonly datasetConnector: "?string"
                      • Readonly datasetFullyQualifiedName: "?string"
                      • Readonly dates: readonly ["WaveXmdDate"]
                      • Readonly dimensions: readonly ["WaveXmdDimension"]
                      • Readonly measures: readonly ["WaveXmdMeasure"]
                      • Readonly organizations: readonly ["WaveXmdOrganization"]
                      • Readonly origin: "?string"
                      • Readonly type: "?string"
                      • Readonly waveVisualization: "?string"
                    • Readonly type: "WaveXmd"
                  • Readonly WaveXmdDate: {
                        props: {
                            alias: "string";
                            compact: "?boolean";
                            dateFieldDay: "?string";
                            dateFieldEpochDay: "?string";
                            dateFieldEpochSecond: "?string";
                            dateFieldFiscalMonth: "?string";
                            dateFieldFiscalQuarter: "?string";
                            dateFieldFiscalWeek: "?string";
                            dateFieldFiscalYear: "?string";
                            dateFieldFullYear: "?string";
                            dateFieldHour: "?string";
                            dateFieldMinute: "?string";
                            dateFieldMonth: "?string";
                            dateFieldQuarter: "?string";
                            dateFieldSecond: "?string";
                            dateFieldWeek: "?string";
                            dateFieldYear: "?string";
                            description: "?string";
                            firstDayOfWeek: "number";
                            fiscalMonthOffset: "number";
                            isYearEndFiscalYear: "?boolean";
                            label: "?string";
                            showInExplorer: "?boolean";
                            sortIndex: "number";
                            type: "string";
                        };
                        type: "WaveXmdDate";
                    }
                    • Readonly props: {
                          alias: "string";
                          compact: "?boolean";
                          dateFieldDay: "?string";
                          dateFieldEpochDay: "?string";
                          dateFieldEpochSecond: "?string";
                          dateFieldFiscalMonth: "?string";
                          dateFieldFiscalQuarter: "?string";
                          dateFieldFiscalWeek: "?string";
                          dateFieldFiscalYear: "?string";
                          dateFieldFullYear: "?string";
                          dateFieldHour: "?string";
                          dateFieldMinute: "?string";
                          dateFieldMonth: "?string";
                          dateFieldQuarter: "?string";
                          dateFieldSecond: "?string";
                          dateFieldWeek: "?string";
                          dateFieldYear: "?string";
                          description: "?string";
                          firstDayOfWeek: "number";
                          fiscalMonthOffset: "number";
                          isYearEndFiscalYear: "?boolean";
                          label: "?string";
                          showInExplorer: "?boolean";
                          sortIndex: "number";
                          type: "string";
                      }
                      • Readonly alias: "string"
                      • Readonly compact: "?boolean"
                      • Readonly dateFieldDay: "?string"
                      • Readonly dateFieldEpochDay: "?string"
                      • Readonly dateFieldEpochSecond: "?string"
                      • Readonly dateFieldFiscalMonth: "?string"
                      • Readonly dateFieldFiscalQuarter: "?string"
                      • Readonly dateFieldFiscalWeek: "?string"
                      • Readonly dateFieldFiscalYear: "?string"
                      • Readonly dateFieldFullYear: "?string"
                      • Readonly dateFieldHour: "?string"
                      • Readonly dateFieldMinute: "?string"
                      • Readonly dateFieldMonth: "?string"
                      • Readonly dateFieldQuarter: "?string"
                      • Readonly dateFieldSecond: "?string"
                      • Readonly dateFieldWeek: "?string"
                      • Readonly dateFieldYear: "?string"
                      • Readonly description: "?string"
                      • Readonly firstDayOfWeek: "number"
                      • Readonly fiscalMonthOffset: "number"
                      • Readonly isYearEndFiscalYear: "?boolean"
                      • Readonly label: "?string"
                      • Readonly showInExplorer: "?boolean"
                      • Readonly sortIndex: "number"
                      • Readonly type: "string"
                    • Readonly type: "WaveXmdDate"
                  • Readonly WaveXmdDimension: {
                        props: {
                            conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
                            customActions: readonly ["WaveXmdDimensionCustomAction"];
                            customActionsEnabled: "?boolean";
                            dateFormat: "?string";
                            description: "?string";
                            field: "string";
                            fullyQualifiedName: "?string";
                            imageTemplate: "?string";
                            isDerived: "boolean";
                            isMultiValue: "?boolean";
                            label: "?string";
                            linkTemplate: "?string";
                            linkTemplateEnabled: "?boolean";
                            linkTooltip: "?string";
                            members: readonly ["WaveXmdDimensionMember"];
                            origin: "?string";
                            recordDisplayFields: readonly ["WaveXmdRecordDisplayLookup"];
                            recordIdField: "?string";
                            recordOrganizationIdField: "?string";
                            salesforceActions: readonly ["WaveXmdDimensionSalesforceAction"];
                            salesforceActionsEnabled: "?boolean";
                            showDetailsDefaultFieldIndex: "?number";
                            showInExplorer: "?boolean";
                            sortIndex: "number";
                        };
                        type: "WaveXmdDimension";
                    }
                    • Readonly props: {
                          conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
                          customActions: readonly ["WaveXmdDimensionCustomAction"];
                          customActionsEnabled: "?boolean";
                          dateFormat: "?string";
                          description: "?string";
                          field: "string";
                          fullyQualifiedName: "?string";
                          imageTemplate: "?string";
                          isDerived: "boolean";
                          isMultiValue: "?boolean";
                          label: "?string";
                          linkTemplate: "?string";
                          linkTemplateEnabled: "?boolean";
                          linkTooltip: "?string";
                          members: readonly ["WaveXmdDimensionMember"];
                          origin: "?string";
                          recordDisplayFields: readonly ["WaveXmdRecordDisplayLookup"];
                          recordIdField: "?string";
                          recordOrganizationIdField: "?string";
                          salesforceActions: readonly ["WaveXmdDimensionSalesforceAction"];
                          salesforceActionsEnabled: "?boolean";
                          showDetailsDefaultFieldIndex: "?number";
                          showInExplorer: "?boolean";
                          sortIndex: "number";
                      }
                      • Readonly conditionalFormatting: readonly ["WaveXmdFormattingProperty"]
                      • Readonly customActions: readonly ["WaveXmdDimensionCustomAction"]
                      • Readonly customActionsEnabled: "?boolean"
                      • Readonly dateFormat: "?string"
                      • Readonly description: "?string"
                      • Readonly field: "string"
                      • Readonly fullyQualifiedName: "?string"
                      • Readonly imageTemplate: "?string"
                      • Readonly isDerived: "boolean"
                      • Readonly isMultiValue: "?boolean"
                      • Readonly label: "?string"
                      • Readonly linkTemplate: "?string"
                      • Readonly linkTemplateEnabled: "?boolean"
                      • Readonly linkTooltip: "?string"
                      • Readonly members: readonly ["WaveXmdDimensionMember"]
                      • Readonly origin: "?string"
                      • Readonly recordDisplayFields: readonly ["WaveXmdRecordDisplayLookup"]
                      • Readonly recordIdField: "?string"
                      • Readonly recordOrganizationIdField: "?string"
                      • Readonly salesforceActions: readonly ["WaveXmdDimensionSalesforceAction"]
                      • Readonly salesforceActionsEnabled: "?boolean"
                      • Readonly showDetailsDefaultFieldIndex: "?number"
                      • Readonly showInExplorer: "?boolean"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdDimension"
                  • Readonly WaveXmdDimensionCustomAction: {
                        props: {
                            customActionName: "string";
                            enabled: "boolean";
                            icon: "?string";
                            method: "?string";
                            sortIndex: "number";
                            target: "?string";
                            tooltip: "?string";
                            url: "?string";
                        };
                        type: "WaveXmdDimensionCustomAction";
                    }
                    • Readonly props: {
                          customActionName: "string";
                          enabled: "boolean";
                          icon: "?string";
                          method: "?string";
                          sortIndex: "number";
                          target: "?string";
                          tooltip: "?string";
                          url: "?string";
                      }
                      • Readonly customActionName: "string"
                      • Readonly enabled: "boolean"
                      • Readonly icon: "?string"
                      • Readonly method: "?string"
                      • Readonly sortIndex: "number"
                      • Readonly target: "?string"
                      • Readonly tooltip: "?string"
                      • Readonly url: "?string"
                    • Readonly type: "WaveXmdDimensionCustomAction"
                  • Readonly WaveXmdDimensionMember: {
                        props: {
                            color: "?string";
                            label: "?string";
                            member: "string";
                            sortIndex: "number";
                        };
                        type: "WaveXmdDimensionMember";
                    }
                    • Readonly props: {
                          color: "?string";
                          label: "?string";
                          member: "string";
                          sortIndex: "number";
                      }
                      • Readonly color: "?string"
                      • Readonly label: "?string"
                      • Readonly member: "string"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdDimensionMember"
                  • Readonly WaveXmdDimensionSalesforceAction: {
                        props: {
                            enabled: "boolean";
                            salesforceActionName: "string";
                            sortIndex: "number";
                        };
                        type: "WaveXmdDimensionSalesforceAction";
                    }
                    • Readonly props: {
                          enabled: "boolean";
                          salesforceActionName: "string";
                          sortIndex: "number";
                      }
                      • Readonly enabled: "boolean"
                      • Readonly salesforceActionName: "string"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdDimensionSalesforceAction"
                  • Readonly WaveXmdFormattingBin: {
                        props: {
                            bin: "string";
                            formatValue: "string";
                            label: "string";
                            sortIndex: "number";
                        };
                        type: "WaveXmdFormattingBin";
                    }
                    • Readonly props: {
                          bin: "string";
                          formatValue: "string";
                          label: "string";
                          sortIndex: "number";
                      }
                      • Readonly bin: "string"
                      • Readonly formatValue: "string"
                      • Readonly label: "string"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdFormattingBin"
                  • Readonly WaveXmdFormattingPredicate: {
                        props: {
                            formatValue: "string";
                            operator: "string";
                            sortIndex: "number";
                            value: "string";
                        };
                        type: "WaveXmdFormattingPredicate";
                    }
                    • Readonly props: {
                          formatValue: "string";
                          operator: "string";
                          sortIndex: "number";
                          value: "string";
                      }
                      • Readonly formatValue: "string"
                      • Readonly operator: "string"
                      • Readonly sortIndex: "number"
                      • Readonly value: "string"
                    • Readonly type: "WaveXmdFormattingPredicate"
                  • Readonly WaveXmdFormattingProperty: {
                        props: {
                            formattingBins: readonly ["WaveXmdFormattingBin"];
                            formattingPredicates: readonly ["WaveXmdFormattingPredicate"];
                            property: "string";
                            referenceField: "string";
                            sortIndex: "number";
                            type: "string";
                        };
                        type: "WaveXmdFormattingProperty";
                    }
                    • Readonly props: {
                          formattingBins: readonly ["WaveXmdFormattingBin"];
                          formattingPredicates: readonly ["WaveXmdFormattingPredicate"];
                          property: "string";
                          referenceField: "string";
                          sortIndex: "number";
                          type: "string";
                      }
                      • Readonly formattingBins: readonly ["WaveXmdFormattingBin"]
                      • Readonly formattingPredicates: readonly ["WaveXmdFormattingPredicate"]
                      • Readonly property: "string"
                      • Readonly referenceField: "string"
                      • Readonly sortIndex: "number"
                      • Readonly type: "string"
                    • Readonly type: "WaveXmdFormattingProperty"
                  • Readonly WaveXmdMeasure: {
                        props: {
                            conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
                            dateFormat: "?string";
                            description: "?string";
                            field: "string";
                            formatCustomFormat: "?string";
                            formatDecimalDigits: "?number";
                            formatIsNegativeParens: "?boolean";
                            formatPrefix: "?string";
                            formatSuffix: "?string";
                            formatUnit: "?string";
                            formatUnitMultiplier: "?number";
                            fullyQualifiedName: "?string";
                            isDerived: "boolean";
                            label: "?string";
                            origin: "?string";
                            showDetailsDefaultFieldIndex: "?number";
                            showInExplorer: "?boolean";
                            sortIndex: "number";
                        };
                        type: "WaveXmdMeasure";
                    }
                    • Readonly props: {
                          conditionalFormatting: readonly ["WaveXmdFormattingProperty"];
                          dateFormat: "?string";
                          description: "?string";
                          field: "string";
                          formatCustomFormat: "?string";
                          formatDecimalDigits: "?number";
                          formatIsNegativeParens: "?boolean";
                          formatPrefix: "?string";
                          formatSuffix: "?string";
                          formatUnit: "?string";
                          formatUnitMultiplier: "?number";
                          fullyQualifiedName: "?string";
                          isDerived: "boolean";
                          label: "?string";
                          origin: "?string";
                          showDetailsDefaultFieldIndex: "?number";
                          showInExplorer: "?boolean";
                          sortIndex: "number";
                      }
                      • Readonly conditionalFormatting: readonly ["WaveXmdFormattingProperty"]
                      • Readonly dateFormat: "?string"
                      • Readonly description: "?string"
                      • Readonly field: "string"
                      • Readonly formatCustomFormat: "?string"
                      • Readonly formatDecimalDigits: "?number"
                      • Readonly formatIsNegativeParens: "?boolean"
                      • Readonly formatPrefix: "?string"
                      • Readonly formatSuffix: "?string"
                      • Readonly formatUnit: "?string"
                      • Readonly formatUnitMultiplier: "?number"
                      • Readonly fullyQualifiedName: "?string"
                      • Readonly isDerived: "boolean"
                      • Readonly label: "?string"
                      • Readonly origin: "?string"
                      • Readonly showDetailsDefaultFieldIndex: "?number"
                      • Readonly showInExplorer: "?boolean"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdMeasure"
                  • Readonly WaveXmdOrganization: {
                        props: {
                            instanceUrl: "string";
                            label: "string";
                            organizationIdentifier: "string";
                            sortIndex: "number";
                        };
                        type: "WaveXmdOrganization";
                    }
                    • Readonly props: {
                          instanceUrl: "string";
                          label: "string";
                          organizationIdentifier: "string";
                          sortIndex: "number";
                      }
                      • Readonly instanceUrl: "string"
                      • Readonly label: "string"
                      • Readonly organizationIdentifier: "string"
                      • Readonly sortIndex: "number"
                    • Readonly type: "WaveXmdOrganization"
                  • Readonly WaveXmdRecordDisplayLookup: {
                        props: {
                            recordDisplayField: "string";
                        };
                        type: "WaveXmdRecordDisplayLookup";
                    }
                    • Readonly props: {
                          recordDisplayField: "string";
                      }
                      • Readonly recordDisplayField: "string"
                    • Readonly type: "WaveXmdRecordDisplayLookup"
                  • Readonly WebLink: {
                        extends: "Metadata";
                        props: {
                            availability: "string";
                            description: "?string";
                            displayType: "string";
                            encodingKey: "?string";
                            hasMenubar: "?boolean";
                            hasScrollbars: "?boolean";
                            hasToolbar: "?boolean";
                            height: "?number";
                            isResizable: "?boolean";
                            linkType: "string";
                            masterLabel: "?string";
                            openType: "string";
                            page: "?string";
                            position: "?string";
                            protected: "boolean";
                            requireRowSelection: "?boolean";
                            scontrol: "?string";
                            showsLocation: "?boolean";
                            showsStatus: "?boolean";
                            url: "?string";
                            width: "?number";
                        };
                        type: "WebLink";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          availability: "string";
                          description: "?string";
                          displayType: "string";
                          encodingKey: "?string";
                          hasMenubar: "?boolean";
                          hasScrollbars: "?boolean";
                          hasToolbar: "?boolean";
                          height: "?number";
                          isResizable: "?boolean";
                          linkType: "string";
                          masterLabel: "?string";
                          openType: "string";
                          page: "?string";
                          position: "?string";
                          protected: "boolean";
                          requireRowSelection: "?boolean";
                          scontrol: "?string";
                          showsLocation: "?boolean";
                          showsStatus: "?boolean";
                          url: "?string";
                          width: "?number";
                      }
                      • Readonly availability: "string"
                      • Readonly description: "?string"
                      • Readonly displayType: "string"
                      • Readonly encodingKey: "?string"
                      • Readonly hasMenubar: "?boolean"
                      • Readonly hasScrollbars: "?boolean"
                      • Readonly hasToolbar: "?boolean"
                      • Readonly height: "?number"
                      • Readonly isResizable: "?boolean"
                      • Readonly linkType: "string"
                      • Readonly masterLabel: "?string"
                      • Readonly openType: "string"
                      • Readonly page: "?string"
                      • Readonly position: "?string"
                      • Readonly protected: "boolean"
                      • Readonly requireRowSelection: "?boolean"
                      • Readonly scontrol: "?string"
                      • Readonly showsLocation: "?boolean"
                      • Readonly showsStatus: "?boolean"
                      • Readonly url: "?string"
                      • Readonly width: "?number"
                    • Readonly type: "WebLink"
                  • Readonly WebLinkTranslation: {
                        props: {
                            label: "string";
                            name: "string";
                        };
                        type: "WebLinkTranslation";
                    }
                    • Readonly props: {
                          label: "string";
                          name: "string";
                      }
                      • Readonly label: "string"
                      • Readonly name: "string"
                    • Readonly type: "WebLinkTranslation"
                  • Readonly WebToCaseSettings: {
                        props: {
                            caseOrigin: "?string";
                            defaultResponseTemplate: "?string";
                            enableWebToCase: "?boolean";
                        };
                        type: "WebToCaseSettings";
                    }
                    • Readonly props: {
                          caseOrigin: "?string";
                          defaultResponseTemplate: "?string";
                          enableWebToCase: "?boolean";
                      }
                      • Readonly caseOrigin: "?string"
                      • Readonly defaultResponseTemplate: "?string"
                      • Readonly enableWebToCase: "?boolean"
                    • Readonly type: "WebToCaseSettings"
                  • Readonly WeightedSourceCategory: {
                        props: {
                            sourceCategoryApiName: "string";
                            weight: "number";
                        };
                        type: "WeightedSourceCategory";
                    }
                    • Readonly props: {
                          sourceCategoryApiName: "string";
                          weight: "number";
                      }
                      • Readonly sourceCategoryApiName: "string"
                      • Readonly weight: "number"
                    • Readonly type: "WeightedSourceCategory"
                  • Readonly WorkDotComSettings: {
                        extends: "Metadata";
                        props: {
                            enableCoachingManagerGroupAccess: "?boolean";
                            enableGoalManagerGroupAccess: "?boolean";
                            enableProfileSkills: "?boolean";
                            enableProfileSkillsAddFeedPost: "?boolean";
                            enableProfileSkillsAutoSuggest: "?boolean";
                            enableProfileSkillsUsePlatform: "?boolean";
                            enableWorkBadgeDefRestrictPref: "?boolean";
                            enableWorkCalibration: "?boolean";
                            enableWorkCanvasPref: "?boolean";
                            enableWorkCertification: "?boolean";
                            enableWorkCertificationNotification: "?boolean";
                            enableWorkRewardsPref: "?boolean";
                            enableWorkThanksPref: "?boolean";
                            enableWorkUseObjectivesForGoals: "?boolean";
                        };
                        type: "WorkDotComSettings";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          enableCoachingManagerGroupAccess: "?boolean";
                          enableGoalManagerGroupAccess: "?boolean";
                          enableProfileSkills: "?boolean";
                          enableProfileSkillsAddFeedPost: "?boolean";
                          enableProfileSkillsAutoSuggest: "?boolean";
                          enableProfileSkillsUsePlatform: "?boolean";
                          enableWorkBadgeDefRestrictPref: "?boolean";
                          enableWorkCalibration: "?boolean";
                          enableWorkCanvasPref: "?boolean";
                          enableWorkCertification: "?boolean";
                          enableWorkCertificationNotification: "?boolean";
                          enableWorkRewardsPref: "?boolean";
                          enableWorkThanksPref: "?boolean";
                          enableWorkUseObjectivesForGoals: "?boolean";
                      }
                      • Readonly enableCoachingManagerGroupAccess: "?boolean"
                      • Readonly enableGoalManagerGroupAccess: "?boolean"
                      • Readonly enableProfileSkills: "?boolean"
                      • Readonly enableProfileSkillsAddFeedPost: "?boolean"
                      • Readonly enableProfileSkillsAutoSuggest: "?boolean"
                      • Readonly enableProfileSkillsUsePlatform: "?boolean"
                      • Readonly enableWorkBadgeDefRestrictPref: "?boolean"
                      • Readonly enableWorkCalibration: "?boolean"
                      • Readonly enableWorkCanvasPref: "?boolean"
                      • Readonly enableWorkCertification: "?boolean"
                      • Readonly enableWorkCertificationNotification: "?boolean"
                      • Readonly enableWorkRewardsPref: "?boolean"
                      • Readonly enableWorkThanksPref: "?boolean"
                      • Readonly enableWorkUseObjectivesForGoals: "?boolean"
                    • Readonly type: "WorkDotComSettings"
                  • Readonly Workflow: {
                        extends: "Metadata";
                        props: {
                            alerts: readonly ["WorkflowAlert"];
                            fieldUpdates: readonly ["WorkflowFieldUpdate"];
                            flowActions: readonly ["WorkflowFlowAction"];
                            knowledgePublishes: readonly ["WorkflowKnowledgePublish"];
                            outboundMessages: readonly ["WorkflowOutboundMessage"];
                            rules: readonly ["WorkflowRule"];
                            send: readonly ["WorkflowSend"];
                            tasks: readonly ["WorkflowTask"];
                        };
                        type: "Workflow";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {
                          alerts: readonly ["WorkflowAlert"];
                          fieldUpdates: readonly ["WorkflowFieldUpdate"];
                          flowActions: readonly ["WorkflowFlowAction"];
                          knowledgePublishes: readonly ["WorkflowKnowledgePublish"];
                          outboundMessages: readonly ["WorkflowOutboundMessage"];
                          rules: readonly ["WorkflowRule"];
                          send: readonly ["WorkflowSend"];
                          tasks: readonly ["WorkflowTask"];
                      }
                      • Readonly alerts: readonly ["WorkflowAlert"]
                      • Readonly fieldUpdates: readonly ["WorkflowFieldUpdate"]
                      • Readonly flowActions: readonly ["WorkflowFlowAction"]
                      • Readonly knowledgePublishes: readonly ["WorkflowKnowledgePublish"]
                      • Readonly outboundMessages: readonly ["WorkflowOutboundMessage"]
                      • Readonly rules: readonly ["WorkflowRule"]
                      • Readonly send: readonly ["WorkflowSend"]
                      • Readonly tasks: readonly ["WorkflowTask"]
                    • Readonly type: "Workflow"
                  • Readonly WorkflowAction: {
                        extends: "Metadata";
                        props: {};
                        type: "WorkflowAction";
                    }
                    • Readonly extends: "Metadata"
                    • Readonly props: {}
                      • Readonly type: "WorkflowAction"
                    • Readonly WorkflowActionReference: {
                          props: {
                              name: "string";
                              type: "string";
                          };
                          type: "WorkflowActionReference";
                      }
                      • Readonly props: {
                            name: "string";
                            type: "string";
                        }
                        • Readonly name: "string"
                        • Readonly type: "string"
                      • Readonly type: "WorkflowActionReference"
                    • Readonly WorkflowAlert: {
                          extends: "WorkflowAction";
                          props: {
                              ccEmails: readonly ["string"];
                              description: "string";
                              protected: "boolean";
                              recipients: readonly ["WorkflowEmailRecipient"];
                              senderAddress: "?string";
                              senderType: "?string";
                              template: "string";
                          };
                          type: "WorkflowAlert";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            ccEmails: readonly ["string"];
                            description: "string";
                            protected: "boolean";
                            recipients: readonly ["WorkflowEmailRecipient"];
                            senderAddress: "?string";
                            senderType: "?string";
                            template: "string";
                        }
                        • Readonly ccEmails: readonly ["string"]
                        • Readonly description: "string"
                        • Readonly protected: "boolean"
                        • Readonly recipients: readonly ["WorkflowEmailRecipient"]
                        • Readonly senderAddress: "?string"
                        • Readonly senderType: "?string"
                        • Readonly template: "string"
                      • Readonly type: "WorkflowAlert"
                    • Readonly WorkflowEmailRecipient: {
                          props: {
                              field: "?string";
                              recipient: "?string";
                              type: "string";
                          };
                          type: "WorkflowEmailRecipient";
                      }
                      • Readonly props: {
                            field: "?string";
                            recipient: "?string";
                            type: "string";
                        }
                        • Readonly field: "?string"
                        • Readonly recipient: "?string"
                        • Readonly type: "string"
                      • Readonly type: "WorkflowEmailRecipient"
                    • Readonly WorkflowFieldUpdate: {
                          extends: "WorkflowAction";
                          props: {
                              description: "?string";
                              field: "string";
                              formula: "?string";
                              literalValue: "?string";
                              lookupValue: "?string";
                              lookupValueType: "?string";
                              name: "string";
                              notifyAssignee: "boolean";
                              operation: "string";
                              protected: "boolean";
                              reevaluateOnChange: "?boolean";
                              targetObject: "?string";
                          };
                          type: "WorkflowFieldUpdate";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            description: "?string";
                            field: "string";
                            formula: "?string";
                            literalValue: "?string";
                            lookupValue: "?string";
                            lookupValueType: "?string";
                            name: "string";
                            notifyAssignee: "boolean";
                            operation: "string";
                            protected: "boolean";
                            reevaluateOnChange: "?boolean";
                            targetObject: "?string";
                        }
                        • Readonly description: "?string"
                        • Readonly field: "string"
                        • Readonly formula: "?string"
                        • Readonly literalValue: "?string"
                        • Readonly lookupValue: "?string"
                        • Readonly lookupValueType: "?string"
                        • Readonly name: "string"
                        • Readonly notifyAssignee: "boolean"
                        • Readonly operation: "string"
                        • Readonly protected: "boolean"
                        • Readonly reevaluateOnChange: "?boolean"
                        • Readonly targetObject: "?string"
                      • Readonly type: "WorkflowFieldUpdate"
                    • Readonly WorkflowFlowAction: {
                          extends: "WorkflowAction";
                          props: {
                              description: "?string";
                              flow: "string";
                              flowInputs: readonly ["WorkflowFlowActionParameter"];
                              label: "string";
                              language: "?string";
                              protected: "boolean";
                          };
                          type: "WorkflowFlowAction";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            description: "?string";
                            flow: "string";
                            flowInputs: readonly ["WorkflowFlowActionParameter"];
                            label: "string";
                            language: "?string";
                            protected: "boolean";
                        }
                        • Readonly description: "?string"
                        • Readonly flow: "string"
                        • Readonly flowInputs: readonly ["WorkflowFlowActionParameter"]
                        • Readonly label: "string"
                        • Readonly language: "?string"
                        • Readonly protected: "boolean"
                      • Readonly type: "WorkflowFlowAction"
                    • Readonly WorkflowFlowActionParameter: {
                          props: {
                              name: "string";
                              value: "?string";
                          };
                          type: "WorkflowFlowActionParameter";
                      }
                      • Readonly props: {
                            name: "string";
                            value: "?string";
                        }
                        • Readonly name: "string"
                        • Readonly value: "?string"
                      • Readonly type: "WorkflowFlowActionParameter"
                    • Readonly WorkflowKnowledgePublish: {
                          extends: "WorkflowAction";
                          props: {
                              action: "string";
                              description: "?string";
                              label: "string";
                              language: "?string";
                              protected: "boolean";
                          };
                          type: "WorkflowKnowledgePublish";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            action: "string";
                            description: "?string";
                            label: "string";
                            language: "?string";
                            protected: "boolean";
                        }
                        • Readonly action: "string"
                        • Readonly description: "?string"
                        • Readonly label: "string"
                        • Readonly language: "?string"
                        • Readonly protected: "boolean"
                      • Readonly type: "WorkflowKnowledgePublish"
                    • Readonly WorkflowOutboundMessage: {
                          extends: "WorkflowAction";
                          props: {
                              apiVersion: "number";
                              description: "?string";
                              endpointUrl: "string";
                              fields: readonly ["string"];
                              includeSessionId: "boolean";
                              integrationUser: "string";
                              name: "string";
                              protected: "boolean";
                              useDeadLetterQueue: "?boolean";
                          };
                          type: "WorkflowOutboundMessage";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            apiVersion: "number";
                            description: "?string";
                            endpointUrl: "string";
                            fields: readonly ["string"];
                            includeSessionId: "boolean";
                            integrationUser: "string";
                            name: "string";
                            protected: "boolean";
                            useDeadLetterQueue: "?boolean";
                        }
                        • Readonly apiVersion: "number"
                        • Readonly description: "?string"
                        • Readonly endpointUrl: "string"
                        • Readonly fields: readonly ["string"]
                        • Readonly includeSessionId: "boolean"
                        • Readonly integrationUser: "string"
                        • Readonly name: "string"
                        • Readonly protected: "boolean"
                        • Readonly useDeadLetterQueue: "?boolean"
                      • Readonly type: "WorkflowOutboundMessage"
                    • Readonly WorkflowRule: {
                          extends: "Metadata";
                          props: {
                              actions: readonly ["WorkflowActionReference"];
                              active: "boolean";
                              booleanFilter: "?string";
                              criteriaItems: readonly ["FilterItem"];
                              description: "?string";
                              formula: "?string";
                              triggerType: "string";
                              workflowTimeTriggers: readonly ["WorkflowTimeTrigger"];
                          };
                          type: "WorkflowRule";
                      }
                      • Readonly extends: "Metadata"
                      • Readonly props: {
                            actions: readonly ["WorkflowActionReference"];
                            active: "boolean";
                            booleanFilter: "?string";
                            criteriaItems: readonly ["FilterItem"];
                            description: "?string";
                            formula: "?string";
                            triggerType: "string";
                            workflowTimeTriggers: readonly ["WorkflowTimeTrigger"];
                        }
                        • Readonly actions: readonly ["WorkflowActionReference"]
                        • Readonly active: "boolean"
                        • Readonly booleanFilter: "?string"
                        • Readonly criteriaItems: readonly ["FilterItem"]
                        • Readonly description: "?string"
                        • Readonly formula: "?string"
                        • Readonly triggerType: "string"
                        • Readonly workflowTimeTriggers: readonly ["WorkflowTimeTrigger"]
                      • Readonly type: "WorkflowRule"
                    • Readonly WorkflowSend: {
                          extends: "WorkflowAction";
                          props: {
                              action: "string";
                              description: "?string";
                              label: "string";
                              language: "?string";
                              protected: "boolean";
                          };
                          type: "WorkflowSend";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            action: "string";
                            description: "?string";
                            label: "string";
                            language: "?string";
                            protected: "boolean";
                        }
                        • Readonly action: "string"
                        • Readonly description: "?string"
                        • Readonly label: "string"
                        • Readonly language: "?string"
                        • Readonly protected: "boolean"
                      • Readonly type: "WorkflowSend"
                    • Readonly WorkflowTask: {
                          extends: "WorkflowAction";
                          props: {
                              assignedTo: "?string";
                              assignedToType: "string";
                              description: "?string";
                              dueDateOffset: "number";
                              notifyAssignee: "boolean";
                              offsetFromField: "?string";
                              priority: "string";
                              protected: "boolean";
                              status: "string";
                              subject: "string";
                          };
                          type: "WorkflowTask";
                      }
                      • Readonly extends: "WorkflowAction"
                      • Readonly props: {
                            assignedTo: "?string";
                            assignedToType: "string";
                            description: "?string";
                            dueDateOffset: "number";
                            notifyAssignee: "boolean";
                            offsetFromField: "?string";
                            priority: "string";
                            protected: "boolean";
                            status: "string";
                            subject: "string";
                        }
                        • Readonly assignedTo: "?string"
                        • Readonly assignedToType: "string"
                        • Readonly description: "?string"
                        • Readonly dueDateOffset: "number"
                        • Readonly notifyAssignee: "boolean"
                        • Readonly offsetFromField: "?string"
                        • Readonly priority: "string"
                        • Readonly protected: "boolean"
                        • Readonly status: "string"
                        • Readonly subject: "string"
                      • Readonly type: "WorkflowTask"
                    • Readonly WorkflowTaskTranslation: {
                          props: {
                              description: "?string";
                              name: "string";
                              subject: "?string";
                          };
                          type: "WorkflowTaskTranslation";
                      }
                      • Readonly props: {
                            description: "?string";
                            name: "string";
                            subject: "?string";
                        }
                        • Readonly description: "?string"
                        • Readonly name: "string"
                        • Readonly subject: "?string"
                      • Readonly type: "WorkflowTaskTranslation"
                    • Readonly WorkflowTimeTrigger: {
                          props: {
                              actions: readonly ["WorkflowActionReference"];
                              offsetFromField: "?string";
                              timeLength: "?string";
                              workflowTimeTriggerUnit: "string";
                          };
                          type: "WorkflowTimeTrigger";
                      }
                      • Readonly props: {
                            actions: readonly ["WorkflowActionReference"];
                            offsetFromField: "?string";
                            timeLength: "?string";
                            workflowTimeTriggerUnit: "string";
                        }
                        • Readonly actions: readonly ["WorkflowActionReference"]
                        • Readonly offsetFromField: "?string"
                        • Readonly timeLength: "?string"
                        • Readonly workflowTimeTriggerUnit: "string"
                      • Readonly type: "WorkflowTimeTrigger"
                    • Readonly WorkspaceMapping: {
                          props: {
                              fieldName: "?string";
                              tab: "string";
                          };
                          type: "WorkspaceMapping";
                      }
                      • Readonly props: {
                            fieldName: "?string";
                            tab: "string";
                        }
                        • Readonly fieldName: "?string"
                        • Readonly tab: "string"
                      • Readonly type: "WorkspaceMapping"