export type DeployProblemType = 'Warning' | 'Error' | 'Info'; export type ManageableState = 'released' | 'deleted' | 'deprecated' | 'installed' | 'beta' | 'unmanaged' | 'installedEditable' | 'deprecatedEditable'; export type RetrieveStatus = 'Pending' | 'InProgress' | 'Succeeded' | 'Failed'; export type FlowProcessType = 'AutoLaunchedFlow' | 'Flow' | 'Workflow' | 'CustomEvent' | 'InvocableProcess' | 'LoginFlow' | 'ActionPlan' | 'JourneyBuilderIntegration' | 'UserProvisioningFlow' | 'Survey' | 'SurveyEnrich' | 'Appointments' | 'FSCLending' | 'DigitalForm' | 'FieldServiceMobile' | 'OrchestrationFlow' | 'FieldServiceWeb' | 'TransactionSecurityFlow' | 'ContactRequestFlow' | 'ManagedContentFlow' | 'CheckoutFlow' | 'CartAsyncFlow' | 'DataCaptureFlow' | 'CustomerLifecycle' | 'Journey' | 'RecommendationStrategy' | 'Orchestrator' | 'RoutingFlow' | 'ServiceCatalogItemFlow' | 'EvaluationFlow' | 'LoyaltyManagementFlow' | 'ManagedContentAuthoringWorkflow' | 'ActionCadenceAutolaunchedFlow' | 'ActionCadenceStepFlow' | 'IndicatorResultFlow' | 'IndividualObjectLinkingFlow' | 'PromptFlow' | 'ApprovalWorkflow' | 'DcvrFrameworkDataCaptureFlow' | 'ActivityObjectMatchingFlow' | 'ActionableEventManagementFlow' | 'StageManagementEvaluationFlow' | 'IdentityUserRegistrationFlow' | 'AgxBackgroundFlow' | 'AgxScreenDataFlow' | 'AgxScreenFlow' | 'AgxOrchestrationFlow' | 'UnifiedSchedulingFlow' | 'MultiPageExperienceFlow'; export type DeployStatus = 'Pending' | 'InProgress' | 'Finalizing' | 'FinalizingFailed' | 'Succeeded' | 'SucceededPartial' | 'Failed' | 'Canceling' | 'Canceled'; export type AsyncRequestState = 'Queued' | 'InProgress' | 'Completed' | 'Error'; export type AIFilterUnit = 'Milliseconds' | 'Seconds' | 'Minutes' | 'Hours' | 'Days' | 'Weeks' | 'Months' | 'Years'; export type AIFilterOperation = 'And' | 'Or' | 'Not' | 'LessThan' | 'LessThanOrEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'Equals' | 'NotEquals' | 'Add' | 'Subtract' | 'Multiply' | 'Divide' | 'IsNull' | 'IsNotNull' | 'StartsWith' | 'EndsWith' | 'Contains' | 'Concat' | 'DoesNotContain' | 'Between' | 'In'; export type AISide = 'Left' | 'Right'; export type AIValueType = 'Number' | 'String' | 'Boolean' | 'Date' | 'DateTime' | 'Supplier' | 'Currency' | 'Varchar' | 'Comparison'; export type AIManagedFieldType = 'Included' | 'Excluded'; export type AIModelDefinitionApprovalType = 'RequireApproval' | 'PreApproved'; export type AIModelDefinitionStatus = 'Enabled' | 'Disabled'; export type AIModelType = 'RandomForest' | 'LogisticRegression' | 'LinearRegression' | 'DecisionTree' | 'DeepLearningIntent' | 'DeepLearningNER' | 'GlobalDeepLearningIntent' | 'GlobalDeepLearningNER' | 'GlobalLanguageDetection' | 'BinaryClassification' | 'GeneralizedLinearModels' | 'GradientBoostedTrees' | 'LinearSupportVectorClassifiers' | 'MulticlassClassification' | 'NaiveBayes' | 'Regression' | 'XGBoost' | 'NeuralNet' | 'PopularityCount'; export type AIPredictionStrategy = 'Maximize' | 'Minimize'; export type AIPredictionDefinitionStatus = 'Enabled' | 'Disabled'; export type AIPredictionType = 'ScoringSpecificOutcome' | 'BinaryClassification' | 'MulticlassClassification' | 'Regression' | 'LanguageDetection' | 'DeepLearningIntentClassification' | 'DeepLearningNameEntityRecognition' | 'GlobalDeepLearningIntentClassification' | 'GlobalDeepLearningNameEntityRecognition'; export type AIApplicationStatus = 'Draft' | 'Migrated' | 'Enabled' | 'Disabled'; export type AIApplicationType = 'Platform' | 'LeadScoring' | 'ForecastingPredictive' | 'CaseClassification' | 'PredictionBuilder' | 'Assistant' | 'Bots' | 'EPLite' | 'Discovery' | 'ReferralScoring' | 'IntelligentOffers' | 'CaseWrapUp' | 'VoiceWrapUp' | 'RecommendationBuilder' | 'OpportunityScoring' | 'SalesAILeadScoring' | 'ServiceCaseWrapUp' | 'ServiceCaseClassification' | 'KeyAccountIdentification' | 'OpportunityPushedOutInsight' | 'InvoiceLatePaymentRiskCalculation' | 'SalesAIOpportunityScoring' | 'SalesAIForecastingPredictive' | 'CallCaseWrapUp' | 'SalesAIOpportunityForecasting' | 'CustomizablePropensityScoring' | 'GenerativeIntelligence' | 'OmOrderRouting'; export type AIScoringMode = 'Batch' | 'OnDemand' | 'Streaming'; export type RecsOutputFieldName = 'Summary' | 'Issue' | 'Resolution' | 'IndividualEmailSummary' | 'CompleteEmailsSummary'; export type ConfigStatus = 'Enabled' | 'Disabled'; export type AIModelApproval = 'Pending' | 'Approved' | 'Rejected'; export type AIModelMetricOperation = 'LessThan' | 'Equals' | 'NotEquals' | 'GreaterThan' | 'IsNull' | 'IsNotNull' | 'StartsWith' | 'EndsWith' | 'Contains'; export type AIIntensityType = 'Weight' | 'Importance' | 'Correlation'; export type AIModelFactorType = 'Basic' | 'And' | 'Or'; export type AIDataSetType = 'HoldOut' | 'Training' | 'Live' | 'Model' | 'Baseline'; export type AIModelGraphType = 'ConfidencePlot' | 'LiftPlot' | 'PrecisionGraph' | 'RecallGraph' | 'HitRateGraph' | 'MeanReciprocalRankGraph' | 'DiscountedCumulativeGainsGraph' | 'NormalizedDiscountedCumulativeGainsGraph' | 'KBasedRankingGraph' | 'ConfusionMatrixPerThreshold' | 'RegressionErrorBands' | 'MultiClassMisclassifications' | 'MultiClassConfusionMatrixPerThreshold'; export type AIMetricType = 'auROC' | 'Accuracy' | 'BalancedAccuracy' | 'Precision' | 'Recall' | 'FMeasure' | 'RootMeanSquaredError' | 'MeanAbsoluteError' | 'RSquared' | 'auPR' | 'PrecisionAtK' | 'RecallAtK' | 'HitRateAtK' | 'F1Score' | 'MeanPercentileRank' | 'MeanAbsoluteRank' | 'ExpectedTopPercentileRank' | 'ExpectedTopAbsoluteRank' | 'MeanReciprocalRankAtK' | 'DiscountedCumulativeGainAtK' | 'NormalizedDiscountedCumulativeGainsAtK' | 'AveragePrecision' | 'MeanAveragePrecisionAtK' | 'MeanReciprocalRank' | 'MeanTopReciprocalRank' | 'LiftBucket'; export type AIScoringStatus = 'Enabled' | 'Disabled'; export type AIScoringModelDefVersionMode = 'TRAIN' | 'DEPLOY' | 'TRAIN_AND_DEPLOY'; export type MappedFieldType = 'FEATURE' | 'PREDICTION_SCORE' | 'INSIGHT' | 'SUGGESTION' | 'SECONDARY_RESPONSE_RECORD_ID' | 'RECOMMENDATION_RESPONSE_RECORD_ID' | 'RECOMMENDATION' | 'PREDICTION_SCORE_INPUT'; export type BatchInputSourceType = 'CRMA' | 'Data_Cloud'; export type ExtractorType = 'APEX' | 'JAVA' | 'HYBRID'; export type FeatureInputType = 'Realtime_Input' | 'Sample_Input' | 'Batch_Input' | 'Batch_And_Realtime_Input'; export type PredictionPlatform = 'Einstein_Discovery' | 'Default' | 'Data_Cloud' | 'Einstein_on_Data_Cloud'; export type CreatorType = 'INTERNAL_USER' | 'SALESFORCE_ADMIN'; export type RcmdSourceType = 'Next_Best_Action_Flow' | 'None'; export type FormulaType = 'QUANTITY' | 'REVENUE'; export type CalculationFrequency = 'Monthly' | 'Quarterly'; export type ForecastFrequency = 'Monthly' | 'Quarterly'; export type AccountingType = 'Revenue' | 'Expense'; export type ExpectedCashFlowGrouping = 'GroupByFundAccount' | 'GroupByFundAndDueDate'; export type PaidCashFlowGrouping = 'GroupBySummary' | 'GroupByFundAccount'; export type PeriodTypes = 'Month' | 'Quarter' | 'Week' | 'Year'; export type TeamMemberHierarchyType = 'ManagerHierarchy' | 'ForecastsHierarchy'; export type ItemActionType = 'Omniscript' | 'Aura' | 'LWC'; export type ItemCategory = 'dbBased' | 'fileBased'; export type ActionLinkType = 'API' | 'APIAsync' | 'Download' | 'UI'; export type ActionLinkHttpMethod = 'HttpDelete' | 'HttpHead' | 'HttpGet' | 'HttpPatch' | 'HttpPost' | 'HttpPut'; export type ActionLinkUserVisibility = 'Creator' | 'Everyone' | 'EveryoneButCreator' | 'Manager' | 'CustomUser' | 'CustomExcludedUser'; export type PlatformActionGroupCategory = 'Primary' | 'Overflow'; export type ActionLinkExecutionsAllowed = 'Once' | 'OncePerUser' | 'Unlimited'; export type ActionPlanTemplateType = 'Industries' | 'Retail' | 'Sales' | 'ITSM' | 'PrvdEngmtCompliance' | 'KAM'; export type ActivationFlowType = 'SEGMENT' | 'DMO' | 'API_TRIGGERED' | 'TEMPLATE'; export type ActivationPlatformConnectorType = 'S3' | 'OAUTH'; export type ActivationPlatformCreationType = 'JSON' | 'MANUAL'; export type ActivationPlatformFileOutputFormat = 'CSV' | 'JSON' | 'PARQUET'; export type ActivationPlatformFileOutputGrouping = 'PER_SEGMENT' | 'PER_ACCOUNT' | 'PER_USER'; export type ActivationPlatformPeriodicFullRefresh = 'REFRESH_30' | 'REFRESH_60'; export type ActivationPlatformProcessingType = 'Batch' | 'Streaming'; export type ActivationPlatformType = 'Advertising' | 'Publishing' | 'Analytics' | 'Marketing' | 'Technology'; export type ActivationPlatformRefreshFrequency = 'FOUR' | 'TWELVE' | 'TWENTY_FOUR'; export type ActivationPlatformRefreshMode = 'FULL' | 'INCREMENTAL'; export type ActivationPlatformFieldDataType = 'Text' | 'Number'; export type ActionableListKPIAggType = 'SUM' | 'COUNT' | 'MIN' | 'MAX' | 'AVG'; export type ActionableListKPIStType = 'ACTIVE' | 'INACTIVE'; export type ActivationPlatformIdentifierHashMethod = 'SHA1' | 'SHA256' | 'MD5' | 'NONE'; export type ActivationPlatformIdentifierType = 'EMAIL' | 'PHONE' | 'OTT' | 'MAID'; export type OAuthProviderType = 'GOOGLE' | 'FACEBOOK' | 'AMAZON' | 'LINKEDIN' | 'LINKEDIN_CAPI' | 'SNAPCHAT' | 'DV360' | 'META_CAPI' | 'GAM' | 'TIKTOK' | 'PINTEREST'; export type DefaultLicenseStatus = 'Active' | 'Trial' | 'Free'; export type AdvAcctFcstCalcFrequency = 'Monthly' | 'Quarterly' | 'Yearly' | 'Weekly'; export type AdvAcctFrcstDisplayGroupType = 'MEASURE'; export type AdvAcctFcstFormulaType = 'QUANTITY' | 'REVENUE'; export type AdvAcctFcstAggregationType = 'SUM' | 'MINIMUM' | 'MAXIMUM' | 'AVERAGE'; export type AdvAcctFcstComputationMethod = 'DATA_PROCESSING_ENGINE_DEFINITION' | 'CUSTOM' | 'FORMULA'; export type AdvAcctFcstMeasureType = 'QUANTITY' | 'REVENUE'; export type AdvAccForecastSetStatus = 'Active' | 'Inactive'; export type ForecastPeriodGroupStatus = 'Active' | 'Inactive'; export type FieldMappingClient = 'PriceSheetPricing' | 'CustomFieldMappingPricing'; export type AffinityScoreType = 'RFM' | 'CAP'; export type AiAuthoringBundleType = 'AGENT'; export type EvalInputScope = 'SESSION' | 'MOMENT' | 'INTERACTION'; export type EvalStatus = 'DRAFT' | 'AVAILABLE' | 'ARCHIVED'; export type ReportSummaryType = 'Sum' | 'Average' | 'Maximum' | 'Minimum' | 'Unique' | 'Median' | 'Noop' | 'None'; export type ReportJobSourceTypes = 'tabular' | 'summary' | 'snapshot'; export type AnalyticsDynamicTokenType = 'query'; export type AnalyticsWidgetType = 'visualization' | 'text' | 'filter' | 'parameter' | 'button' | 'metric' | 'container' | 'image' | 'component'; export type AnalyticsActionType = 'recordaction' | 'flow' | 'navigate'; export type AnalyticsActionEventType = 'click' | 'select'; export type AnalyticsWorkspaceAssetType = 'AnalyticsDashboard' | 'AnalyticsVisualization' | 'SemanticModel' | 'MktDataModelObject' | 'MktCalculatedInsightObject' | 'MktDataLakeObject' | 'MktDataConnection' | 'MktDataTransformSetup'; export type AnalyticsWorkspaceAssetUsageType = 'Created' | 'Referenced'; export type AnalyticsWorkspaceAssetMetadataSourceType = 'Promoted' | 'Reused'; export type VisualizationFieldDisplayCategoryType = 'Discrete' | 'Continuous'; export type VisualizationFieldFunctionType = 'Sum' | 'Avg' | 'Median' | 'Count' | 'CountD' | 'Min' | 'Max' | 'Stdev' | 'Stdevp' | 'Var' | 'Varp' | 'UserAgg' | 'DatePartYear' | 'DatePartQuarter' | 'DatePartMonth' | 'DatePartWeek' | 'DatePartWeekDay' | 'DatePartDay' | 'DateTruncYear' | 'DateTruncQuarter' | 'DateTruncMonth' | 'DateTruncWeek' | 'DateTruncDay' | 'My' | 'Mdy' | 'FiscalDatePartYear' | 'FiscalDatePartQuarter' | 'FiscalDatePartMonth' | 'FiscalDatePartWeek' | 'FiscalDateTruncYear' | 'FiscalDateTruncQuarter' | 'FiscalDateTruncMonth' | 'FiscalDateTruncWeek'; export type VisualizationFieldRoleType = 'Dimension' | 'Measure'; export type VisualizationFieldType = 'Field' | 'MeasureNames' | 'MeasureValues'; export type ApplicationObjectName = 'BusinessLicenseApplication' | 'IndividualApplication'; export type ApplicationUsageType = 'LPI' | 'ERM' | 'HC' | 'EDU' | 'BA' | 'CCM' | 'Grantmaking'; export type AppDomainUsageType = 'ExplainabilityService'; export type PolicyApplicableDuration = 'ParameterBased' | 'Monthly' | 'Weekly'; export type AssignmentPolicyType = 'loadBalancing'; export type UtilizationFactor = 'TotalAppointmentDuration' | 'NumberOfAppointments'; export type ProcessSubmitterType = 'group' | 'role' | 'user' | 'roleSubordinates' | 'roleSubordinatesInternal' | 'owner' | 'creator' | 'accountOwner' | 'ownerDelegate' | 'creatorDelegate' | 'accountOwnerDelegate' | 'partnerUser' | 'customerPortalUser' | 'portalRole' | 'portalRoleSubordinates' | 'allInternalUsers'; export type WorkflowActionType = 'FieldUpdate' | 'KnowledgePublish' | 'Task' | 'Alert' | 'Send' | 'OutboundMessage' | 'FlowAction' | 'FlowAutomation'; export type NextOwnerType = 'adhoc' | 'user' | 'userHierarchyField' | 'relatedUserField' | 'queue' | 'apexMethod' | 'PreviousApprover' | 'none'; export type RoutingType = 'Unanimous' | 'FirstResponse'; export type FilterOperation = 'equals' | 'notEqual' | 'lessThan' | 'greaterThan' | 'lessOrEqual' | 'greaterOrEqual' | 'contains' | 'notContain' | 'startsWith' | 'includes' | 'excludes' | 'within'; export type StepCriteriaNotMetType = 'ApproveRecord' | 'RejectRecord' | 'GotoNextStep'; export type StepRejectBehaviorType = 'RejectRequest' | 'BackToPrevious'; export type RecordEditabilityType = 'AdminOnly' | 'AdminOrCurrentApprover'; export type AssignToLookupValueType = 'User' | 'Queue'; export type BusinessHoursSourceType = 'None' | 'Case' | 'Static'; export type EscalationStartTimeType = 'CaseCreation' | 'CaseLastModified'; export type AssistantDefinitionStatus = 'DISABLED' | 'ENABLED'; export type AssistantSkillSobjectActionType = 'CREATE' | 'UPDATE' | 'READ'; export type AssistantSkillType = 'AGENDA' | 'SOBJECT'; export type AudienceCriterionOperator = 'Equal' | 'NotEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Contains' | 'StartsWith' | 'Includes' | 'NotIncludes'; export type AudienceCriterionType = 'Default' | 'Profile' | 'FieldBased' | 'GeoLocation' | 'Domain' | 'Permission' | 'Audience'; export type FormulaFilterType = 'AllCriteriaMatch' | 'AnyCriterionMatches' | 'CustomLogicMatches'; export type AuraBundleType = 'Application' | 'Component' | 'Event' | 'Interface' | 'Tokens'; export type MuleSoftControlPlane = 'None' | 'US' | 'EU'; export type AuthProviderType = 'Facebook' | 'Janrain' | 'Salesforce' | 'OpenIdConnect' | 'MicrosoftACS' | 'LinkedIn' | 'Twitter' | 'Google' | 'GitHub' | 'Custom' | 'Apple' | 'Evergreen' | 'Slack' | 'HubSpot' | 'Microsoft' | 'MuleSoft' | 'Bitbucket' | 'SlackSeamless' | 'SlackFirst' | 'SlackFirstDev' | 'MuleSoftSeamless' | 'MuleSoftAnypointPlatform' | 'Confluence3LO'; export type BatchCalcJobCSVDelimiter = 'COMMA' | 'BACKQUOTE' | 'CARET' | 'PIPE' | 'SEMICOLON' | 'TAB'; export type BatchCalcJobDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'MultiValue' | 'Boolean'; export type BatchCalcJobFileSource = 'ContentManagement'; export type BatchCalcJobDatasourceType = 'StandardObject' | 'Analytics' | 'DataModelObject' | 'CalculatedInsightsObject' | 'CRMObject' | 'CSV' | 'DataLakeObject'; export type BatchCalcJobFilterOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'StartsWith' | 'EndsWith' | 'Contains' | 'DoesNotContain' | 'IsNull' | 'IsNotNull' | 'In' | 'NotIn'; export type BatchCalcJobFrcstAccuracy = 'None' | 'Eighty' | 'NinetyFive'; export type BatchCalcJobAggregateFunction = 'Unique' | 'Sum' | 'Max' | 'Min' | 'Avg' | 'Std' | 'StdP' | 'Var' | 'VarP' | 'Count'; export type BatchCalcJobFrcstModel = 'Additive' | 'Multiplicative' | 'Auto'; export type BatchCalcJobFrcstPeriodType = 'Year' | 'YearQuarter' | 'YearMonth' | 'YearWeek' | 'YearMonthDay' | 'FiscalYear' | 'FiscalYearQuarter' | 'FiscalYearMonth' | 'FiscalYearWeek'; export type BatchCalcJobFrcstSeasonality = 'Auto' | 'None' | 'Two' | 'Three' | 'Four' | 'Five' | 'Six' | 'Seven' | 'Eight' | 'Nine' | 'Ten' | 'Eleven' | 'Twelve' | 'Thirteen' | 'Fourteen' | 'Fifteen' | 'Sixteen' | 'Seventeen' | 'Eighteen' | 'Nineteen' | 'Twenty' | 'TwentyOne' | 'TwentyTwo' | 'TwentyThree' | 'TwentyFour'; export type BatchCalcJobParameterDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Filter' | 'Expression' | 'FileIdentifier'; export type BatchCalcJobSourceJoinType = 'LeftOuter' | 'RightOuter' | 'Inner' | 'Outer'; export type BatchCalcJobOrderType = 'Ascending' | 'Descending'; export type BatchCalcJobTransformType = 'Expression' | 'Slice' | 'ComputeRelative'; export type BatchCalcJobWritebackKeyType = 'PrimaryKey' | 'QualifierKey'; export type BatchCalcJobWritebackOpn = 'Insert' | 'Update' | 'Upsert' | 'Delete' | 'Overwrite'; export type BatchCalcJobWritebackType = 'sObject' | 'Analytics' | 'DataLakeObject' | 'DataModelObject' | 'CalculatedInsights'; export type BatchCalcJobDefRunMode = 'Batch' | 'OnDemand'; export type ExecutionPlatformObjectType = 'None' | 'DataModelObject' | 'DataLakeObject' | 'CalculatedInsightsObject'; export type ExecutionPlatformType = 'CRMA' | 'CDP' | 'CORE'; export type BatchCalcProcessType = 'DataProcessingEngine' | 'Rebates' | 'FSCHierarchyRollUp' | 'Loyalty' | 'AdvancedAccountForecast' | 'LoyaltyPartnerManagement' | 'LoyaltyPointsAggregation' | 'NetZero' | 'ProgramBasedBusiness' | 'ProviderSearch' | 'AccountingSubledger' | 'ActionableList' | 'DecisionMatrixDataUpload' | 'ProgramManagementRollups' | 'NetZeroHidden' | 'CriteriaBsdSearchAndFilter' | 'RecordAggregation' | 'Education' | 'CDPEnrichment' | 'CdpActionableList' | 'CSVCoreUpload' | 'BenefitManagement' | 'BillingSchedulesforInvoiceGeneration' | 'Recruitment' | 'InvoiceGeneration' | 'AccountingPeriodClosure' | 'PnmRosterFileUpload' | 'FinancialSummaryRollup' | 'PriceProtection' | 'Decisiontable' | 'UsageManagement' | 'TestProcessType' | 'ProductCatalogManagement' | 'ChannelInventoryManagement' | 'SalesAgreement' | 'LegalEntityAccountingPeriodClosureAdvanced' | 'LifeSciencesCommercialTerritoryAlignment' | 'RevenueTransactionManagement' | 'FundraisingRollups' | 'EmployeeService' | 'OnDemandRecordRollup' | 'LifeSciencesCustomerEngagement' | 'PatientServicesProgram' | 'Fundraising' | 'TestAtomicWritebackScale' | 'GeneralLedgerAccountBalancesSummary' | 'ForeignExchangeGainLossCalculations' | 'InventorySearch' | 'InventoryBatchSearch' | 'CollectionsAndRecovery' | 'StockRotation'; export type BatchJobDefinitionStatus = 'Active' | 'Inactive'; export type DataSourceType = 'SingleSobject' | 'MultipleSobjects'; export type BenefitActionDataType = 'String' | 'Date' | 'DateTime' | 'Boolean' | 'Picklist' | 'EntityPicklist' | 'Number'; export type BuildingEnergyIntensityType = 'BuildingEnergyIntensity' | 'RegionalBuildingEnergyIntensity'; export type GenAiAgentType = 'Employee' | 'EinsteinSDR' | 'SalesEinsteinCoach' | 'Setup' | 'EinsteinServiceAgent' | 'Analytics' | 'BankingServiceAgent' | 'ServicePlanner' | 'BuyerAgent' | 'AppDevAgent' | 'FieldServiceAgent' | 'ShopperAgent' | 'AgentforceEmployeeAgent' | 'ProspectingAgent' | 'SalesDealAgent' | 'CustomAgent' | 'GuidedShoppingAgent' | 'ExperienceBuilder' | 'LightningAppBuilder' | 'SalesCanvasAgent' | 'ScaleAgent'; export type Language = 'en_US' | 'de' | 'es' | 'fr' | 'it' | 'ja' | 'sv' | 'ko' | 'zh_TW' | 'zh_CN' | 'pt_BR' | 'nl_NL' | 'da' | 'th' | 'fi' | 'ru' | 'es_MX' | 'no' | 'hu' | 'pl' | 'cs' | 'tr' | 'in' | 'ro' | 'vi' | 'uk' | 'iw' | 'el' | 'bg' | 'en_GB' | 'ar' | 'sk' | 'pt_PT' | 'hr' | 'sl' | 'fr_CA' | 'ka' | 'sr' | 'sh' | 'en_AU' | 'en_MY' | 'en_IN' | 'en_PH' | 'en_CA' | 'ro_MD' | 'bs' | 'mk' | 'lv' | 'lt' | 'et' | 'sq' | 'sh_ME' | 'mt' | 'ga' | 'eu' | 'cy' | 'is' | 'cac' | 'quc' | 'cak' | 'ms' | 'tl' | 'lb' | 'rm' | 'hy' | 'hi' | 'ur' | 'bn' | 'de_AT' | 'de_CH' | 'ta' | 'ar_DZ' | 'ar_BH' | 'ar_EG' | 'ar_IQ' | 'ar_JO' | 'ar_KW' | 'ar_LB' | 'ar_LY' | 'ar_MA' | 'ar_OM' | 'ar_QA' | 'ar_SA' | 'ar_SD' | 'ar_SY' | 'ar_TN' | 'ar_AE' | 'ar_YE' | 'zh_SG' | 'zh_HK' | 'en_HK' | 'en_IE' | 'en_SG' | 'en_ZA' | 'fr_BE' | 'fr_LU' | 'fr_CH' | 'de_BE' | 'de_LU' | 'it_CH' | 'nl_BE' | 'es_AR' | 'es_BO' | 'es_CL' | 'es_CO' | 'es_CR' | 'es_DO' | 'es_EC' | 'es_SV' | 'es_GT' | 'es_HN' | 'es_NI' | 'es_PA' | 'es_PY' | 'es_PE' | 'es_PR' | 'es_US' | 'es_UY' | 'es_VE' | 'ca' | 'af' | 'sw' | 'zu' | 'xh' | 'te' | 'ml' | 'kn' | 'mr' | 'gu' | 'pa' | 'en_NZ' | 'mi' | 'my' | 'fa' | 'km' | 'am' | 'kk' | 'ht' | 'sm' | 'haw' | 'zh_MY' | 'ru_LT' | 'ru_PL' | 'ru_AM' | 'ru_KZ' | 'ru_KG' | 'ru_BY' | 'ru_MD' | 'ru_UA' | 'en_AE' | 'en_BE' | 'en_CY' | 'en_DE' | 'en_IL' | 'en_IT' | 'en_NL' | 'en_MT' | 'en_ES' | 'en_PL' | 'en_DK' | 'en_SE' | 'en_NO' | 'en_FR' | 'en_HU' | 'en_CZ' | 'en_SK' | 'en_RO' | 'en_CH' | 'en_AL' | 'en_AD' | 'en_AG' | 'en_AT' | 'en_BS' | 'en_BB' | 'en_BZ' | 'en_BA' | 'en_BG' | 'en_HR' | 'en_DM' | 'en_EE' | 'en_FI' | 'en_GI' | 'en_GR' | 'en_GD' | 'en_GY' | 'en_IS' | 'en_JM' | 'en_JP' | 'en_LV' | 'en_LI' | 'en_LT' | 'en_LU' | 'en_MC' | 'en_ME' | 'en_MK' | 'en_PT' | 'en_RS' | 'en_SI' | 'en_KR' | 'en_KN' | 'en_LC' | 'en_VC' | 'en_TW' | 'en_TH' | 'en_TT' | 'en_TR' | 'nl_SR' | 'fr_HT' | 'de_LI' | 'es_AD' | 'sv_FI' | 'el_CY' | 'fr_MA' | 'kl' | 'ji' | 'hmn' | 'eo' | 'iw_EO'; export type MlSlotClassDataType = 'Text' | 'Number' | 'Boolean' | 'Date' | 'DateTime' | 'Currency'; export type MlSlotClassExtractionType = 'Pattern' | 'Value'; export type BotSourceType = 'None' | 'B2ASandboxBot' | 'B2AProdBot'; export type ConversationInvocableTargetType = 'apex' | 'flow' | 'standardInvocableAction' | 'logFeedback' | 'externalService' | 'logGoalAchieved' | 'logDisambiguation' | 'quickAction' | 'api' | 'botAction'; export type BotInvocationMappingType = 'Input' | 'Output' | 'Error'; export type ConversationVariableType = 'ConversationVariable' | 'ContextVariable' | 'PageContextVariable'; export type BotNavigationType = 'Call' | 'Redirect' | 'TransferToAgent' | 'EndChat'; export type BotStepConditionOperatorType = 'Equals' | 'NotEquals' | 'IsSet' | 'IsNotSet' | 'GreaterThan' | 'LessThan' | 'GreaterThanOrEqualTo' | 'LessThanOrEqualTo'; export type ConversationVariableOperandSourceType = 'StandardConversationVariable' | 'ConversationVariable' | 'ContextVariable' | 'MlSlotClass' | 'StandardMlSlotClass' | 'Value' | 'BotDefinition' | 'Queue' | 'FlowDefinition'; export type ConversationMessageExecutionType = 'Sync' | 'Async'; export type BotQuickReplyType = 'Static' | 'Dynamic'; export type BotWidgetType = 'Menu' | 'Buttons'; export type BotVariableOperationType = 'Set' | 'Unset' | 'Collect' | 'SetConversationLanguage' | 'CollectAttachment'; export type ConversationDefinitionLogicalOperatorType = 'And' | 'Or'; export type SortOrder = 'Asc' | 'Desc'; export type ConversationMappingType = 'Input' | 'Output'; export type ConversationSystemMessageParamType = 'Transfer'; export type ConversationSystemMessageType = 'Transfer' | 'EndChat'; export type BotStepType = 'Navigation' | 'Invocation' | 'VariableOperation' | 'Message' | 'Wait' | 'Group' | 'SystemMessage' | 'RecordLookup' | 'RichMessage' | 'GoalStep'; export type ConversationSystemDialogType = 'TransferFailed' | 'ErrorHandling' | 'KnowledgeFallback' | 'Disambiguation' | 'DisambiguationFailed' | 'KnowledgeAction'; export type ConversationVariableCollectionType = 'List'; export type ConversationDataType = 'Text' | 'Number' | 'Boolean' | 'Object' | 'Date' | 'DateTime' | 'Currency' | 'Id'; export type ConversationVariableVisibilityType = 'Internal' | 'External'; export type ConversationDefinitionNlpProviderType = 'EinsteinAi' | 'Apex'; export type GenAiBotToneType = 'Casual' | 'Neutral' | 'Formal'; export type MessageType = 'Text' | 'Facebook' | 'Line' | 'GoogleHome' | 'Alexa' | 'Omega' | 'AppleBusinessChat' | 'WeChat' | 'WebChat' | 'WhatsApp' | 'Phone' | 'EmbeddedMessaging' | 'Voice' | 'Custom' | 'InternalCopilot' | 'VoiceIntegrationPilot' | 'PstnVoice' | 'WhatsAppVoice' | 'SipVoice' | 'Email'; export type BotType = 'Bot' | 'InternalCopilot' | 'ExternalCopilot'; export type ConvDefBlockVersionStatus = 'Published'; export type BriefcaseFilterOperator = 'e' | 'n' | 'l' | 'g' | 'm' | 'h' | 's' | 'd'; export type FilterScope = 'Everything' | 'Mine' | 'Queue' | 'Delegated' | 'MyTerritory' | 'MyTeamTerritory' | 'Team' | 'SalesTeam' | 'AssignedToMe' | 'MineAndMyGroups' | 'ScopingRule'; export type BriefcaseRuleRelationshipType = 'ParentToChild' | 'ChildToParent'; export type BriefcaseType = 'Standard' | 'HighVolume' | 'MobileAppSync'; export type ForecastCategories = 'Omitted' | 'Pipeline' | 'BestCase' | 'MostLikely' | 'Forecast' | 'Closed'; export type ExpFeedbackCollType = 'SURVEY' | 'PHONE_CALL'; export type SurveyQuestionType = 'MultiChoice' | 'RadioButton' | 'FreeText' | 'Date' | 'Rating' | 'CSAT' | 'Slider' | 'Picklist' | 'NPS' | 'StackRank' | 'Currency' | 'Number' | 'DateTime' | 'Toggle' | 'MultiSelectPicklist' | 'Image' | 'Boolean' | 'ShortText' | 'Attachment' | 'Matrix'; export type CMSSourceConnectionType = 'Public' | 'Authenticated'; export type CMSConnectionStatus = 'ACTIVE' | 'INACTIVE'; export type CMSConnectionSourceType = 'AEM' | 'Drupal' | 'WordPress' | 'SDL' | 'Sitecore' | 'Other'; export type FeedItemDisplayFormat = 'Default' | 'HideBlankLines'; export type FeedItemType = 'TrackedChange' | 'UserStatus' | 'TextPost' | 'AdvancedTextPost' | 'LinkPost' | 'ContentPost' | 'DashboardComponentAlert' | 'PollPost' | 'RypplePost' | 'ProfileSkillPost' | 'DashboardComponentSnapshot' | 'TestItem' | 'ApprovalPost' | 'CaseCommentPost' | 'ReplyPost' | 'EmailMessageEvent' | 'CallLogPost' | 'ChangeStatusPost' | 'AttachArticleEvent' | 'MilestoneEvent' | 'ActivityEvent' | 'ChatTranscriptPost' | 'CollaborationGroupCreated' | 'AttachExternalDocumentEvent' | 'CollaborationGroupUnarchived' | 'SocialPost' | 'QuestionPost' | 'Undefined' | 'FacebookPost' | 'BasicTemplateFeedItem' | 'CreateRecordEvent' | 'CanvasPost' | 'AnnouncementPost'; export type EmailToCaseOnFailureActionType = 'Bounce' | 'Discard' | 'Requeue'; export type EmailToCaseRoutingAddressType = 'EmailToCase' | 'Outlook' | 'GmailOAuth' | 'E2cEasy'; export type CaseSubjectParticleType = 'ProvidedString' | 'Source' | 'MessageType' | 'SocialHandle' | 'SocialNetwork' | 'Sentiment' | 'RealName' | 'Content' | 'PipeSeparator' | 'ColonSeparator' | 'HyphenSeparator'; export type APIInstanceAccessStatus = 'Approved' | 'Pending' | 'NoStatus' | 'NotAccessible' | 'Rejected' | 'Revoked' | 'Deleted'; export type APIInstanceApprovalType = 'ManualApproval' | 'AutoApproval' | 'NoApproval'; export type APIInstanceEndpointType = 'Discovery' | 'Callout'; export type ExternalServiceRegistrationProviderType = 'MuleSoft' | 'Custom' | 'SchemaInferred' | 'Standard' | 'ExternalConnector' | 'CustomExternalConnector' | 'Heroku' | 'Anypoint' | 'ApexRest' | 'AgentActionOutputs' | 'IntegProcd' | 'DocumentProcessing' | 'NamedQuery' | 'ModelContextProtocol' | 'AuraEnabled' | 'ContextDef' | 'AgentToAgent'; export type APIType = 'REST' | 'GraphQL' | 'gRPC'; export type ActionForNoRecordFound = 'CreateNewRecordAndLink' | 'PromptAgent'; export type ActionForSingleRecordFound = 'AutoLink' | 'PromptAgent'; export type ChannelType = 'FacebookMessenger' | 'Text' | 'WeChat' | 'WhatsApp' | 'Phone'; export type ObjectToLink = 'Contact'; export type ChatterExtensionType = 'Lightning'; export type EmbeddedServiceFeature = 'NotInUse' | 'Base' | 'LiveAgent' | 'FieldService' | 'Flows' | 'ChannelMenu' | 'EmbeddedMessaging'; export type EmbeddedServiceLabelKey = 'LA_Container_Base_Close' | 'LA_Container_Base_Minimize' | 'LA_Container_Base_EndOfDialog' | 'LA_Container_Base_MinimizedContainerAssistiveText' | 'LA_Chat_Body_ChatWindowAgent' | 'LA_Chat_Body_InputTextPlaceholder' | 'LA_Chat_Body_AgentTypingUpdate' | 'LA_Chat_Body_Send' | 'LA_Chat_Body_ChatStartTime' | 'LA_Chat_Body_MessageAreaTransferred' | 'LA_Chat_Body_FileTransferCanceled' | 'LA_Chat_Body_FileTransferSuccess' | 'LA_Chat_Body_FileTransferFailure' | 'LA_Chat_Body_FileTransferRequested' | 'LA_Chat_Body_TransferFailed' | 'LA_Chat_ExtendedHeader_ShowExtendedHeader' | 'LA_Chat_ExtendedHeader_HideExtendedHeader' | 'LA_Chat_ExtendedHeader_ChatStateHeaderGreeting' | 'LA_Chat_ExtendedHeader_SaveTranscript' | 'LA_Chat_ExtendedHeader_EndChatAction' | 'LA_Chat_FileTransfer_FileUpload' | 'LA_Chat_FileTransfer_UploadFile' | 'LA_Chat_FileTransfer_SelectNewFile' | 'LA_Chat_FileTransfer_UsePreviousElementToUploadFile' | 'LA_Chat_FileTransfer_RemoveFile' | 'LA_Chat_Minimized_MessageNotification' | 'LA_Chat_Minimized_SingleMessageNotification' | 'LA_Chat_Minimized_AgentSaysNotification' | 'LA_Chat_Minimized_IdleTimeoutMinimizedWarning' | 'LA_Chat_Minimized_IdleTimeoutMinimizedEndChat' | 'LA_Chat_Ended_ChatEnd' | 'LA_Chat_Ended_ChatEndAgent' | 'LA_Chat_Ended_ChatEndConnection' | 'LA_Chat_Ended_ChatButtonClose' | 'LA_Chat_Ended_PostChatButton' | 'LA_Chat_Ended_IdleTimeoutEndChatMessage' | 'LA_Chat_Reconnecting_ReconnectingChasitorIssue' | 'LA_Chat_Reconnecting_ReconnectingMinimizedMessage' | 'LA_Chat_Timeout_IdleTimeoutWarningQuestion' | 'LA_Chat_AgentTransfer_BannerInProgressTransfer' | 'LA_Chat_AgentTransfer_MinimizedInProgressTransfer' | 'LA_Chat_AgentTransfer_BannerTransferred' | 'LA_Chat_AgentTransfer_BannerReconnected' | 'LA_Chat_CloseConfirmation_ChatStateHeader' | 'LA_Chat_CloseConfirmation_ChatStateBody' | 'LA_Chat_CloseConfirmation_ChatStateResume' | 'LA_Chat_CloseConfirmation_ChatStateEnd' | 'LA_Chat_UnseenMessage_UnseenMessage' | 'LA_Chat_UnseenMessage_SingleUnseenMessage' | 'LA_OfflineSupport_SupportForm_HeaderText' | 'LA_OfflineSupport_Error_ErrorDialogTitle' | 'LA_OfflineSupport_Error_ErrorDialogBody' | 'LA_OfflineSupport_Error_ErrorDialogButton' | 'LA_OfflineSupport_SupportForm_SupportFormTitle' | 'LA_OfflineSupport_SupportForm_SupportFormSubtitle' | 'LA_OfflineSupport_SupportForm_SupportFormButton' | 'LA_OfflineSupport_SupportForm_BannerAltText' | 'LA_OfflineSupport_CloseConfirmation_ConfirmationDialogTitle' | 'LA_OfflineSupport_CloseConfirmation_ConfirmationDialogBody' | 'LA_OfflineSupport_CloseConfirmation_ConfirmationDialogButton' | 'LA_OfflineSupport_Minimized_ConfirmationMinimizedText' | 'LA_OfflineSupport_Minimized_ErrorMinimizedText' | 'LA_PostChat_Base_PostChat' | 'LA_PreChat_Base_LiveChat' | 'LA_PreChat_Base_Instructions' | 'LA_PreChat_Base_BannerAltText' | 'LA_PreChat_Base_PrechatAssistiveText' | 'LA_PreChat_Base_StartChat' | 'LA_PreChat_Base_FieldError' | 'LA_Waiting_WithoutQueuePos_WaitingGreeting' | 'LA_Waiting_WithoutQueuePos_WaitingDefaultName' | 'LA_Waiting_WithoutQueuePos_WaitingMessage' | 'LA_Waiting_WithoutQueuePos_WaitingCancelChatRequest' | 'LA_Waiting_WithQueuePos_WaitingQueuePosMessageFirstLine' | 'LA_Waiting_WithQueuePos_WaitingQueuePosMessageSecondLine' | 'LA_Waiting_WithQueuePos_WaitingQueuePosZeroMessage' | 'LA_Waiting_WithQueuePos_WaitingQueuePosConnectingMessage' | 'LA_Waiting_WithQueuePos_WaitingQueuePosMaxNumber' | 'LA_Waiting_WithQueuePos_WaitingQueuePosMaxMessageFirstLine' | 'LA_Waiting_WithQueuePos_WaitingQueuePosMaxMessageSecondLine' | 'LA_Waiting_Minimized_MinimizedWaitingMessage' | 'LA_Waiting_Minimized_MinimizedQueuePosMessage' | 'LA_Waiting_Minimized_MinimizedQueuePosZeroMessage' | 'LA_Waiting_Minimized_MinimizedQueuePosAssistiveMessage' | 'LA_Waiting_Minimized_MinimizedQueuePosZeroAssistiveMessage' | 'LA_Waiting_Error_ErrorNoAgentTitle' | 'LA_Waiting_Error_ErrorNoAgentHeader' | 'LA_Waiting_Error_ErrorNoAgentBodyApology' | 'LA_Waiting_Error_ErrorBlockedTitleAndHeader' | 'LA_Waiting_Error_ErrorBlockedBody' | 'LA_Waiting_Error_ErrorBlockedCloseButton' | 'LA_Waiting_Error_ErrorNoConnectionTitle' | 'LA_Waiting_Error_ErrorNoConnectionHeader' | 'LA_Waiting_Error_ErrorNoConnectionBodyApology' | 'LA_Waiting_Error_ErrorTryAgainButton' | 'LA_Waiting_Error_ErrorExitChatButton' | 'LA_Waiting_CloseConfirmation_WaitingStateHeader' | 'LA_Waiting_CloseConfirmation_WaitingStateBodyApology' | 'LA_Waiting_CloseConfirmation_WaitingStateLeave' | 'LA_Waiting_CloseConfirmation_WaitingStateContinue' | 'LA_Chat_Timeout_IdleTimeoutWarningRequest' | 'LA_Waiting_Error_ErrorNoAgentBodyRequest' | 'LA_Waiting_Error_ErrorNoConnectionBodyRequest' | 'LA_Waiting_CloseConfirmation_WaitingStateBodyWarning' | 'LA_General_CloseSessionWarningTitle' | 'LA_General_CloseSessionWarningBody' | 'LA_General_CloseSessionWarningButton' | 'LA_Chat_Body_ChooseOption' | 'LA_Waiting_Base_BannerAssistiveText' | 'LA_Chat_Group_Chat_HeaderTitle' | 'LA_Chat_Group_Chat_ExtendedHeaderGreeting' | 'LA_Chat_Group_Chat_AgentJoinedChat' | 'LA_Chat_Group_Chat_AgentLeftChat' | 'LA_Chat_Group_Chat_MinimizedStateMessage' | 'LA_Chat_WithQueuePos_QueuePosTransferringMessage' | 'LA_Chat_Ended_ChatEndChatbot' | 'LA_Chat_Body_InputTextAssistiveText' | 'LA_Waiting_Header_Text' | 'LA_PreChat_Terms_And_Conditions' | 'LA_PreChat_Base_Terms_And_Conditions_Acknowledgement' | 'FS_Container_Base_Back' | 'FS_Container_AuthenticationFailure_Title' | 'FS_Container_AuthenticationFailure_Body' | 'FS_Container_AuthenticationFailure_Button' | 'FS_AppointmentDetail_Error_AccessDenied' | 'FS_AppointmentDetail_Error_NoAppointmentFound' | 'FS_AppointmentDetail_Error_ButtonOK' | 'FS_AppointmentList_Base_ActiveAppointmentTab' | 'FS_AppointmentList_Base_ClosedAppointmentTab' | 'FS_AppointmentList_Base_Header' | 'FS_AppointmentList_Base_NewAppointmentButtonLabel' | 'FS_AppointmentList_Error_GenericErrorStatement' | 'FS_AppointmentList_Empty_NoAppointmentsTitleUpcomingTab' | 'FS_AppointmentList_Empty_NoAppointmentsDescriptionUpcomingTab' | 'FS_AppointmentList_Empty_NoAppointmentsTitlePastTab' | 'FS_AppointmentList_Empty_NoAppointmentsDescriptionPastTab' | 'FS_Confirmation_Base_Scheduled' | 'FS_Confirmation_Base_Assigned' | 'FS_Confirmation_Base_Arriving' | 'FS_Confirmation_Base_InProgress' | 'FS_Confirmation_Base_Dispatched' | 'FS_Confirmation_Base_Completed' | 'FS_Confirmation_Base_HeaderText' | 'FS_Confirmation_Base_AddCalendar' | 'FS_Confirmation_Base_ViewAppointment' | 'FS_Flows_Error_Title' | 'FS_Flows_Error_Body' | 'FS_Flows_Error_ConfirmButton' | 'FS_Flows_Error_CancelOrModifyError' | 'FS_Flows_NewAppointmentCloseConfirmation_Title' | 'FS_Flows_NewAppointmentCloseConfirmation_Body' | 'FS_Flows_NewAppointmentCloseConfirmation_ButtonClose' | 'FS_Flows_NewAppointmentCloseConfirmation_ButtonCancel' | 'FS_Flows_CancelAppointmentCloseConfirmation_Title' | 'FS_Flows_CancelAppointmentCloseConfirmation_Body' | 'FS_Flows_CancelAppointmentCloseConfirmation_ButtonClose' | 'FS_Flows_CancelAppointmentCloseConfirmation_ButtonCancel' | 'FS_Flows_CancelAppointmentCloseConfirmation_Footer' | 'FS_Flows_ModifyAppointmentCloseConfirmation_Title' | 'FS_Flows_ModifyAppointmentCloseConfirmation_Body' | 'FS_Flows_ModifyAppointmentCloseConfirmation_ButtonClose' | 'FS_Flows_ModifyAppointmentCloseConfirmation_ButtonCancel' | 'FS_Flows_ModifyAppointmentCloseConfirmation_Footer' | 'FS_Scheduling_Base_HeaderText' | 'FS_Scheduling_Base_RecommendedTab' | 'FS_Scheduling_Base_ByDateTab' | 'FS_Scheduling_Base_PreviousWeekAssistiveText' | 'FS_Scheduling_Base_NextWeekAssistiveText' | 'FS_Scheduling_Base_DatePickerAssistiveText' | 'FS_Scheduling_Error_UnexpectedError' | 'FS_Scheduling_Error_NoAvailableTimeslotsError' | 'FS_Scheduling_Error_NoAvailableTimeslotsByDateError' | 'FS_Welcome_Base_GreetingTitle' | 'FS_Welcome_Base_NewAppointmentButton' | 'FS_Welcome_Base_ExistingAppointmentsButton' | 'FS_Confirmation_Base_DoneButton' | 'FS_AppointmentList_Error_GenericErrorRequest' | 'FS_AppointmentHome_Base_CancelAppointmentButton' | 'FS_AppointmentHome_Base_ModifyAppointmentButton' | 'FS_AppointmentHome_Base_ErrorTitle' | 'FS_Scheduling_Base_TimePickerAssistiveText' | 'FS_ResourceDetail_Base_Header' | 'FS_AppointmentHome_Base_DefaultCardHeaderText' | 'FS_Error_Dialog_Title' | 'FS_Error_Dialog_Body' | 'FS_Error_Dialog_Confirm_Button' | 'CM_Container_Header_Primary_Greeting' | 'CM_Container_Header_Secondary_Greeting' | 'CM_Container_MenuItems_WebChatAvailable' | 'CM_Container_MenuItems_WebChatUnavailable' | 'CM_Container_MenuItems_WebChatLoading' | 'CM_Container_MenuItems_ChannelLabel' | 'CM_Container_Button_AssistiveText' | 'CM_Container_MenuItems_AssistiveText' | 'CM_Container_MenuItems_WebLinkNewTabAssistiveText' | 'CM_Container_MenuItems_EmbeddedMessagingChatLoading' | 'EM_Container_Base_DefaultHeaderText' | 'EM_Container_Base_Minimize' | 'EM_Container_Base_Close' | 'EM_Container_Base_CloseConversation' | 'EM_Container_Base_DefaultMinimizedText' | 'EM_Container_Base_MinimizedButtonAssistiveText' | 'EM_Container_Base_MinimizedNotifDismissButtonAssistiveText' | 'EM_Container_Base_HeaderGreetingAnnouncement' | 'EM_Container_Base_NinePlusUnseenMessageCount' | 'EM_Container_Base_ZeroUnseenMessagesAssistiveText' | 'EM_Container_Base_UnseenMessagesAssistiveText' | 'EM_Container_Base_NinePlusUnseenMessagesAssistiveText' | 'EM_Container_Base_InputFooterTextAreaPlaceHolder' | 'EM_Container_Base_PrechatFirstName' | 'EM_Container_Base_PrechatLastName' | 'EM_Container_Base_PrechatSubject' | 'EM_Container_Base_PrechatEmail' | 'EM_Container_Base_BeforeUnloadWarningMessage' | 'EM_Container_Base_StartBookendText' | 'EM_Container_Base_EndBookendText' | 'EM_Container_Base_ChatMessageMetadataAssistiveText' | 'EM_Container_Base_ParticipantJoinText' | 'EM_Container_Base_ParticipantLeaveText' | 'EM_Container_Base_InputFooterTextAreaAssistiveText' | 'EM_Container_Base_InputFooterSendButtonAssistiveText' | 'EM_Container_Base_PrechatStateSubmitButton' | 'EM_Container_Base_InvalidEmailFormFieldError' | 'EM_Container_Base_RequiredFormFieldError' | 'EM_Container_Base_NotificationDismissButtonText' | 'EM_Container_Base_ConversationEndedMinimizedText' | 'EM_Container_Base_ExpiredJWT' | 'EM_Chat_FileTransfer_SelectNewFileText' | 'EM_PreChat_Base_PrechatCustomFieldLabel' | 'EM_Chat_FileTransfer_FileSendingText' | 'EM_Chat_FileTransfer_DownloadFileButtonTitle' | 'EM_Chat_FileTransfer_SelectFileAttachmentButtonTitle' | 'EM_Chat_FileTransfer_CancelFileAttachmentButtonTitle' | 'EM_Chat_FileTransfer_DownloadFileButtonAssistiveText' | 'EM_Chat_FileTransfer_SelectFileAttachmentButtonAssistiveText' | 'EM_Chat_FileTransfer_CancelFileAttachmentButtonAssistiveText' | 'EM_Chat_ChatBody_Sent' | 'EM_Chat_ChatBody_Delivered' | 'EM_Chat_ChatBody_Read' | 'EM_Chat_ChoicesMessage_MenuAssistiveText' | 'EM_Chat_ChoicesSelectionResponse_PlaceholderText' | 'EM_Chat_ChoicesMessage_ButtonsAssistiveText' | 'EM_Container_Base_HeaderAnnouncementTransferRequestSuccess' | 'EM_Container_Base_HeaderAnnouncementTransferRequestFailure' | 'EM_Container_Base_SystemMessageTransferRequestSuccess' | 'EM_Container_Base_SystemMessageTransferRequestFailure' | 'EM_Container_Base_SystemMessageTransferRequestTryAgain' | 'EM_Chat_ChatBody_AgentTypingIndicator' | 'EM_Chat_ChatBody_ChatbotTypingIndicator' | 'EM_Container_Base_InputFooterTextAreaPlaceholderOnlyParticipant' | 'EM_Container_Base_AgentJoinAnnouncement' | 'EM_Container_Base_AgentLeaveAnnouncement' | 'EM_Container_Base_JWTExpiredAnnouncement' | 'EM_Container_Base_ParticipantJoinedText' | 'EM_Container_Base_ParticipantLeftText' | 'EM_Container_Base_NewMessageText' | 'EM_Container_Base_MultipleNewMessagesText' | 'EM_Container_Base_JwtExpiredText' | 'EM_Container_Base_TransferInitiatedText' | 'EM_Container_Base_TransferFailedText' | 'EM_Chat_ChatBody_NotSent' | 'EM_Chat_ChatBody_SpinnerDefaultAssistiveText' | 'EM_Chat_ChatBody_FetchMoreEntriesSpinnerAssistiveText' | 'EM_Container_Base_MinimizeButtonAssistiveText' | 'EM_Container_Base_CloseButtonAssistiveText' | 'EM_Container_Base_ConfirmationDialogMenuItemAssistiveText' | 'EM_Container_Base_MinimizedNotificationAssistiveText' | 'EM_Container_Base_MinimizedStateAssistiveText' | 'EM_Chat_ChatBody_NotRoutedToAgentRoutingResult' | 'EM_Container_Base_TitleNotificationSenderDisplayName' | 'EM_Container_Base_MessagingIframeTitle' | 'EM_Container_Base_FilePreviewIframeTitle' | 'EM_Container_Base_FilePreviewIframeCloseButtonTitle' | 'EM_Chat_ChatBody_MessageResendButtonText' | 'EM_Chat_ChatBody_EstimatedWaitTimeInMinute' | 'EM_Chat_ChatBody_EstimatedWaitTimeInMinutes' | 'EM_Container_Base_InputFooterEmojiButtonAssistiveText' | 'EM_Container_Base_InputFooterEmojiKeyboardAssistiveText' | 'EM_Container_Base_PostchatFrameTitle' | 'EM_Container_Base_PostchatHeaderText' | 'EM_Container_Base_PostchatHeaderBackButtonTitle' | 'EM_Container_Base_PostchatHeaderBackButtonAssistiveText' | 'EM_Container_Base_PostchatConfirmationDialogTitleText' | 'EM_Container_Base_PostchatConfirmationDialogBodyText' | 'EM_Container_Base_PostchatConfirmationDialogConfirmButton' | 'EM_Container_Base_PostchatConfirmationDialogCancelButton' | 'EM_Container_Base_JWTRetrievalFailureText' | 'EM_Chat_FileTransfer_MaximumNumberOfFilesAllowedErrorText' | 'EM_Chat_FileTransfer_UnsupportedFileTypeErrorText' | 'EM_Chat_FileTransfer_FileExceededSizeLimitErrorText' | 'EM_PreChat_ChoiceList_PrechatCustomFieldLabel' | 'EM_Container_Base_PrechatChoiceListValueNone' | 'EM_Container_Base_MenuButtonAssistiveText' | 'EM_Container_Base_CloseMenuButtonAssistiveText' | 'EM_Chat_ChatBody_Yesterday' | 'EM_PreChat_TermsAndConditions' | 'EM_Container_Base_ReconnectInProgress' | 'EM_Container_Base_ReconnectInProgressAssistiveText' | 'EM_Container_Base_MinimizedReconnectInProgress' | 'EM_Container_Base_PrechatTermsAndConditionsAcknowledgement' | 'EM_Container_Base_ChatWindowAssistiveText' | 'EM_Chat_SecureForms_FormButtonInitialStateAssistiveText' | 'EM_Chat_SecureForms_FormButtonInactiveStateAssistiveText' | 'EM_Chat_SecureForms_FormButtonPendingStateTitle' | 'EM_Chat_SecureForms_FormButtonErrorResponseStateTitle' | 'EM_Chat_SecureForms_FormButtonSuccessResponseStateTitle' | 'EM_Chat_SecureForms_OptionSelectInputSingleSelectInstruction' | 'EM_Chat_SecureForms_OptionSelectInputMultipleSelectInstruction' | 'EM_Chat_SecureForms_DatePickerInputSelectInstruction' | 'EM_Chat_SecureForms_TextInputSelectInstruction' | 'EM_Chat_SecureForms_RequiredInputMissing' | 'EM_Chat_SecureForms_RegexPatternMismatch' | 'EM_Chat_SecureForms_NextButtonLabel' | 'EM_Chat_SecureForms_BackButtonLabel' | 'EM_Chat_SecureForms_SubmitButtonLabel' | 'EM_Chat_SecureForms_ProgressBarAssistiveText' | 'EM_Chat_SecureForms_NextButtonDisabledAssistiveText' | 'EM_Chat_SecureForms_BackButtonDisabledAssistiveText' | 'EM_Chat_SecureForms_SubmitButtonDisabledAssistiveText' | 'EM_Chat_SecureForms_CloseConfirmationDialogTitleText' | 'EM_Chat_SecureForms_CloseConfirmationDialogBodyText' | 'EM_Chat_SecureForms_CloseConfirmationConfirmButtonLabel' | 'EM_Chat_SecureForms_CloseConfirmationCancelButtonLabel' | 'EM_Chat_SecureForms_RequiredSelectInputMissing' | 'EM_Chat_ChatBody_UnsupportedMessageTypeText' | 'EM_Container_Base_PrechatLoading' | 'EM_Container_Base_RequestTranscriptMenuOption' | 'EM_Container_Base_DownloadInProgressNotification' | 'EM_Container_Base_DownloadSuccessNotification' | 'EM_Container_Base_DownloadErrorNotification' | 'EM_Container_Base_CloseNotification' | 'EM_Chat_Carousels_PreviousCardButtonAssistiveText' | 'EM_Chat_Carousels_NextCardButtonAssistiveText' | 'EM_Chat_Carousels_CarouselDescriptionAssistiveText' | 'EM_Container_Base_InputFooterTextAreaPlaceHolderAwaitingResponse' | 'EM_Chat_FileTransfer_AttachedFilesAssistiveText' | 'EM_Chat_FileTransfer_RemoveAttachmentButton' | 'EM_Container_Base_InputFooterSendButton' | 'EM_Container_Base_InputFooterTextAreaAssistiveLabelText' | 'EM_Chat_FileTransfer_SendFileAttachmentAssistiveText' | 'EM_Fallback_FallbackMessage' | 'EM_Container_Base_EndSession' | 'EM_Container_Base_EndUserEndedChatText' | 'EM_Container_Base_AgentEndedChatText' | 'EM_Container_Base_ChatbotEndedChatText' | 'EM_Container_Error_GenericError' | 'EM_Chat_InboundNewMessageScreenReaderText' | 'EM_Chat_OutboundNewMessageScreenReaderText' | 'EM_Chat_MessageCitationSourcesSectionText' | 'EM_Chat_ChatBody_StreamingTokenValidationSystemMessage' | 'EM_Chat_ChatBody_StreamingTokenValidationMessageFooterText' | 'EM_Container_Base_SSEConnectionTryAgainNotification' | 'EM_Container_Base_StartNewConversationNotification' | 'EM_Container_Base_SSEConnectionTryAgainButtonText' | 'EM_Container_Base_StartNewConversationButtonText' | 'EM_Container_Base_EventSourceUnavailable' | 'EM_Container_Base_ConferenceHeaderText' | 'EM_Chat_ChatBody_ReadByAll' | 'EM_Chat_ChatBody_MultiAgentTypingIndicator' | 'EM_Container_Invitation_DialogHeader' | 'EM_Container_Invitation_Window' | 'EM_Chat_ChatBody_QueuePositionText' | 'EM_Container_Base_AgentUnavailableText' | 'EM_Container_Base_StartNewMessagingSessionButtonText' | 'EM_Container_Base_CwcMinimizedState' | 'EM_Container_Base_CwcConversationEnded' | 'EM_Container_Base_CwcLoading' | 'EM_Chat_ChatBody_QueuePositionPlaceholderText' | 'EM_Container_Base_CwcTransferred' | 'EM_Container_Base_CwcConversationEnd' | 'EM_Container_Base_CwcEndedConversation' | 'EM_Container_Base_CwcNewConversation'; export type CCRDType = 'Loss' | 'Expense'; export type ClmCategoryUsageType = 'DisclosureCategory' | 'ContractClauseCategory'; export type MappingOperation = 'Autofill' | 'Overwrite'; export type CleanRuleStatus = 'Inactive' | 'Active'; export type AuthType = 'SfdcXi' | 'HttpBasic' | 'MutualSsl' | 'Hmac' | 'C2c' | 'C2cCloud' | 'None'; export type CloudServiceProviderApiType = 'Licenses' | 'Tenants' | 'Management' | 'Snapshots' | 'LicenseDefinitions' | 'TenantTrusts' | 'Usage' | 'Feature' | 'TenantProvsnProduct' | 'TenantProvsnProductLicenseInfo' | 'DigitalWalletProvisioning' | 'DigitalWalletConsumption'; export type ProvisioningAutomationType = 'Manual' | 'EntitlementOnly' | 'Auto'; export type AggregatorName = 'Bandwidth' | 'Inteliquent' | 'Sinch' | 'Twilio' | 'Vonage' | 'MessageBird' | 'Plivo' | 'Telnyx'; export type CodeFeature = 'ServiceCloudVoice' | 'ServiceCloudNative'; export type CodeProvider = 'Bandwidth' | 'Inteliquent' | 'Sinch'; export type CodeProvisioningStatus = 'UNKNOWN' | 'WAITING' | 'IN_PROGRESS' | 'DONE' | 'FAILED' | 'PENDING_ATTACHMENTS' | 'IN_QUEUE' | 'APPROVED' | 'REJECTED' | 'PENDING'; export type CodeStatus = 'Requested' | 'Allocated' | 'Provisioning' | 'Live' | 'Cancelled' | 'Inventory' | 'Attrition' | 'Suspended' | 'Imported' | 'Verifying' | 'Failed'; export type CodeSubType = 'Arbitrary' | 'Vanity' | 'TENDLC' | 'International' | 'TollFree' | 'Preregistered' | 'Dynamic'; export type CommunicationChannelLineType = 'ShortCode' | 'LongCode' | 'AlphaNumeric'; export type RegulatoryStatus = 'CampaignInProgress' | 'CampaignSuccessful' | 'CampaignFailed' | 'TollFreeVerificationInProgress' | 'TollFreeVerificationSuccessful' | 'TollFreeVerificationFailed' | 'TaxRegistration'; export type SourceCountryCode = 'US' | 'CA' | 'MX'; export type ModelEntityType = 'QA' | 'ARTICLE' | 'CASE'; export type ModelStatus = 'PUBLISHED' | 'DARK_LAUNCHED' | 'REJECTED' | 'PHASED_OUT' | 'VERIFIED' | 'NO_MODEL'; export type CommunityBaseTemplate = 'c'; export type CommunityTemplateBundleInfoType = 'Highlight' | 'PreviewImage'; export type CommunityTemplateCategory = 'IT' | 'Marketing' | 'Sales' | 'Service' | 'Commerce'; export type CommunityThemeLayoutType = 'Login' | 'Home' | 'Inner' | 'ServiceNotAvailable'; export type ComputeExtensionType = 'HerokuAppLink'; export type AccessMethod = 'Get' | 'Post'; export type CanvasLocationOptions = 'None' | 'Chatter' | 'UserProfile' | 'Visualforce' | 'Aura' | 'Publisher' | 'ChatterFeed' | 'ServiceDesk' | 'OpenCTI' | 'AppLauncher' | 'MobileNav' | 'PageLayout'; export type CanvasOptions = 'HideShare' | 'HideHeader' | 'PersonalEnabled'; export type SamlInitiationMethod = 'None' | 'IdpInitiated' | 'SpInitiated'; export type DevicePlatformType = 'ios' | 'android'; export type DeviceType = 'phone' | 'tablet' | 'minitablet'; export type ConnectedAppOauthAccessScope = 'Basic' | 'Api' | 'Web' | 'Full' | 'Chatter' | 'CustomApplications' | 'RefreshToken' | 'OpenID' | 'Profile' | 'Email' | 'Address' | 'Phone' | 'OfflineAccess' | 'CustomPermissions' | 'Wave' | 'Eclair' | 'Pardot' | 'Lightning' | 'Content' | 'CDPIngest' | 'CDPProfile' | 'CDPQuery' | 'Chatbot' | 'CDPSegment' | 'CDPIdentityResolution' | 'CDPCalculatedInsight' | 'ForgotPassword' | 'UserRegistration' | 'SFAP' | 'Interaction' | 'CDP' | 'EinsteinGPT' | 'PwdlessLogin' | 'MCP' | 'SCRT'; export type SamlEncryptionType = 'AES_128' | 'AES_256' | 'Triple_Des'; export type SamlIdpSLOBinding = 'RedirectBinding' | 'PostBinding'; export type SamlNameIdFormatType = 'Unspecified' | 'EmailAddress' | 'Persistent' | 'Transient'; export type SamlSigningAlgoType = 'SHA1' | 'SHA256'; export type SamlSubjectType = 'Username' | 'FederationId' | 'UserId' | 'SpokeId' | 'CustomAttribute' | 'PersistentId'; export type BannerFontFamily = 'Serif' | 'SansSerif' | 'Cursive' | 'Fantasy' | 'SystemUi' | 'UiSerif' | 'UiSansSerif' | 'UiMonospace' | 'UiRounded' | 'Fangsong'; export type BannerPosition = 'Top' | 'Bottom'; export type ContextMappingIntentType = 'hydration' | 'association' | 'persistence' | 'translation'; export type ContextAttributeDataType = 'string' | 'number' | 'boolean' | 'date' | 'datetime' | 'percent' | 'picklist' | 'currency' | 'reference' | 'selfreference' | 'lookup'; export type ContextAttributeFieldType = 'input' | 'output' | 'inputoutput' | 'aggregate'; export type ContextMappingConfigUsageType = 'Claim' | 'CaseIntakeForm' | 'DiseaseDefinition' | 'GenericDocumentProcessing'; export type ContextMappingType = 'Hydration' | 'Persistence'; export type ContextUseCaseType = 'ContractCreationOrUpdation' | 'ContractExtraction'; export type ContractConfigType = 'ContractDocumentDownloadOption' | 'WordTrackChangesDisplayColor' | 'InclWordTrackChgReconciliation' | 'InclWordTrackChgSectionContent' | 'CreateDocSectionsDocxTemplates' | 'AutoGenDocOnContractCreation' | 'AutoGenerateDocFileType' | 'ContractSignedStatus' | 'ContractSignatureDeclinedSts' | 'NotifyDocTemplateVerChgStatus' | 'DocuSignUseAccountDefaultNtfcn' | 'DocuSignReminderEnabled' | 'DocuSignReminderDelayinDays' | 'DocuSignReminderFrequency' | 'DocuSignExpireEnabled' | 'DocuSignExpiresAfter' | 'DocuSignExpireWarning' | 'DocuSignAccountBrand' | 'Append0ToAutoNbrEmbeddedSect' | 'DocumentFileNameFormat' | 'DefaultTemplateName' | 'AutoGenDocOnContractUpdate' | 'ContractSignatureVoidedStatus' | 'ContractSignatureExpiredStatus' | 'TrackContractRedlines' | 'DocumentTemplateFilterClass' | 'EmailNotificationOnDocumentGeneration' | 'ImportTargetContractStatus' | 'ActivateObligationsBasedOnContractStatus' | 'ExternalReviewRequired' | 'InternalReviewRequired' | 'CompareContractVersionsEnabled' | 'PrivateExternalReviewCompletionSite' | 'CheckInDocFileType' | 'AsyncCheckInEnabled'; export type ContractUsageType = 'DocumentSetting' | 'Reconciliation' | 'SignatureSetting' | 'Redlining' | 'ObligationSetting'; export type ConvIntelligenceActionType = 'LaunchNBA' | 'LaunchFlow' | 'AlertSupervisor' | 'AlertSupervisorAndAgent'; export type ConvParticipantRole = 'Agent' | 'Customer' | 'AgentOrCustomer'; export type ConvIntelligenceService = 'AmazonConnectContactLens' | 'KeywordMatch' | 'CXoneAgentAssistService' | 'VonageConversationalInsights' | 'EinsteinConversationIntelligenceSignals'; export type ConvIntelligenceOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'GreaterThan' | 'In'; export type ConvIntelligenceType = 'Category' | 'Keyword' | 'AgentSentiment' | 'CustomerSentiment' | 'Intent'; export type RefreshFrequency = 'NO_REFRESH' | 'MONTHLY'; export type ReportStatus = 'NEW' | 'TRAINING' | 'COMPLETED' | 'ERROR' | 'NOT_ENOUGH_DATA_AFTER_PARSING' | 'NOT_ENOUGH_DATA_WITH_CONTACT_REASON' | 'LOW_CLUSTER_QUALITY'; export type SegmentationType = 'NO_FILTER' | 'SINGLE_OBJECT_FILTER' | 'CROSS_OBJECT_FILTER'; export type CustomChannelConnectedAppType = 'Partner' | 'Customer'; export type ConsentOwner = 'Salesforce' | 'Partner'; export type RoutingOwner = 'Salesforce' | 'Partner'; export type ConversationMessageConstantType = 'Title' | 'Url' | 'Image' | 'Options' | 'SubTitle' | 'Custom'; export type ConversationMessageConstantValueType = 'Text' | 'Url' | 'ImageAsset' | 'FileAsset'; export type ConversationMessageValueType = 'Text' | 'Boolean' | 'Integer' | 'Double' | 'Date' | 'DateTime' | 'Url' | 'RecordId' | 'ImageId' | 'Composite' | 'FileId'; export type ConversationMessageContentCategory = 'Response' | 'Reminder' | 'Feedback' | 'OrderUpdate' | 'AccountUpdate' | 'PromotionalOutreach' | 'Authentication'; export type ConversationMessageHandlerType = 'QuickAction' | 'AuthProvider' | 'PaymentProvider' | 'Attachment' | 'Survey' | 'ApexFormProvider' | 'CatalogProvider'; export type ConvMsgExternalErrorCode = 'InvalidParameter' | 'IntegrityError' | 'InternalError' | 'PublishError' | 'DeprecationError' | 'MetricsThresholdNotReached' | 'InvalidAccessToken' | 'ValidationError' | 'Other' | 'OutOfSync'; export type ConvMsgExternalRejectionReason = 'AbusiveContent' | 'IncorrectCategory' | 'InvalidFormat' | 'Scam' | 'Other'; export type ConvMsgExternalTemplateVersionStatus = 'Pending' | 'Rejected' | 'Approved' | 'Paused' | 'Disabled' | 'InAppeal' | 'PendingDeletion' | 'Deleted' | 'LimitExceeded' | 'Blocked' | 'OutOfSync'; export type ConvMsgExternalTemplateVersionType = 'Legacy' | 'Template' | 'Flow'; export type ConversationMessageFormatType = 'Text' | 'Attachments' | 'RichLink' | 'Media' | 'Buttons' | 'Carousel' | 'QuickReplies' | 'ListPicker' | 'TimePicker' | 'EncryptedOAuthToken' | 'Application' | 'Inputs' | 'WebView' | 'Payment' | 'ExternalTemplate' | 'Flow' | 'Catalog'; export type ConversationMessageCollectionType = 'None' | 'StaticList' | 'DynamicList'; export type ConversationMessageMergeFieldType = 'ListTemplate'; export type ConversationMessageLayoutValueType = 'Literal' | 'MediaAsset' | 'CompositeType' | 'SourceSobjectFieldValue' | 'SourceSobjectFormula' | 'SourcePrimitiveValue' | 'SourceCompositeType' | 'FormulaTemplate' | 'SourceSobjectField'; export type ConversationMessageLayoutVariant = 'AppleBusinessChat' | 'WhatsApp' | 'SingleProduct' | 'MultiProduct' | 'FullCatalog'; export type ConversationMessageType = 'StaticContent' | 'Choices' | 'Form' | 'AuthenticationRequest' | 'PaymentRequest' | 'CatalogMessage'; export type ConversationMessageOptionsParameterType = 'RecordIdOptions' | 'TimeSlotOptions' | 'CustomPrimitiveOptions' | 'CustomCompositeOptions'; export type ConversationMessageParameterType = 'RecordIds' | 'CustomPrimitive' | 'CustomComposite'; export type ConversationMessageDefinitionType = 'RecordView' | 'RecordPicker' | 'Picklist' | 'TimePicker' | 'Link' | 'CustomMessage' | 'CustomPicker' | 'LegacyPicker' | 'AuthenticationRequest' | 'Action' | 'AutoResponse' | 'PaymentRequest' | 'Notification' | 'ApexForm' | 'CatalogMessage'; export type ClientAuthMode = 'SSO' | 'Custom' | 'Mixed'; export type ServerAuthMode = 'OAuth' | 'None'; export type ConversationVendorType = 'ServiceCloudVoicePartner' | 'Amazon_Connect' | 'BringYourOwnChannelPartner' | 'BringYourOwnContactCenter'; export type CourseWaitlistConfigSortOrder = 'Ascending' | 'Descending'; export type CourseWaitlistConfigType = 'EnrollmentOfferExpiration' | 'WaitlistPosition'; export type CspTrustedSiteContext = 'All' | 'LEX' | 'Communities' | 'FieldServiceMobileExtension' | 'LightningOut' | 'VisualForce'; export type FormFactor = 'Small' | 'Medium' | 'Large'; export type ActionOverrideType = 'Default' | 'Standard' | 'Scontrol' | 'Visualforce' | 'Flexipage' | 'LightningComponent'; export type NavType = 'Standard' | 'Console'; export type UiType = 'Aloha' | 'Lightning'; export type FieldType = 'AutoNumber' | 'Lookup' | 'MasterDetail' | 'Checkbox' | 'Currency' | 'Date' | 'DateTime' | 'Email' | 'Number' | 'Percent' | 'Phone' | 'Picklist' | 'MultiselectPicklist' | 'Text' | 'TextArea' | 'LongTextArea' | 'Html' | 'Url' | 'EncryptedText' | 'Summary' | 'Hierarchy' | 'File' | 'MetadataRelationship' | 'Location' | 'ExternalLookup' | 'IndirectLookup' | 'CustomDataType' | 'Time' | 'Address' | 'Array' | 'Integer' | 'Long'; export type FeedItemVisibility = 'AllUsers' | 'InternalUsers'; export type DeleteConstraint = 'Cascade' | 'Restrict' | 'SetNull'; export type ElementType = 'Float' | 'Text'; export type EncryptionScheme = 'None' | 'ProbabilisticEncryption' | 'CaseSensitiveDeterministicEncryption' | 'CaseInsensitiveDeterministicEncryption'; export type FieldManageability = 'DeveloperControlled' | 'SubscriberControlled' | 'Locked'; export type TreatBlanksAs = 'BlankAsBlank' | 'BlankAsZero'; export type EncryptedFieldMaskChar = 'asterisk' | 'X'; export type EncryptedFieldMaskType = 'all' | 'creditCard' | 'ssn' | 'lastFour' | 'sin' | 'nino'; export type DefinitionCreationType = 'Standard' | 'Custom' | 'System' | 'Derived' | 'Bridge' | 'Curated' | 'Segment_Membership' | 'Calculated_Insight' | 'Ml_Prediction' | 'Activation_Audience' | 'CG_Audience' | 'Ad_Audience_Insights' | 'Transform' | 'ADG' | 'External' | 'Vector_Embedding' | 'Chunk' | 'Directory_Table' | 'Semantic' | 'Problem_Records' | 'Clean_Room' | 'Deletion_Records' | 'Auxiliary'; export type UsageTag = 'NONE' | 'KEY_QUALIFIER'; export type InvalidMergeActionType = 'Drop' | 'Keep' | 'Override'; export type MappingAlertType = 'None' | 'Warning' | 'Error'; export type MktDataModelFieldUsageTag = 'None' | 'KeyQualifier'; export type SummaryOperations = 'count' | 'sum' | 'min' | 'max'; export type NotificationActionType = 'NotificationApiAction' | 'Share'; export type Channel = 'AllChannels' | 'App' | 'Pkb' | 'Csp' | 'Prm'; export type Template = 'Page' | 'Tab' | 'Toc'; export type CustomSettingsType = 'List' | 'Hierarchy'; export type DeploymentStatus = 'InDevelopment' | 'Deployed'; export type PlatformEventType = 'HighVolume' | 'StandardVolume' | 'ExternalEvent'; export type SharingModel = 'Private' | 'Read' | 'ReadSelect' | 'ReadWrite' | 'ReadWriteTransfer' | 'FullAccess' | 'ControlledByParent' | 'ControlledByLeadOrContact' | 'ControlledByCampaign'; export type Gender = 'Neuter' | 'Masculine' | 'Feminine' | 'AnimateMasculine' | 'ClassI' | 'ClassIII' | 'ClassV' | 'ClassVII' | 'ClassIX' | 'ClassXI' | 'ClassXIV' | 'ClassXV' | 'ClassXVI' | 'ClassXVII' | 'ClassXVIII'; export type PlatformEventPublishBehavior = 'PublishAfterCommit' | 'PublishImmediately'; export type StartsWith = 'Consonant' | 'Vowel' | 'Special'; export type SetupObjectVisibility = 'PackageProtected' | 'Protected' | 'Public'; export type WebLinkAvailability = 'online' | 'offline'; export type WebLinkDisplayType = 'link' | 'button' | 'massActionButton'; export type Encoding = 'UTF-8' | 'ISO-8859-1' | 'Shift_JIS' | 'ISO-2022-JP' | 'EUC-JP' | 'ks_c_5601-1987' | 'Big5' | 'GB2312' | 'Big5-HKSCS' | 'x-SJIS_0213'; export type WebLinkType = 'url' | 'sControl' | 'javascript' | 'page' | 'flow'; export type WebLinkWindowType = 'newWindow' | 'sidebar' | 'noSidebar' | 'replace' | 'onClickJavaScript'; export type WebLinkPosition = 'fullScreen' | 'none' | 'topLeft'; export type Article = 'None' | 'Indefinite' | 'Definite'; export type CaseType = 'Nominative' | 'Accusative' | 'Genitive' | 'Dative' | 'Inessive' | 'Elative' | 'Illative' | 'Adessive' | 'Ablative' | 'Allative' | 'Essive' | 'Translative' | 'Partitive' | 'Objective' | 'Subjective' | 'Instrumental' | 'Prepositional' | 'Locative' | 'Vocative' | 'Sublative' | 'Superessive' | 'Delative' | 'Causalfinal' | 'Essiveformal' | 'Termanative' | 'Distributive' | 'Ergative' | 'Adverbial' | 'Abessive' | 'Comitative'; export type Possessive = 'None' | 'First' | 'Second'; export type SiteClickjackProtectionLevel = 'AllowAllFraming' | 'External' | 'SameOriginOnly' | 'NoFraming'; export type SiteRedirect = 'Permanent' | 'Temporary'; export type SiteType = 'Siteforce' | 'Visualforce' | 'ChatterNetwork' | 'ChatterNetworkPicasso'; export type ChartBackgroundDirection = 'TopToBottom' | 'LeftToRight' | 'Diagonal'; export type ChartTheme = 'light' | 'dark'; export type ChartColorPalettes = 'Default' | 'gray' | 'colorSafe' | 'unity' | 'justice' | 'nightfall' | 'sunrise' | 'bluegrass' | 'tropic' | 'heat' | 'dusk' | 'pond' | 'watermelon' | 'fire' | 'water' | 'earth' | 'accessible'; export type DashboardFilterOperation = 'equals' | 'notEqual' | 'lessThan' | 'greaterThan' | 'lessOrEqual' | 'greaterOrEqual' | 'contains' | 'notContain' | 'startsWith' | 'includes' | 'excludes' | 'between'; export type ChartRangeType = 'Auto' | 'Manual'; export type ChartAxis = 'x' | 'y' | 'y2' | 'r'; export type DashboardComponentType = 'Bar' | 'BarGrouped' | 'BarStacked' | 'BarStacked100' | 'Column' | 'ColumnGrouped' | 'ColumnStacked' | 'ColumnStacked100' | 'Line' | 'LineGrouped' | 'Pie' | 'Table' | 'Metric' | 'Gauge' | 'LineCumulative' | 'LineGroupedCumulative' | 'Scontrol' | 'VisualforcePage' | 'Donut' | 'Funnel' | 'ColumnLine' | 'ColumnLineGrouped' | 'ColumnLineStacked' | 'ColumnLineStacked100' | 'Scatter' | 'ScatterGrouped' | 'FlexTable' | 'Image' | 'RichText' | 'PulseMetric' | 'LightningWebComponent'; export type Fit = 'tile' | 'stretch' | 'original' | 'fitwidth' | 'fitheight'; export type HorizontalAlignment = 'left' | 'center' | 'right'; export type VerticalAlignment = 'top' | 'center' | 'bottom'; export type DashboardComponentFilter = 'RowLabelAscending' | 'RowLabelDescending' | 'RowValueAscending' | 'RowValueDescending'; export type ChartUnits = 'Auto' | 'Integer' | 'Hundreds' | 'Thousands' | 'Millions' | 'Billions' | 'Trillions'; export type DashboardComponentColumnType = 'aggregate' | 'detail' | 'grouping'; export type ChartLegendPosition = 'Right' | 'Bottom' | 'OnChart'; export type DashboardType = 'SpecifiedUser' | 'LoggedInUser' | 'MyTeamUser'; export type DashboardComponentSize = 'Narrow' | 'Medium' | 'Wide'; export type CalculatedInsightCreationType = 'Custom' | 'System'; export type CalculatedInsightDefinitionType = 'CALCULATED_METRIC' | 'EXTERNAL_METRIC' | 'STREAMING_METRIC' | 'GRAPH_METRIC' | 'HISTORY_METRIC' | 'VIRTUAL_METRIC'; export type DataConnectorCapability = 'Hidden' | 'DataIn' | 'DataInStructured' | 'DataInUnstructured' | 'DataOut' | 'ZeroCopyIn' | 'UniqueGroup' | 'DataInHeader' | 'DataInSelector' | 'DataInIncremental' | 'DataInDelete'; export type DataConnectorDataType = 'CHECKBOX' | 'COMBOBOX' | 'RADIO' | 'RADIO_BUTTONS' | 'DATE' | 'DATETIME' | 'TIME' | 'EMAIL' | 'PASSWORD' | 'PASSWORD_FILE' | 'NUMBER' | 'TEXT' | 'TEXTAREA' | 'NAMED_CREDENTIAL' | 'IDP' | 'TOGGLE' | 'PRIVATE_NETWORK_ROUTE'; export type TranslationAspect = 'Master' | 'RelationshipLabel' | 'Description' | 'Help' | 'NameFieldLabel' | 'ErrorMessage' | 'InfoMessage' | 'PausedText' | 'InputLabel' | 'NextOrFinishLabel' | 'BackLabel' | 'PauseLabel' | 'FirstName' | 'LastName' | 'MiddleName' | 'Salutation' | 'Suffix' | 'InformalName' | 'Title' | 'Phone' | 'Email' | 'Address' | 'Street' | 'City' | 'State' | 'StateCode' | 'PostalCode' | 'Country' | 'CountryCode' | 'Latitude' | 'Longitude' | 'Body' | 'Summary' | 'Url' | 'ActionButtonLink' | 'ActionButtonLabel' | 'DismissButtonLabel' | 'Header' | 'VideoLink' | 'ImageAltText' | 'ImageLink' | 'Custom' | 'DefaultValue' | 'Version' | 'AttributeName' | 'UsageType' | 'ProcessName' | 'GroupName' | 'Label' | 'ParameterValue'; export type DataConnectorFeature = 'Hidden' | 'DataIn' | 'DataInStructured' | 'DataInUnstructured' | 'DataOut' | 'ZeroCopyIn' | 'DataInFrequentIngest' | 'FileBased' | 'FileBasedDataSync' | 'ObjectBased' | 'Streaming' | 'StaticSchema' | 'ReadonlyConnection' | 'Override'; export type DataConnectorReleaseLevel = 'IN_DEV' | 'PILOT' | 'BETA' | 'GA'; export type DataModelType = 'Source' | 'Transport' | 'Landing' | 'View' | 'Reference'; export type AccelerationEnabled = 'YES' | 'NO'; export type DataObjectType = 'Object' | 'Table' | 'Api'; export type StorageType = 'LOCAL' | 'EXTERNAL'; export type DataImportDataExtractMethods = 'FULL_REFRESH' | 'NUMERIC_CDC' | 'BINARY_CDC' | 'DATETIME_CDC'; export type FullRefreshIntervalDays = 'NONE' | 'DAYS_10' | 'DAYS_25' | 'DAYS_50'; export type DataImportRefreshFrequency = 'NONE' | 'MINUTES_5' | 'MINUTES_15' | 'MINUTES_30' | 'HOURLY' | 'EVERY_4_HOURS' | 'EVERY_12_HOURS' | 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'NOT_APPLICABLE' | 'BATCH' | 'STREAMING'; export type DataImportRefreshMode = 'FULL_REFRESH' | 'UPSERT' | 'INCREMENTAL' | 'PARTIAL_UPDATE' | 'REPLACE' | 'NEAR_REAL_TIME_INCREMENTAL' | 'NOT_APPLICABLE'; export type StreamType = 'INGEST' | 'DIRECT_ACCESS' | 'DIRECT_ACCESS_ACCELERATED'; export type StreamingAppDataConnectorType = 'MobileApp' | 'WebApp' | 'ServerApp'; export type ExpsSetProcessType = 'Bre' | 'TransactionJournal' | 'TierProcessing' | 'CustomLoyalty' | 'TestProcess' | 'AiAcceleratorSubscriberChurnPrediction' | 'DefaultPricing' | 'RecordAlert' | 'ShipAndDebit' | 'WarrantyClaim' | 'ProductQualification' | 'ProductCategoryQualification' | 'EventOrchestration' | 'ComplianceControl' | 'FinancialServicesCloud' | 'DefaultRating' | 'LoopingProcessing' | 'CreditPointsToMembers' | 'DebitPointsFromMembers' | 'UpdateMemberDetails' | 'IssueVoucher' | 'CancelVoucher' | 'EnrollInPromotion' | 'UnenrollMember' | 'GetMemberPromotions' | 'OptOutPromotion' | 'PricingDiscovery' | 'PriceProtection' | 'Constraint' | 'RatingDiscovery' | 'PlanCostCalculation' | 'GpaCalculation' | 'Timesheet' | 'FulfillmentCondition' | 'StudentSuccess' | 'DecompositionEnrichmentMapping' | 'CumulativeQuantity' | 'ItServiceManagement' | 'InsuranceClaimProcessing' | 'StudentInformationSystem' | 'Program' | 'AssetRefreshEligibility' | 'StockRotation' | 'RevenueStandardTax'; export type DecisionMatrixType = 'Standard' | 'Grouped'; export type DecisionMatrixColumnType = 'Input' | 'Output'; export type DecisionMatrixDataType = 'Text' | 'Number' | 'NumberRange' | 'TextRange' | 'Currency' | 'Percent' | 'Boolean'; export type DecisionMatrixDefStatus = 'Draft' | 'Active' | 'Inactive' | 'InvalidDraft' | 'Obsolete'; export type DecisionTableCollectOperator = 'None' | 'Sum' | 'Minimum' | 'Maximum' | 'Count'; export type DecisionTableConditionType = 'All' | 'Any' | 'Custom'; export type DecisionTableDataSourceType = 'SingleSobject' | 'MultipleSobjects' | 'CsvUpload' | 'ContextDefinition'; export type DTParameterDataType = 'String' | 'Number' | 'Date' | 'Boolean' | 'Percent' | 'Currency' | 'DateTime'; export type DecisionTableOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual' | 'Matches' | 'ExistsIn' | 'DoesNotExistIn' | 'DoesNotMatch' | 'Contains' | 'IsNotNull' | 'IsNull'; export type DecisionTableSortType = 'None' | 'AscNullFirst' | 'AscNullLast' | 'DescNullFirst' | 'DescNullLast'; export type DecisionTableParameterType = 'INPUT' | 'ROWCRITERIA' | 'OUTPUT'; export type DTSourceCriteriaOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterOrEqual' | 'LessThan' | 'LessOrEqual' | 'Matches' | 'ExistsIn' | 'DoesNotExistIn' | 'Contains' | 'DoesNotMatch' | 'IsNotNull' | 'IsNull'; export type DTSourceCriteriaValueType = 'Literal' | 'Parameter' | 'Picklist' | 'Formula' | 'Lookup'; export type DecisionTableDownloadStatus = 'DownloadInProgress' | 'Completed' | 'Failed'; export type DTRowLevelOverrideType = 'None' | 'Condition' | 'Operator' | 'Both'; export type DecisionTableExecutionType = 'SOQL' | 'HBPO' | 'DLO' | 'SOLR' | 'HBASE'; export type DecisionTableHitPolicy = 'UniqueValues' | 'AnyValue' | 'Priority' | 'FirstMatch' | 'CollectOperator' | 'OutputOrder' | 'RuleOrder'; export type DecisionTableRefreshStatus = 'Initiated' | 'Failed' | 'Completed' | 'InProgress' | 'CompletedWithWarnings'; export type DecisionTableStatus = 'Draft' | 'Inactive' | 'Active' | 'ActivationInProgress'; export type DecisionTableType = 'LowVolume' | 'HighVolume' | 'Advanced' | 'MediumVolume' | 'HighScaleExecution' | 'RealTime'; export type DecisionTableUploadStatus = 'UploadInProgress' | 'Completed' | 'CompletedWithErrors' | 'Failed'; export type FTestTopLevelSelection = 'SelOne' | 'SelTwo' | 'SelThree'; export type SchedulingCategory = 'B' | 'A'; export type SchedulingObjectiveType = 'AgentPreference' | 'BalanceShifts' | 'BalanceNonStandardShifts' | 'ASAP' | 'MinimizeGaps' | 'MinimizeOvertime' | 'MinimizeTravel' | 'PreferredServiceResource' | 'ResourcePriority' | 'SameSiteService' | 'SkillLevelService' | 'SkillPreferencesService' | 'LoadBalancing'; export type ObjectiveParameterKey = 'DaysBack' | 'DaysAhead' | 'PrioritizeResource' | 'MinimumGapDuration' | 'ResourcePriority' | 'SkillType' | 'UtilizationFactor' | 'PolicyApplicableDuration'; export type FTestOnOffSelection = 'On' | 'Off'; export type FTestSeasonSelection = 'Spring' | 'Summer' | 'Autumn' | 'Winter'; export type PipelineInspectionMetric = 'TotalPipeline' | 'ClosedWon' | 'Commit' | 'MostLikely' | 'BestCase' | 'OpenPipeline' | 'ClosedLost' | 'MovedIn' | 'MovedOut'; export type VirtualVisitComprehendServiceType = 'ComprehendService' | 'ComprehendMedicalService'; export type VirtualVisitUsageType = 'CHIME' | 'INTELLIGENT_FORM_READER' | 'SENTIMENT_ANALYSIS' | 'KEY_PHRASE_EXTRACTION' | 'ENTITY_DETECTION'; export type VirtualVisitVisitRegion = 'us-east-1' | 'us-east-2' | 'us-west-1' | 'us-west-2' | 'af-south-1' | 'ap-east-1' | 'ap-south-1' | 'ap-northeast-1' | 'ap-northeast-2' | 'ap-northeast-3' | 'ap-southeast-1' | 'ap-southeast-2' | 'ca-central-1' | 'eu-central-1' | 'eu-west-1' | 'eu-west-2' | 'eu-west-3' | 'eu-south-1' | 'eu-north-1' | 'me-south-1' | 'sa-east-1'; export type MobileSecurityMobilePlatform = 'Android' | 'iOS'; export type MobileSecurityPolicyRuleValueType = 'Boolean' | 'Text' | 'TextList'; export type MobileSecurityPolicySeverityLevel = 'Warn' | 'Error' | 'Critical' | 'Info'; export type MobileSecurityPolicyType = 'JailbrokenDevice' | 'MinimumOsVersion' | 'MaximumOsVersion' | 'MinimumSecurityPatchVersion' | 'ManInMiddle' | 'MinimumAppVersion' | 'MininumAppVersion' | 'MaximumAppVersion' | 'DevicePasscode' | 'BlockedDeviceList' | 'BlockCustomKeyboard' | 'BlockFileBackup' | 'Block3dTouch' | 'Screenshot' | 'LogScreenshot' | 'LogEmail' | 'LogPhonecall' | 'LogTextmessage' | 'LogPolicyResult' | 'BlockMicrophone' | 'BlockCamera' | 'MalwareDetection' | 'DisableUrlCaching' | 'MaxOffline' | 'LogoutAfterRestart' | 'LogoutOnBiometricChange' | 'BlockOsSharing' | 'BrowserUriScheme' | 'CheckBiometric' | 'BlockContacts' | 'BlockCalendar' | 'PhonecallUriScheme' | 'AllowedDeviceList' | 'LogCertPin' | 'BlockEditingMenu'; export type LearningAchievementType = 'LearningCourse' | 'LearningProgram' | 'AchievementGroup' | 'AchievementGroupAll' | 'Skill' | 'Custom'; export type RecordAlertDataSourceType = 'APEX' | 'BusinessRulesEngine'; export type ServicePlanSourceType = 'Case' | 'VoiceCall' | 'MessagingSession'; export type ExtensionPointName = 'Commerce_Domain_Cart_Calculate' | 'Commerce_Domain_Tax_CartCalculator' | 'Commerce_Domain_Inventory_CartCalculator' | 'Commerce_Domain_Promotions_CartCalculator' | 'Commerce_Domain_Promotions_ShippingCalculator' | 'Commerce_Domain_Pricing_CartCalculator' | 'Commerce_Domain_Shipping_CartCalculator' | 'Commerce_Domain_Inventory_Service' | 'Commerce_Domain_Pricing_Service' | 'Commerce_Domain_Tax_Service' | 'Commerce_Domain_BuyerGroup_EvaluationService' | 'Commerce_Domain_Checkout_CreateOrder' | 'Commerce_Domain_Checkout_PlaceOrder' | 'Commerce_Domain_Shipping_SplitShipment' | 'Commerce_Domain_GiftCard_Adapter' | 'Product_Inventory_CheckInventory' | 'CommerceDx_Pricing' | 'CommerceDx_Inventory' | 'CommerceDx_TicketProcessing' | 'Commerce_Integration_B2CEOrderImport' | 'Cart_Prices_Extension' | 'Checkout_CartSummary_ComputePromotions' | 'Checkout_CartSummary_PriceCart' | 'Checkout_Update_CalcCartSummary' | 'Checkout_CartSummary_Inventory' | 'Commerce_Domain_OrderManagement_Product' | 'CommerceDx_Endpoint_PricingSample_Service' | 'CommerceDx_Endpoint_InventorySample_Service' | 'Commerce_Endpoint_Account_Addresses' | 'Commerce_Endpoint_Account_Address' | 'Commerce_Endpoint_Catalog_Products' | 'Commerce_Endpoint_Catalog_Product' | 'Commerce_Endpoint_Gift_Wraps' | 'Commerce_Endpoint_Search_Products' | 'Commerce_Endpoint_Search_ProductSearch' | 'Commerce_Endpoint_Search_ProductsByCategory' | 'Commerce_Endpoint_Cart_ItemCollection' | 'Commerce_Endpoint_Cart_Item'; export type RegistryProviderType = 'Price' | 'Promotions' | 'Inventory' | 'Shipment' | 'Tax' | 'Extension'; export type CustomFieldDisplayType = 'Dropdown' | 'ColorSwatch' | 'Pill'; export type SupportedChannel = 'Email' | 'Sms' | 'WhatsApp'; export type MappingBehaviorType = 'PointInTime' | 'CurrentValue'; export type RRADJctObjFilterLogic = 'And' | 'Or' | 'Custom'; export type RelatedRecordAccessDefShareTo = 'Internal' | 'External' | 'All'; export type RRADSourceObjFilterLogic = 'And' | 'Or' | 'Custom'; export type RelatedRecordAccessDefStatus = 'Draft' | 'Active' | 'Inactive'; export type RRADTargetObjFilterLogic = 'And' | 'Or' | 'Custom'; export type RRAFObjectType = 'Source' | 'Target' | 'Junction'; export type RRAFOperator = 'Equal' | 'Not_Equal' | 'Starts_With' | 'Contains' | 'Does_Not_Contain' | 'Less_Than' | 'Greater_Than' | 'Less_Or_Equal' | 'Greater_Or_Equal' | 'Include' | 'Exclude' | 'Within'; export type ObjectAccessLevel = 'Edit' | 'Read' | 'None'; export type MobileSecurityCertPinType = 'AuthServer' | 'Resource'; export type ActionableListSourceType = 'CrmAnalytics' | 'DataCloudPlatform'; export type ActionableListType = 'RetailStoreList' | 'HealthcareProviderList'; export type DatasetColumnDataType = 'Dimensions' | 'Dates' | 'Measures'; export type DatatableDataType = 'Boolean' | 'Currency' | 'Date' | 'DateTime' | 'Email' | 'Location' | 'Number' | 'Percent' | 'Phone' | 'Text' | 'Url'; export type ProviderSearchObjectMapping = 'HealthcareProvider' | 'HealthcarePractitionerFacility'; export type SourceSystemFieldRole = 'NotApplicable' | 'Patient' | 'ServiceProvider' | 'RemoteMonitoringPatient' | 'RemoteMonitoringDevice'; export type CareLimitTypeMetricType = 'Money' | 'Percentage' | 'Amount' | 'Text'; export type AssessmentConfigurationOption = 'Send'; export type AssessmentType = 'DiscoveryFramework'; export type SchedulingRuleType = 'M' | 'B' | 'W' | 'A' | 'RestTimeMinutes' | 'Q' | 'C' | 'LimitNonstandardShifts' | 'CountRule' | 'ExcludedResources' | 'ExtendedMatch' | 'MatchBoolean' | 'MatchFields' | 'MatchTimeRule' | 'MaximumTravelFromHome' | 'RequiredResources' | 'ServiceAppointmentVisitingHours' | 'MatchCrewSize' | 'TimeSlotDesignatedWork' | 'WorkCapacityRule' | 'WorkingTerritories' | 'AppointmentStartTimeInterval' | 'CalendarEvents'; export type SchedulingParameterKey = 'L' | 'R' | 'W' | 'T' | 'C' | 'ConsiderAbsence' | 'ConsiderSTM' | 'CountTimeResolution' | 'CountType' | 'CountObject' | 'CustomFieldName' | 'DefaultLimit' | 'ResourceProperty' | 'ServiceAppointmentMatchingField' | 'EnhancedMatchLinkingObject' | 'ServiceLinkingObjectReferenceField' | 'IsTimeBound' | 'WorkRuleStartDateTimeField' | 'WorkRuleEndDateTimeField' | 'ValueIsTrue' | 'ServiceProperty' | 'BooleanOperator' | 'IsSkillLevelMatched' | 'SkillType' | 'MatchingSkillsOperator' | 'ServiceScheduleTimeProperty' | 'ServiceTimeOperator' | 'ServiceTimeProperty' | 'CanPassEmptyValues' | 'MaximumTravelFromHomeType' | 'MaximumTravelFromHome' | 'AreCrewResourcesAvailable' | 'IsFixedGap' | 'MinimumGap' | 'BreakStart' | 'BreakDuration' | 'IsOvertimeEnabled' | 'TravelFromHome' | 'TravelToHome' | 'IsPrimaryLocationEnabled' | 'MaximumExtraResourcesForCrews' | 'IsSecondaryLocationEnabled' | 'AppointmentStartTimeInterval' | 'ShiftUsage' | 'ShouldConsiderCalendarEvents'; export type CareProviderAfflType = 'HospitalAffiliation'; export type AssociationType = 'BranchManagement'; export type AssociationEventType = 'Create' | 'Update'; export type AssociationStatusType = 'Draft' | 'Active' | 'Inactive'; export type ShiftSegmentTypeCategory = 'Work' | 'Break' | 'NonWork'; export type DgtAssetMgmtPrvdLghtCpntType = 'NONE' | 'DIGITAL_ASSET_MANAGER'; export type ManagedContentSpaceModuleStatusEnum = 'ENABLED' | 'DISABLED' | 'ERROR' | 'INVALID' | 'STANDBY' | 'NOT_INSTALLED'; export type ACPStatus = 'New' | 'Pending' | 'Deployed'; export type ApexCodeUnitStatus = 'Inactive' | 'Active' | 'Deleted'; export type ContentAssetFormat = 'Original' | 'ZippedVersions'; export type ContentAssetAccess = 'VIEWER' | 'COLLABORATOR' | 'INFERRED'; export type DataPipelineType = 'Pig'; export type DiscoveryAlgorithmType = 'Glm' | 'Gbm' | 'Xgboost' | 'Drf' | 'Best'; export type DiscoveryModelFieldType = 'Text' | 'Number' | 'Date'; export type DiscoveryModelRuntimeType = 'Discovery' | 'H2O' | 'Py36Tensorflow244' | 'Py37Tensorflow270' | 'Py37Scikitlearn102'; export type DiscoveryPredictionType = 'Unknown' | 'Regression' | 'Classification' | 'MulticlassClassification'; export type DiscoveryModelSourceType = 'Discovery' | 'UserUpload'; export type DiscoveryAIModelStatus = 'Disabled' | 'Uploading' | 'UploadFailed' | 'UploadCompleted' | 'Validating' | 'ValidationFailed' | 'ValidationCompleted' | 'Enabled'; export type DiscoveryAIModelTransformationType = 'TypographicClustering' | 'SentimentAnalysis' | 'FreeTextClustering' | 'NumericalImputation' | 'CategoricalImputation' | 'TimeSeriesForecast' | 'ExtractMonthOfYear' | 'ExtractDayOfWeek'; export type DiscoveryStoryAutopilotStatus = 'Enabled' | 'Disabled'; export type DiscoveryStoryOutcomeGoal = 'Minimize' | 'Maximize' | 'None'; export type DiscoveryStoryOutcomeType = 'Count' | 'Text' | 'Categorical' | 'Number'; export type DiscoveryStorySourceType = 'AnalyticsDataset' | 'Report' | 'LiveDataset'; export type DocumentGenerationMechanism = 'ClientSide' | 'ServerSide'; export type DocumentTemplateStatus = 'Draft' | 'Active' | 'Archived'; export type TargetTokenItemObject = 'OPPORTUNITY_LINE_ITEM' | 'ORDER_LINE_ITEM' | 'QUOTE_LINE_ITEM'; export type TargetTokenObject = 'CONTRACT' | 'OPPORTUNITY' | 'ORDER' | 'QUOTE'; export type TokenMappingMethodType = 'OmniDataTransform' | 'CustomClass' | 'ContextService'; export type TokenMappingType = 'JSON' | 'SalesforceObject'; export type DocumentTemplateType = 'Web' | 'MicrosoftWord' | 'MicrosoftPowerpoint' | 'Microsoft365Word' | 'HTMLArchive' | 'GoogleDocs'; export type DocumentTemplateUsageType = 'Contract_Lifecycle_Management' | 'Tearsheets' | 'Revenue_Lifecycle_Management' | 'Invoice' | 'Account_Statement'; export type EmailTemplateStyle = 'none' | 'freeForm' | 'formalLetter' | 'promotionRight' | 'promotionLeft' | 'newsletter' | 'products'; export type EmailTemplateType = 'text' | 'html' | 'custom' | 'visualforce'; export type EmailTemplateUiType = 'Aloha' | 'SFX' | 'SFX_Sample'; export type PlatformSchemaContentType = 'Json'; export type SControlContentSource = 'HTML' | 'URL' | 'Snippet'; export type StaticResourceCacheControl = 'Private' | 'Public'; export type FlexiPageType = 'AppPage' | 'ObjectPage' | 'RecordPage' | 'HomePage' | 'ForecastingPage' | 'MailAppAppPage' | 'CommAppPage' | 'CommForgotPasswordPage' | 'CommLoginPage' | 'CommObjectPage' | 'CommQuickActionCreatePage' | 'CommRecordPage' | 'CommRelatedListPage' | 'CommSearchResultPage' | 'CommGlobalSearchResultPage' | 'CommSelfRegisterPage' | 'CommThemeLayoutPage' | 'UtilityBar' | 'RecordPreview' | 'EmbeddedServicePage' | 'CommCheckoutPage' | 'CommOrderConfirmationPage' | 'CommFlowPage' | 'EmailTemplatePage' | 'ApplicationLayout' | 'CommNoSearchResultsPage' | 'CommElectronicSignaturePage' | 'CommContractDocumentsPage' | 'CommContractDetailViewPage' | 'EmailContentPage' | 'ServiceDocument' | 'LandingPage' | 'CdpRecordPage' | 'SlackAppHome' | 'SlackMessage' | 'SlackModal' | 'SlackNotification' | 'EasyHomePage' | 'CardPage' | 'VoiceExtension' | 'ConfiguratorAppPage' | 'OmniSupervisorPage' | 'MobileAppPage'; export type ViewTargetType = 'slack'; export type AuthoringMode = 'OmniScriptForm' | 'Microsoft365Word' | 'OmniScriptAndMcrsft365Wrd' | 'GoogleDocs' | 'OmniscriptAndGoogleDocs'; export type DiscoveryFieldMapSourceType = 'SalesforceField' | 'AnalyticsDatasetField'; export type DiscoveryFilterOperator = 'Equal' | 'NotEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Between' | 'NotBetween' | 'InSet' | 'NotIn' | 'Contains' | 'StartsWith' | 'EndsWith' | 'IsNull' | 'IsNotNull'; export type DiscoveryFilterFieldType = 'Text' | 'Number' | 'Date' | 'DateTime' | 'Boolean'; export type DiscoveryFilterValueType = 'Constant' | 'PlaceHolder'; export type DiscoveryOutcomeGoal = 'Minimize' | 'Maximize' | 'None'; export type DiscoveryPushbackType = 'AiRecordInsight' | 'Direct'; export type GenerationMechanism = 'ClientSide' | 'ServerSide'; export type PreviewType = 'PDF' | 'Thumbnail'; export type DupeActionType = 'Allow' | 'Block'; export type DupeSecurityOptionType = 'EnforceSharingRules' | 'BypassSharingRules'; export type ConfigType = 'AnchorString' | 'SignerRoles' | 'SyncFileSizeLimit' | 'CalloutTimeout' | 'EnvelopesLastPollDate' | 'CalloutNamedCredential' | 'eSignVendorAccountId' | 'RecipientsCustomClass' | 'DocumentsCustomClass'; export type ConfigGroup = 'AnchorTabSetting' | 'EnvelopeObjectLimits' | 'CalloutConfigurationSetup' | 'Envelope' | 'eSignVendorAccount' | 'CustomClassSetting'; export type Vendor = 'DocuSign'; export type EmailServicesAttOptions = 'None' | 'TextOnly' | 'BinaryOnly' | 'All' | 'NoContent'; export type EmailServicesErrorAction = 'UseSystemDefault' | 'Bounce' | 'Discard' | 'Requeue'; export type EmbeddedServiceAuthMethod = 'CommunitiesLogin' | 'CustomLogin'; export type EmbeddedServiceClientVersion = 'WebV1' | 'WebV2'; export type EmbeddedServiceDeploymentFeature = 'None' | 'EmbeddedMessaging' | 'LiveAgent' | 'Flows' | 'FieldService'; export type EmbeddedServiceDeploymentType = 'Web' | 'Mobile' | 'API' | 'InternalCopilot'; export type EmbeddedServiceComponentBundleType = 'AuraDefinitionBundle' | 'LightningComponentBundle'; export type EmbeddedServiceCustomComponentType = 'LA_Prechat' | 'LA_Minimized' | 'LA_PlainTextChatMessage' | 'LA_ChatHeader' | 'MIAW_Prechat' | 'MIAW_Header' | 'MIAW_TextMessage'; export type EmbeddedServiceResourceType = 'SettingsFile' | 'ChatInvitation'; export type EmbeddedServiceFlowType = 'FL_Flow' | 'FS_NewAppointment' | 'FS_ModifyAppointment' | 'FS_CancelAppointment' | 'LA_Survey'; export type EmbeddedServiceFormDisplayContext = 'None' | 'Conversation' | 'Session'; export type EmbeddedServiceFormFieldType = 'Text' | 'Email' | 'Phone' | 'Number' | 'Checkbox' | 'ChoiceList'; export type MessagingChannelParameterType = 'Standard' | 'Custom'; export type EmbeddedServiceLayoutType = 'FS_AppointmentHome'; export type EswInvitationConditionResource = 'SecondsOnPage' | 'SecondsOnSite' | 'NumberOfPageViews' | 'UrlMatch' | 'CustomVariable'; export type EswInvitationConditionOperator = 'Equals' | 'NotEqual' | 'LessThan' | 'GreaterThan' | 'LessOrEqual' | 'GreaterOrEqual' | 'Contains' | 'NotContain' | 'StartWith'; export type EmbeddedServiceQuickActionType = 'Prechat' | 'OfflineCase'; export type EmbeddedServiceFontSize = 'Small' | 'Medium' | 'Large'; export type EmbeddedServiceScenario = 'Sales' | 'Service' | 'Basic'; export type EmbeddedServiceChannelType = 'EmbeddedServiceConfig' | 'MessagingChannel' | 'Phone' | 'CustomURL' | 'EmbeddedMessaging'; export type EmployeeUseCaseMethod = 'Get' | 'Post' | 'Put' | 'Patch' | 'Delete'; export type EmployeeUseCaseStatus = 'Draft' | 'Inactive' | 'Active'; export type EnablementAggregationType = 'Sum' | 'Count' | 'Average'; export type EnablementFilterOperator = 'Equals' | 'DoesNotContain' | 'DoesNotEqual' | 'IsNull' | 'In' | 'NotIn' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Contains' | 'StartsWith' | 'EndsWith'; export type EnblProgramMeasureStatus = 'Draft' | 'Published' | 'Archived'; export type ProgramExtContentDefProvider = 'Trailhead'; export type EnblCompositeMilestoneType = 'Addition' | 'Division' | 'Percentage'; export type ProgramTaskDefCategory = 'Exercise' | 'Milestone'; export type MilestoneTimeUnits = 'Minutes' | 'Hours' | 'Days'; export type EventDeliveryType = 'StartFlow' | 'ResumeFlow'; export type EventRelayAdminState = 'RUN' | 'STOP' | 'PAUSE' | 'DELETE'; export type EventRelayUsageType = 'AMAZON_EVENTBRIDGE' | 'INTERNAL_MANAGED_SUBSCRIPTIONS' | 'INTERNAL_REPLICATION'; export type ExperienceContainerType = 'SFS' | 'SAPP' | 'TEST' | 'LEX' | 'SCMA' | 'SAPPMOBILEHOME'; export type ActionLogSchemaType = 'Other' | 'ExpressionSet'; export type EASAppType = 'PublicSector' | 'Loyalty' | 'HealthCloud' | 'IndustryServiceExcellence' | 'IndustriesPricing' | 'OmniAnalytics' | 'ActionableEventOrch' | 'IndustriesDroOrderProcess' | 'Compliance' | 'EducationCloud' | 'PatientServicesProgram'; export type EvaluationResult = 'Passed' | 'Failed' | 'NoResult'; export type ExpressionSetStepType = 'Calculation' | 'Aggregation' | 'MatrixLookup' | 'ReferenceProcedure' | 'Condition' | 'DecisionTableLookup' | 'Branch' | 'BusinessElement' | 'ListEnabledGroup' | 'ListFilter'; export type ExpsSetExecutionMode = 'Cloud' | 'Local'; export type ExpsSetExecutionScale = 'Low' | 'High'; export type ExpsSetInterfaceSourceType = 'PricingProcedure' | 'QualificationProcedure' | 'Sample' | 'EventOrchestration' | 'RatingProcedure' | 'DiscoveryProcedure' | 'Constraint' | 'RatingDiscoveryProcedure' | 'GpaCalculationProcedure' | 'Bre' | 'ItServiceManagement'; export type ResourceInitializationType = 'Default' | 'Off'; export type ExpsSetUsageSubtype = 'SampleSubtype1' | 'SampleSubtype2' | 'SampleSubtype3' | 'AcadTermRgstrTmln' | 'LearningRules' | 'DefaultStudentInformationSystem' | 'HoldsAndBlocks' | 'RevenueCloudConfigurator' | 'Insurance' | 'Media' | 'Commerce' | 'Education' | 'GlobalPromotionsManagement' | 'Communication' | 'EnergyAndUtilities' | 'Manufacturing' | 'LifeScience' | 'Health' | 'FinancialServices'; export type ExpsSetStatus = 'Draft' | 'Active' | 'Inactive' | 'InvalidDraft' | 'Obsolete'; export type BusinessKnowledgeModel = 'CreditPoints' | 'DebitPoints' | 'IssueVoucher' | 'IncreaseUsageForCumulativePromotion' | 'UpdateUsageForCumulativePromotion' | 'AssignParameterValues' | 'RunFlow' | 'GetOutputsFromDecisionTable' | 'UpdatePointBalance' | 'GetMemberPointBalance' | 'GetMemberTier' | 'BreAggregator' | 'GetOutputsFromDecisionMatrix' | 'GetMemberAttributesValues' | 'UpdateCurrentValueForMemberAttribute' | 'BreAggregatorAssignment' | 'Crud' | 'AssignBadgeToMember' | 'CheckMemberBadgeAssignment' | 'ChangeMemberTier' | 'RunProgramProcess' | 'GetMemberPromotions' | 'TestCustomElement' | 'AiAcceleratorSubscriberChurnPrediction' | 'RedeemVoucher' | 'ListPrice' | 'PriceAdjustmentMatrix' | 'SendMail' | 'VolumeDiscount' | 'GetUserData' | 'ListGroupCalculation' | 'RecordAlert' | 'AutomatedClaimsProcessingValidation' | 'EvaluateQualification' | 'EvaluateCategoryQualification' | 'EvaluateCategoryDisqualification' | 'SampleBusinessElementWithContext' | 'EvaluateDisqualification' | 'SampleDynamicCustomElement' | 'AttributeDiscount' | 'GroupingAndAggregatePricing' | 'ManualDiscount' | 'SubscriptionPricing' | 'Proration' | 'BundleDiscount' | 'ListGroup' | 'StopPricing' | 'PromotionsDiscount' | 'RoundingValues' | 'VolumeTierDiscount' | 'SampleCustomElementWithExpressionAndListFilter' | 'PricingSettings' | 'ApexAction' | 'DerivedPricing' | 'RecordAction' | 'IntegrationOrchestration' | 'FormulaBasedPricing' | 'ComplianceCheck' | 'DiscountDistributionService' | 'RatingVolumeDiscount' | 'BaseRate' | 'RatingAttributeDiscount' | 'RatingSetting' | 'RuleFetch' | 'MapProduct' | 'AssetDiscovery' | 'RatingTierDiscount' | 'AssignmentElement' | 'ComplianceControlLog' | 'CommercePricing' | 'MinimumPrice' | 'FormulaBasedRating' | 'GroupingAndAggregateRating' | 'RatingRoundingValues' | 'StopRating' | 'ManualRatingDiscount' | 'RateAdjustmentMatrix' | 'RateAssignment' | 'PriceGuidance' | 'RateCardResolution' | 'RateCardEntryResolution' | 'RateAdjustmentByTierResolution' | 'Constraint' | 'RateAdjustmentByAttributeResolution' | 'ApexListAction' | 'TermGpaCalculation' | 'TermGpaReporting' | 'MultiRecipientProductQualification' | 'NegotiatedRateCardEntryResolution' | 'UpsertRecord' | 'NegotiatedBaseRate' | 'BreakdownLineMapping' | 'NegotiatedTierAdjustment' | 'NegotiatedVolumeAdjustment' | 'DiscoverySettings' | 'IssueExtendedReward' | 'GetCustomerPromotionAttrValue' | 'UpdateCustomerPromotionAttrValue' | 'CalculateQuantity' | 'BindingObjectRateCardEntryResolution' | 'BindingObjectRateAdjustmentResolution' | 'PricingPropagation' | 'PriceRevision' | 'AteprlRecordCreator' | 'PromotionExecution' | 'AssignmentRuleCustomUser' | 'AssignmentRuleCustomQueue' | 'CommitmentAdjustment' | 'RatingBreakdownLineMapping' | 'DynamicRulesExecutor' | 'AttributeAdjustmentMatrix' | 'GetMemberPartnerLinkageStatus'; export type ExpsSetConditionOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'Contains' | 'DoesNotContain' | 'IsNull' | 'IsNotNull'; export type ExpsSetValueType = 'Literal' | 'Parameter' | 'PickList' | 'Formula' | 'Lookup'; export type ExpsSetAggregationFunction = 'Sum' | 'Avg' | 'Min' | 'Max' | 'ListSum' | 'ListAvg' | 'ListSize'; export type ExpsSetStepType = 'Condition' | 'AdvancedCondition' | 'Branch' | 'DefaultPath' | 'SubExpression' | 'BusinessKnowledgeModel' | 'ListGroup' | 'ListFilter' | 'AdvancedListFilter'; export type ExpsSetDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Sobject' | 'Boolean' | 'Percent' | 'Currency' | 'ActionOutput' | 'SubExpression' | 'DecisionMatrix' | 'DecisionTable' | 'Context' | 'ContextNode' | 'Picklist'; export type ExpsSetVariableLookupType = 'SubExpression' | 'DecisionMatrix' | 'DecisionTable'; export type ExpsSetVariableType = 'Variable' | 'Constant' | 'Formula' | 'ExecutableContextDefinitionTag' | 'ContextDynamicAttributeTag' | 'ContextCustomAttributeTag'; export type ExpsSetObjectDataType = 'sObject' | 'JSON'; export type BotProvider = 'Custom' | 'GoogleCCAI'; export type ChannelMode = 'Messaging' | 'Voice'; export type ExternalBotType = 'Chatbot'; export type ExtConvParticipantIntegDefStatus = 'Active' | 'Inactive' | 'Deleted'; export type ApplicationSourceType = 'REPLY_RECOMMENDATION' | 'ARTICLE_RECOMMENDATION' | 'UTTERANCE_RECOMMENDATION' | 'FAQ' | 'EAR_FOR_CONVERSATION' | 'USE_CASE_EXPLORER' | 'EAR_FOR_VOICE' | 'COPILOT_UTTERANCE_ANALYSIS' | 'COPILOT_UTTERANCE_ANALYSIS_AGGREGATION' | 'COPILOT_UTTERANCE_ANALYSIS_PROCESSING' | 'AGENTFORCE_INTERACTION_EXPLORER_MOMENT_GENERATION' | 'AGENTFORCE_INTERACTION_EXPLORER_CLUSTERING' | 'FTEST'; export type ExternalModelStatus = 'ENABLED' | 'DISABLED' | 'PAUSED'; export type IdentityProviderAuthFlow = 'AuthorizationCode' | 'ClientCredentials' | 'JwtBearer' | 'SalesforceDefined'; export type IdentityProviderAuthProtocol = 'OAuth' | 'SalesforceDefined'; export type ExtlIdentityProviderParmType = 'AuthorizeUrl' | 'TokenUrl' | 'UrlQueryParameter' | 'HttpHeader' | 'ClientCertificate' | 'SigningCertificate' | 'RequestBodyParameter' | 'JwtBodyClaim' | 'JwtHeaderClaim' | 'CreatedByNamespace' | 'UserInfoUrl' | 'ClientAuthentication' | 'IdentityProviderOptions' | 'AuthorizeRequestQueryParameter' | 'TokenRequestQueryParameter' | 'TokenRequestBodyParameter' | 'TokenRequestHttpHeader' | 'RefreshRequestQueryParameter' | 'RefreshRequestBodyParameter' | 'RefreshRequestHttpHeader' | 'StandardExternalIdentityProvider' | 'ManagedByFeature' | 'ManagedByComponent'; export type ExtlClntAppDistState = 'Local' | 'Packaged' | 'Managed' | 'AutoInstalled'; export type ExtlClntAppManagedType = 'Local' | 'Global'; export type AuthenticationProtocol = 'NoAuthentication' | 'Certificate' | 'Oauth' | 'Password' | 'NTLM' | 'AwsSv4' | 'Jwt' | 'JwtExchange' | 'C2c' | 'ApiKey' | 'Custom' | 'InternalOAuth' | 'OrgJwt' | 'Basic'; export type ExternalCredentialParamType = 'ParameterGroup' | 'ExternalAuthIdentityProvider' | 'AuthProvider' | 'AuthProviderUrl' | 'AuthProviderUrlQueryParameter' | 'SigningCertificate' | 'FormulaVariable' | 'AuthProviderAuthParameter' | 'AuthParameter' | 'NamedPrincipal' | 'PerUserPrincipal' | 'AwsStsPrincipal' | 'GlobalNamedPrincipal' | 'SystemUserPrincipal' | 'AuthContext' | 'AuthQueryParameter' | 'AuthHeader' | 'AuthProtocolVariant' | 'JwtBodyClaim' | 'JwtHeaderClaim' | 'CreatedByNamespace' | 'AdditionalRefreshStatusCode' | 'ManagedByFeature' | 'ManagedByComponent' | 'SfHttpRequestExtensionName' | 'TenantPrincipal'; export type DataConnectionStatus = 'Connected' | 'Failed' | 'Disconnected' | 'NeedsReAuthentication'; export type DataConnectorType = 'SalesforceMarketingCloud' | 'SalesforceCommerceCloud' | 'StreamingApp' | 'SalesforceDotCom' | 'AmazonS3' | 'SFTP' | 'UPLOAD' | 'IngestApi' | 'SalesforceInteractionStudio' | 'CuratedEntity' | 'DataCloud' | 'GoogleCloudStorage' | 'AzureBlob' | 'ExternalPlatform' | 'ConversationStorage' | 'Snowflake' | 'BIGQUERY' | 'REDSHIFT' | 'S3Arn' | 'ACCOUNTENGAGEMENT'; export type AvailabilityStatus = 'Available' | 'In_Use'; export type ExternalDataSrcDescSubtype = 'SchemaTableQualifiers' | 'SchemaTableMetadata'; export type ExternalDataSrcDescType = 'Schema'; export type ExternalPrincipalType = 'Anonymous' | 'PerUser' | 'NamedUser' | 'UserWithImpersonation'; export type ExternalDataSourceType = 'AFPPAttribute' | 'Alert' | 'AmazonAthena' | 'AmazonDynamoDb' | 'ASPAttribute' | 'AssetAttribute' | 'bcpApp' | 'bcpAppMember' | 'bcpEntity' | 'bcpEntityPermission' | 'bcpEntityPermSet' | 'bcpField' | 'bcpFieldPermission' | 'bcpMember' | 'bcpParticipant' | 'bcpParticipantAccess' | 'bcpPermissionSet' | 'bcpRecAccApproval' | 'bcpRecordAccess' | 'bcpRelParticipant' | 'CIAttribute' | 'ClaimAttributeDS' | 'ClaimItemAttributeDS' | 'ContentHubAWSS3' | 'ContentHubBox' | 'ContentHubGDrive' | 'contentHubItem' | 'ContentHubMock' | 'ContentHubOneDriveGraph' | 'ContentHubPerf' | 'ContentHubQuip' | 'ContentHubSharepointOffice365' | 'ContentHubSharepointOneDrive' | 'CryptoTrEnvChgLogSnp' | 'CtrtGrpPlnAttr' | 'CtrtGrpPlnGrpClsAttr' | 'Datacloud' | 'Datajourney' | 'DataMapperDS' | 'Engagement' | 'ExternalEvent' | 'FAAttribute' | 'FLAttribute' | 'FlexCardDS' | 'Ftest' | 'GraphQl' | 'IAItemProdtAttr' | 'Identity' | 'InsPolicyAttribute' | 'IntegrationProcdDS' | 'IntegrationProcedureExternalObject' | 'IPAAttribute' | 'IPCAttribute' | 'IPCvrBnftAttribute' | 'IPPAttribute' | 'Jigsaw' | 'MbrPromotionsViewDS' | 'OData' | 'OData4' | 'OData401' | 'OIAttribute' | 'OISAttribute' | 'OmniScriptDS' | 'OpenSearch' | 'OtbdEngmtTmplDS' | 'outgoingemail' | 'PrivacyCenterOrArchiveDataStore' | 'PromoRuleTempDS' | 'QLIAttribute' | 'Salesforce' | 'SAPAttribute' | 'SciApi' | 'SdbOvenPODataSource' | 'SelectableEmailAddressView' | 'SfdcOrg' | 'SimpleURL' | 'Snowflake' | 'TrailheadEditWithId' | 'usermobileconfig' | 'usrconnectionstatus' | 'Wrapper'; export type StorageDriveType = 'MicrosoftOneDrive' | 'GoogleDrive'; export type TargetObject = 'All' | 'Contract' | 'DocumentTemplate' | 'Disclosure' | 'InfoLibraryExternalDocument' | 'CompliancePolicyVersion'; export type AttestEnforceLevel = 'None' | 'ClientControlled' | 'Strict'; export type AttestServiceType = 'Apple' | 'Android'; export type ExtlClntAppStartPage = 'None' | 'Custom' | 'OAuth' | 'SAML'; export type ScreenLockTimeout = 'Never' | 'One' | 'Five' | 'Ten' | 'Thirty' | 'Sixty' | 'OneTwenty' | 'OneEighty' | 'TwoForty'; export type JWTSessionTimeoutType = 'UserSession' | 'Custom'; export type PermittedUsersPolicyType = 'AllSelfAuthorized' | 'AdminApprovedPreAuthorized'; export type PolicyAction = 'Block' | 'RaiseSessionLevel'; export type RefreshTokenPolicyType = 'Infinite' | 'Zero' | 'SpecificLifetime' | 'SpecificInactivity'; export type SessionSecurityLevel = 'LOW' | 'STANDARD' | 'HIGH_ASSURANCE'; export type ApplePushEnvironmentType = 'Sandbox' | 'Production'; export type PushServiceType = 'Apple' | 'Android'; export type ExtlClntAppSamlEncryptType = 'AES_128' | 'AES_256'; export type ExtlClntAppNameIdFormatType = 'Unspecified' | 'EmailAddress' | 'Persistent' | 'Transient'; export type ExtlClntAppSamlSignAlgoType = 'SHA1' | 'SHA256'; export type ExtlClntAppSamlBindingType = 'RedirectBinding' | 'PostBinding'; export type ExtlClntAppSamlSubjectType = 'Username' | 'FederationId' | 'UserId' | 'SpokeId' | 'CustomAttribute' | 'PersistentId'; export type FeatureParameterDataflowDirection = 'LmoToSubscriber' | 'SubscriberToLmo' | 'Provisioned'; export type FieldMappingConfigProcessType = 'GiftEntry' | 'Incident' | 'Problem' | 'ChangeRequest'; export type ClassificationType = 'ComplianceCategory' | 'FieldSet'; export type EnforcementType = 'Scoping' | 'Restrict' | 'FieldRestrict' | 'D360_Restrict'; export type AscAutomaticMode = 'Off' | 'Manual' | 'Semi' | 'Full'; export type BgGeoLocationAccuracy = 'Medium' | 'Coarse' | 'VeryCoarse'; export type DestinationTypeForMetadata = 'LatitudeAndLongitude' | 'Address'; export type GeoLocationAccuracy = 'Fine' | 'Medium' | 'Coarse'; export type TimeIntervalSetupForMetadata = 'one' | 'five' | 'fifteen' | 'twenty' | 'thirty' | 'sixty'; export type ApptAssistantRadiusUnit = 'Kilometer' | 'Meter' | 'Mile' | 'Yard'; export type MappingType = 'WorkPlans_WorkPlanTemplate_WorkPlan' | 'WorkPlans_WorkStepTemplate_WorkStep' | 'WorkPlans_WorkPlanTemplateEntry_WorkStep'; export type WorkOrderDurationSource = 'WorkType' | 'TotalFromWorkPlan' | 'Custom'; export type FieldSrcTrgtRelationshipOwner = 'SObject' | 'DataCloud'; export type RelationshipCardinality = 'OneToOne' | 'ManyToOne'; export type FileDownloadBehavior = 'DOWNLOAD' | 'EXECUTE_IN_BROWSER' | 'HYBRID'; export type FileType = 'UNKNOWN' | 'PDF' | 'POWER_POINT' | 'POWER_POINT_X' | 'POWER_POINT_M' | 'POWER_POINT_T' | 'WORD' | 'WORD_X' | 'WORD_M' | 'WORD_T' | 'PPS' | 'PPSX' | 'EXCEL' | 'EXCEL_X' | 'EXCEL_M' | 'EXCEL_T' | 'GOOGLE_DOCUMENT' | 'GOOGLE_PRESENTATION' | 'GOOGLE_SPREADSHEET' | 'GOOGLE_DRAWING' | 'GOOGLE_FORM' | 'GOOGLE_SCRIPT' | 'LINK' | 'SLIDE' | 'AAC' | 'ACGI' | 'AI' | 'AMR' | 'AVI' | 'BMP' | 'BOXNOTE' | 'CSV' | 'EPS' | 'EXE' | 'FLASH' | 'GIF' | 'GZIP' | 'HTM' | 'HTML' | 'HTX' | 'JPEG' | 'JPE' | 'PJP' | 'PJPEG' | 'JFIF' | 'JPG' | 'JS' | 'JSON' | 'MHTM' | 'MHTML' | 'MP3' | 'M4A' | 'M4V' | 'MP4' | 'MPEG' | 'MPG' | 'MOV' | 'MSG' | 'ODP' | 'ODS' | 'ODT' | 'OGG' | 'OGV' | 'PNG' | 'PSD' | 'RTF' | 'QUIPDOC' | 'QUIPSHEET' | 'QUIPCHAT' | 'QUIPSLIDES' | 'QUIPTEMPLATE' | 'SHTM' | 'SHTML' | 'SNOTE' | 'MCONTENT' | 'STYPI' | 'SVG' | 'SVGZ' | 'JPGZ' | 'TEXT' | 'THTML' | 'USDZ' | 'VISIO' | 'VTT' | 'WMV' | 'WRF' | 'XML' | 'ZIP' | 'XZIP' | 'WMA' | 'XSN' | 'INSIGHT' | 'TRTF' | 'TXML' | 'WEBVIEW' | 'RFC822' | 'ASF' | 'DWG' | 'JAR' | 'XJS' | 'OPX' | 'XPSD' | 'TIF' | 'TIFF' | 'WAV' | 'CSS' | 'THUMB720BY480' | 'THUMB240BY180' | 'THUMB120BY90' | 'ALLTHUMBS' | 'PAGED_FLASH' | 'XMOB' | 'PACK' | 'C' | 'CPP' | 'WORDT' | 'INI' | 'JAVA' | 'LOG' | 'POWER_POINTT' | 'SQL' | 'XHTML' | 'EXCELT' | 'WEBP' | 'AVIF' | 'ICS' | 'CAF' | 'V3GP' | 'V3G2'; export type FlexipageEventSourceTypeEnum = 'Component'; export type FlexipageEventTargetTypeEnum = 'FlexipageServices' | 'LwcServices' | 'InvocableApexServices' | 'InvocableExternalServices' | 'ActionServices' | 'ViewServices'; export type RegionFlagStatus = 'disabled' | 'enabled'; export type ComponentInstancePropertyTypeEnum = 'decorator'; export type ComponentInstanceType = 'Component' | 'Card'; export type FlexipageDataSourceModeEnum = 'Create' | 'Edit' | 'View'; export type FlexipageDataSourceTypeEnum = 'Record' | 'User' | 'Organization' | 'Apex'; export type FlexiPageRegionMode = 'Append' | 'Prepend' | 'Replace'; export type FlexiPageRegionType = 'Region' | 'Facet' | 'Background'; export type PlatformActionListContext = 'ListView' | 'RelatedList' | 'ListViewRecord' | 'RelatedListRecord' | 'Record' | 'FeedElement' | 'Chatter' | 'Global' | 'Flexipage' | 'MruList' | 'MruRow' | 'RecordEdit' | 'Photo' | 'BannerPhoto' | 'ObjectHomeChart' | 'ListViewDefinition' | 'Dockable' | 'Lookup' | 'Assistant' | 'ActionDefinition' | 'MetadataExplorer'; export type PlatformActionType = 'QuickAction' | 'StandardButton' | 'CustomButton' | 'ProductivityAction' | 'ActionLink' | 'InvocableAction'; export type FlexipageSchemaPropType = 'boolean' | 'integer' | 'string'; export type FlowComplexValueType = 'JoinDefinition' | 'FieldReference' | 'ResourceDescriptor' | 'ResourceAnnotationMap' | 'ComplexObjectFieldDetails' | 'FlowDataCloudId'; export type FlowDataType = 'Currency' | 'Date' | 'Number' | 'String' | 'Boolean' | 'SObject' | 'DateTime' | 'Time' | 'Picklist' | 'Multipicklist' | 'Apex'; export type FlowInputConfiguratorMode = 'Custom' | 'Resource' | 'Transform' | 'ValueMapping'; export type InvocableActionType = 'getSession' | 'getContextualBrandInformation' | 'getContextualBrandKnowledge' | 'triggerAgentBulkScoring' | 'updateAiGenActionItem' | 'sendSalesAgentNtfcnInSlack' | 'adjustedSchedules' | 'createRelaRecordsAdQuoteLine' | 'getAvailableAppointmentSlots' | 'enteredJourneyBuilder' | 'exitedJourneyBuilder' | 'metJourneyBuilderGoal' | 'getUpdtTermsForPymtDueDateMod' | 'getUpdtTermsForPaymentDeferral' | 'createMediaProposalItem' | 'getMediaProducts' | 'getPicklistValues' | 'getMediaProductsUseSearchCrit' | 'sendInvSlotReleaseWarningNotfy' | 'executeExternalAdSalesRequest' | 'releaseInventorySlots' | 'getPrdctForMediaChannels' | 'addProductToMediaPlan' | 'filterAdSpaceCreatives' | 'getSortingRulesGroundingData' | 'getBoostBuryGroundingData' | 'getDynamicCatGroundingData' | 'apex' | 'chatterPost' | 'findProviders' | 'findProvidersInfo' | 'getWaitlistParticipant' | 'getWaitlistMetadata' | 'bookAppointment' | 'contentWorkspaceEnableFolders' | 'emailAlert' | 'emailSimple' | 'emailSObject' | 'externalService' | 'externalConnector' | 'externalEvent' | 'salesforceAPIPlatform' | 'namedQuery' | 'auraEnabled' | 'flow' | 'exitIndividualsFromFlow' | 'dataCaptureFlow' | 'metricRefresh' | 'processCreateWorkitem' | 'processStartStep' | 'processStopInstance' | 'processStopStep' | 'quickAction' | 'submit' | 'thanks' | 'thunderResponse' | 'createServiceReport' | 'deployOrchestration' | 'createResponseEventAction' | 'sfdcOutputAction' | 'invokeOrchOutputFlow' | 'generateWorkOrders' | 'deactivateSessionPermSet' | 'activateSessionPermSet' | 'modifyPermSetGroupComponents' | 'createOrUpdatePermissionSet' | 'getPermissionSetsWithPerms' | 'aggregateValue' | 'orchestrationTimer' | 'orchestrationDebugLog' | 'choosePricebook' | 'component' | 'lwcComponent' | 'liveMessageNotification' | 'scaleCacheAsyncRefresh' | 'skillsBasedRouting' | 'addSkillRequirements' | 'addScreenPop' | 'findMatchingIndividuals' | 'routeWork' | 'playPromptAsyncAction' | 'endCallAsyncAction' | 'disableRecAndTranscription' | 'scvOutboundCall' | 'checkAvailabilityForRouting' | 'createCustomField' | 'assignTrailheadBadge' | 'insightFeedback' | 'publishKnowledgeArticles' | 'routingAddressVerification' | 'assignTargetToSalesCadence' | 'removeTargetFromSalesCadence' | 'modifyCadenceTrackerAttributes' | 'invocableApplyLeadAssignmentRules' | 'pauseSalesCadenceTracker' | 'resumeSalesCadenceTracker' | 'changeSalesCadenceTargetAssignee' | 'sendSalesCadenceEvent' | 'selectTemplateForSalesCadenceStepTracker' | 'assignKnowledgeArticles' | 'createDraftFromOnlineKnowledgeArticle' | 'archiveKnowledgeArticles' | 'restoreKnowledgeArticleVersion' | 'customNotificationAction' | 'broadcastRenderSlackMsgPreview' | 'submitDigitalFormResponse' | 'contactRequestAction' | 'saveAppointment' | 'saveAppointmentInvitationDetails' | 'createWaitlist' | 'getAvailableTime' | 'saveServiceAppointmentAttendees' | 'fetchAppointmentInfo' | 'manageAttendee' | 'scheduleAppointment' | 'getAppointmentDetails' | 'getServiceAppointments' | 'createApptPaymentLink' | 'deleteKnowledgeArticles' | 'submitKnowledgeArticleForTranslation' | 'einsteinEPLitePredictionAction' | 'cartToOrderAction' | 'orderToCartAction' | 'activateOrderAction' | 'refreshActualsCalculation' | 'cancelAppointment' | 'recalculateForecast' | 'getBenefitAndCalculateRebateAmount' | 'upsertCustomRebatePayout' | 'calculateRebateAmountAndUpsertPayout' | 'processRebatesBatchCalculationJob' | 'generateRebatePayoutPeriods' | 'calculateAdvancedAccountForecast' | 'processAccountForecasts' | 'managedContentReleasePublish' | 'editQuipDocument' | 'attachQuipDocumentToRecord' | 'createQuipDocument' | 'createQuipFolder' | 'addUsersToQuipDocument' | 'removeUsersFromQuipDocument' | 'copyQuipDocument' | 'addMessageToQuipDocument' | 'addQuipDocumentToFolder' | 'removeQuipDocumentFromFolder' | 'createQuipChat' | 'addMessageToQuipChat' | 'addUsersToQuipChat' | 'removeUsersFromQuipChat' | 'copyQuipContent' | 'lockQuipDocument' | 'lockQuipSection' | 'quipLivePaste' | 'exportQuipDocumentToPdf' | 'priceCart' | 'cartInitiateAsyncStep' | 'cartCompleteAsyncStep' | 'cancelCartAsyncOperation' | 'createCart' | 'addCartItem' | 'getCartItems' | 'getCartPromotions' | 'deleteCart' | 'cancelFulfillmentOrderItem' | 'createFulfillmentOrder' | 'createInvoiceFromFulfillmentOrder' | 'createFulfillmentOrders' | 'captureFunds' | 'createOrderPaymentSummary' | 'cancelOrderItemSummariesPreview' | 'cancelOrderItemSummariesSubmit' | 'createCreditMemoOrderSummary' | 'ensureFundsOrderSummaryAsync' | 'ensureRefundsOrderSummaryAsync' | 'returnOrderItemSummariesPreview' | 'returnOrderItemSummariesSubmit' | 'createReturnOrder' | 'createOrderSummary' | 'adjustOrderItemSummariesPreview' | 'adjustOrderItemSummariesSubmit' | 'addOrderItemSummarySubmit' | 'ensurePaymentCredit' | 'distributePickedQuantities' | 'createOrderFromQuote' | 'createOrdersFromQuote' | 'preProcessSalesTransaction' | 'placeSalesTransaction' | 'createOrUpdateAssetFromOrder' | 'createBillingScheduleFromOrderItem' | 'changeFinancePeriodStatus' | 'applyPayment' | 'unapplyPayment' | 'applyPaymentsAndCreditsByRules' | 'paymentSale' | 'automateRefund' | 'createInvoiceFromOrder' | 'createOrUpdateAssetFromOrderItem' | 'createContract' | 'ociTransferReservation' | 'ociReleaseReservation' | 'ociGetAvailability' | 'ociFulfillReservation' | 'ociCreateReservation' | 'ociUpdateReservation' | 'orderRoutingRankByAverageDistance' | 'orderRoutingFindRoutesWithFewestSplits' | 'orderRoutingFindRoutesWithFewestSplitsUsingOCI' | 'holdFulfillmentOrderCapacity' | 'releaseHeldFulfillmentOrderCapacity' | 'confirmHeldFulfillmentOrderCapacity' | 'getFulfillmentOrderCapacityValues' | 'print' | 'exportSurveyResponses' | 'checkoutSessionAction' | 'checkCartInventoryAction' | 'calcCartTaxesAction' | 'calcCartShipmentAction' | 'calcCartPromotionsAction' | 'sendSurveyInvitation' | 'publishPardotContent' | 'storeReplyRecommendationsFeedback' | 'marketingEmail' | 'updateCheckoutSessionStateAction' | 'massUpdateAccountForecast' | 'massUpdateSalesAgreement' | 'buildWarrantyClaimContext' | 'decisionTableAction' | 'runDecisionMatrix' | 'createFinancialRecords' | 'createIncidentForRequestor' | 'addWorkPlans' | 'addWorkSteps' | 'generateWorkPlans' | 'deleteWorkPlans' | 'pardotGetListx' | 'pardotAddToListMembership' | 'getTier' | 'changeTier' | 'changeAllTierOrNone' | 'getPointsBalance' | 'updateAcctMgrTarget' | 'creditPoints' | 'mapTraceablePtForRedemTrxn' | 'transferPoints' | 'createSvcRequest' | 'debitPoints' | 'completeActionForSvcProcess' | 'batchJobAction' | 'dataProcessingEngineAction' | 'adjustPointsAction' | 'adjustMemberPoints' | 'cancelRedemption' | 'cancelAccrual' | 'addRebateMemberList' | 'saveRecommendationDecision' | 'outboundMessage' | 'internalTestAction' | 'internalTestAsyncAction' | 'internalTestConnectApiAction' | 'internalTestVersionedCustomAction' | 'extractDataFromDocument' | 'extractDataFromDocumentAsync' | 'createSite' | 'internalTestCustomAction' | 'baseActionHubTestAction' | 'getDialerSoftphonePathSuffix' | 'performMultiLevelRollups' | 'rebatesProcessCSV' | 'processMemberBenefitAction' | 'assignMemberTierBenefits' | 'dynamicSendSurveyInvitation' | 'getIntelligentAccountSettingsToken' | 'issueVoucher' | 'setCheckoutDeliveryMethod' | 'refreshDecisionTable' | 'replaceAsset' | 'relocateAsset' | 'evaluationFlow' | 'stepInteractive' | 'stepBackground' | 'stepMuleSoft' | 'managedContentRoleStepInteractive' | 'managedContentVariantSetLockStepBackground' | 'managedContentVariantSetReadyStepBackground' | 'managedContentVariantAutoPublishStepBackground' | 'managedContentVariantAutoUnpublishStepBackground' | 'stepApproval' | 'stepAgxBackground' | 'stepAgxInteractive' | 'getReCustomerTasksByAccount' | 'getReOrdersByAccount' | 'getReAccountPerformanceData' | 'getReVisitsByAccount' | 'getReOrdersByVisit' | 'generateKnowledgeLogData' | 'submitFailedRecordsBatchJob' | 'getEligibleProgramRebateTypes' | 'returnReturnOrderItems' | 'slackPostMessage' | 'slackUpdateMessage' | 'slackPinMessage' | 'slackCreateChannel' | 'slackInviteUsersToChannel' | 'slackUserInChannel' | 'slackUserInWorkspace' | 'slackCheckUsersAreConnectedToSlack' | 'slackArchiveChannel' | 'slackInviteUserToWorkspace' | 'slackGetConversationInfo' | 'slackAgentCreateCanvas' | 'slackAgentUpdateCanvas' | 'slackAgentSearch' | 'slackAgentGetUser' | 'slackAgentSendDirectMessage' | 'slackAgentSummarizeChannel' | 'slackAgentDynamic' | 'slackAgentChannelExpertSearch' | 'slackFlow' | 'getLoyaltyPromotionBasedOnSalesforceCDP' | 'transferMemberPointsToGroups' | 'getLoyaltyPromotion' | 'createServiceDocument' | 'createArticleRecommendations' | 'discoveryPredict' | 'processProgramRebateTypeProducts' | 'fetchCaseClassificationRecommendations' | 'applyCaseClassificationRecommendations' | 'updateProgressForCumulativePromotionUsage' | 'updateAdvancedAccountForecastSetPartner' | 'swarmingCollaborationToolSettings' | 'getArticleSmartLinkUrl' | 'performSurveySentimentAnalysis' | 'pardotSlackCompletionActionNotification' | 'createClosePlan' | 'getProductPricing' | 'findPastCollaborators' | 'getDataRelatedToOpportunity' | 'calculateProjectedRebateAmount' | 'runProgramProcessForTransactionJournal' | 'goalAchievedAction' | 'buildIdentityVerification' | 'getVerificationData' | 'sendNotification' | 'uploadBlockchainData' | 'saveMemberVerificationSteps' | 'limitRepetitions' | 'slackSendMessageToLaunchFlow' | 'manageRecurringSchedules' | 'importRecordsFromCsvFile' | 'authorizePayment' | 'getRecordsForSearchCriteria' | 'getMemberActiveSegments' | 'getAvailableSwarmObject' | 'runExpressionSet' | 'mergeLoyaltyProgramMembership' | 'unmergeLoyaltyProgramMembership' | 'massUpdateAdvAccountForecast' | 'runProgramProcess' | 'getAssessmentResponseSummary' | 'industriesSendApexAsyncRequest' | 'slackJoinChannel' | 'createInvoiceFromChangeOrders' | 'generateInboxSchedulingLink' | 'generateInboxMeetingTimes' | 'confirmInboxMeetingTime' | 'sendEmailMessage' | 'goToCadenceStep' | 'createBenefitDisbursement' | 'createCareProgramEnrolleeWorkOrderStep' | 'generateTransactionJournals' | 'getDataLakeObject' | 'findRelevantPolicies' | 'getDataModelObjectSuggestions' | 'generateDataMappings' | 'getDataModelObject' | 'getDataModelObjectsPaginated' | 'cdpJitSegment' | 'runCampaign' | 'cdpSendToActivation' | 'cdpCreateSegmentFilter' | 'dataKitDeployComponentAction' | 'dataKitGetComponentAction' | 'generateMemberReferralCode' | 'cdpPublishSegment' | 'cdpValidateSegmentMember' | 'fetchSegmentsSchedule' | 'deleteCdpIdentityResolution' | 'cdpCreateIdentityResolution' | 'cdpUpdateIdentityResolution' | 'cdpRtdgStatus' | 'cdpRtGetIdMap' | 'cdpIdentityResolutionRunNow' | 'cdpListCountOfDuplicateIds' | 'cdpGetDuplicateIds' | 'getSegmentMemberAbsenceContainers' | 'cdpGetAlmTraversal' | 'getSegmentBillingEstimate' | 'industriesSendExtAsyncRequest' | 'getDataCategoryDetails' | 'getDataCategoryGroups' | 'searchKnowledgeArticles' | 'knowledgeSearch' | 'streamKnowledgeSearch' | 'answerQuestionsWithSalesforceDocumentation' | 'helpNavigationAction' | 'queryDataSource' | 'cdpPublishCalculatedInsight' | 'getInsight' | 'getInsightsList' | 'deleteInsight' | 'updateInsight' | 'cdpRefreshDataStream' | 'cdpCreateDataStream' | 'cdpGetConnectorMetadata' | 'cdpGetSourceSchema' | 'deserializeToContextDataRep' | 'cdpRunBatchTransform' | 'cdpCancelDataTransform' | 'cdpBatchTransformSqlToStl' | 'cdpCreateDataTransforms' | 'cdpListDataTransforms' | 'cdpValidateDataTransform' | 'cdpActivationCreate' | 'cdpActivationInputConfirmation' | 'cdpProcessActivationAttributes' | 'getActivateOnMembership' | 'cdpRunDataTransform' | 'cdpRetryDataTransform' | 'cdpGetDataTransform' | 'cdpRefreshDataTransformStatus' | 'cdpDeleteDataTransform' | 'cdpGetDataTransformSchedule' | 'cdpGetDataTransformRunHistory' | 'cdpGetMlPrediction' | 'cdpMlPrediction' | 'cdpGetMlModelMetrics' | 'cdpGetMlModelAlerts' | 'cdpGetDataProfiles' | 'cdpGetMlModelSuggestions' | 'cdpGetMlStatisticalAnalysis' | 'cdpRunFeatureSelection' | 'cdpTriggerModelTraining' | 'einsteinRagDetectLanguage' | 'transformQueryForCase' | 'transformQueryForEmail' | 'transformQueryForConversation' | 'getEinsteinRetrieverResults' | 'cdpGetDataGraph' | 'cdpGetDataGraphByLookup' | 'cdpGetDataGraphMetadata' | 'cdpTriggerModelPredJob' | 'KnowledgeSpaceKnowledgeSearch' | 'getTranscriptForConversation' | 'scheduleHomeVisit' | 'scheduleRecurringHomeVisit' | 'createTemplateOfServiceAppt' | 'rescheduleRecurringHomeVisits' | 'createQuoteForHomeVisits' | 'generateAssessmentEnvelopeSignature' | 'sendChannelMessage' | 'createInvRsvForCart' | 'deleteInvRsvForCart' | 'initiateTextExtraction' | 'fetchActiveOcrTemplates' | 'fetchExtractedText' | 'createMaterialLineForSalesItem' | 'generateDisambiguationLogData' | 'cdpRunIdentityResolution' | 'handleResourceAbsence' | 'fetchRebateClaimDetails' | 'transformMfgProgramForecasts' | 'getNewProductPricingInfo' | 'calcPriceProtectPayoutAmt' | 'processGiftEntries' | 'saveCustomFieldsInGiftEntry' | 'processGiftCommitment' | 'pauseGiftCommitmentSchedule' | 'resumeGiftCommitmentSchedule' | 'closeGiftCommitment' | 'manageGiftCommitment' | 'syncAccountAndContactPointAddr' | 'manageCustomGiftCmtSchds' | 'manageGiftDefaultDesignations' | 'manageRcrGiftCmtSchd' | 'updateProcessedGiftEntries' | 'createEnrichedPrompt' | 'manageFundraisingDefinitions' | 'reviewUpdateVolunteerStatuses' | 'updateVolunteerStatuses' | 'assignEnablementProgram' | 'inviteToReorderPortal' | 'runRecordAggrBatchProcDef' | 'sendSmsMessage' | 'creaContactsFromGrpCensMembers' | 'creaPersAccountsFromGrpCensMbr' | 'creaUsersFromGrpCensusMembers' | 'enrollMembers' | 'processMemberEnrollment' | 'createProducerCommissions' | 'findInsurancePolicy' | 'initiateAmendQuantity' | 'initiateAmendment' | 'initiateTransfer' | 'initiateRenewal' | 'initiateCancellation' | 'initiateRollBackLastAction' | 'getRenewableAssetsSummary' | 'initiateSwap' | 'initiateDowngrade' | 'initiateUpgrade' | 'manageGiftTrxnDesignations' | 'processReceivedDocument' | 'getEffAccountsForStoreUser' | 'getProductRecommendations' | 'b2bD2cGetOrderSummaries' | 'getRecentOrders' | 'getB2cProductRecommendations' | 'getB2cOrderDetails' | 'getB2cUserAccessToken' | 'addItemToBasket' | 'viewCart' | 'editCart' | 'generateOrderSummaryUrl' | 'createBenefitDisbursementForServiceAppointment' | 'getAssessments' | 'getAcademicTerm' | 'getIntrctnSumAndCarePlans' | 'getCalcInsightsData' | 'createGoal' | 'renewInsurancePolicy' | 'renewInsurancePolicies' | 'renewMultiRootInsurancePolicy' | 'enrollLearner' | 'executeExprSetWithContext' | 'getBatchJobIds' | 'createLearnerOrder' | 'getFeeDetails' | 'getRestrictionsAsgnToStudent' | 'assignHoldOnStudent' | 'getRelatedPolicyRules' | 'buildContext' | 'createClmContract' | 'createReport' | 'checkInContractDocumentVersion' | 'performContractAction' | 'sendContractForESignature' | 'unlockContractDocumentVersion' | 'getCntntDocDtlForCntrDocVer' | 'createContractDocumentVersion' | 'persistContextData' | 'createReferral' | 'createChatSession' | 'addOrderToCart' | 'generateUserInputs' | 'rateProducts' | 'getInsuranceQuoteDetails' | 'getInsuranceQuoteDetailsAi' | 'getOrgCurrencyDetails' | 'repriceInsuranceProduct' | 'createInsuranceQuote' | 'createInsuranceRating' | 'getInsuranceRatingInput' | 'updateInsuranceQuote' | 'updateCareGapStatus' | 'getPrevAsmtResponses' | 'sendConversationMessages' | 'endMessagingSessions' | 'makeCampaignConversational' | 'initiateNaturalLangProcessing' | 'getRecordDetails' | 'getConversationTranscripts' | 'fetchBoostBuryRuleRecommendation' | 'createSearchBoostBuryRule' | 'captureUserFeedback' | 'previewCartToExchangeOrder' | 'submitCartToExchangeOrder' | 'dispatchReminders' | 'computeCleanEnergyApplnBen' | 'createContactInBillingSystem' | 'createBillAcctInBillSystem' | 'updateBillAcctInBillSystem' | 'getBillsOfBillingAccount' | 'getBillDetails' | 'createContractsInBillingSystem' | 'getMeterReadingFromBillingSys' | 'updateContractInBillingSystem' | 'startService' | 'submitMeterReads' | 'identifyRecordByName' | 'processReferralEvent' | 'enrollAdvocateB2bReferralProm' | 'processB2bReferralEvent' | 'submitOrder' | 'dataCloudIngestionApi' | 'getPaynowWebstoreId' | 'queryRecords' | 'queryRecordsWithAggregate' | 'setupAgentQueryRecords' | 'searchAgent' | 'registerGuestBuyer' | 'identifyObject' | 'scheduleGroupVisits' | 'createSubscriptionRecords' | 'generatePromptResponse' | 'generatePromptResponseBatch' | 'getRelatedList' | 'getSimilarRecords' | 'einsteinGenerateMessages' | 'draftOrReviseEmail' | 'sendMeetingRequest' | 'reviewMyDay' | 'getDraftOrReviseEmailPrompt' | 'webSearchStream' | 'constructUserProfile' | 'getAgentConversationHistory' | 'summarizeRecord' | 'einsteinCopilotUpdateRecord' | 'einsteinCopilotCreateRecord' | 'runSalesforcePricing' | 'processFirstPaymentBilling' | 'runSalesforceHeadlessPricing' | 'dstrEnergyAttrCertCredits' | 'computeMathematicalOperations' | 'getRecordFieldsAndValues' | 'createCommercePromotions' | 'createIntegrationPlan' | 'runIntegrationPlan' | 'exploreConversation' | 'draftServiceEmail' | 'getActivitySummary' | 'generateResearchStudyBlocks' | 'processCriteriaMatchingResp' | 'getForecastGuidance' | 'getForecastContext' | 'getForecastOpportunities' | 'getRecPrioData' | 'sendWhatsAppMessage' | 'lockRecord' | 'postDraftInvoiceBatchRun' | 'assignCndtToResearchStudyGroup' | 'postDraftInvoice' | 'voidPostedCreditMemo' | 'postDraftCreditMemo' | 'getConvTscpForRecord' | 'recoverBillingSchedules' | 'checkOutContractDocVersion' | 'getContractDocumentVersions' | 'updateClmContracts' | 'draftAGiftProposal' | 'processDataUsingGenAi' | 'transformNlpActionResult' | 'getSalesAgreementDetails' | 'createConsent' | 'exportExternalRecordShare' | 'checkServiceCatalogItemEligibility' | 'createOrUpdtSvcCatalogRequest' | 'createCatalogItemRequest' | 'answerQuestionWithReports' | 'generateSdm' | 'topUsedDatasets' | 'createEngagementsDetailsRep' | 'createBillingSchedulesFromBillingTransaction' | 'createBillingSchedulesFromTrxn' | 'scheduleHomeVisitsManually' | 'analyticsSendDigestAsSlackMsg' | 'createUpdtPromUseAcruPromTmpl' | 'createUpdtPromUseEngmtTrlTmpl' | 'getLoyaltyPromotions' | 'getOffers' | 'getMembershipDetailsSiteUser' | 'generateLoyaltyPromotionEmail' | 'getEligibleLoyaltyPromotions' | 'getExpiringPointsWithDate' | 'getPointsForNextTier' | 'issueDigitalPass' | 'refreshDigitalPass' | 'getResourcesForMnlScheduling' | 'summarizeMedicationDetailsForPatient' | 'generateAnalyticsAssetsContent' | 'quoteToSA' | 'convertRecord' | 'getEngagements' | 'createCaseForOrderCheckbook' | 'getFinclAccountsForAnAcct' | 'getFeeTrxnFromFinclAcct' | 'createCaseForFeeReversal' | 'createCaseForMngCardSettings' | 'createCaseForStopCheckPayment' | 'createCaseForTravelNtfcn' | 'getCardSettings' | 'createCaseForTransferFunds' | 'api' | 'getDataForGrounding' | 'getChannelTypes' | 'getMetrics' | 'getGoals' | 'createGoals' | 'getCampaignObjectives' | 'getLowPerformingAds' | 'getActivityDetails' | 'getActivitiesTimeline' | 'getUsersGroupMembership' | 'createGroup' | 'getGroupMembers' | 'createCalculatedField' | 'createSemanticDataModel' | 'getBalancesFromFinancialAccounts' | 'getFinancialTransactions' | 'getCardDetailsForAccount' | 'createCaseToBlockCard' | 'createVisitForContextRecord' | 'getFinancialAccountAddresses' | 'createCaseForFinclAcctAddrUpdt' | 'getAndExplainRecordAccess' | 'getAndExplainObjectPermissions' | 'getAndExplainFieldPermissions' | 'getSharingOrgWideDefaults' | 'editSharingOrgWideDefaults' | 'getSharingRules' | 'manageSharingRules' | 'summarizeAppointmentNotes' | 'getCustomerSignalsInsights' | 'serializePreWorkBriefRecords' | 'summaryRefinement' | 'extractHistoricalData' | 'selectJourney' | 'saveApexToDataExtension' | 'generateBrief' | 'saveBrief' | 'generateCampaignFromBrief' | 'saveCampaign' | 'saveCampaignFlowMessages' | 'getEngagementChannels' | 'getBrand' | 'summarizeCampaign' | 'identifyBusinessUnit' | 'briefPlanStepFromJson' | 'getBusinessUnitIdFromBrief' | 'generateOrRefineTextForProperty' | 'createOrRefineSectionWithContent' | 'summarizeMedicalHistoryForPatient' | 'researchRecord' | 'reviewBuyingCommittee' | 'getCaseInfoToSummarize' | 'getUsersFromEmailAddresses' | 'discoverySearchAction' | 'b2cProductSearchAction' | 'b2cProductDetailsAction' | 'getB2cOrderConfirmationDetails' | 'b2cProductFaqAction' | 'b2cSiteFaqAction' | 'einsteinDecidePath' | 'dplyCustExprcIntelDataKitCmpnt' | 'generateCustomReportType' | 'modifyCustomReportType' | 'searchCustomReportType' | 'generateCustomReportTypeBasic' | 'finalizeCustomReportType' | 'associateRecordsWithActivity' | 'getAcctOpptyFromEmailAddr' | 'trgrOnOrderPlacement' | 'trgrOnWebCartAbandoned' | 'processWebStoreUserRgstr' | 'trgrOnSmsSubscription' | 'getFormulaForField' | 'identifyValidationRuleByName' | 'trgrOnWhatsAppSubscription' | 'trgrOnEmailSubscription' | 'trgrOnEmailOpenEngagement' | 'trgrOnEmailLinkClickEngagement' | 'trgrOnEmailBounceEngagement' | 'trgrOnEmailResponseEngagement' | 'trgrOnSmsLinkClickEngagement' | 'trgrOnSmsDeliveryFailureEngagement' | 'trgrOnSmsResponseEngagement' | 'trgrOnWhatsAppResponseEngmt' | 'trgrOnWhatsAppReadEngagement' | 'trgrOnWhatsAppDeliveredEngagement' | 'trgrOnWhatsAppLinkClickEngmt' | 'trgrOnWhatsAppDlvrFailureEngmt' | 'explainFormula' | 'modifyFormula' | 'validateFormula' | 'createFormula' | 'publishActionableOrchSrcEvent' | 'createApptListFilter' | 'summarizeSchedulingIssues' | 'getAppointmentsToFillGaps' | 'getAppointmentsByCriteria' | 'rebookNotifyForFieldService' | 'assignApptForServiceResourceForFieldService' | 'scheduleServiceAppointment' | 'saveAppointmentRelatedObject' | 'createEngagementTopic' | 'getEngagementTopics' | 'computeProducerSplits' | 'generateInvoiceDocuments' | 'generateDocument' | 'saveServiceAppointment' | 'generateStatementOfAccount' | 'forwardToBotOrAgent' | 'lookUpOrderSummary' | 'getBusinessObjectives' | 'formatInsightsForDisplay' | 'contextDataProvider' | 'prepareMeeting' | 'getAssetParticipantDetails' | 'recallApprovalSubmission' | 'reassignApprovalWorkItem' | 'reviewApprovalWorkItem' | 'overrideApprovalWorkItem' | 'cancelApprovalSubmission' | 'getPreviousRelaRecDetails' | 'getCommercePromotionTemplates' | 'identifyObjectByName' | 'getContcLeadsFromEmailAddr' | 'trgrOnFormSubmission' | 'trgrOnPaymentTransaction' | 'invokeRatingService' | 'recordTaxTransaction' | 'recordTaxReversal' | 'applyCredit' | 'unapplyCredit' | 'createFieldGnrnPromptTmplResp' | 'validateTimesheet' | 'getTimesheetSettings' | 'createTsAndTse' | 'applyUserDefinedLabel' | 'createAToDo' | 'createLabel' | 'logACall' | 'recommendComponents' | 'draftCaseResponse' | 'findSimilarCases' | 'findSimilarComplaints' | 'getSrvcMgmntRecForGrndData' | 'getRelevantTicketsByDesc' | 'generateStrongPassword' | 'updateMajorIncidentRecord' | 'associateSvcMgmntRecords' | 'getMultiIncdForGrndData' | 'getSvcCtlgAttributes' | 'getEligSvcCtlgItems' | 'getGrcRecRelData' | 'createSvcCatalogReq' | 'summarizeEngagement' | 'getProductDetails' | 'groundingDataGenerator' | 'findProducts' | 'getProducts' | 'configureAgents' | 'scheduleEmail' | 'getAppointmentBookingSlots' | 'convertTimeZone' | 'getFieldServiceObjectProperty' | 'getCurrentTime' | 'cdpListAvailableConnectors' | 'getAndExplainUserPermissions' | 'computeConsumption' | 'createConsumptionAlert' | 'replenishInventoryUsingPolicy' | 'getInventorySummaryData' | 'getInventoryLocations' | 'issueInsurancePolicy' | 'issueMultiRootInsurancePolicy' | 'getCommerceStorefrontContext' | 'getRecordSummarizationPrompt' | 'findSimilarInteractions' | 'summarizeProductReviews' | 'getActiveApplicationReviewerIds' | 'dataModelSMEGenerateRequirementSection' | 'dataModelSMEGenerateDesignSection' | 'dataModelSMEGenerateBacklogSection' | 'dataModelSMECreateCustomMetadata' | 'dataModelDeploySchema' | 'dataModelGenerateFromWorkItem' | 'generateDataModel' | 'createCustomObjectsAndFields' | 'getAgentContext' | 'customAppSMEGenerateDesignSection' | 'customAppSMEGenerateBacklogSection' | 'customAppSMEExecutePlan' | 'customAppSMEGenerate' | 'customAppSMEDeploy' | 'submitSalesTransaction' | 'decomposeSalesTransaction' | 'orchestrateSalesTransaction' | 'orchestrateTransaction' | 'convertProspect' | 'migrateConnectedApp' | 'resetPassword' | 'summarizeExternalClientApp' | 'summarizeConnectedApp' | 'revokeEcaSessions' | 'initiateAuthProviderSetup' | 'freezeUser' | 'unfreezeUser' | 'disconnectSfa' | 'getUserDataFromJsonString' | 'evalCmplVldProcedureAsync' | 'evalCmplValidationProcedure' | 'retrieveCmplAsyncEvalJobDtl' | 'generateUserData' | 'processConsumptionOverages' | 'generateMetricInsights' | 'refineSemanticSubMetric' | 'analyzeSemanticData' | 'summarizeDashboard' | 'summarizeCrmaDashboard' | 'crmaDashboardQa' | 'createUpdateVisualization' | 'createVisualizationCommands' | 'exploreData' | 'createTransform' | 'runTransform' | 'generateSqlForTransform' | 'getTransform' | 'serializeHierarchicalContextData' | 'getContextData' | 'generateAiAgentResponse' | 'createDataAlert' | 'freezeSalesTransaction' | 'invokeRule' | 'endorseInsurancePolicy' | 'createOutOfSeqPlcyEndorsement' | 'endorseMultiRootInsPolicy' | 'savePaymentConfig' | 'unfreezeSalesTransaction' | 'identifyFieldByName' | 'systemIdentifyFieldByName' | 'getPersonalizationDecisions' | 'draftPersnlRecommender' | 'cancelInsurancePolicy' | 'reinstateInsurancePolicy' | 'getInsurancePolicy' | 'createClaim' | 'updateClaim' | 'updateClaimCoverage' | 'getClaim' | 'openClaimCoverage' | 'getInsPolicyCurrentStandings' | 'verifyPolicyCoverage' | 'createClaimCvrPaymentDetail' | 'editClaimCvrPaymentDetail' | 'deleteClaimCvrPaymentDetail' | 'cancelClaimCvrPaymentDetail' | 'calculateAdjustments' | 'recalculateAdjustments' | 'payClaimCvrPaymentDetail' | 'payExGratiaClaimCvrPymtDetail' | 'queryContextTags' | 'queryContextTagsDynamic' | 'updateContextAttributes' | 'deleteContextCache' | 'getRecordAccessOfUser' | 'getPointOfNoReturnDetails' | 'rpa' | 'scheduleSvcApptActnblEvntOrch' | 'trgrOnVoucherStsChgOtbdEngmt' | 'trgrOnReferralEventSubmission' | 'getGrndDataServiceRepliesEmail' | 'retrieveServicePlanInfo' | 'getPlanDataEnhanced' | 'createOrderServiceAccount' | 'refreshUsageEntitlementBucket' | 'getLeaveBalance' | 'executeMulesoftCallout' | 'checkProductEligibility' | 'checkSvcPrcActionEligibility' | 'getDynamicEnhancedLink' | 'getGroupCensusMembers' | 'getGroupCensusMembersAndPlans' | 'validateGroupCensusMembers' | 'validateGrpCensusMembersPlans' | 'saveGroupCensusMembersData' | 'saveGrpCensusMbrPlansData' | 'createContractFromQuote' | 'createServiceRequestCase' | 'convertAttributesToJson' | 'invokeSummaryCreationService' | 'retriggerEntlCreaProc' | 'identifyUserPermissionsByName' | 'troubleshootUserAccessUsingSetupAuditTrail' | 'manageUserAssignments' | 'getAgentConvTscp' | 'parseConvoAnalysis' | 'getSvcProcessAttrData' | 'convertDateToDateTime' | 'createBulkRecords' | 'convertDateTimeToDate' | 'enhanceProductDescription' | 'flexipageRefineRequirements' | 'flexipageRefineDesign' | 'flexipageRefinePlan' | 'flexipageExecutePlan' | 'flexipageGenerate' | 'flexipageDeploy' | 'determineDataLightningPage' | 'designLightningPage' | 'createLightningPage' | 'addFieldsToLayouts' | 'retrievePageLayouts' | 'createUpdatePromUseSpendXTmpl' | 'createUpdatePricingPromotion' | 'addUpdateLimitsInPricingProm' | 'createUpdatePromUseBuyXTmpl' | 'createUpdatePromComboTmpl' | 'aslmHeadlessPricing' | 'draftDisclosureResponses' | 'draftSnippetForQuestion' | 'getAnnualEmssnInventoryData' | 'getStnryAssetEnvrSrcData' | 'getVehicleAssetEmssnSrcData' | 'getSustainabilityStakeholderData' | 'raiseFlag' | 'addRecentOrderToCart' | 'generateVerificationCode' | 'verifyCustomerCode' | 'siteSetupRefineRequirements' | 'siteSetupRefineDesign' | 'siteSetupRefinePlan' | 'siteSetupExecutePlan' | 'managedContentRefineRequirements' | 'managedContentRefineDesign' | 'managedContentRefinePlan' | 'managedContentExecutePlan' | 'getSmes' | 'getSolutions' | 'createProject' | 'generateApexRequirementSection' | 'generateApexDesignSection' | 'generateApexBacklogSection' | 'generateApexMetadata' | 'showListView' | 'showRecordDetailsForm' | 'speechToText' | 'generatePromptRequirementSection' | 'generatePromptDesignSection' | 'generatePromptBacklogSection' | 'generatePromptMetadata' | 'userAccessSMERefineUserAccessRequirement' | 'userAccessSMERefineUserAccessDesign' | 'userAccessSMERefineUserAccessBacklog' | 'userAccessSMECreateUserAccessMetadata' | 'userAccessSMEGenerateUserAccessMetadata' | 'userAccessSMEDeployUserAccessMetadata' | 'refineQuickActionRequirements' | 'refineQuickActionDesign' | 'refineQuickActionBacklog' | 'executeQuickActionMetadata' | 'createAppDevPlan' | 'updateAppDevPlan' | 'getAppDevPlan' | 'postPlanExecutionActions' | 'createMediaProposal' | 'calcLinearMediaSpotPrc' | 'verifyStoreAccess' | 'getMonthlyUtilityConsumption' | 'slackUnarchiveChannel' | 'customAppRefineRequirements' | 'getCatalogs' | 'getCatalogDetails' | 'getCategories' | 'getCategoryDetails' | 'executeQualificationProcedure' | 'searchPrdctWithGuidedSelection' | 'getMultipleProductDetails' | 'getEnablementPrograms' | 'checkUserAuthStatusAction' | 'getDirectDepositDetails' | 'runConfigRules' | 'riskAssessmentRecords' | 'getStnryAssetsEmssnData' | 'combineSnippetContents' | 'getMediaProductsBasedOnAdTarget' | 'getMemberBenefits' | 'adjustPartnerUnsoldInventory' | 'getSwarmTypeSlackAccessDetails' | 'createSwarmSlackChannel' | 'createSwarmSlackThread' | 'createSwarmConfigTeams' | 'slackCreateSalesforceChannel' | 'getSearchConfigurationMetadata' | 'trgrOnCustomEvent' | 'refineFlowPluginRequirements' | 'refineFlowPluginPlan' | 'refineFlowPluginDesign' | 'getConversationTranscript' | 'getConversationIntelligence' | 'invokeGenericFhir' | 'chkIfPriorAuthRqstIsUnq' | 'getEligBnftVerfInput' | 'getPatientMemberPlans' | 'findOrCreatePatient' | 'executeFlowPluginPlan' | 'refineHerokuAppRequirements' | 'refineHerokuAppDesign' | 'refineHerokuAppBacklog' | 'executeHerokuAppPlan' | 'buildProdTerrDtlAvlAction' | 'apexRest' | 'getObjectRelationshipData' | 'executeIntegrationProcedure' | 'adjustPartnerInvShipAndDebit' | 'assignTargetToSdr' | 'triggerJourney' | 'createFlowApprovalProcess' | 'getContentNote' | 'cancelSdrOutreach' | 'getMeetingOwner' | 'getAvailableMeetingTimes' | 'confirmSalesMeeting' | 'createSalesRecordViaAgent' | 'getInboundLeadGenFields' | 'createPersnlRecommender' | 'createContextPersonalization' | 'activationSchema' | 'getAllDataSpaces' | 'fetchInsuranceAssets' | 'fetchInsurancePolicies' | 'generateProofOfInsurance' | 'fetchInsuranceParticipants' | 'summarizeFlow' | 'summarizeFlowUsingRecordId' | 'generateFlowMetadata' | 'evolveFlow' | 'sendNtfcnsForSvcMgmnt' | 'sendMobileAppMessage' | 'sendMobileAppNewsflashMessage' | 'createExternalClientApp' | 'writeOffInvoices' | 'getSecurityMetricData' | 'getSecurityAlerts' | 'getSecurityMetricTypes' | 'saveInvestigation' | 'saveInvestigationImpactedInstance' | 'saveInvestigationFinding' | 'saveInvestigationTimelineEntry' | 'retrieveInvestigation' | 'saveRemediationPlan' | 'retrieveRemediationPlan' | 'siteGenerateOrRefineTextForProperty' | 'getPolicyDetails' | 'getPoliciesByObject' | 'getPoliciesByPolicyType' | 'requestApproval' | 'searchContractDocument' | 'sustainabilityTaskGroupManagement' | 'createSustainabilityTaskGroup' | 'getSustainabilityTaskGroupData' | 'getOrExecFieldUpdtSuggestion' | 'getOppStageDetails' | 'getAiGenRecom' | 'getAccountUsageDetails' | 'getLearningProgramData' | 'getAcademicTermData' | 'getProgramTermApplTimelineData' | 'getSuggestedRecords' | 'updateFlowDefVersionStatus' | 'getLifeSciCnfgFieldNmAndVal' | 'cdpSegmentOverlapAction' | 'syncSrvyRespOfflineRecords' | 'trgrOnDataCloudRecordIndexed' | 'guidedTroubleshooting' | 'trgrOnContentDocumentLinkSubscription' | 'cdpSegmentObservabilityMetrics' | 'cdpCreateOverlapSegment' | 'generateSalesInboxMeetingLink' | 'workTypeSMERefineRequirements' | 'workTypeSMERefineDesign' | 'workTypeSMERefineBacklog' | 'workTypeSMEExecute' | 'serviceTerritorySMERefineRequirements' | 'serviceTerritorySMERefineDesign' | 'serviceTerritorySMERefineBacklog' | 'serviceTerritorySMEExecute' | 'getAccountAssets' | 'schedulingPolicySMERefineRequirements' | 'schedulingPolicySMERefineDesign' | 'schedulingPolicySMEExecute' | 'schedulingPolicySMERefineBacklog' | 'getRecipientGroupSuggestions' | 'createQuoteRecipientGroups' | 'serviceProcessRequirements' | 'serviceProcessRefineDesign' | 'serviceProcessRefinePlan' | 'serviceProcessExecutePlan' | 'serviceProcessGeneratePlan' | 'serviceProcessDeployPlan' | 'outlineAccount' | 'prepareMeetingGoals' | 'generateSmePlan' | 'capabilitySummarization' | 'createSmeMetadata' | 'getEngagementInsights' | 'salesCanvasMTGGoalsDataPRVD' | 'getEnblProgramsForPartner' | 'findDuplicatesForLead' | 'identifyRecForProductPricebook' | 'sendToMceEmail' | 'cloneUser' | 'updateUserRecordFields' | 'extractUserFieldsAndValues' | 'createJourneyContent' | 'updatePageLayoutAssignment' | 'getObjectFields' | 'createJobPositionAssignments' | 'findUnfilledShifts' | 'getAutomationReferences' | 'eUPricingExecutor' | 'euSubmitOrderEnrollment' | 'loadSalesRecipientData' | 'processAutoQuote' | 'getPlatformEventUsageMetric' | 'breEsRefineRequirements' | 'breEsRefineDesign' | 'breEsRefinePlan' | 'breAiAssistantEsBuild' | 'breAiLookupTableRefineReq' | 'breAiLookupTableAuthor' | 'breAiLookupTableCreate' | 'breAiLookupTableDescribe' | 'createServiceCampaign' | 'breEsExecutePlan' | 'breEsGenerate' | 'breEsDeploy' | 'breDtRefineRequirements' | 'breDtRefineDesign' | 'breDtRefinePlan' | 'breDtExecutePlan' | 'breDtGenerate' | 'breDtDeploy' | 'identifyMetadataTypeByName' | 'identifyMetadataTypeByNameWithQueryCapabilities' | 'identifyMetadataRecordByName' | 'searchTenantMetadataAiGrounding' | 'getMetadataTypeQueryCapability' | 'getObjectApiGrounding' | 'executeEntityCreate' | 'executeEntityRead' | 'executeEntityUpdate' | 'executeEntityDelete' | 'executeSoqlQuery' | 'getUpsellProductSuggestion' | 'groundSummaryInKnowledge' | 'omniScriptDiagnostic' | 'omniStudioGetOrgObjects' | 'flexCardRefineRequirements' | 'flexCardRefineDesign' | 'flexCardRefinePlan' | 'flexCardExecutePlan' | 'flexCardExecuteAuthor' | 'getAddOnProductSuggestion' | 'groundQAndAInKnowledge' | 'getCoordinatesForLocation' | 'createCtctUsrFrGrpCens' | 'createAcctUsrFrGrpCens' | 'getMbrsRatingAndContributions' | 'addEligibleInsuranceClauses' | 'getEligibleInsuranceClauses' | 'generateInsuranceClauses' | 'determineCrmRecordForIndv' | 'appDevTopicsRefineRequirements' | 'appDevTopicsRefineDesign' | 'appDevTopicsRefinePlan' | 'appDevTopicsExecutePlan' | 'appDevTopicsGenerate' | 'appDevTopicsDeploy' | 'createPolicyLimits' | 'assignSequences' | 'sendDistMktgMessageEvent' | 'getCampaignEngagementData' | 'selectExperienceSite' | 'designMobileApp' | 'createMobileApp' | 'trgrOnB2cCartAbandoned' | 'genSelfLrningKnwlgSuggestions' | 'generateKnowledgeArticle' | 'getKnowledgeCreationInfo' | 'saveBenVerfLogs' | 'processAffiliationAddress' | 'processContactPointAddress' | 'getOrgDataStorageUsage' | 'getOrgHealthAndUsageData' | 'getOrgSecurityHealthData' | 'getOrgUserLicenseUsage' | 'getLexPerformanceInsights' | 'getOrgApexVersioningData' | 'getOrgApexHealthData' | 'invokeUnderwritingRules' | 'getRelatedEmails' | 'retrieveUserActivitySummary' | 'createScaleCenterOrgMetricsReq' | 'createScaleCenterInvReq' | 'listScaleCenterInvReq' | 'getScaleCenterInvReq' | 'createScaleTestOrgRpsReq' | 'createScaleTestInvReq' | 'fetchLicenseUtilizationInfo' | 'fetchDigitalWalletInfo' | 'logClctnCampaignCallDetails' | 'getClctnCampaignCallDetails' | 'updateCallCnctStatusCounter' | 'getCallCnctStatusCounter' | 'getObjectPicklistValues' | 'lscGenericTriggerHandler' | 'getOppSnapshotTimeline' | 'addToCampaign' | 'featureIdentification' | 'featureConsultation' | 'identifyScanFailure' | 'syncExternalInvReportToCmdb' | 'jamfDiscoveryAction' | 'generateScanIdAction' | 'listViewRefineRequirements' | 'listViewRefineDesign' | 'createFlowsForCommandBoard' | 'listViewRefinePlan' | 'listViewExecutePlan' | 'getCandidatesWithSkillMatch' | 'updtPtcpStsEligWaitlistedStdnt' | 'getOppLineItemRcpntInfo' | 'createOrderFromCart' | 'getQualifiedProducts' | 'getAssortments' | 'updateServiceCmpnMbrProg' | 'salesAgentUpdateSalesRecord' | 'cdpChatInterface' | 'cdpSubmitChatMessage' | 'salesAgentQualifySalesRecord' | 'cdpGenerateModifySql' | 'setupApiGrounding' | 'setupOrgDataGrounding' | 'setupGeneralKnowledgeGrounding' | 'verifyOrSubmitTimesheet' | 'sendPartnerOfferToCustomer' | 'manualProvisionTenant' | 'getBluebirdsProspectingInsights' | 'activationTemplate' | 'getFieldsToUpdateSalesRecord' | 'getEntyWAssocMlstn' | 'triageRequestIntent' | 'generateExecutionPlan' | 'gatherMoreDetails' | 'blngSvcExtendInvoiceDueDate' | 'blngDsptIssueCreditMemo' | 'blngSvcSuspendBilling' | 'blngSvcUpdateBillToContact' | 'getQualificationResult' | 'getB2cConvContextQuestion' | 'checkRecordAccessForUser' | 'cancelAppointmentRelatedObject' | 'setupEnergyAgreement' | 'schemaOnlyDataExtension' | 'jsonKeyValueParserAction' | 'applyCouponToBasket'; export type FlowTransformValueActionType = 'Map' | 'Count' | 'Sum' | 'GetItemByIndex' | 'InnerJoin' | 'InvocableAction'; export type FlowAssignmentOperator = 'None' | 'Assign' | 'Add' | 'Subtract' | 'AddItem' | 'RemoveFirst' | 'RemoveBeforeFirst' | 'RemoveAfterFirst' | 'RemoveAll' | 'AddAtStart' | 'RemoveUncommon' | 'AssignCount' | 'RemovePosition'; export type FlowAttributeType = 'LlmPrompt' | 'LlmDescription'; export type FlowComparisonOperator = 'None' | 'EqualTo' | 'NotEqualTo' | 'GreaterThan' | 'LessThan' | 'GreaterThanOrEqualTo' | 'LessThanOrEqualTo' | 'StartsWith' | 'EndsWith' | 'Contains' | 'IsNull' | 'IsChanged' | 'WasSet' | 'WasSelected' | 'WasVisited' | 'In' | 'NotIn' | 'IsBlank' | 'IsEmpty' | 'HasError'; export type FlowValueMappingType = 'FirstEntry'; export type FlowRecordFilterOperator = 'EqualTo' | 'NotEqualTo' | 'GreaterThan' | 'LessThan' | 'GreaterThanOrEqualTo' | 'LessThanOrEqualTo' | 'StartsWith' | 'EndsWith' | 'Contains' | 'IsNull' | 'IsChanged' | 'In' | 'NotIn'; export type FlowStageStepAssigneeType = 'User' | 'Group' | 'Queue' | 'Invalid' | 'Resource'; export type FlowScheduledPathOffsetUnit = 'Hours' | 'Days' | 'Minutes' | 'Months' | 'Weeks'; export type FlowScheduledPathType = 'AsyncAfterCommit' | 'ApprovalRecall'; export type FlowScheduledPathTimeSource = 'RecordTriggerEvent' | 'RecordField'; export type FlowScreenFieldType = 'DisplayText' | 'InputField' | 'LargeTextArea' | 'PasswordField' | 'RadioButtons' | 'DropdownBox' | 'MultiSelectCheckboxes' | 'MultiSelectPicklist' | 'ComponentInstance' | 'ComponentInput' | 'ComponentChoice' | 'ComponentMultiChoice' | 'ComponentDisplay' | 'Repeater' | 'RegionContainer' | 'Region' | 'ObjectProvided'; export type FlowScreenFieldInputsRevisited = 'UseStoredValues' | 'ResetValues'; export type FlowRegionContainerType = 'SectionWithHeader' | 'SectionWithoutHeader'; export type FlowElementSubtype = 'SortCollectionProcessor' | 'RecommendationMapCollectionProcessor' | 'FilterCollectionProcessor' | 'WaitDate' | 'WaitUntilEvent' | 'WaitAttribute' | 'WaitDuration' | 'InteractiveStep' | 'BackgroundStep' | 'MuleSoftStep' | 'ManagedContentRoleInteractiveStep' | 'ManagedContentVariantSetLockBackgroundStep' | 'ManagedContentVariantSetReadyBackgroundStep' | 'ManagedContentVariantAutoPublishBackgroundStep' | 'ManagedContentVariantAutoUnpublishBackgroundStep' | 'AddPromptInstructions' | 'ApprovalStep' | 'AgxBackgroundStep' | 'AgxInteractiveStep'; export type FlowWaitInteractionType = 'EmailResponse' | 'SmsResponse' | 'WhatsappResponse'; export type RecordTriggerType = 'Update' | 'Create' | 'CreateAndUpdate' | 'Delete' | 'None'; export type FlowCollectionProcessorType = 'SortCollectionProcessor' | 'RecommendationMapCollectionProcessor' | 'FilterCollectionProcessor'; export type FlowExperimentFallbackMode = 'BestPerformer' | 'Randomize'; export type FlowExperimentType = 'Random' | 'Manual' | 'Automatic'; export type IterationOrder = 'Asc' | 'Desc'; export type FlowNodeGroupType = 'generic' | 'rpa'; export type FlowEntryType = 'Always' | 'AfterCompletion' | 'Never'; export type FlowRunAsUser = 'TriggeringUser' | 'DefaultWorkflowUser'; export type FlowStartFrequency = 'OnActivate' | 'Once' | 'Daily' | 'Weekly' | 'Monthly' | 'Yearly' | 'Hourly' | 'Weekdays'; export type FlowTriggerType = 'None' | 'Scheduled' | 'RecordBeforeSave' | 'RecordBeforeDelete' | 'RecordAfterSave' | 'PlatformEvent' | 'EventDrivenJourney' | 'Segment' | 'DataCloudDataChange' | 'FormSubmissionEvent' | 'Capability' | 'AutomationEvent' | 'ExternalSystemChange' | 'DataGraphDataChange' | 'Activation' | 'AdminAutomationEvent' | 'BroadcastNoTrigger' | 'OnDemandNoTrigger' | 'IndivRelatedRecord' | 'ScheduledHighScale'; export type FlowTransactionModel = 'Automatic' | 'NewTransaction' | 'CurrentTransaction'; export type FlowActionCallTimeoutPath = 'EnableTimeoutPath' | 'DisableTimeoutPath'; export type FlowEnvironment = 'Default' | 'Slack' | 'Offline'; export type FlowRunInMode = 'DefaultMode' | 'SystemModeWithSharing' | 'SystemModeWithoutSharing'; export type FlowVersionStatus = 'Active' | 'Draft' | 'Obsolete' | 'InvalidDraft' | 'UnderReview'; export type FlowTestDataSourceType = 'ApexClass'; export type FlowTestParameterType = 'InputTriggeringRecordInitial' | 'InputTriggeringRecordUpdated' | 'ScheduledPath' | 'InputVariable' | 'MockElementOutput'; export type FlowTestType = 'WithAssertion' | 'WithoutAssertion'; export type FlowValueMapDefaultStrategy = 'PassThrough' | 'FixedValue'; export type FlowValueMapDataType = 'String' | 'Boolean' | 'DateTime' | 'Date' | 'Number'; export type FolderAccessTypes = 'Shared' | 'Public' | 'Hidden' | 'PublicInternal'; export type FolderShareAccessLevel = 'View' | 'EditAllContents' | 'Manage'; export type FolderSharedToType = 'Group' | 'Role' | 'RoleAndSubordinates' | 'RoleAndSubordinatesInternal' | 'Manager' | 'ManagerAndSubordinatesInternal' | 'Organization' | 'Territory' | 'TerritoryAndSubordinates' | 'AllPrmUsers' | 'User' | 'PartnerUser' | 'AllCspUsers' | 'CustomerPortalUser' | 'PortalRole' | 'PortalRoleAndSubordinates' | 'ChannelProgramGroup'; export type PublicFolderAccess = 'ReadOnly' | 'ReadWrite'; export type ForecastingDateType = 'OpportunityCloseDate' | 'ProductDate' | 'ScheduleDate' | 'OLIMeasureCloseDateOnly' | 'ProductDateOnly' | 'ScheduleDateOnly' | 'OpportunityCustomDate' | 'OLIMeasureOppCustomDateOnly'; export type DonorMatchingMethod = 'Duplicate_Management_Rules' | 'No_Matching'; export type PlannerFunctionInvocableTargetType = 'apex' | 'flow' | 'standardInvocableAction' | 'generatePromptResponse' | 'externalService' | 'quickAction' | 'createCatalogItemRequest' | 'api' | 'apexRest' | 'cdpMlPrediction' | 'externalConnector' | 'slack' | 'namedQuery' | 'executeIntegrationProcedure' | 'auraEnabled' | 'mcpTool' | 'runExpressionSet' | 'retriever' | 'stub'; export type PlannerAttrMappingType = 'input' | 'output'; export type AttributeType = 'CustomPluginFunctionAttribute' | 'StandardPluginFunctionInput' | 'StandardPluginFunctionOutput'; export type AttributeMappingType = 'ActionAttribute' | 'Constant' | 'Variable' | 'ContextVariable'; export type PluginType = 'Topic' | 'APICustomTopic'; export type OutboundRouteType = 'OmniChannelFlow'; export type SurfaceType = 'Messaging' | 'NextGenChat' | 'ServiceEmail' | 'Telephony' | 'UnifiedEmail' | 'CustomerWebClient' | 'Test' | 'Slack' | 'Custom'; export type PlannerType = 'AiCopilot__SequentialPlannerIntentClassifier' | 'AiCopilot__ReAct' | 'AiCopilot__AgileAppDev' | 'Atlas__ConcurrentMultiAgentOrchestration' | 'SentOS__SearchAgent' | 'Atlas__VoiceAgent'; export type GenAiAgentVariableType = 'Variable' | 'ContextVariable' | 'Attribute'; export type GenAiRuleExpressionOperator = 'equal' | 'greaterThan' | 'greaterThanOrEqual' | 'lessThan' | 'lessThanOrEqual' | 'notEqual' | 'isEmpty' | 'isNotEmpty'; export type ExpressionType = 'sel' | 'handlebars'; export type GenAiPromptTemplateResponseFormat = 'MarkDown' | 'JSON' | 'HTML'; export type GenAiPromptTemplateStatus = 'Published' | 'Draft'; export type GenAiPromptTemplateVisibilityType = 'Locked' | 'Internal' | 'API' | 'Global'; export type GenAiPromptTemplateActvAccessLevel = 'Allowed' | 'Blocked'; export type PageComponentType = 'links' | 'htmlArea' | 'imageOrNote' | 'visualforcePage'; export type PageComponentWidth = 'narrow' | 'wide'; export type IPAddressFeature = 'EmailIpFiltering'; export type IPAddressUsageScope = 'Exclusion' | 'Inclusion'; export type IconUsageType = 'PersonLifeEvent' | 'InsurancePolicy' | 'BusinessMilestone' | 'Interaction' | 'AssetMilestone' | 'FinancialAccountMilestone'; export type IdentityVerificationDataSourceType = 'Salesforce' | 'External'; export type IdentityVerificationProcFldDataSourceType = 'Salesforce' | 'External'; export type IdentityVerificationProcFldFieldDataType = 'address' | 'checkbox' | 'currency' | 'dateonly' | 'datetime' | 'email' | 'number' | 'percent' | 'phone' | 'picklist' | 'reference' | 'text' | 'timeonly' | 'url' | 'other'; export type IdentityVerificationProcFldFieldType = 'requiredVerifier' | 'optionalVerifier' | 'searchField' | 'resultField' | 'additionalResultField' | 'searchFilter'; export type IdentityVerificationSearchType = 'Text-Based' | 'Object-Based'; export type IdentityVerificationSearchLayoutType = 'Tab' | 'Stack'; export type IFrameWhitelistContext = 'VisualforcePages' | 'LightningOut' | 'Surveys' | 'DCH_ADDIN_APP'; export type ExternalConnectionType = 'AwsPrivateLink' | 'DataCloudPrivateConnection'; export type InboundConnPropertyName = 'LinkId' | 'Region' | 'AwsVpcEndpointId' | 'SourceIpRanges'; export type ExternalConnectionStatus = 'Unprovisioned' | 'Allocating' | 'PendingAcceptance' | 'PendingActivation' | 'RejectedRemotely' | 'DeletedRemotely' | 'TeardownInProgress' | 'Ready'; export type InsPolicyLifecycleProcess = 'Renew' | 'Renew_Same_Carrier' | 'Renew_Different_Carrier' | 'Repurpose' | 'Endorse' | 'Cancel' | 'Bulk_Renew' | 'Bulk_Renew_Same_Carrier'; export type InsRatePlanCmsnConfigCalcType = 'Flat' | 'Graded'; export type AttrDataType = 'String' | 'Integer' | 'Double' | 'Date' | 'DateTime' | 'Percentage' | 'Boolean'; export type DefinitionType = 'Apex' | 'LowCode' | 'Java'; export type InvocableActionExtAttributeDataType = 'String' | 'Boolean' | 'Integer' | 'Date' | 'Double' | 'Long'; export type InvocableActionExtTargetType = 'ActionDefinition' | 'ActionParameter' | 'TypeDefinition' | 'TypeProperty'; export type KnowledgeCaseEditor = 'simple' | 'standard'; export type KnowledgeLanguageLookupValueType = 'User' | 'Queue'; export type FeedLayoutFilterPosition = 'CenterDropDown' | 'LeftFixed' | 'LeftFloat'; export type FeedLayoutFilterType = 'AllUpdates' | 'FeedItemType' | 'Custom'; export type FeedLayoutComponentType = 'HelpAndToolLinks' | 'CustomButtons' | 'Following' | 'Followers' | 'CustomLinks' | 'Milestones' | 'SimilarCases' | 'CaseExperts' | 'Topics' | 'CaseUnifiedFiles' | 'Visualforce'; export type LayoutHeader = 'PersonalTagging' | 'PublicTagging'; export type UiBehavior = 'Edit' | 'Required' | 'Readonly'; export type ReportChartComponentSize = 'SMALL' | 'MEDIUM' | 'LARGE'; export type LayoutSectionStyle = 'TwoColumnsTopToBottom' | 'TwoColumnsLeftToRight' | 'OneColumn' | 'CustomLinks'; export type SummaryLayoutStyle = 'Default' | 'QuoteTemplate' | 'DefaultQuoteTemplate' | 'ServiceReportTemplate' | 'ChildServiceReportTemplateStyle' | 'DefaultServiceReportTemplate' | 'CaseInteraction' | 'QuickActionLayoutLeftRight' | 'QuickActionLayoutTopDown' | 'PathAssistant'; export type VisibleOrRequired = 'VisibleOptional' | 'VisibleRequired' | 'NotVisible'; export type LetterheadHorizontalAlignment = 'None' | 'Left' | 'Center' | 'Right'; export type LetterheadVerticalAlignment = 'None' | 'Top' | 'Middle' | 'Bottom'; export type LifeSciConfigCategoryType = 'DbSchema' | 'UISchema' | 'CalendarEvent' | 'BulkUpdateRestrictedEntity' | 'NavigationIcons' | 'AccountProviderVisitRecordTypeMapping' | 'ApplicationSettings' | 'TerritoryManagement' | 'ProfileBasedAppSettings' | 'ExternalSearchPreferences' | 'ExternalSearchUserSettings' | 'SyncTransactionConfig' | 'SyncTransactionAdminView' | 'SyncProcessorConfiguration' | 'SyncTransactionFieldBehaviour' | 'LogSettings' | 'CallCustomDiscussionRecordType' | 'CallDiscussionRecordType' | 'AccountSearchSettings' | 'SearchBeforeCreate' | 'FieldSetMapping' | 'AffiliationSettings' | 'InsightSettings' | 'BestTimeSettings' | 'PlannerAdministration' | 'TimeOffTerritorySettings' | 'TimeOffTerritorySlots' | 'TimeOffTerritoryRule' | 'OptAdministration' | 'KAM' | 'KAMSettings' | 'SprintSettings' | 'ActivityPlanConfiguration' | 'TimeOffTerritoryWorkingDaySettings' | 'ActivityPlanSettings' | 'AddressSettings' | 'WorkingDaysConfig' | 'StateLicenseNumberSettings' | 'DEASettings' | 'StateDistributorLicenseSettings' | 'InventoryManagementSettings' | 'CustomAction' | 'QuickAction' | 'AffiliationReverseRoleMapping' | 'ProductAdminSettings' | 'CustomerMergeSettings' | 'ProviderSummarization' | 'ActivityHistoryAdministration' | 'ActivityHistoryRelatedLabel' | 'DTVComponentConfig' | 'DTVObjectConfig' | 'ReportsAndDashboardsSync' | 'VideoCallSettings' | 'VideoCallPhoneNumber' | 'TimelineActivitySetting' | 'BusinessHoursHolidayMapping' | 'StoreCheckSetting' | 'ManagedEventConfig' | 'ManagedEventOrgLevelConfig' | 'VideoCallSettingsMsTeams' | 'VideoCallSettingsCommon' | 'InsDocSettings' | 'NextBestCustomerSettings'; export type LifeSciCategoryType = 'Hierarchical' | 'List'; export type LifeSciAssignmentLevel = 'Profile' | 'User'; export type LifeSciConfigFieldDataType = 'TEXT' | 'LONGTEXT' | 'NUMBER' | 'BOOLEAN' | 'INTEGER' | 'DATE' | 'DATETIME' | 'PHONE' | 'PICKLIST' | 'URL' | 'OBJECT' | 'FIELD' | 'RECORDREFERENCE' | 'MULTIPICKLIST'; export type LightningBoltCategory = 'Communications' | 'Education' | 'FinancialServices' | 'Government' | 'HealthcareLifeSciences' | 'Manufacturing' | 'Media' | 'Nonprofits' | 'ProfessionalServices' | 'RealEstate' | 'Retail' | 'TravelTransportationHospitality' | 'HighTech' | 'GeneralBusiness'; export type LightningDesignSystemVersion = 'SLDS_v1' | 'SLDS_v2'; export type SupervisorAgentStatusFilter = 'Online' | 'Away' | 'Offline'; export type LiveChatButtonPresentation = 'Slide' | 'Fade' | 'Appear' | 'Custom'; export type LiveChatButtonInviteEndPosition = 'TopLeft' | 'Top' | 'TopRight' | 'Left' | 'Center' | 'Right' | 'BottomLeft' | 'Bottom' | 'BottomRight'; export type LiveChatButtonInviteStartPosition = 'TopLeft' | 'TopLeftTop' | 'Top' | 'TopRightTop' | 'TopRight' | 'TopRightRight' | 'Right' | 'BottomRightRight' | 'BottomRight' | 'BottomRightBottom' | 'Bottom' | 'BottomLeftBottom' | 'BottomLeft' | 'BottomLeftLeft' | 'Left' | 'TopLeftLeft'; export type LiveChatButtonRoutingType = 'Choice' | 'LeastActive' | 'MostAvailable'; export type LiveChatButtonType = 'Standard' | 'Invite'; export type SensitiveDataActionType = 'Remove' | 'Replace'; export type SensitiveDataRuleProcessing = 'Persist' | 'RealTime'; export type SensitiveDataRuleVersion = 'ONE' | 'TWO'; export type LoyaltyPgmProcExecutionType = 'RealTime' | 'Batch' | 'BatchAndRealTime'; export type LoyaltyPgmProcCondOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'Contains' | 'DoesNotContain' | 'IsNull' | 'IsNotNull'; export type LoyaltyPgmProcCondType = 'Literal' | 'Parameter' | 'Formula' | 'Lookup'; export type LoyaltyPgmProcRuleType = 'Condition' | 'Action' | 'ConditionGroup' | 'DefaultPath'; export type LoyaltyPgmProcParmDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Sobject' | 'Boolean'; export type LoyaltyPgmProcParmType = 'Variable' | 'Constant' | 'Formula'; export type LoyaltyPgmProcActParamOper = 'Equals'; export type LoyaltyPgmProcActParamType = 'Literal' | 'Parameter'; export type LoyaltyPgmProcActionType = 'CreditPoints' | 'DebitPoints' | 'IssueVoucher' | 'IncreaseUsageForCumulativePromotion' | 'UpdateUsageForCumulativePromotion' | 'AssignParameterValues' | 'RunFlow' | 'GetOutputsFromDecisionTable' | 'UpdatePointBalance' | 'GetMemberPointBalance' | 'GetMemberTier' | 'GetMemberAttributesValues' | 'UpdateCurrentValueForMemberAttribute' | 'RunProgramProcess' | 'Crud' | 'AssignBadgeToMember' | 'CheckMemberBadgeAssignment' | 'ChangeMemberTier' | 'GetMemberPromotions' | 'RedeemVoucher' | 'SendMail' | 'IssueExtendedReward' | 'GetCustomerPromotionAttrValue' | 'UpdateCustomerPromotionAttrValue' | 'GetMemberPartnerLinkageStatus'; export type LoyaltyPgmProcCrudActType = 'create' | 'update'; export type LoyaltyPgmProcRuleStatus = 'Draft' | 'Active' | 'Inactive'; export type LoyaltyPgmProcStatus = 'Draft' | 'Active' | 'Inactive'; export type MLRelationType = 'Inner' | 'Leftouter' | 'Leftinner' | 'Full'; export type MLFieldType = 'Prediction' | 'Pushback' | 'Included' | 'Excluded' | 'Join' | 'Related' | 'Expression' | 'SegmentExpression' | 'TrainingExpression' | 'ScoringExpression' | 'PositiveExpression' | 'NegativeExpression' | 'SourceDate' | 'Retriever'; export type MLDataDefinitionType = 'Recipient' | 'Candidate' | 'Interaction' | 'Prediction' | 'Generative'; export type MLGenerativeDefinitionStatus = 'Enabled' | 'Disabled' | 'Draft'; export type MLGenerativeType = 'Standard' | 'Grounded'; export type MLPredictionDefinitionStatus = 'Enabled' | 'Disabled' | 'Draft'; export type MLRecommendationDefinitionStatus = 'Enabled' | 'Disabled' | 'Draft'; export type MCNodeType = 'TEXT' | 'MTEXT' | 'RTE' | 'IMG' | 'NAMEFIELD' | 'MEDIA' | 'REFERENCE' | 'URL' | 'DATETIME' | 'DATE' | 'PHONE' | 'EMAIL' | 'ENCRYPTEDSTRING' | 'BOOLEAN' | 'CURRENCY' | 'INT' | 'DOUBLE' | 'PERCENT' | 'TIME' | 'ADDRESS' | 'LOCATION'; export type EventSubscriptionReplayPreset = 'EARLIEST' | 'LATEST'; export type EventSubscriptionAdminState = 'RUN' | 'STOP' | 'PAUSE'; export type ContactPointType = 'Email' | 'Phone' | 'Web' | 'Social' | 'MailingAddress' | 'InPerson' | 'Video'; export type AudienceFieldType = 'Boolean' | 'Text' | 'Encrypted' | 'Number' | 'Double' | 'Date' | 'DateTime' | 'Email' | 'Phone' | 'Time' | 'URL'; export type MarketAudienceStatus = 'New' | 'Counting' | 'Activating' | 'Activated' | 'Disabled' | 'Error'; export type MarketSegmentType = 'UI' | 'DBT' | 'Lookalike' | 'EinsteinGptSegmentsUI' | 'Waterfall' | 'Realtime' | 'Dynamic'; export type BlankValueBehavior = 'MatchBlanks' | 'NullNotAllowed'; export type MatchingMethod = 'Exact' | 'FirstName' | 'LastName' | 'CompanyName' | 'Phone' | 'City' | 'Street' | 'Zip' | 'Title'; export type MatchingRuleStatus = 'Inactive' | 'DeactivationFailed' | 'Activating' | 'Deactivating' | 'Active' | 'ActivationFailed'; export type ApiSource = 'CONNECT' | 'CLASSIC' | 'API_CATALOG'; export type AutoResponseContentType = 'TextResponse' | 'MessageDefinition'; export type MessagingAutoResponseType = 'InitialResponse' | 'AgentEngagedResponse' | 'AgentEndEngagementResponse' | 'OptInPrompt' | 'DoubleOptInPrompt' | 'EndUserInactiveResponse' | 'EndUserIdleResponse' | 'OptOutConfirmation' | 'CustomResponse' | 'HelpResponse' | 'OptInConfirmation'; export type MessagingChannelConsentType = 'ImplicitOptIn' | 'ExplicitOptIn' | 'DoubleOptIn'; export type MessagingChannelUsageDeploymentType = 'DigitalEngagementConversation' | 'UnifiedConversation' | 'MessagingEngagement' | 'MarketingJourneyBuilder'; export type MessagingChannelTargetLookupValueType = 'Queue' | 'Intent'; export type EmbeddedServiceAuthModeType = 'Auth' | 'UnAuth'; export type MessagingAuthorizationType = 'PublicKeyCertificateSet' | 'AuthProvider'; export type EmbeddedMsgQueueLimitType = 'QueueLength' | 'QueueLengthPerAgent'; export type MessagingChannelType = 'EmbeddedMessaging' | 'InternalCopilot' | 'Voice' | 'Custom' | 'Facebook' | 'Line' | 'WhatsApp' | 'AppleMessagesForBusiness' | 'VoiceIntegrationPilot' | 'Text' | 'PstnVoice' | 'WhatsAppVoice' | 'SipVoice' | 'Email'; export type MessagingKeywordType = 'OptIn' | 'DoubleOptIn' | 'OptOut' | 'Help' | 'Custom'; export type MessagingSessionHandlerType = 'Queue' | 'Flow' | 'User' | 'AgentforceServiceAgent'; export type MessagingChannelStandardParameterType = 'FirstName' | 'LastName' | 'Email' | 'Subject'; export type MfgProgramTransformationType = 'BusinessTransformation' | 'ForecastSetRelation'; export type MfgProgramTemplateStatus = 'Active' | 'Inactive' | 'Draft'; export type MilestoneTypeRecurrenceType = 'none' | 'recursIndependently' | 'recursChained'; export type MktDataConnectionMethod = 'Ingress' | 'Egress'; export type MktDataConnectionStatus = 'PROCESSING' | 'INACTIVE' | 'TESTING' | 'ACTIVE' | 'ERROR' | 'DELETING' | 'SCHEMA_REQUIRED' | 'PENDING_WITH_ADMIN' | 'PENDING_WITH_ADMIN_EXPIRED'; export type MlAIModelAlgorithmType = 'Unknown' | 'Glm' | 'Gbm' | 'Xgboost' | 'RandomForest' | 'Lightgbm' | 'XgboostV2' | 'Mlp' | 'Adaboost' | 'Svm' | 'Catboost' | 'DecisionTree' | 'NaiveBayes' | 'Lda' | 'Gmm' | 'KMeans' | 'HDBSCAN'; export type MlModelConnectorType = 'SAGEMAKER_DEPLOYED' | 'OPEN_AI' | 'AZURE_OPEN_AI' | 'GENERIC' | 'DATABRICKS' | 'VERTEX_AI' | 'ANTHROPIC' | 'BEDROCK' | 'OPEN_CONNECTOR' | 'SALESFORCE'; export type MlModelDeployStatus = 'DRAFT' | 'REGISTERED' | 'ACTIVATED' | 'DEACTIVATED' | 'FAILED'; export type MlGenerativeModelType = 'Text'; export type MlGenerativeModelCapability = 'Completion' | 'ChatCompletion' | 'Embedding'; export type MlModelCapability = 'Completion' | 'ChatCompletion' | 'Embedding' | 'Regression' | 'BinaryClassification' | 'MulticlassClassification' | 'Clustering' | 'Generic'; export type MlModelType = 'Predictive' | 'Generative' | 'Unknown'; export type MlParameterSubtype = 'Integer' | 'Double' | 'Picklist'; export type MlParameterType = 'Discrete' | 'Continuous'; export type MlModelPredictionType = 'Regression' | 'BinaryClassification' | 'MulticlassClassification' | 'Clustering' | 'Generic'; export type MlRuntimeType = 'External' | 'Internal' | 'InternalV2'; export type MlModelSourceType = 'ModelConnector' | 'EdcNoCode' | 'OutOfTheBox' | 'FineTuned'; export type MlAIModelType = 'ModelArtifact' | 'ConfiguredModel'; export type MlModelEndpointType = 'REAL_TIME_INFERENCE' | 'BATCH_INFERENCE'; export type MlInferenceFormat = 'JSON_DENSE' | 'CSV' | 'JSON_INSTANCES' | 'DATAFRAME_RECORDS' | 'DATAFRAME_SPLIT' | 'JSON' | 'COLUMNAR'; export type ModerationRuleAction = 'Block' | 'FreezeAndNotify' | 'Review' | 'Replace' | 'Flag'; export type RateLimitTimePeriod = 'Short' | 'Medium'; export type ModerationRuleType = 'Content' | 'Rate'; export type OrgDomainShard = 'none' | 'sandbox' | 'develop' | 'patch' | 'trailblaze' | 'scratch' | 'demo' | 'free' | 'bt' | 'sfdctest' | 'sfdcdot' | 'sfrestore'; export type EdgeRoutingOption = 'global' | 'regional'; export type OrgDomainRedirectOption = 'Undeployed' | 'Redirect' | 'WarnOnRedirect' | 'NoRedirect'; export type OrgDomainProdSuffix = 'MySalesforceLimited' | 'DatabaseLimited' | 'CloudforceLimited' | 'OrgLevelCertificateLimited' | 'Restricted1' | 'MySalesforce' | 'Restricted2' | 'OrgLevelCertificate'; export type CalloutStatus = 'Enabled' | 'Disabled'; export type NamedCredentialParamType = 'Url' | 'UrlQueryParameter' | 'HttpHeader' | 'HttpCookie' | 'ClientCertificate' | 'ServerCertificate' | 'FormulaVariable' | 'Authentication' | 'OutboundNetworkConnection' | 'AllowedManagedPackageNamespaces' | 'CreatedByNamespace' | 'CustomParameter' | 'StandardNamedCredentialType' | 'ManagedByFeature' | 'ManagedByComponent' | 'ConnectionStatus' | 'SfHttpRequestExtensionName' | 'NamedCredentialOptions' | 'ManagedByNamespace'; export type NamedCredentialType = 'Legacy' | 'AnonymousEndpoint' | 'SecuredEndpoint' | 'PrivateEndpoint' | 'Credentials' | 'Standard'; export type NetworkPageOverrideSetting = 'Designer' | 'VisualForce' | 'Standard' | 'Configurable'; export type AudienceCriteriaType = 'CustomList' | 'MaxDaysInCommunity'; export type RecommendationChannel = 'DefaultChannel' | 'CustomChannel1' | 'CustomChannel2' | 'CustomChannel3' | 'CustomChannel4' | 'CustomChannel5'; export type SitesArchiveStatus = 'TemporarilyArchived' | 'Archived' | 'NotArchived'; export type NetworkStatus = 'UnderConstruction' | 'Live' | 'DownForMaintenance'; export type ChangeEventType = 'Create' | 'Update' | 'Delete' | 'Undelete'; export type ObjHierarchyMappingType = 'ParentToParent' | 'ParentToChild' | 'ChildToChild' | 'Support'; export type MappingUsageType = 'ConvertToSalesAgreement' | 'EligibleProgramRebateType' | 'MapJournalToMemberAggregate' | 'TransformationMapping' | 'CLMFieldMapping'; export type OcrApplicationType = 'Industries' | 'EinsteinDocumentReader'; export type ItemType = 'TABLE'; export type OcrMappingType = 'FormField' | 'TableColumn'; export type OmniDataTransformInputType = 'JSON' | 'XML' | 'SObject' | 'Custom'; export type ODTItemFilterDataType = 'ADDRESS' | 'ANYTYPE' | 'BASE64' | 'BOOLEAN' | 'COMBOBOX' | 'CURRENCY' | 'DATACATEGORY' | 'GROUPREFERENCE' | 'DATE' | 'DATETIME' | 'DOUBLE' | 'EMAIL' | 'ENCRYPTEDSTRING' | 'ID' | 'INTEGER' | 'LONG' | 'MULTIPICKLIST' | 'PERCENT' | 'PHONE' | 'PICKLIST' | 'REFERENCE' | 'STRING' | 'TEXTAREA' | 'TIME' | 'URL'; export type OmniAnalyticsComponentType = 'Omniscript' | 'Flexcard'; export type ExternalTrackingVendor = 'Google' | 'Mixpanel'; export type OmniProcessType = 'OmniScript'; export type OmniSupervisorActionName = 'ChangeQueues' | 'ChangeSkills' | 'AssignLearning' | 'AWSDashboard' | 'ManageQueues' | 'CustomAction' | 'ChangeGroups'; export type OmniSupervisorActionTab = 'AllAgents' | 'AgentDetails' | 'QueuesBacklog' | 'QueueDetails' | 'AssignedWork' | 'AssignedWorkDetails' | 'SkillsBacklog' | 'SkillDetails'; export type OmniSupervisorTabType = 'Wallboard' | 'Agents' | 'QueuesBacklog' | 'AssignedWork' | 'SkillsBacklog' | 'FlexipageType' | 'AIAgents' | 'AgentforceSDR' | 'Reports' | 'Alerts'; export type OmniSuperSkillVisibilityType = 'AllSkills' | 'AnySkill'; export type OmniTrackingGroupType = 'Internal' | 'External'; export type OmniUiCardType = 'Parent' | 'Child'; export type OnboardingDataObjGrpUsageType = 'ValidityPeriod' | 'DocumentValidation'; export type OnboardingDataObjGrpCompType = 'StandardMinimumValidity' | 'Formula'; export type OnboardingDataObjBusContext = 'KYC_VALIDITY' | 'DVC'; export type OnboardingDataObjGrpTgtObject = 'PartyProfile' | 'PartyProfileAddress' | 'PartyFinancialAssetLien' | 'PartyFinclAssetAddlOwner' | 'PartyFinclLiabAddlBrwr' | 'PartyFinancialAsset' | 'PartyFinancialLiability' | 'PartyCreditProfile' | 'PartyProfileRisk' | 'PersonEmployment' | 'PartyIncome' | 'PartyExpense' | 'PartyIdentityVerification' | 'PartyScreeningSummary' | 'Applicant' | 'ApplicationForm' | 'ApplicationFormProduct' | 'ApplicationFormSellerItem' | 'IdentityDocument' | 'PartyIdentityVerificationStep' | 'Account' | 'Contact' | 'Opportunity'; export type RelatedOnboardingDataObjRole = 'Parent' | 'Child'; export type OnboardingDataObjVerGrpStatus = 'Active' | 'Inactive'; export type OutboundConnPropertyName = 'LinkId' | 'Region' | 'AwsVpcEndpointId' | 'AwsVpcEndpointServiceName' | 'ProxyUrl' | 'DataCloudPrivateNetworkUrl' | 'DataCloudPrivateNetworkProvider' | 'DataCloudPrivateNetworkFunctionalDomain' | 'DataCloudPrivateNetworkFalconInstance' | 'DataCloudPrivateNetworkCustomUrls' | 'DataCloudPrivateNetworkAwsVpcEndpointId' | 'DataCloudPrivateNetworkAwsVpcEndpointServiceName' | 'DataCloudPrivateNetworkDefaultUrl' | 'DataCloudPrivateNetworkStatusCode' | 'DataCloudPrivateConnectDcVpcEndpointId' | 'DataCloudPrivateConnectDcDnsName' | 'TargetCloudProvider' | 'PNRSubType' | 'EndpointServiceVariant' | 'AssociatedPNRId'; export type APIAccessLevel = 'Unrestricted' | 'Restricted'; export type ParticipantRoleAccessLevel = 'None' | 'Read' | 'Edit'; export type PtyPrflDataObjVldDefBusCtx = 'KYC_VALIDITY'; export type PtyPrflDataFldVldDefCompType = 'Constant' | 'Formula'; export type PtyPrflDataFldVldDefDrtnType = 'Day' | 'Week' | 'Month' | 'Year'; export type PtyPrflDataObjVldDefFldResObj = 'PartyCreditProfileFldVld' | 'PartyExpenseFldVld' | 'PtyFinclAstAddOwnrFldVld' | 'PartyFinclAstFldVld' | 'PtyFinclAstLienFldVld' | 'PtyFinclLiabAddBrwrFldVld' | 'PartyFinclLiabFldVld' | 'PartyIdentityVerfFldVld' | 'PartyIncomeFldVld' | 'PartyPrflAddrFldVld' | 'PartyPrflFldVld' | 'PartyProfileRiskFldVld' | 'PartyScrnSumFldVld' | 'PersonEmpFldVld'; export type PartyPrflDataObjVldDefStatus = 'Active' | 'Inactive'; export type GatewayType = 'Stripe' | 'Paypal' | 'Adyen' | 'Braintree' | 'Cybersource'; export type IdempotencySupportStatus = 'No' | 'Yes'; export type PermissionSetTabVisibility = 'None' | 'Available' | 'Visible'; export type LicenseExpirationPolicy = 'AllowNamespaceAccess' | 'BlockNamespaceAccess'; export type PlatformCacheType = 'Session' | 'Organization'; export type PlatformEventChannelType = 'event' | 'data'; export type PlatformEventChannelEventType = 'custom' | 'standard' | 'monitoring' | 'data'; export type Frequency = 'Daily' | 'Weekly' | 'Fortnightly' | 'Monthly' | 'Once' | 'Quarterly' | 'Yearly'; export type Category = 'ACCESS_POLICY_RULE_DEFINITION' | 'GOVERNANCE_POLICY_RULE_DEFINITION' | 'TRANSFORM_POLICY_RULE_DEFINITION' | 'RECORD_POLICY_RULE_DEFINITION'; export type Effect = 'Forbid' | 'Permit' | 'Transform'; export type PrincipalAuthenticationLevel = 'UNIDENTIFIED' | 'IDENTIFIED' | 'AUTHENTICATED' | 'INTERNAL'; export type RulePrincipalScopeType = 'ANY'; export type RuleResourceScopeType = 'ANY' | 'FIELD' | 'RECORD'; export type ResourceTransform = 'LAST_N_CHARS_RESOURCE_TRANSFORM' | 'FIRST_N_CHARS_RESOURCE_TRANSFORM' | 'ALL_BUT_LAST_N_CHARS_RESOURCE_TRANSFORM' | 'ALL_BUT_FIRST_N_CHARS_RESOURCE_TRANSFORM' | 'CLOSEST_ORDER_OF_MAGNITUDE_RESOURCE_TRANSFORM' | 'NULL_RESOURCE_TRANSFORM' | 'EMPTY_STRING_RESOURCE_TRANSFORM' | 'TRUNCATE_DATE_RESOURCE_TRANSFORM' | 'ROUND_RESOURCE_TRANSFORM' | 'REPLACE_ALL_CHARS_RESOURCE_TRANSFORM'; export type RuleConsumer = 'ALL' | 'DATACLOUD' | 'MULESOFT' | 'TABLEAU' | 'CORE'; export type RuleDefinitionClause = 'UNLESS' | 'WHEN'; export type RuleContextPath = 'SESSION_DATASPACE' | 'SESSION_CONTACT_ID'; export type RuleDefinitionOperator = 'EQUALS' | 'NOT_EQUALS' | 'GREATER_THAN' | 'LESS_THAN' | 'GREATER_THAN_OR_EQUAL' | 'LESS_THAN_OR_EQUALS' | 'IN' | 'LIKE' | 'CONTAINS_ANY' | 'CONTAINS_NONE' | 'CONTAINS_ALL' | 'IS' | 'EXISTS' | 'HIERARCHICALLY_ABOVE' | 'HIERARCHICALLY_BELOW'; export type PolicyRuleValueSetReferenceType = 'CUSTOM_TAG' | 'STANDARD_TAG' | 'CUSTOM_CLASSIFICATION' | 'STANDARD_CLASSIFICATION' | 'HIERARCHY' | 'CUSTOM_PERMISSION' | 'DATASPACE'; export type RulePrincipalPath = 'IS_AUTHENTICATED' | 'ASSIGNED_PERMISSIONS_PATH' | 'USER_ID' | 'ORGANIZATION_ID' | 'USER_ROLE_ID' | 'RBAC_TAGS' | 'SCALAR_ATTRIBUTE' | 'PLURAL_ATTRIBUTE' | 'PLACEHOLDER' | 'IS_INTERNAL' | 'CONTACT_ID'; export type RuleResourcePath = 'NAMESPACE' | 'ENTITY' | 'RESOURCE' | 'FIELD' | 'ENTITYTYPE' | 'ENTITYKIND' | 'FIELDKIND' | 'DATASPACE' | 'TAG' | 'OBJECT_TAG' | 'CLASSIFICATION' | 'IMPLICITTAG' | 'RECORDFIELD' | 'OBJECT_CLASSIFICATION' | 'EXPRESSION' | 'OBJECT_DATASPACE' | 'RECORDFIELDTYPE' | 'METADATAKIND'; export type PortalRoles = 'Executive' | 'Manager' | 'Worker' | 'PersonAccount'; export type PortalType = 'CustomerSuccess' | 'Partner' | 'Network'; export type ConditionLogic = 'All'; export type InputValueType = 'Variable' | 'Expression' | 'String'; export type TypeOfAction = 'Add' | 'Edit' | 'Delete'; export type AccumulateResultCondInputType = 'Variable' | 'Expression' | 'String'; export type AccumulateResultOperator = 'Any' | 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual'; export type ConditionAggregationFunction = 'Sum' | 'Average' | 'Minimum' | 'Maximum' | 'Count'; export type TargetEntityMatchType = 'Equals'; export type ConditionFilterInputValueType = 'Variable' | 'String' | 'Expression'; export type ConditionFilterOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual' | 'IsNull' | 'NotNull'; export type ConditionType = 'SingleCriterion' | 'Aggregation'; export type ExecutionStageOfPriceRule = 'PreCalculate' | 'Completion'; export type RuleStatus = 'Draft' | 'Activated' | 'Deactivated' | 'Verified' | 'ActivationInProgress' | 'DeactivationInProgress'; export type PriceSheetColumnType = 'Input' | 'Output'; export type BusinessVertical = 'RevenueCloud'; export type PricingElementType = 'ListPrice' | 'AttributeDiscount' | 'VolumeDiscount' | 'BundleDiscount' | 'PriceAdjustmentMatrix' | 'PromotionsDiscount' | 'VolumeTierDiscount' | 'DerivedPricing' | 'DiscountDistributionService' | 'MinimumPrice' | 'RuleFetch' | 'AssetDiscovery' | 'PriceRevision'; export type ProductFamilyUsageType = 'AccountForecasting'; export type CategoryGroupVisibility = 'ALL' | 'NONE' | 'CUSTOM'; export type LoginFlowType = 'UI'; export type UiLoginFlowType = 'VisualWorkflow' | 'VisualForce'; export type TabVisibility = 'Hidden' | 'DefaultOff' | 'DefaultOn'; export type PromptDisplayPosition = 'TopLeft' | 'TopCenter' | 'TopRight' | 'BottomLeft' | 'BottomCenter' | 'BottomRight' | 'MiddleLeft' | 'MiddleCenter' | 'MiddleRight'; export type PromptDisplayType = 'DockedComposer' | 'FloatingPanel' | 'Walkthrough' | 'Targeted'; export type PromptElementRelativePosition = 'TopLeft' | 'TopCenter' | 'TopRight' | 'LeftTop' | 'LeftCenter' | 'LeftBottom' | 'RightTop' | 'RightCenter' | 'RightBottom' | 'BottomLeft' | 'BottomCenter' | 'BottomRight'; export type PromptExperience = 'Lightning' | 'Site'; export type PromptImageLocation = 'Top' | 'Bottom' | 'Left' | 'Right'; export type PromptThemeColor = 'Theme1' | 'Theme2' | 'Theme3' | 'Theme4'; export type PromptThemeSaturation = 'Dark' | 'Light'; export type PromptUserAccess = 'Everyone' | 'SpecificPermissions'; export type PromptUserProfileAccess = 'Everyone' | 'SpecificProfiles'; export type SampleLimitDiscAlertType = 'Error' | 'Warning'; export type PublicKeyCertificateSetType = 'JWKS' | 'JWKS_URL'; export type CapacityType = 'INHERITED' | 'INTERRUPTIBLE' | 'NOT_INTERRUPTIBLE'; export type RoutingModel = 'LEAST_ACTIVE' | 'MOST_AVAILABLE' | 'EXTERNAL_ROUTING'; export type ActionSubtype = 'ScreenAction' | 'Action'; export type QuickActionParameterType = 'Input' | 'Output'; export type QuickActionLabel = 'Custom' | 'LogACall' | 'LogANote' | 'New' | 'NewRecordType' | 'Update' | 'UpdateRecordType' | 'NewChild' | 'NewChildRecordType' | 'CreateNew' | 'CreateNewRecordType' | 'SendEmail' | 'QuickRecordType' | 'Quick' | 'EditDescription' | 'Defer' | 'ChangeDueDate' | 'ChangePriority' | 'ChangeStatus' | 'SocialPost' | 'Escalate' | 'EscalateToRecord' | 'OfferFeedback' | 'RequestFeedback' | 'AddRecord' | 'AddMember' | 'Reply' | 'ReplyAll' | 'Forward' | 'ScheduleAppointment' | 'EnrollInProgram' | 'ModifyAppointment' | 'PatientDetails' | 'AcceptBroadcast' | 'SelectCoverage' | 'SummarizeCase' | 'AssetHierarchy' | 'PartReturnRequest' | 'PerformCount' | 'ViewCoverage' | 'Quip' | 'SendConversationMessage' | 'NewQuote' | 'LaunchDataCapture' | 'RelocateAsset' | 'ReplaceAsset' | 'CloseCase'; export type QuickActionType = 'Create' | 'VisualforcePage' | 'Post' | 'SendEmail' | 'Email' | 'LogACall' | 'CaseComment' | 'ChangeStatus' | 'SocialPost' | 'Canvas' | 'Update' | 'MobileSmartActions' | 'MobileCreateFull' | 'ChangePriority' | 'ChangeDueDate' | 'LightningComponent' | 'LightningWebComponent' | 'Flow' | 'MobileExtension' | 'Quip' | 'SendConversationMessage' | 'Copilot'; export type StrategyReactionType = 'Accepted' | 'Rejected'; export type RecommendationConditionOperator = 'EQUALS' | 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'NOT_EQUALS' | 'LIKE' | 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS'; export type RecommendationConditionValueType = 'TEXT' | 'NUMBER' | 'BOOLEAN' | 'DATE' | 'DATE_TIME' | 'TIME'; export type ChannelSource = 'Other' | 'Phone' | 'Chat'; export type PinnedAction = 'None' | 'Top' | 'Bottom'; export type RecordActionType = 'Flow' | 'QuickAction' | 'Omniscript' | 'LWC' | 'WebLink' | 'SvcCatalogItemDef'; export type ComponentName = 'ActionsAndRecommendations' | 'ActionLauncher' | 'BulkActionPanel'; export type RecordAggregationDefinitionAggregationType = 'Record'; export type RecordAggregationJoinConditionType = 'AggregateTo' | 'Intermediate' | 'AggregateFrom'; export type RecordAggregationObjectFilterOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessThanOrEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'Contains' | 'In' | 'NotIn'; export type RecordAggregationDefinitionStatus = 'Draft' | 'Active' | 'Inactive'; export type ReportAggregateDatatype = 'currency' | 'percent' | 'number'; export type ReportBucketFieldType = 'text' | 'number' | 'picklist'; export type ReportFormulaNullTreatment = 'n' | 'z'; export type ChartType = 'None' | 'Scatter' | 'ScatterGrouped' | 'Bubble' | 'BubbleGrouped' | 'HorizontalBar' | 'HorizontalBarGrouped' | 'HorizontalBarStacked' | 'HorizontalBarStackedTo100' | 'VerticalColumn' | 'VerticalColumnGrouped' | 'VerticalColumnStacked' | 'VerticalColumnStackedTo100' | 'Line' | 'LineGrouped' | 'LineCumulative' | 'LineCumulativeGrouped' | 'Pie' | 'Donut' | 'Funnel' | 'VerticalColumnLine' | 'VerticalColumnGroupedLine' | 'VerticalColumnStackedLine' | 'Plugin'; export type ChartPosition = 'CHART_TOP' | 'CHART_BOTTOM'; export type ReportChartSize = 'Tiny' | 'Small' | 'Medium' | 'Large' | 'Huge'; export type ObjectFilterOperator = 'with' | 'without'; export type CurrencyIsoCode = 'ADP' | 'AED' | 'AFA' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'ATS' | 'AUD' | 'XAV' | 'AWG' | 'AZM' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BEF' | 'BGL' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYB' | 'BYN' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNH' | 'CNY' | 'COP' | 'CRC' | 'CSD' | 'CUC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DEM' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ERN' | 'ESP' | 'ETB' | 'EUR' | 'FIM' | 'FJD' | 'FKP' | 'XFL' | 'FRF' | 'GBP' | 'GBT' | 'GEL' | 'GHC' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GRD' | 'GTQ' | 'GWP' | 'GYD' | 'HKD' | 'HNL' | 'HRD' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'IEP' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'ITL' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LUF' | 'LVL' | 'LYD' | 'MAD' | 'XMA' | 'MDL' | 'MGA' | 'MGF' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MRU' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZM' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NLG' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'XPA' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PTE' | 'PYG' | 'QAR' | 'RMB' | 'ROL' | 'RON' | 'RSD' | 'RUB' | 'RUR' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDD' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SIT' | 'SKK' | 'SLE' | 'SLL' | 'XSO' | 'SOS' | 'SRD' | 'SRG' | 'SSP' | 'STD' | 'STN' | 'SUR' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJR' | 'TJS' | 'TMM' | 'TMT' | 'TND' | 'TOP' | 'TPE' | 'TRL' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEB' | 'VEF' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XCG' | 'XOF' | 'XPF' | 'YER' | 'YUM' | 'ZAR' | 'ZMK' | 'ZMW' | 'ZWD' | 'ZWG' | 'ZWL' | 'ZIG'; export type DataCategoryFilterOperation = 'above' | 'below' | 'at' | 'aboveOrBelow'; export type ReportFormat = 'MultiBlock' | 'Matrix' | 'Summary' | 'Tabular'; export type ReportAggrType = 'Sum' | 'Average' | 'Maximum' | 'Minimum' | 'Unique' | 'RowCount' | 'Median' | 'Noop'; export type UserDateGranularity = 'None' | 'Day' | 'Week' | 'Month' | 'Quarter' | 'Year' | 'FiscalQuarter' | 'FiscalYear' | 'MonthInYear' | 'DayInMonth' | 'FiscalPeriod' | 'FiscalWeek'; export type ReportSortType = 'Column' | 'Aggregate' | 'CustomSummaryFormula'; export type UserDateInterval = 'INTERVAL_CURRENT' | 'INTERVAL_CURNEXT1' | 'INTERVAL_CURPREV1' | 'INTERVAL_NEXT1' | 'INTERVAL_PREV1' | 'INTERVAL_CURNEXT3' | 'INTERVAL_CURFY' | 'INTERVAL_PREVFY' | 'INTERVAL_PREV2FY' | 'INTERVAL_AGO2FY' | 'INTERVAL_NEXTFY' | 'INTERVAL_PREVCURFY' | 'INTERVAL_PREVCUR2FY' | 'INTERVAL_CURNEXTFY' | 'INTERVAL_CUSTOM' | 'INTERVAL_YESTERDAY' | 'INTERVAL_TODAY' | 'INTERVAL_TOMORROW' | 'INTERVAL_LASTWEEK' | 'INTERVAL_THISWEEK' | 'INTERVAL_NEXTWEEK' | 'INTERVAL_LASTMONTH' | 'INTERVAL_THISMONTH' | 'INTERVAL_NEXTMONTH' | 'INTERVAL_LASTTHISMONTH' | 'INTERVAL_THISNEXTMONTH' | 'INTERVAL_CURRENTQ' | 'INTERVAL_CURNEXTQ' | 'INTERVAL_CURPREVQ' | 'INTERVAL_NEXTQ' | 'INTERVAL_PREVQ' | 'INTERVAL_CURNEXT3Q' | 'INTERVAL_CURY' | 'INTERVAL_PREVY' | 'INTERVAL_PREV2Y' | 'INTERVAL_AGO2Y' | 'INTERVAL_NEXTY' | 'INTERVAL_PREVCURY' | 'INTERVAL_PREVCUR2Y' | 'INTERVAL_CURNEXTY' | 'INTERVAL_LAST7' | 'INTERVAL_LAST30' | 'INTERVAL_LAST60' | 'INTERVAL_LAST90' | 'INTERVAL_LAST120' | 'INTERVAL_NEXT7' | 'INTERVAL_NEXT30' | 'INTERVAL_NEXT60' | 'INTERVAL_NEXT90' | 'INTERVAL_NEXT120' | 'LAST_FISCALWEEK' | 'THIS_FISCALWEEK' | 'NEXT_FISCALWEEK' | 'LAST_FISCALPERIOD' | 'THIS_FISCALPERIOD' | 'NEXT_FISCALPERIOD' | 'LASTTHIS_FISCALPERIOD' | 'THISNEXT_FISCALPERIOD' | 'CURRENT_ENTITLEMENT_PERIOD' | 'PREVIOUS_ENTITLEMENT_PERIOD' | 'PREVIOUS_TWO_ENTITLEMENT_PERIODS' | 'TWO_ENTITLEMENT_PERIODS_AGO' | 'CURRENT_AND_PREVIOUS_ENTITLEMENT_PERIOD' | 'CURRENT_AND_PREVIOUS_TWO_ENTITLEMENT_PERIODS'; export type ReportTypeCategory = 'accounts' | 'opportunities' | 'forecasts' | 'cases' | 'leads' | 'campaigns' | 'activities' | 'busop' | 'products' | 'admin' | 'territory' | 'other' | 'content' | 'usage_entitlement' | 'wdc' | 'calibration' | 'territory2' | 'quotes' | 'individual' | 'employee' | 'data_cloud' | 'commerce' | 'flow' | 'semantic_model'; export type ContextRuleStatus = 'Draft' | 'Inactive' | 'Active' | 'DeploymentInProgress' | 'DeploymentFailed' | 'ValidationInProgress' | 'ValidationFailed' | 'ValidationSucceeded' | 'ValidationInterrupted' | 'Obsolete'; export type ExecutionType = 'Sequence' | 'Priority'; export type ContextRuleUsageType = 'UnifiedPromotions' | 'Default' | 'Configurator' | 'Dfo' | 'PriceGuidance' | 'Underwriting' | 'TaxOrFee' | 'DefaultOnlyRules' | 'GlobalPromotionsForRLM' | 'ClaimUnderwriting'; export type ActualsCalculationMode = 'Manual' | 'Orders' | 'OrdersThroughContracts' | 'DataProcessingEngine'; export type SamlIdentityLocationType = 'SubjectNameId' | 'Attribute'; export type SamlIdentityType = 'Username' | 'FederationId' | 'UserId'; export type SamlType = 'SAML1_1' | 'SAML2_0'; export type SamlSpSLOBinding = 'RedirectBinding' | 'PostBinding'; export type DomainType = 'FTest' | 'FTest2' | 'FTestNegative' | 'GlobalSchema' | 'SchemaEvolution' | 'HighScaleCustomObjects' | 'HighScaleObjects'; export type SearchCriteriaConfigurationConfigurationType = 'DefaultSearch' | 'ClinicalTrialSearch'; export type SearchCriteriaConfigurationFilterType = 'GROUPING_AND_AGGREGATION' | 'MULTIPLE_FIELDS'; export type SearchCriteriaConfigurationResultDisplayFormat = 'LIST' | 'CARD'; export type SearchResultActionScope = 'Global' | 'Inline'; export type SearchResultActionType = 'FlowDefinition' | 'OmniScript' | 'LightningWebComponent'; export type Complexity = 'NoRestriction' | 'AlphaNumeric' | 'SpecialCharacters' | 'UpperLowerCaseNumeric' | 'UpperLowerCaseNumericSpecialCharacters' | 'Any3UpperLowerCaseNumericSpecialCharacters'; export type Expiration = 'ThirtyDays' | 'SixtyDays' | 'NinetyDays' | 'SixMonths' | 'OneYear' | 'Never'; export type LockoutInterval = 'FifteenMinutes' | 'ThirtyMinutes' | 'SixtyMinutes' | 'Forever'; export type MaxLoginAttempts = 'ThreeAttempts' | 'FiveAttempts' | 'TenAttempts' | 'NoLimit'; export type QuestionRestriction = 'None' | 'DoesNotContainPassword'; export type SessionTimeout = 'TwentyFourHours' | 'TwelveHours' | 'EightHours' | 'FourHours' | 'TwoHours' | 'NinetyMinutes' | 'SixtyMinutes' | 'ThirtyMinutes' | 'FifteenMinutes'; export type UntrustedRedirectEnum = 'AlwaysAllowed' | 'AllowWithUserPermission' | 'NeverAllowed'; export type ServiceAISetupDefStatus = 'FIELDS_SELECTED' | 'TRAINING' | 'READY_TO_ACTIVATE' | 'SERVING' | 'RETIRED' | 'ARCHIVED' | 'READY_FOR_REVIEW' | 'TRAINING_FAILURE' | 'INVALID_TRAINING_FIELDS'; export type ServiceAISetupFieldType = 'CASE_DESC' | 'CASE_SUBJ' | 'ARTICLE_TITLE' | 'ARTICLE_CONTENT' | 'ARTICLE_SUMMARY' | 'ARTICLE_ANSWER' | 'ARTICLE_QUESTION'; export type CapacityModel = 'TAB_BASED' | 'STATUS_BASED'; export type StatusFieldMappingType = 'IN_PROGRESS' | 'PAUSED' | 'COMPLETED'; export type SvcCtlgItemAttrAttributeType = 'Base' | 'Extended'; export type SvcCatalogItemAttrDataType = 'Attachment' | 'Checkbox' | 'Currency' | 'Date' | 'Datetime' | 'DisplayText' | 'Email' | 'IPAddress' | 'Integer' | 'Lookup' | 'ListOfBoolean' | 'ListOfDouble' | 'ListOfInteger' | 'ListOfMaps' | 'ListOfString' | 'ListOfAttachment' | 'MultilineText' | 'Map' | 'Number' | 'NumericScale' | 'Picklist' | 'MultiSelectPicklist' | 'RadioButton' | 'Percentage' | 'Password' | 'Queue' | 'SingleCheckbox' | 'SinglelineText' | 'Text' | 'Toggle' | 'Url'; export type SvcCtlgItemDpndProcType = 'RequestForm' | 'FulfillmentFlow' | 'IntegrationDefinition' | 'Preprocessor'; export type SvcCatalogItemDependencyType = 'PreprocessorApexClass' | 'FlowDefinition' | 'IntegrationProviderDef' | 'OmniScriptConfig'; export type SvcCatalogItemUsageType = 'Employee' | 'CustomerService' | 'Industry' | 'FinancialServices'; export type DistanceMeasurementUnit = 'Miles' | 'Kilometers'; export type SchedulingMode = 'Sliding' | 'Reshuffle' | 'Normal'; export type SlackRecordLayoutViewMode = 'recordcrud' | 'urlunfurling'; export type CaseSubjectOption = 'SocialPostSource' | 'SocialPostContent' | 'BuildCustom'; export type SrvcMgmtCollabAppChannelType = 'Teams'; export type SrvcMgmtCollabAppRefObjType = 'Incident' | 'Problem' | 'ChangeRequest' | 'Release' | 'Case' | 'Knowledge' | 'ServiceRequest'; export type StageConditionOperator = 'Equals' | 'GreaterThan' | 'GreaterOrEqual' | 'LessThan' | 'LessOrEqual' | 'Contains' | 'NotEqualTo' | 'DoesNotContain' | 'StartsWith'; export type StageCriteriaType = 'AND' | 'OR' | 'CUSTOMLOGIC'; export type StageCriteriaExecType = 'CONDITION' | 'FLOW'; export type StageUserPermission = 'ProcessOrder' | 'ManageClinicalTrials' | 'ParticipateClinicalTrials' | 'CoordinateClinicalTrials' | 'CoordinateClnclTrialExprcUsr'; export type StationaryAssetType = 'CommercialBuilding' | 'DataCenter'; export type UnitType = 'Volume' | 'Weight' | 'Energy' | 'Other'; export type CriterionOperator = 'Equal' | 'NotEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Contains' | 'StartsWith' | 'Includes' | 'NotIncludes'; export type CriteriaRelationshipType = 'AllConditionsAreMet' | 'AnyConditionIsMet'; export type PropertyDisplayType = 'Lookup' | 'Picklist' | 'Text' | 'Checkbox' | 'Number' | 'Queue' | 'Date' | 'DateTime'; export type SvcCatalogItemAttrType = 'FulfillmentInput' | 'UserQuestion'; export type PublishStatusType = 'Draft' | 'Published' | 'PendingChanges' | 'Deprecated'; export type TelemetryActnDefStepOpType = 'Retrieve' | 'Submit'; export type TelActnDefStepAttrDataType = 'Float' | 'Integer' | 'Double' | 'Boolean' | 'String' | 'Uint8' | 'Uint16' | 'Uint32' | 'Uint64' | 'Int8' | 'Int16' | 'Int32'; export type TelemetryActnDefStepAttrType = 'Actuator' | 'Sensor'; export type TelemetryDefinitionUsageType = 'ConnectedVehicle' | 'ConnectedAsset'; export type TimeSheetFrequency = 'Daily' | 'Weekly' | 'EveryTwoWeeks' | 'TwiceAMonth' | 'Monthly'; export type DaysOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday'; export type TPTRatingPreference = 'Fetch'; export type RuleEngine = 'StandardConfigurator' | 'AdvancedConfigurator'; export type SaveType = 'Standard' | 'Large'; export type TPTPricingPreference = 'Force' | 'System' | 'Skip'; export type TPTTaxPreference = 'Skip'; export type TransactionSecurityEventName = 'ReportEvent' | 'ApiEvent' | 'AdminSetupEvent' | 'LoginEvent' | 'ListViewEvent' | 'CredentialStuffingEventStore' | 'ReportAnomalyEventStore' | 'SessionHijackingEventStore' | 'ApiAnomalyEventStore' | 'BulkApiResultEventStore' | 'PermissionSetEventStore' | 'FileEventStore' | 'GuestUserAnomalyEventStore' | 'LoginAsEvent' | 'LoginAnomalyEventStore' | 'UniversalAnomalyEventStore'; export type MonitoredEvents = 'AuditTrail' | 'Login' | 'Entity' | 'DataExport' | 'AccessResource'; export type TxnSecurityPolicyType = 'CustomApexPolicy' | 'CustomConditionBuilderPolicy'; export type ObjectRelationshipType = 'Direct' | 'Indirect' | 'Self' | 'InverseDirect'; export type FormatType = 'ICON'; export type UserAccessPolicyStatus = 'Design' | 'Testing' | 'Migrate' | 'Updating' | 'Failed' | 'Active' | 'Completed'; export type UserAccessPolicyTriggerType = 'Create' | 'Update' | 'CreateAndUpdate'; export type UserAccessPolicyActionType = 'Grant' | 'Revoke'; export type UserAccessPolicyActionTargetType = 'PermissionSet' | 'PermissionSetGroup' | 'PermissionSetLicense' | 'PackageLicense' | 'Group' | 'Queue'; export type UserAccessPolicyFilterOperation = 'equals' | 'equalsIgnoreCase' | 'notEquals' | 'in' | 'includes'; export type UserAccessPolicyFilterTargetType = 'Group' | 'Queue' | 'PermissionSet' | 'PermissionSetGroup' | 'PermissionSetLicense' | 'Profile' | 'UserRole' | 'PackageLicense' | 'User'; export type NetworkUserType = 'Internal' | 'Customer' | 'Partner'; export type VehicleAssetType = 'FleetVehicle' | 'PrivateJet'; export type VisualizationResourceType = 'js' | 'css'; export type UploadStatus = 'complete' | 'uploading'; export type AssignmentType = 'defaultMedia' | 'customMedia'; export type CountryIsoCode = 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GW' | 'GY' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PS' | 'PT' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VN' | 'VU' | 'WF' | 'WS' | 'XK' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW'; export type TaxLocaleType = 'Net' | 'Gross' | 'Automatic'; export type OrderLifeCycleType = 'MANAGED' | 'UNMANAGED'; export type PricingStrategy = 'LowestPrice' | 'Priority'; export type ProductGrouping = 'BestMatch' | 'VariationParent' | 'NoGrouping'; export type WebStoreType = 'B2B' | 'B2C' | 'B2CE'; export type LookupValueType = 'User' | 'Queue' | 'RecordType'; export type FieldUpdateOperation = 'Formula' | 'Literal' | 'Null' | 'NextValue' | 'PreviousValue' | 'LookupValue'; export type KnowledgeWorkflowAction = 'PublishAsNew' | 'Publish'; export type SendAction = 'Send'; export type ActionTaskAssignedToTypes = 'user' | 'role' | 'opportunityTeam' | 'accountTeam' | 'owner' | 'accountOwner' | 'creator' | 'accountCreator' | 'partnerUser' | 'portalRole'; export type ActionEmailRecipientTypes = 'group' | 'role' | 'user' | 'opportunityTeam' | 'accountTeam' | 'roleSubordinates' | 'owner' | 'creator' | 'partnerUser' | 'accountOwner' | 'customerPortalUser' | 'portalRole' | 'portalRoleSubordinates' | 'contactLookup' | 'userLookup' | 'roleSubordinatesInternal' | 'email' | 'caseTeam' | 'campaignMemberDerivedOwner'; export type ActionEmailSenderType = 'CurrentUser' | 'OrgWideEmailAddress' | 'DefaultWorkflowUser'; export type WorkflowTriggerTypes = 'onCreateOnly' | 'onCreateOrTriggeringUpdate' | 'onAllChanges' | 'OnRecursiveUpdate'; export type WorkflowTimeUnits = 'Hours' | 'Days'; export type ExtendedErrorCode = 'ACTIONCALLPATH_MISSING_NAME' | 'ACTIONCALL_DUPLICATE_INPUT_PARAM' | 'ACTIONCALL_DUPLICATE_OUTPUT_PARAM' | 'ACTIONCALL_FEATURE_NOT_SUPPORTED' | 'ACTIONCALL_INPUT_VALIDATION_FAILED' | 'ACTIONCALL_INVALID_INPUT_PARAM_NAME' | 'ACTIONCALL_INVALID_ISWAITUNTILCOMPLETED' | 'ACTIONCALL_INVALID_OFFSET' | 'ACTIONCALL_INVALID_TIMEOUTPATHUSAGE' | 'ACTIONCALL_MISSING_EVENT_INFO' | 'ACTIONCALL_MISSING_NAME' | 'ACTIONCALL_MISSING_OFFSET' | 'ACTIONCALL_MISSING_REQUIRED_PARAM' | 'ACTIONCALL_MISSING_REQUIRED_TYPE' | 'ACTIONCALL_NOT_ACTIVE_FOR_API_VERSION' | 'ACTIONCALL_NOT_FOUND_WITH_NAME_AND_TYPE' | 'ACTIONCALL_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'ACTIONCALL_NOT_SUPPORTED_FOR_TRIGGERTYPE' | 'ACTIONCALL_OFFSET_NOT_SUPPORTED' | 'ACTIONCALL_TRANSACTION_MODEL_NOT_ALLOWED' | 'ACTIONCALL_TRANSACTION_MODEL_NOT_SUPPORTED' | 'ACTIONCALL_TRIGGERING_RECORD_MISMATCHED_OBJECTTYPE' | 'ACTION_BUTTON_NOT_SUPPORTED_FOR_API_VERSION_AT_RUNTIME' | 'ACTION_BUTTON_NOT_SUPPORTED_FOR_METADATA_API_VERSION' | 'ACTION_CALL_DM_NO_EMAIL_TEMPLATES' | 'ACTION_CALL_DM_TOO_MANY_EMAIL_TEMPLATES' | 'ACTION_CALL_INPUT_SETUPREFTYPE_REQUIRES_SETUPREFVALUE' | 'ACTION_CALL_INVALID_ACTION_NAME_CONTENT' | 'ACTION_CALL_INVALID_CONFIGURATION' | 'ACTION_CALL_INVALID_INPUT_PARAM' | 'ACTION_CALL_INVALID_OUTPUT_PARAM' | 'ACTION_CALL_INVALID_VERSION' | 'ACTION_CALL_MISSING_CONTACT_POINT' | 'ACTION_CALL_MISSING_ELEMENT_DEPENDENCIES' | 'ACTION_CALL_MISSING_PLATFORM_EVENT_ATTRIBUTE' | 'ACTION_INPUT_PARAMETER_REQUIRES_ID_TYPE_FOR_SETUP_REFERENCE' | 'ACTION_INPUT_PARAMETER_TYPE_AND_SETUP_REFERENCE_TYPE_DO_NOT_MATCH' | 'ACTION_TYPE_REQUIRED_FOR_STEP' | 'ACTIVATION_TEMPLATE_CONTAINS_UNSUPPORTED_CHANNELS' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_CONTACT_POINT_DMO' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_DATA_SOURCE_ID_FIELD' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_FIELDS' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_FILTER_FIELD' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_PREFERENCE_FIELDS' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_SORT_FIELD' | 'ACTIVATION_TEMPLATE_DATA_GRAPH_RELATED_OBJECT_LEVEL_UNSUPPORTED' | 'ACTIVATION_TEMPLATE_MISSING_REQUIRED_CHANNEL' | 'ACTIVATION_TEMPLATE_NOT_FOUND' | 'ACTIVATION_TEMPLATE_REQUIRED_FOR_NON_UNIFIED_INDIVIDUAL' | 'ACTIVATION_TEMPLATE_WHATSAPP_USES_SMS_CHANNEL' | 'ADDING_ATTACHMENT_QUESTIONS_ADDITION_TO_EXISTING_SURVEY' | 'ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_ACTIVATION' | 'ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_EXECUTION' | 'ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_SAVE' | 'APEXCALLOUT_INPUT_DUPLICATE' | 'APEXCALLOUT_INPUT_INCOMPATIBLE_DATATYPE' | 'APEXCALLOUT_INVALID' | 'APEXCALLOUT_MISSING_CLASSNAME' | 'APEXCALLOUT_NOT_FOUND' | 'APEXCALLOUT_OUTPUT_INCOMPATIBLE_DATATYPE' | 'APEXCALLOUT_OUTPUT_INVALID' | 'APEXCALLOUT_REQUIRED_INPUT_MISSING' | 'APEXCLASS_MISSING_INTERFACE' | 'APEX_CLASS_VARIABLE_NOT_FOUND' | 'ASSIGNEE_AUTOPROC' | 'ASSIGNEE_REQUIRED_WHEN_SPECIFYING_RUN_AS_USER' | 'ASSIGNEE_USER_USERNAME' | 'ASSIGNMENTITEM_ELEMENT_MISSING_DATATYPE' | 'ASSIGNMENTITEM_ELEMENT_NOT_SUPPORTED' | 'ASSIGNMENTITEM_FIELD_INVALID_DATATYPE' | 'ASSIGNMENTITEM_FIELD_INVALID_DATATYPE_WITH_ELEMENT' | 'ASSIGNMENTITEM_INCOMPATIBLE_DATATYPES' | 'ASSIGNMENTITEM_INVALID_ASSIGNTOREFERENCE' | 'ASSIGNMENTITEM_INVALID_COLLECTION' | 'ASSIGNMENTITEM_INVALID_DATATYPE_IN_ELEMENT' | 'ASSIGNMENTITEM_INVALID_ELEMENTREFERENCE' | 'ASSIGNMENTITEM_INVALID_MERGE_FIELD' | 'ASSIGNMENTITEM_INVALID_OPERATOR' | 'ASSIGNMENTITEM_INVALID_REFERENCE' | 'ASSIGNMENTITEM_INVALID_VALUE' | 'ASSIGNMENTITEM_LEFT_DATATYPE_INVALID_FOR_OPERATOR' | 'ASSIGNMENTITEM_MODIFIES_NONVARIABLE' | 'ASSIGNMENTITEM_NONEXISTENT_REFERENCE' | 'ASSIGNMENTITEM_REQUIRED' | 'ASSIGNMENTITEM_RIGHT_DATATYPE_INVALID_FOR_OPERATOR' | 'ASYNC_ACTION_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'ASYNC_ACTION_TIMEOUT_ERROR' | 'ATTRIBUTE_INVALID_OUTCOME_VALUE' | 'ATTRIBUTE_INVALID_VALUE' | 'AUTOLAUNCHED_CHOICELOOKUP_NOT_SUPPORTED' | 'AUTOLAUNCHED_CHOICE_NOT_SUPPORTED' | 'AUTOLAUNCHED_SCREEN_NOT_SUPPORTED' | 'AUTOLAUNCHED_STEP_NOT_SUPPORTED' | 'AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE' | 'AUTOLAUNCHED_WAIT_NOT_SUPPORTED' | 'AUTOMATION_EVENT_PATH_EXPERIMENT_MISSING_ELEMENT_DEPENDENCIES' | 'BACKGROUND_STEPS_DETECT_ASYNC_PROCESSING' | 'BEFORE_SAVE_FLOW_RECORD_UPDATE_CANNOT_HAVE_FAULT_CONNECTOR' | 'BEFORE_SAVE_FLOW_RECORD_UPDATE_INVALID_REFERENCE' | 'BEFORE_SAVE_FLOW_RECORD_UPDATE_RELATED_RECORD_REQUIRES_INPUTASSIGNMENTS' | 'BEFORE_SAVE_FLOW_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS' | 'BOTH_START_NODE_AND_REFERENCE_FOUND' | 'CHOICEFIELD_DEFAULT_CHOICE_NOT_FOUND' | 'CHOICEFIELD_MISSING_CHOICE' | 'CHOICELOOKUP_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD' | 'CHOICE_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD' | 'CHOICE_LOOKUP_COLLECTION_REFERENCE_NULL' | 'CHOICE_LOOKUP_INVALID_COLLECTION_REFERENCE' | 'CHOICE_NOT_SUPPORTED_FOR_SCREENFIELDTYPE' | 'CHOICE_USED_MULTIPLE_TIMES_IN_SAME_FIELD' | 'COLLECTION_PROCESSOR_DUPLICATE_MAPITEM' | 'COLLECTION_PROCESSOR_INVALID_COLLECTION_REFERENCE' | 'COLLECTION_PROCESSOR_INVALID_CONFIGURATION' | 'COLLECTION_PROCESSOR_INVALID_OUTPUTSOBJECTTYPE' | 'COLLECTION_PROCESSOR_MAX_SORT_FIELDS_LIMIT_EXCEEDED' | 'COLLECTION_PROCESSOR_MISMATCHED_OBJECTTYPE' | 'COLLECTION_PROCESSOR_MISSING_MAP' | 'COLLECTION_PROCESSOR_MISSING_OUTPUTSOBJECTTYPE' | 'COLLECTION_PROCESSOR_MISSING_PARAMETER' | 'COLLECTION_PROCESSOR_MISSING_SORT' | 'COLLECTION_PROCESSOR_NOT_SUPPORTED_FOR_API_VERSION' | 'COLLECTION_PROCESSOR_REQUIRES_PERM' | 'COLLECTION_PROCESSOR_SORT_FIELD_INVALID_FOR_OBJECT' | 'COLLECTION_PROCESSOR_TYPE_NOT_SUPPORTED' | 'COLLECTION_PROCESSOR_VARIABLE_NULL' | 'CONDITIONAL_SCREENFIELD_VISIBILITY_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'CONDITIONAL_SCREEN_FIELD_VISIBILITY_NOT_SUPPORTED_FOR_SCREEN_FIELD' | 'CONDITION_BUILDER_MISSING_FLOW_VARIABLE' | 'CONDITION_BUILDER_MISSING_REQUIRED_PERMISSIONS' | 'CONDITION_BUILDER_UNSUPPORTED_FLOW_VARIABLE' | 'CONDITION_INVALID_LEFTOPERAND' | 'CONDITION_LOGIC_EXCEEDS_LIMIT' | 'CONDITION_LOGIC_INVALID' | 'CONDITION_LOGIC_MISSING' | 'CONDITION_MISSING_DATATYPE' | 'CONDITION_MISSING_OPERATOR' | 'CONDITION_OPERAND_DATATYPES_INCOMPATIBLE' | 'CONDITION_OPERAND_INCOMPATIBLE_WITH_ELEMENT' | 'CONDITION_OPERATOR_INCOMPATIBLE' | 'CONDITION_REFERENCED_ELEMENT_NOT_FOUND' | 'CONDITION_RIGHTOPERAND_NULL' | 'CONDITION_TRAVERSAL_TOO_DEEP' | 'CONNECTOR_MISSING_TARGET' | 'CONSTANT_INCLUDES_REFERENCES' | 'CONTENT_KEY_OR_ID_NOT_FOUND' | 'CUSTOMEVENTS_NOT_ENABLED' | 'CUSTOMEVENT_MISSING_PROCESSMETADATAVALUES' | 'CUSTOMEVENT_OBJECTTYPE_NOT_FOUND' | 'CUSTOMEVENT_OBJECTTYPE_NOT_SUPPORTED' | 'CUSTOMEVENT_PROCESSMETADATAVALUES_MISSING_NAME' | 'CUSTOMEVENT_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME' | 'CUSTOM_EMAIL_MISSING_FIELD_VALUE' | 'CUSTOM_EVENT_RELATED_OBJECT_UNSUPPORTED' | 'CUSTOM_PROPERTY_INVALID_KEY' | 'CUSTOM_PROPERTY_INVALID_KEY_VALUE_PAIR' | 'CUSTOM_PROPERTY_INVALID_NAME' | 'CUSTOM_PROPERTY_INVALID_VALUE' | 'CUSTOM_PROPERTY_INVALID_VALUE_FOR_KEY' | 'CUSTOM_PROPERTY_NOT_SUPPORTED' | 'CUSTOM_PROPERTY_REQUIRED_KEY_MISSING' | 'DATATYPE_INVALID' | 'DATATYPE_MAPPING_BOTH_APEXCLASS_AND_SOBJECT_NOT_SUPPORTED' | 'DATATYPE_MAPPING_BOTH_TYPENAME_AND_VALUE_MAPPING_NOT_SUPPORTED' | 'DATATYPE_MAPPING_OUTPUT_KEY_INVALID' | 'DATATYPE_MAPPING_OUTPUT_KEY_NOT_A_COLLECTION' | 'DATATYPE_MAPPING_OUTPUT_TARGET_AND_KEY_SAME' | 'DATATYPE_MAPPING_OUTPUT_TARGET_REPLACE_ANOTHER_OUTPUT' | 'DATATYPE_MAPPING_OUTPUT_TRANSFORM_TARGET_NOT_SUPPORTED' | 'DATATYPE_MAPPING_OUTPUT_TRANSFORM_TYPE_NOT_SUPPORTED' | 'DATATYPE_MISSING' | 'DATA_GRAPHS_UNSUPPORTED_IN_FLOW_TRANSFORM' | 'DATA_GRAPH_DATA_CHANGE_DEFAULT_DATA_SPACE_NOT_USED' | 'DATA_GRAPH_DATA_CHANGE_ROOT_DMO_MISMATCH' | 'DATA_GRAPH_DATA_CHANGE_TRIGGERING_DATA_GRAPH_NULL' | 'DATA_GRAPH_DATA_CHANGE_UNIFIED_INDIVIDUAL_NOT_USED' | 'DATA_GRAPH_DATA_CHANGE_UNIFIED_INDIVIDUAL_NOT_USED_FOR_PATH_EXPERIMENT' | 'DATA_GRAPH_DMO_NOT_UNIFIED_INDIVIDUAL' | 'DATA_SPACE_REQUIRED_FOR_FLOW_TYPE' | 'DATA_SPACE_UNSUPPORTED_FOR_FLOW_TYPE' | 'DATA_TYPE_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'DATA_TYPE_NOT_SUPPORTED_IN_CONDITION' | 'DECISION_AI_MODE_FLOW_TYPE_NOT_ALLOWED' | 'DECISION_AI_MODE_NO_EINSTEIN_GPT_ENABLED' | 'DECISION_DEFAULT_CONNECTOR_MISSING_LABEL' | 'DECISION_MISSING_OUTCOME' | 'DETERMINATION_FLOW_ACTION_TYPE_REQUIRED' | 'DUPLICATE_CUSTOM_PROPERTY_NAME' | 'DUPLICATE_FLOW_TEST_POINT' | 'DUPLICATE_QUESTION_NOT_ALLOWED' | 'DYNAMIC_TYPE_MAPPING_MISSING' | 'DYNAMIC_TYPE_NOT_SUPPORTED_FOR_METADATA_API_VERSION' | 'EITHER_CONDITIONS_OR_ACTION_NOT_SUPPORTED' | 'ELEMENT_CONNECTS_TO_SELF' | 'ELEMENT_COORDINATES_INVALID' | 'ELEMENT_INVALID_CONNECTOR' | 'ELEMENT_INVALID_REFERENCE' | 'ELEMENT_INVALID_REFERENCE_FOR_CONFLICTING_FIELD_VALUE' | 'ELEMENT_MISSING_CONNECTOR' | 'ELEMENT_MISSING_LABEL' | 'ELEMENT_MISSING_NAME' | 'ELEMENT_MISSING_REFERENCE' | 'ELEMENT_MORE_THAN_ONE_FIELD' | 'ELEMENT_NAME_INVALID' | 'ELEMENT_NEVER_USED' | 'ELEMENT_NOT_FOUND' | 'ELEMENT_NOT_SUPPORTED_IN_SUBFLOW_FOR_TRIGGER_TYPE' | 'ELEMENT_REQUIRES_PERM' | 'ELEMENT_SCALE_SMALLER_THAN_DEFAULTVALUE' | 'ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_ELEMENTTYPE' | 'ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'ELEMENT_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'ENTRY_CONDITION_CONFLICTING_FILTERS' | 'ENVIRONMENTS_VALUE_CHANGED' | 'ENVIRONMENT_PERMISSION_REQUIRED' | 'EXTERNAL_OBJECTS_NOT_SUPPORTED' | 'EXTERNAL_OBJECT_FIELDS_NOT_SUPPORTED' | 'EXTERNAL_SYSTEM_FLOW_INVALID_POLLING_FREQUENCY' | 'EX_AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE' | 'FAULT_CONNECTOR_NOT_SUPPORTED_FOR_PROCESS_TYPE' | 'FEATURE_DISABLED' | 'FEROV_INVALID_INPUT_CONFIGURATOR_MODE' | 'FIELDASSIGNMENT_FIELD_INCOMPATIBLE_DATATYPE' | 'FIELDASSIGNMENT_INVALID_DATATYPE' | 'FIELDASSIGNMENT_INVALID_ELEMENT' | 'FIELDASSIGNMENT_INVALID_REFERENCE' | 'FIELDASSIGNMENT_MULTIPLE_REFERENCES_SAME_FIELD' | 'FIELDASSIGNMENT_PICKLISTFIELD_INCOMPATIBLE_DATATYPE' | 'FIELDASSIGNMENT_REFERENCED_ELEMENT_MISSING_DATATYPE' | 'FIELDSERVICE_UNSUPPORTED_FIELD_TYPE' | 'FIELD_INVALID_VALUE' | 'FIELD_NOT_FOUND' | 'FIELD_RELATIONSHIP_NOT_SUPPORTED' | 'FIELD_REQUIRES_PERM' | 'FIELD_TYPE_NOT_SUPPORTED_AS_CHILD_OF_SCREENFIELD_REGION_OR_REGIONCONTAINER' | 'FIELD_TYPE_NOT_SUPPORTED_AS_PARENT' | 'FIELD_TYPE_UNSUPPORTED' | 'FIELD_VALUE_REQUIRES_PERM' | 'FLEXIPAGE_COMPONENT_ATTRIBUTE_EXPRESSION_EXCEPTION' | 'FLEXIPAGE_COMPONENT_ATTRIBUTE_GENERIC_EXCEPTION' | 'FLEXIPAGE_COMPONENT_ATTRIBUTE_MISSING_REQUIRED' | 'FLEXIPAGE_COMPONENT_ATTRIBUTE_TOO_LONG' | 'FLEXIPAGE_COMPONENT_CUSTOM_VALIDATION_EXCEPTION' | 'FLEXIPAGE_COMPONENT_DESIGN_EXCEPTION' | 'FLEXIPAGE_COMPONENT_EVENT_DUPLICATE_TARGET_EXCEPTION' | 'FLEXIPAGE_COMPONENT_EVENT_EMPTY_TARGET_MAPPING_EXCEPTION' | 'FLEXIPAGE_COMPONENT_EVENT_INVALID_FORMFACTOR_EXCEPTION' | 'FLEXIPAGE_COMPONENT_EVENT_INVALID_SERVICE_EXCEPTION' | 'FLEXIPAGE_COMPONENT_EVENT_SOURCE_EXCEPTION' | 'FLEXIPAGE_COMPONENT_MAX_LIMIT_EXCEPTION' | 'FLEXIPAGE_COMPONENT_RULE_VALIDATION_EXCEPTION' | 'FLEXIPAGE_DUPLICATE_PROPERTY_COMPONENT_EXCEPTION' | 'FLEXIPAGE_EVENT_ATTRIBUTE_GENERIC_EXCEPTION' | 'FLEXIPAGE_INVALID_ITEM_INSTANCE_TYPE_EXCEPTION' | 'FLEXIPAGE_INVALID_PROPERTY_TYPE_COMPONENT_EXCEPTION' | 'FLEXIPAGE_INVALID_PROPERTY_TYPE_EVENT_TARGET_EXCEPTION' | 'FLEXIPAGE_ITEM_INSTANCE_CUSTOM_VALIDATION_EXCEPTION' | 'FLEXIPAGE_MAX_INTERACTIONS_EXCEPTION' | 'FLEXIPAGE_PICKLIST_INVALID_VALUE_EXCEPTION' | 'FLEXIPAGE_RENAMED_COMPONENT_VALIDATION_EXCEPTION' | 'FLEXIPAGE_TEMPLATE_INVALID_SWITCH' | 'FLOW_ALREADY_OVERRIDDEN' | 'FLOW_APPROVAL_RECALL_INVALID_CONNECTOR' | 'FLOW_APPROVAL_RECALL_TOO_MANY_PATHS' | 'FLOW_CAMPAIGN_BUSINESS_UNIT_NO_ACCESS' | 'FLOW_CAPABILITY_INPUT_DATA_TYPE_INVALID' | 'FLOW_CAPABILITY_INPUT_INVALID' | 'FLOW_CAPABILITY_INPUT_MISSING' | 'FLOW_CAPABILITY_INVALID' | 'FLOW_CAPABILITY_MISSING' | 'FLOW_COMPLEX_OBJECT_FIELD_DETAILS_INVALID_FEROV' | 'FLOW_COMPLEX_VALUE_COLLECTION_TYPE_EXPECTED' | 'FLOW_COMPLEX_VALUE_INVALID' | 'FLOW_COMPLEX_VALUE_INVALID_JSON' | 'FLOW_COMPLEX_VALUE_INVALID_MERGE_FIELD' | 'FLOW_COMPLEX_VALUE_NOT_SUPPORTED' | 'FLOW_COMPLEX_VALUE_SCALAR_TYPE_EXPECTED' | 'FLOW_COMPLEX_VALUE_TYPE_DATATYPE_INVALID' | 'FLOW_COMPLEX_VALUE_TYPE_DATATYPE_MISSING' | 'FLOW_COMPLEX_VALUE_TYPE_ELEMENT_REFERENCE_INVALID' | 'FLOW_COMPLEX_VALUE_TYPE_ELEMENT_REFERENCE_MISSING' | 'FLOW_COMPLEX_VALUE_TYPE_FIELD_REFERENCE_INVALID' | 'FLOW_COMPLEX_VALUE_TYPE_FIELD_REFERENCE_MISSING' | 'FLOW_COMPLEX_VALUE_TYPE_OBJECTTYPE_INVALID' | 'FLOW_COMPLEX_VALUE_TYPE_OBJECTTYPE_MISSING' | 'FLOW_CONDITION_INVALID_FIELD' | 'FLOW_CONDITION_MISSING_FIELD' | 'FLOW_CONDITION_NESTING_LIMIT_EXCEEDED' | 'FLOW_CONTEXT_RECORD_ASSIGNMENT_VARIABLE_INVALID' | 'FLOW_CUSTOM_ERROR_COMPOUND_FIELD_NOT_SUPPORTED' | 'FLOW_CUSTOM_ERROR_EMPTY_MESSAGES_LIST' | 'FLOW_CUSTOM_ERROR_INVALID_OR_INCOMPLETE_FIELD' | 'FLOW_CUSTOM_ERROR_MULTIPLE_ERRORS_ON_FIELD' | 'FLOW_CUSTOM_ERROR_MULTIPLE_PAGE_ERRORS_EXCEPTION' | 'FLOW_CUSTOM_ERROR_NO_FIELD_SELECTION_FOR_FIELD_ERROR' | 'FLOW_DATA_PROCESSING_LIMIT_EXCEEDED' | 'FLOW_ELEMENT_SCALE_LESS_THAN_ZERO' | 'FLOW_EXCEEDED_EXITRULE_MAX_COUNT' | 'FLOW_EXITRULE_EXECUTION_DELAY_WARNING' | 'FLOW_EXITRULE_WITH_NO_CONDITION' | 'FLOW_EXPERIMENT_DATA_GRAPH_NAME_NOT_SET' | 'FLOW_EXPERIMENT_DURATION_INVALID_VALUE' | 'FLOW_EXPERIMENT_DURATION_UNIT_INVALID_VALUE' | 'FLOW_EXPERIMENT_EINSTEIN_GUARD_NOT_ENABLED' | 'FLOW_EXPERIMENT_GO_TO_NOT_SUPPORTED' | 'FLOW_EXPERIMENT_INVALID_PRIMARY_METRIC' | 'FLOW_EXPERIMENT_INVALID_TOTAL_PATH_PERCENTAGE' | 'FLOW_EXPERIMENT_IS_NOT_ALLOWED_WITH_PENDING_DML' | 'FLOW_EXPERIMENT_MISSING_FALLBACK_MODE' | 'FLOW_EXPERIMENT_NESTING_IN_SUBFLOW_NOT_SUPPORTED' | 'FLOW_EXPERIMENT_NESTING_NOT_SUPPORTED' | 'FLOW_EXPERIMENT_OOTB_EMAIL_REQUIRES_SEND_EMAIL' | 'FLOW_EXPERIMENT_PATHS_COUNT_ABOVE_MAXIMUM' | 'FLOW_EXPERIMENT_PATHS_COUNT_BELOW_MINIMUM' | 'FLOW_EXPERIMENT_PATH_PERCENTAGE_INVALID' | 'FLOW_EXPERIMENT_PERSONALIZATION_SETUP_INCOMPLETE' | 'FLOW_EXPERIMENT_TEST_GROUP_NOT_SUPPORTED' | 'FLOW_EXPERIMENT_TEST_GROUP_PERCENTAGE_INVALID_VALUE' | 'FLOW_FORMULA_FIELD_MISSING' | 'FLOW_FORMULA_NOT_SUPPORTED' | 'FLOW_GET_RECORDS_DUPLICATE_SIBLINGS' | 'FLOW_GET_RECORDS_NESTED_LEVELS_MAX_LIMIT' | 'FLOW_GET_RECORDS_OBJECTS_MAX_LIMIT' | 'FLOW_GET_RECORDS_RELA_FIELD_INVALID' | 'FLOW_GET_RECORDS_RELA_OBJ_INVALID' | 'FLOW_GET_RECORDS_RELA_REC_UNSUPP' | 'FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_CALLOUTS' | 'FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_OBJECTS' | 'FLOW_INCLUDES_STEP' | 'FLOW_INLINE_TRANSFORM_API_VERSION_NOT_SUPPORTED' | 'FLOW_INLINE_TRANSFORM_NOT_SUPPORTED' | 'FLOW_INPUTPARAM_MISMATCHED_APEX_CLASS' | 'FLOW_INTERVIEW_BULK_EXECUTION' | 'FLOW_INTERVIEW_HANDLED_ERROR' | 'FLOW_INTERVIEW_INPUT_VALIDATION' | 'FLOW_INTERVIEW_INTERACTION_NOT_FOUND' | 'FLOW_INTERVIEW_INVALID_CHOICE_USER_INPUT' | 'FLOW_INTERVIEW_INVALID_FIELD_VALUE' | 'FLOW_INTERVIEW_INVALID_START_REQUEST' | 'FLOW_INTERVIEW_LIMIT_EXCEEDED' | 'FLOW_INTERVIEW_MISSING_CHOICE_FOR_REQUIRED_CHOICE_FIELD' | 'FLOW_INTERVIEW_MISSING_VALUE_FOR_REQUIRED_INPUT_FIELD' | 'FLOW_INTERVIEW_NAVIGATE' | 'FLOW_INTERVIEW_RANGE_VALIDATION' | 'FLOW_INTERVIEW_RECOVERABLE_ERROR' | 'FLOW_INTERVIEW_REGEX_VALIDATION' | 'FLOW_INTERVIEW_RESUME_INTERVIEW' | 'FLOW_INTERVIEW_SAVE_RESULT' | 'FLOW_INTERVIEW_SET_CHOICE_SELECTED' | 'FLOW_INTERVIEW_START_INTERVIEW' | 'FLOW_INTERVIEW_TYPE_CONVERSION' | 'FLOW_INVALID_ACTIVATION' | 'FLOW_INVALID_ACTIVATION_TARGET' | 'FLOW_INVALID_EVENT_NAME' | 'FLOW_INVALID_EVENT_TYPE' | 'FLOW_INVALID_NAME' | 'FLOW_METRICS_NOT_SUPPORTED' | 'FLOW_MISMATCHING_DATA_SPACES' | 'FLOW_NAME_USED_IN_OTHER_CLIENT' | 'FLOW_ORCHESTRATOR_FREEMIUM_PRODUCT' | 'FLOW_OVERRIDABLE_CANNOT_BE_OVERRIDE' | 'FLOW_OVERRIDABLE_CANNOT_BE_TEMPLATE' | 'FLOW_OVERRIDDEN_FLOW_INVALID_REFERENCE' | 'FLOW_OVERRIDE_EXTRA_VARIABLE' | 'FLOW_OVERRIDE_INCOMPATIBLE_PROCESS_TYPE' | 'FLOW_OVERRIDE_INCOMPATIBLE_TYPE' | 'FLOW_OVERRIDE_INCOMPATIBLE_VARIABLE' | 'FLOW_RECORD_LOOKUP_LIMIT_NOT_SUPPORTED' | 'FLOW_RECORD_LOOKUP_LIMIT_OUT_OF_RANGE' | 'FLOW_RECORD_PRIOR_AUTOLAUNCH_UPDATE_ONLY' | 'FLOW_RECORD_PRIOR_INVALID_IN_RECORD_CREATE' | 'FLOW_RECORD_PRIOR_INVALID_IN_RECORD_DELETE' | 'FLOW_RECORD_PRIOR_INVALID_IN_RECORD_UPDATE' | 'FLOW_RECORD_PRIOR_READ_ONLY' | 'FLOW_REFERENCES_APEX_CLASS_NOT_IN_SAME_PACKAGE' | 'FLOW_RESOURCE_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'FLOW_RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED_FOR_RECORD_PRIOR' | 'FLOW_RUN_AS_SYSTEM_MODE_WITHOUT_CONTEXT_WARNING' | 'FLOW_RUN_AS_SYSTEM_MODE_WITH_CONTEXT_WARNING' | 'FLOW_SCHEDULED_PATH_ALLOWED_ONE_ASYNCAFTERCOMMIT_PATH' | 'FLOW_SCHEDULED_PATH_ASYNCAFTERCOMMIT_REQUIRES_RECORD_CHANGED_OR_ISCHANGED' | 'FLOW_SCHEDULED_PATH_CANNOT_USE_IS_CHANGED' | 'FLOW_SCHEDULED_PATH_INCOMPATIBLE_TIME_SOURCE' | 'FLOW_SCHEDULED_PATH_INCOMPATIBLE_WHEN_DECISION_REQUIRES_RECORD_CHANGED' | 'FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_FLOW_TRIGGER_TYPE' | 'FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_RECORD_PRIOR' | 'FLOW_SCHEDULED_PATH_INVALID_BATCH_SIZE' | 'FLOW_SCHEDULED_PATH_INVALID_OFFSET' | 'FLOW_SCHEDULED_PATH_REQUIRED_FIELDS_MISSING' | 'FLOW_SCHEDULED_PATH_REQUIRES_DEFAULT_WORKFLOW_USER' | 'FLOW_SCHEDULED_PATH_REQUIRES_RECORD_CHANGED_TO_MEET_CRITERIA' | 'FLOW_SCHEDULE_INFORMATION_INCOMPLETE' | 'FLOW_SEGMENT_AND_DG_NOT_MATCH_ON_DMO' | 'FLOW_SOBJECT_VARIABLE_NOT_PERSISTED' | 'FLOW_SOURCE_TEMPLATE_INVALID_REFERENCE' | 'FLOW_STAGE_INCLUDES_REFERENCES' | 'FLOW_STAGE_ORDER_DUPLICATE' | 'FLOW_STAGE_ORDER_OUT_OF_RANGE' | 'FLOW_START_INPUT_INVALID_EXTERNAL_TRIGGER' | 'FLOW_START_INPUT_INVALID_INPUT' | 'FLOW_START_INPUT_INVALID_TYPE' | 'FLOW_START_INPUT_NOT_ALLOWED' | 'FLOW_START_INPUT_REQUIRED' | 'FLOW_START_MISMATCHING_DATA_SPACES' | 'FLOW_START_OPTION_REQUIRES_FLOW_RUN_INSTALLED' | 'FLOW_STATIC_INDEX_UNSUPPORTED' | 'FLOW_SYSTEM_VARIABLE_NOT_SUPPORTED_FOR_TRIGGERTYPE' | 'FLOW_TEST_API_NAME_DUPLICATED' | 'FLOW_TEST_ASSERTION_MISSING' | 'FLOW_TEST_ASSERTION_NOT_SUPPORTED' | 'FLOW_TEST_CONDITION_INCOMPATIBLE' | 'FLOW_TEST_CONDITION_INVALID_DATATYPE_MAPPING' | 'FLOW_TEST_CONDITION_LIMIT' | 'FLOW_TEST_CONDITION_NOT_SUPPORTED' | 'FLOW_TEST_DATATYPE_INVALID' | 'FLOW_TEST_DUPLICATED_OBJECT' | 'FLOW_TEST_DUPLICATE_OBJECT_FIELD' | 'FLOW_TEST_ELEMENT_UNAVAILABLE' | 'FLOW_TEST_FLOW_INVALID' | 'FLOW_TEST_FLOW_VERSION_INVALID_VERSION_NUMBER' | 'FLOW_TEST_HAS_ERROR_ASSERTION_UNAVAILABLE' | 'FLOW_TEST_IMMEDIATE_PATH_MISSING' | 'FLOW_TEST_INCOMPATIBLE_DATATYPE' | 'FLOW_TEST_INCOMPATIBLE_PARAMETER_TYPE' | 'FLOW_TEST_INVALID_APEX_CLASS' | 'FLOW_TEST_INVALID_DATA_SOURCE' | 'FLOW_TEST_INVALID_OBJECT_FIELD' | 'FLOW_TEST_INVALID_OBJECT_RECORD' | 'FLOW_TEST_INVALID_PARAMETER_VALUE' | 'FLOW_TEST_INVALID_REFERENCE' | 'FLOW_TEST_JSON_PARAMETER_INVALID' | 'FLOW_TEST_MERGE_FIELD_INVALID' | 'FLOW_TEST_MERGE_FIELD_NOT_SUPPORTED' | 'FLOW_TEST_MISSING_DATA_SOURCE_TYPE' | 'FLOW_TEST_NO_FIELD_SELECTED' | 'FLOW_TEST_OPERATOR_INVALID' | 'FLOW_TEST_PARAMETER_DUPLICATED' | 'FLOW_TEST_PARAMETER_INCOMPATIBLE' | 'FLOW_TEST_PARAMETER_INVALID' | 'FLOW_TEST_PARAMETER_LEFTVALUEREFERENCE_INVALID' | 'FLOW_TEST_PARAMETER_MISSING' | 'FLOW_TEST_PARAMETER_NOT_SUPPORTED' | 'FLOW_TEST_PARAMETER_TYPE_INVALID' | 'FLOW_TEST_PARAMETER_TYPE_MISMATCH' | 'FLOW_TEST_PARAMETER_VALUE_INVALID' | 'FLOW_TEST_PARAMETER_VALUE_MISSING' | 'FLOW_TEST_PARAMS_REQUIRED' | 'FLOW_TEST_POINT_MISSING' | 'FLOW_TEST_POINT_NOT_SUPPORTED' | 'FLOW_TEST_POINT_UNSUPPORTED' | 'FLOW_TEST_PROCESSTYPE_INVALID' | 'FLOW_TEST_RIGHTVALUE_INVALID' | 'FLOW_TEST_UNSUPPORTED_PARAMETER_VALUE' | 'FLOW_TEST_UNSUPPORTED_REFERENCE' | 'FLOW_TRANSFORM_AGGR_COLL_NUM_OF_REF' | 'FLOW_TRANSFORM_AGGR_SOURCE_INVALID' | 'FLOW_TRANSFORM_APEX_CLASS_INCOMPATIBLE' | 'FLOW_TRANSFORM_API_VERSION_NOT_SUPPORTED' | 'FLOW_TRANSFORM_ASSIGN_TO_REFERENCE_UNSUPPORTED' | 'FLOW_TRANSFORM_COLL_DEPTH_NOT_SUPPORTED' | 'FLOW_TRANSFORM_COLL_DEPTH_UP_TO_TWO' | 'FLOW_TRANSFORM_COLL_INVALID' | 'FLOW_TRANSFORM_COLL_UNAVAILABLE' | 'FLOW_TRANSFORM_COMPOUND_FIELD_UNSUPPORTED' | 'FLOW_TRANSFORM_ELEMENT_REFERENCE_INVALID' | 'FLOW_TRANSFORM_ELEMENT_REFERENCE_TYPE_INCOMPATIBLE' | 'FLOW_TRANSFORM_FIELD_INVALID' | 'FLOW_TRANSFORM_FIELD_MISSING_INPUT_PARAMETER' | 'FLOW_TRANSFORM_FMLAFOR_COLL_NOT_SUPP' | 'FLOW_TRANSFORM_FMLA_COLL_MULT_RSRC' | 'FLOW_TRANSFORM_GETITEMBYINDEX_INDEX_INVALID' | 'FLOW_TRANSFORM_GETITEMBYINDEX_INDEX_MISSING' | 'FLOW_TRANSFORM_INPUT_PARAM_DUPLICATED' | 'FLOW_TRANSFORM_INPUT_PARAM_INVALID' | 'FLOW_TRANSFORM_INPUT_PARAM_MISSING' | 'FLOW_TRANSFORM_INVALID_COLLECTION_INDEX' | 'FLOW_TRANSFORM_INVALID_COLLECTION_MAPPING' | 'FLOW_TRANSFORM_INVALID_INPUT_PARAMETER_VALUE' | 'FLOW_TRANSFORM_INVALID_JOIN_KEYS' | 'FLOW_TRANSFORM_INVALID_MIXED_STATIC_MAPPING' | 'FLOW_TRANSFORM_INVALID_MULTIPLE_TRANSFORM_VALUE_ACTIONS' | 'FLOW_TRANSFORM_INVALID_TARGET_FIELD' | 'FLOW_TRANSFORM_INVOCABLE_ACTION_IDENTIFIER_MISSING' | 'FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_ENABLED' | 'FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_FOUND' | 'FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_VALID' | 'FLOW_TRANSFORM_JOIN_DUPLICATE_SELECTED_FIELD' | 'FLOW_TRANSFORM_JOIN_INVALID_SELECTED_FIELD' | 'FLOW_TRANSFORM_JOIN_KEY_UNSUPPORTED' | 'FLOW_TRANSFORM_JOIN_MISSING_SELECTED_FIELDS' | 'FLOW_TRANSFORM_JOIN_NOT_SUPPORTED' | 'FLOW_TRANSFORM_MAP_COLL_MISSING' | 'FLOW_TRANSFORM_MAP_COLL_MISSING_SOURCE' | 'FLOW_TRANSFORM_MAP_COLL_MULT_SOURCE' | 'FLOW_TRANSFORM_MAP_COLL_NUM_OF_REF' | 'FLOW_TRANSFORM_MAP_COLL_RELA_RECORDS' | 'FLOW_TRANSFORM_MAP_COL_PRIMITIVE_INCOMPA' | 'FLOW_TRANSFORM_MAP_RSRC_TYPE_NOT_SUPPORTED' | 'FLOW_TRANSFORM_MAP_STATIC_VAL_COLL_MISSING' | 'FLOW_TRANSFORM_MISSING_JOIN_FIELD_MAPPING' | 'FLOW_TRANSFORM_OUTPUT_FIELD_API_NAME_INVALID' | 'FLOW_TRANSFORM_REQUIRES_AUTOMATIC_OUTPUT' | 'FLOW_TRANSFORM_SPLIT_JOIN_FIELD_MAPPING' | 'FLOW_TRANSFORM_STATIC_COLLECTION_DISABLED' | 'FLOW_TRANSFORM_STATIC_COLLECTION_UNSUPPORTED' | 'FLOW_TRANSFORM_STATIC_ITEM_MISSING_VALUE' | 'FLOW_TRANSFORM_SUM_SOURCE_TYPE_INVALID' | 'FLOW_TRANSFORM_TYPE_NAME_DUPLICATED' | 'FLOW_TRANSFORM_TYPE_NOT_SUPPORTED' | 'FLOW_TRANSFORM_UNEXPECTED_AUTO_PARAMS' | 'FLOW_TRANSFORM_VALUES_MISSING' | 'FLOW_TRANSFORM_VALUE_INVALID' | 'FLOW_TRANSFORM_VAL_NAME_NOT_SUPPORTED' | 'FLOW_TRANSFORM_VAL_REF_NOT_SUPPORTED' | 'FLOW_TRANSFORM_VAL_REF_TFRM_TYP_NOT_SUPP' | 'FLOW_TRIGGER_DERIVED_FIELD_NOT_SUPPORTED' | 'FLOW_TRIGGER_ORDER_OUT_OF_BOUNDS' | 'FLOW_TRIGGER_TYPE_INCOMPATIBLE_WITH_RECORD_TRIGGER_TYPE' | 'FLOW_UPSERT_EXTERNAL_ID_FIELD_INVALID' | 'FLOW_UPSERT_EXTERNAL_ID_FIELD_NOT_UNIQUE' | 'FLOW_UPSERT_STANDARD_FIELD_INVALID' | 'FLOW_UPSERT_STANDARD_ID_FIELD_IDLOOKUP_FALSE' | 'FLOW_UPSERT_UNIQUE_ID_CONFLICT' | 'FLOW_VALUE_MAP_DUPLICATE_SOURCE_VALUE' | 'FLOW_VALUE_MAP_MISSING_DEFAULT_VALUE' | 'FLOW_VALUE_MAP_TOO_MANY_ENTRIES' | 'FORMULA_CMT_LIMIT_EXCEEDED' | 'FORMULA_EXPRESSION_INVALID' | 'FORM_ALREADY_IN_USE_BY_DRAFT_VERSION' | 'FORM_ALREADY_IN_USE_BY_FLOW' | 'GLOBAL_VARIABLE_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'GOTO_NOT_SUPPORTED_FOR_PROCESS_TYPE' | 'GROUP_ACTION_NOT_ALLOWED_AS_CHILD' | 'GROUP_CHILDREN_NOT_CONTIGUOUS' | 'GROUP_ENTRY_ACTION_NOT_MATCHING' | 'GROUP_EXIT_ACTION_NOT_MATCHING' | 'GROUP_GROUP_NOT_ALLOWED_AS_CHILD' | 'GROUP_NAME_MISSING' | 'GROUP_REQUIRES_CHILDREN' | 'GROUP_TYPE_MISSING' | 'HAS_ERROR_OPERATOR_UNAVAILABLE' | 'HELP_TEXT_NOT_SUPPORTED_FOR_SCREEN_FIELD' | 'HTTP_METHOD_NOT_SUPPORTED' | 'INACCESSIBLE_EVENT_TYPE' | 'INCOMPATIBLE_DEBUG_CONFIG_OUTPUT_PARAM_DATA_TYPE' | 'INCOMPATIBLE_FLOW_PATH' | 'INCONSISTENT_ACTION_VERSIONS' | 'INCONSISTENT_DYNAMIC_TYPE_MAPPING' | 'INCONSISTENT_VALUE_FOR_DYNAMIC_VALUE_FIELD' | 'INDIVIDUAL_CONTACT_POINT_NOT_FOUND' | 'INDIVIDUAL_NOT_FOUND' | 'INPUTPARAM_CONFIGURATION_NOT_FOUND' | 'INPUTPARAM_INCOMPATIBLE_CONFIGURATION_ONLY' | 'INPUTPARAM_INCOMPATIBLE_DATATYPE' | 'INPUTPARAM_INCOMPATIBLE_WITH_COLLECTION_VARIABLE' | 'INPUTPARAM_INCOMPATIBLE_WITH_NONCOLLECTION_VARIABLE' | 'INPUTPARAM_MISMATCHED_OBJECTTYPE' | 'INPUTPARAM_VARIABLE_MISSING' | 'INPUTVARIABLE_COLLECTION_NOT_SUPPORTED_FOR_DYNAMIC_ACTION' | 'INPUTVARIABLE_COLLECTION_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'INPUTVARIABLE_DATATYPE_NOT_SUPPORTED_FOR_DYNAMIC_ACTION' | 'INPUTVARIABLE_DATATYPE_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'INPUT_PARAMETER_INVALID_SCHEMA_URI' | 'INPUT_PARAMETER_SCHEMA_DISABLED' | 'INSUFFICIENT_ACCESS_FOR_UPSERT' | 'INVALID_ACTION_TYPE_FOR_STEP' | 'INVALID_ASSIGNEE' | 'INVALID_CONTENT_TYPE' | 'INVALID_ELEMENT_ON_PATH' | 'INVALID_EMAIL_ADDRESS' | 'INVALID_ENVIRONMENTS_VALUE' | 'INVALID_FLOW' | 'INVALID_FLOW_INTERVIEW' | 'INVALID_FLOW_TEST_PARAMETER_REFERENCE' | 'INVALID_FLOW_TEST_TYPE' | 'INVALID_ID' | 'INVALID_INPUT' | 'INVALID_INPUT_PARAMETER_VALUE' | 'INVALID_OPERATION_TYPE' | 'INVALID_ORCH_ASSIGNEE_TYPE_FOR_PACKAGE' | 'INVALID_PROCESSTYPE_ENVIRONMENT_COMBINATION' | 'INVALID_PROCESS_TYPE_FOR_APPROVAL_RECALL_PATH' | 'INVALID_QUERY_LOCATOR_FORMAT' | 'INVALID_REGEX_IN_SURVEY_QUESTIONS' | 'INVALID_RUN_CONTEXT' | 'INVALID_SEGMENT_STATUS_FOR_ACTIVATION' | 'INVALID_SENDER_TYPE' | 'INVALID_SETUP_REFERENCE_TYPE' | 'INVALID_STAGE_REFERENCE' | 'INVALID_STAGE_STEP_ASSIGNEE_TYPE' | 'INVALID_STEP_TYPE_FOR_APPROVAL_RECALL_PATH' | 'INVALID_SURVEY_VARIABLE_NAME_OR_TYPE' | 'INVALID_TIME_ZONE' | 'INVALID_TYPE' | 'INVALID_VALUE' | 'INVOCABLE_ACTION_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'LOCATOR_LOCATION_EXCEEDS_SIZE' | 'LOOP_ASSIGNNEXTVALUETO_MISMATCHED_APEXCLASSTYPE' | 'LOOP_ASSIGNNEXTVALUETO_MISMATCHED_DATATYPE' | 'LOOP_ASSIGNNEXTVALUETO_MISMATCHED_OBJECTTYPE' | 'LOOP_ASSIGNNEXTVALUETO_MISSING' | 'LOOP_ASSIGNNEXTVALUETO_MISSING_VARIABLE' | 'LOOP_ASSIGNNEXTVALUETO_REFERENCE_NOT_FOUND' | 'LOOP_COLLECTION_ELEMENT_NOT_FOUND' | 'LOOP_COLLECTION_NOT_FOUND' | 'LOOP_COLLECTION_NOT_SUPPORTED_FOR_FIELD' | 'LOOP_MISSING_COLLECTION' | 'MANAGEDCONTENT_STATUS_INVALID' | 'MANUALLY_SET_OUTPUT_DATA_TYPE_MISMATCH' | 'MANUALLY_SET_OUTPUT_INVALID_PARAM' | 'MANUAL_VARIABLE_ASSIGNMENT_NOT_SUPPORTED' | 'MAX_ACTIVE_FLOWS_PER_OBJECT' | 'MAX_CHILD_TYPES' | 'MAX_EXTERNAL_REFERENCES_IN_QUERY' | 'MAX_STATEMENT_SIZE' | 'MERGE_FIELD_NOT_SUPPORTED_IN_ACTION' | 'MESSAGING_API_ENTITLEMENT_REACHED' | 'MESSAGING_INACTIVE_CHANNEL' | 'MISSING_ASSIGNEE' | 'MISSING_ASSIGNEE_TYPE' | 'MISSING_EMAIL_RECIPIENTS' | 'MISSING_FLOW_TRANSFORM_SUM_FIELD' | 'MISSING_MULESOFT_STEP_ASSIGNEE' | 'MISSING_REQUIRED_OUTPUT_VARIABLE' | 'MULTIPLE_ASSIGNEES_NOT_ALLOWED' | 'NON_EXPOSED_COMPONENT_IN_FLOW' | 'NON_GLOBAL_COMPONENT_IN_EXPORTED_FLOW' | 'NO_ELEMENTS_IN_RUN_IMMEDIATELY_PATH' | 'NUMBER_OF_SCREENFIELD_REGIONS_EXCEEDS_LIMIT' | 'OBJECTTYPE_INVALID' | 'OBJECT_CANNOT_BE_CREATED' | 'OBJECT_CANNOT_BE_DELETED' | 'OBJECT_CANNOT_BE_QUERIED' | 'OBJECT_CANNOT_BE_UPDATED' | 'OBJECT_ENCRYPTED_FIELDS_NOT_SUPPORTED' | 'OBJECT_NOT_FOUND' | 'OBJECT_TYPE_DOES_NOT_EXIST' | 'OBJECT_TYPE_NOT_CDC_ENABLED' | 'ORCHESTRATION_CAN_ASSIGNEE_EDIT_NOT_SUPPORTED' | 'ORCHESTRATION_REQUIRESASYNCPROCESSING_NOT_SUPPORTED' | 'ORCHESTRATION_REQUIRESASYNCPROCESSING_REQUIRED' | 'ORCHESTRATION_STEP_LOCK_RECORD_NOT_SUPPORTED' | 'ORG_WIDE_EMAIL_INVALID' | 'ORG_WIDE_EMAIL_NOT_USED' | 'OUTPUTPARAM_ASSIGNTOREFERENCE_INVALID' | 'OUTPUTPARAM_ASSIGNTOREFERENCE_NOTFOUND' | 'OUTPUTPARAM_INCOMPATIBLE_DATATYPE' | 'OUTPUTPARAM_MISMATCHED_OBJECTTYPE' | 'OUTPUTPARAM_MISMATCHED_WITH_COLLECTION_VARIABLE' | 'OUTPUTPARAM_MISSING_ASSIGNTOREFERENCE' | 'OUTPUTPARAM_MISTMATCHED_WITH_NONCOLLECTION_VARIABLE' | 'PARAM_DATATYPE_NOT_SUPPORTED' | 'PAST_SCHEDULE_FLOW_WILL_NOT_RUN' | 'PLATFORM_EVENT_TRIGGERED_FLOW_REQUIRES_DEFAULT_WORKFLOW_USER' | 'PRICE_ADJUSTMENT_TIER_VALIDATION_ERROR' | 'PROCESSMETADATAVALUES_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'PROCESSMETADATAVALUE_NONEXISTENT_ELEMENT' | 'PROCESSTYPE_COMPONENTTYPE_NOT_SUPPORTED' | 'PROCESSTYPE_ELEMENT_CONFIG_NOT_SUPPORTED' | 'PROCESSTYPE_ELEMENT_NOT_SUPPORTED' | 'PROCESSTYPE_EVALUATIONFLOW_REQUIRED' | 'PROCESSTYPE_NOT_SUPPORTED' | 'PROCESSTYPE_SCREEN_FIELDTYPE_NOT_SUPPORTED' | 'PROCESS_TYPE_ELEMENT_ATTRIBUTE_REQUIRED' | 'PROCESS_TYPE_INCOMPATIBLE' | 'PROGRESS_INDICATOR_NOT_SUPPORTED' | 'PROMPT_FLOW_CONTAINS_INVALID_VARIABLE' | 'PROMPT_FLOW_INPUT_TYPE_CONFLICT' | 'QUERY_LOCATOR_EXPIRED' | 'QUERY_LOCATOR_NOT_FOUND' | 'QUEUE_DOES_NOT_SUPPORT_ORCHESTRATION_WORK_ITEMS' | 'RECOMMENDATION_STRATEGY_EXCEPTION' | 'RECORDFILTER_ENCRYPTED_FIELDS_NOT_SUPPORTED' | 'RECORDFILTER_GEOLOCATION_FIELDS_NOT_SUPPORTED' | 'RECORDFILTER_INVALID_DATATYPE' | 'RECORDFILTER_INVALID_ELEMENT' | 'RECORDFILTER_INVALID_OPERATOR' | 'RECORDFILTER_INVALID_REFERENCE' | 'RECORDFILTER_MISSING_DATATYPE' | 'RECORDFILTER_MULTIPLE_QUERIES_SAME_FIELD' | 'RECORDFILTER_NON_PRIMITIVE' | 'RECORDLOOKUP_IDASSIGNMENT_VARIABLE_INCOMPATIBLE_DATATYPE' | 'RECORDLOOKUP_IDASSIGNMENT_VARIABLE_NOT_FOUND' | 'RECORDUPDATE_MISSING_FILTERS' | 'RECORD_CHANGE_LISTENER_CONDITIONS_NON_RECORD_GLOBAL_VARIABLE' | 'RECORD_CHANGE_LISTENER_CONDITIONS_NOT_SUPPORTED' | 'RECORD_CHANGE_LISTENER_CONDITIONS_THRESHOLD_BREACHED' | 'RECORD_CREATE_MISSING_FILTERS' | 'RECORD_PRIOR_VALUE_REMAIN_SAME_BEFORE_TRIGGER' | 'REFERENCED_ELEMENT_NOT_FOUND' | 'REFERENCE_NOT_SUPPORTED' | 'RELATED_RECORD_REQUIRED_WORK_ACTION' | 'REPEATER_API_VERSION_NOT_SUPPORTED' | 'REPEATER_API_VERSION_UPGRADE' | 'REPEATER_COMPONENT_CURRENTLY_NOT_SUPPORTED' | 'REPEATER_DATA_SOURCE_INCOMPATIBLE_TYPE' | 'REPEATER_REMOVED_FIELD_INVALID' | 'REQUIRED_VARIABLE_INVALID' | 'REQUIRED_VARIABLE_MISSING' | 'RESOURCE_ANNOTATION_MAP_MISSING_ELEMENT_REFERENCE' | 'RESOURCE_DESCRIPTOR_MISSING_ELEMENT_REFERENCE' | 'RESOURCE_NOT_SUPPORTED' | 'RULE_MISSING' | 'RULE_MISSING_ATTRIBUTES' | 'RULE_MISSING_CONDITION' | 'RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED' | 'RUN_AS_USER_NOT_SUPPORTED' | 'RUN_AS_USER_REQUIRED_WHEN_SPECIFYING_ASSIGNEE' | 'SCHEDULE_TRIGGERED_FLOW_REQUIRES_DEFAULT_WORKFLOW_USER' | 'SCREENACTION_CALLS_FLOW_WITH_INSECURE_RUN_AS_MODE' | 'SCREENACTION_INVALID_INPUT_PARAM' | 'SCREENACTION_MISSING_REQUIRED_NAME' | 'SCREENACTION_MISSING_REQUIRED_TYPE' | 'SCREENACTION_NOT_SUPPORTED_IN_ORG' | 'SCREENACTION_TRIGGER_EVENT_SOURCE_NOT_ON_SAME_SCREEN' | 'SCREENACTION_TRIGGER_HANDLER_EXCEEDS_CONDITION_LIMIT' | 'SCREENACTION_TRIGGER_HANDLER_NOT_VALID_SCREEN_ACTION' | 'SCREENACTION_TYPE_NOT_SUPPORTED_IN_ORG' | 'SCREENCOMPONENT_CONTAINS_VISIBILITY_RULE' | 'SCREENFIELD_API_VERSION_NOT_SUPPORTED' | 'SCREENFIELD_BOOLEAN_ISREQUIRED_IS_FALSE' | 'SCREENFIELD_CANNOT_HAVE_BOTH_DEFAULTVALUE_AND_DEFAULTSELECTEDCHOICEREFERENCE' | 'SCREENFIELD_DEFAULTVALUE_NOT_SUPPORTED' | 'SCREENFIELD_EXTENSION_DUPLICATE_INPUT_PARAM' | 'SCREENFIELD_EXTENSION_DUPLICATE_OUTPUT_PARAM' | 'SCREENFIELD_EXTENSION_IMPLEMENTATION_INVALID' | 'SCREENFIELD_EXTENSION_INPUT_ATTRIBUTE_INVALID' | 'SCREENFIELD_EXTENSION_NAME_INVALID' | 'SCREENFIELD_EXTENSION_NAME_MISSING' | 'SCREENFIELD_EXTENSION_NAME_NOT_SUPPORTED' | 'SCREENFIELD_EXTENSION_OUTPUT_ATTRIBUTE_INVALID' | 'SCREENFIELD_EXTENSION_REQUIRED_INPUT_MISSING' | 'SCREENFIELD_INPUTS_NOT_SUPPORTED' | 'SCREENFIELD_INPUTS_ON_NEXT_NAV_TO_ASSOC_SCRN_NOT_SUPPORTED' | 'SCREENFIELD_INVALID_DATATYPE' | 'SCREENFIELD_MULTISELECTCHOICE_SEMICOLON_NOT_SUPPORTED' | 'SCREENFIELD_OBJECTFIELDREFERENCE_INVALID_FORMAT' | 'SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_DEFAULTVALUE' | 'SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_HELPTEXT' | 'SCREENFIELD_OBJECTPROVIDED_INVALID_DATATYPE' | 'SCREENFIELD_OBJECTPROVIDED_ISREQUIRED_NOT_SUPPORTED' | 'SCREENFIELD_OBJECTPROVIDED_LIGHTNING_RUNTIME_DISABLED' | 'SCREENFIELD_OBJECTPROVIDED_MISSING_OBJECTFIELDREFERENCE' | 'SCREENFIELD_OUTPUTS_NOT_SUPPORTED' | 'SCREENFIELD_PARAMETER_MIN_API_VERSION_NOT_VALID_FOR_FLOW_VERSION' | 'SCREENFIELD_REGION_CONTAINS_DUPLICATE_INPUT_PARAMETER_VALUES' | 'SCREENFIELD_REGION_INPUT_PARAMETER_NOT_SUPPORTED' | 'SCREENFIELD_REGION_MISSING_REQUIRED_PERMISSIONS' | 'SCREENFIELD_REGION_NOT_IN_CONTAINER' | 'SCREENFIELD_REGION_REQUIRED_INPUT_PARAMETER_MISSING' | 'SCREENFIELD_REGION_WIDTH_SUM_EXCEEDS_LIMIT' | 'SCREENFIELD_REGION_WIDTH_VALUE_INVALID' | 'SCREENFIELD_TYPE_NOT_SUPPORTED' | 'SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_API_VERSION' | 'SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'SCREENFIELD_USERINPUT_NOT_SUPPORTED_FOR_CHOICETYPE' | 'SCREENFIELD_VALIDATIONRULE_NOT_SUPPORTED' | 'SCREENFIELD_VALIDATION_RULES_NOT_SUPPORTED_FOR_ENVIRONMENT' | 'SCREENFIELD_VALIDATION_RULES_NOT_SUPPORTED_FOR_EXTENSIONS_WITHOUT_OUTPUTS' | 'SCREENFOOTER_MERGEFIELD_NOT_SUPPORTED' | 'SCREENRULE_ACTION_INVALID_ATTRIBUTE' | 'SCREENRULE_ACTION_INVALID_ATTRIBUTE_FOR_API_VERSION' | 'SCREENRULE_ACTION_INVALID_VALUE' | 'SCREENRULE_ACTION_MISSING_ATTRIBUTE' | 'SCREENRULE_ACTION_MISSING_FIELDREFERENCE' | 'SCREENRULE_ACTION_MISSING_VALUE' | 'SCREENRULE_ATTRIBUTE_NOT_SUPPORTED_FOR_SCREENFIELD' | 'SCREENRULE_FIELD_NOT_FOUND_ON_SCREEN' | 'SCREENRULE_MISSING_ACTION' | 'SCREENRULE_NOT_SUPPORTED_IN_ORG' | 'SCREENRULE_SCREENFIELD_NOT_VISIBLE' | 'SCREENRULE_VISIBILITY_NOT_SUPPORTED_IN_ORG' | 'SCREEN_ACTION_NOT_FOUND_WITH_NAME_AND_TYPE' | 'SCREEN_ACTION_TRIGGER_CONDITION_RUNTIME_API_VERSION_NOT_SUPPORTED' | 'SCREEN_ALLOWBACK_ALLOWFINISH_BOTH_FALSE' | 'SCREEN_CONTAINS_LIGHTNING_COMPONENT' | 'SCREEN_CONTAINS_REGION_CONTAINER_COMPONENT' | 'SCREEN_FIELD_REGION_CONTAINER_TYPE_INVALID_VALUE' | 'SCREEN_FIELD_REGION_CONTAINER_TYPE_MISSING' | 'SCREEN_FIELD_SECTION_HEADER_INVALID_VALUE' | 'SCREEN_FIELD_SECTION_HEADER_MISSING' | 'SCREEN_MISSING_FOOTER_AND_LIGHTNING_COMPONENT' | 'SCREEN_MISSING_LABEL' | 'SCREEN_MULTISELECTFIELD_DOESNT_SUPPORT_CHOICE_WITH_USERINPUT' | 'SCREEN_PAUSEDTEXT_NOT_SHOWN_WHEN_ALLOWPAUSE_IS_FALSE' | 'SCREEN_TRIGGER_HANDLER_INVALID_INIT_BEHAVIOR_VALUE' | 'SEND_EMAIL_UNSUPPORTED' | 'SETTING_FIELD_MAKES_OTHER_FIELD_REQUIRED' | 'SETTING_FIELD_MAKES_OTHER_FIELD_UNSUPPORTED' | 'SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_UNSUPPORTED' | 'SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_VALUE_UNSUPPORTED' | 'SETUP_REFERENCE_ALLOWED_ONLY_IN_ACTION_INPUT' | 'SETUP_REFERENCE_TYPE_NOT_PACKAGEABLE' | 'SETUP_REFERENCE_VALUE_REQUIRES_DEVELOPER_NAMES' | 'SLACK_API_EXCEPTION_EXTENSION' | 'SOBJECT_ELEMENT_INCOMPATIBLE_DATATYPE' | 'SOBJECT_ELEMENT_MISMATCHED_OBJECTTYPE' | 'SORT_ENCRYPTED_FIELDS_NOT_SUPPORTED' | 'SORT_FIELD_MISSING' | 'SORT_FIELD_NOT_SUPPORTED' | 'SORT_GEOLOCATION_FIELDS_NOT_SUPPORTED' | 'SORT_LIMIT_INVALID' | 'SORT_ORDER_MISSING' | 'SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_REQUIRED' | 'SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_VALUE_REQUIRED' | 'STAGE_NAME_NOT_FULLY_QUALIFIED' | 'STAGE_STEP_ASSIGNEE_NOT_SUPPORTED' | 'START_ELEMENT_MISSING' | 'STYLE_PROPERTIES_UNSUPPORTED_BY_SCREEN_FIELD_TYPE' | 'STYLE_SETTING_INVALID_SCOPE' | 'STYLE_SETTING_SCOPE_NOT_ALLOWED' | 'STYLE_SETTING_SCOPE_REQUIRED' | 'SUBFLOW_DESKTOP_DESIGNER_FLOWS_NOT_SUPPORTED' | 'SUBFLOW_DIFFERENT_RUNMODE' | 'SUBFLOW_INPUT_MISSING_NAME' | 'SUBFLOW_INPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE' | 'SUBFLOW_INPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE' | 'SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW' | 'SUBFLOW_INPUT_VARIABLE_NO_INPUT_ACCESS' | 'SUBFLOW_INVALID_NAME' | 'SUBFLOW_INVALID_REFERENCE' | 'SUBFLOW_MASTER_FLOW_TYPE_NOT_AUTOLAUNCHED' | 'SUBFLOW_MISSING_NAME' | 'SUBFLOW_NO_ACTIVE_VERSION' | 'SUBFLOW_OUTPUT_INCOMPATIBLE_DATATYPES' | 'SUBFLOW_OUTPUT_MISMATCHED_APEX_CLASS' | 'SUBFLOW_OUTPUT_MISMATCHED_COLLECTIONTYPES' | 'SUBFLOW_OUTPUT_MISMATCHED_OBJECTS' | 'SUBFLOW_OUTPUT_MISSING_ASSIGNTOREFERENCE' | 'SUBFLOW_OUTPUT_MISSING_NAME' | 'SUBFLOW_OUTPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE' | 'SUBFLOW_OUTPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE' | 'SUBFLOW_OUTPUT_TARGET_DOES_NOT_EXIST_IN_MASTER_FLOW' | 'SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW' | 'SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW' | 'SUBFLOW_OUTPUT_VARIABLE_NO_OUTPUT_ACCESS' | 'SUBFLOW_PROCESSTYPE_NOT_SUPPORTED' | 'SUBFLOW_PROCESS_TYPE_INCOMPATIBLE' | 'SUBFLOW_REFERENCES_MASTERFLOW' | 'SURVEY_ADVANCED_CONDITION_LOGIC_NOT_SUPPORTED' | 'SURVEY_CHOICE_NOT_REFERENCED_BY_A_QUESTION' | 'SURVEY_CHOICE_REFERENCED_BY_MULTIPLE_QUESTIONS' | 'SURVEY_ELEMENT_NEVER_REACHED' | 'SURVEY_ENRICH_INVALID_CONFIGURATION' | 'SURVEY_INACTIVE_SUBFLOWS' | 'SURVEY_INVALID_ATTACHMENT_QUESTION_CONFIGURATION' | 'SURVEY_INVALID_CMT_CONFIGURED' | 'SURVEY_INVALID_CUSTOM_THANK_YOU_CONFIGURATION' | 'SURVEY_INVALID_LINK_TARGET_IN_QUESTION_LABEL' | 'SURVEY_INVALID_MATRIX_QUESTION_CONFIGURATION' | 'SURVEY_INVALID_MERGE_FIELD_CONFIGURATION' | 'SURVEY_INVALID_OUTPUT_VARIABLE' | 'SURVEY_MISSING_QUESTION_OR_SUBFLOW' | 'SURVEY_MISSING_REQUIRED_VARIABLES' | 'SURVEY_MULTIPLE_SCREENS_CANNOT_CONNECT_TO_SAME_DECISION' | 'SURVEY_NESTED_SUBFLOWS' | 'SURVEY_NONSURVEY_SUBFLOWS' | 'SURVEY_RULE_INVALID_LEFT_OPERAND' | 'SURVEY_RULE_INVALID_RIGHT_OPERAND' | 'SURVEY_SAVE_ERROR' | 'SURVEY_SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_QUESTION' | 'SURVEY_START_ELEMENT_INVALID' | 'SURVEY_VARIABLE_ACCESS_INVALID' | 'SYSTEM_MODE_NOT_ALLOWED' | 'SYSTEM_VARIABLE_MISSING_FIELD_REFERENCE' | 'TEMPLATED_PRVD_TYPE_INCOMPATIBLE_FLOW_TYPE' | 'TEMPLATED_SCREENFIELD_INFO_MISSING' | 'TEMPLATED_SCREENFIELD_INVALID' | 'TEMPLATED_SCREENFIELD_NOT_SUPPORTED' | 'TEMPLATED_SCREENFIELD_PROPERTIES_INVALID' | 'TEMPLATED_SCREENFIELD_PROPERTIES_MISSING' | 'TEMPLATED_SCREENFIELD_PRVD_TYPE_INVALID' | 'TEMPLATED_SCREENFIELD_RNDR_LWC_INVALID' | 'TEMPLATED_SCREEN_FIELD_REQUIRES_AUTOMATIC_OUTPUT' | 'TEMPORARY_QUERY_MORE_FAILURE' | 'TRIGGERED_FLOW_REDUNDANT_QUERY' | 'TRIGGERING_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS' | 'TRIGGER_ORDER_NOT_SUPPORTED' | 'TRIGGER_TYPE_CONTEXT_OBJECT_NOT_SUPPORTED' | 'TRIGGER_TYPE_ELEMENT_NOT_SUPPORTED' | 'TRIGGER_TYPE_INCOMPATIBLE_WITH_PROCESS_TYPE' | 'TRIGGER_TYPE_NOT_ALLOWED_FOR_SUBFLOW' | 'WAIT_ELEMENT_NOT_ALLOWED_IN_SYNC_BROADCAST_FLOW' | 'TYPE_MAPPING_DUPLICATED' | 'TYPE_MAPPING_INVALID_SCHEMA_URI' | 'TYPE_MAPPING_NAME_MISSING' | 'TYPE_MAPPING_NOT_FOUND' | 'TYPE_MAPPING_NOT_SUPPORTED' | 'TYPE_MAPPING_NOT_SUPPORTED_FOR_API_VERSION' | 'TYPE_MAPPING_NOT_SUPPORTED_FOR_PROCESS_TYPE' | 'TYPE_MAPPING_SCHEMA_URI_INVALID_ACTION_TYPE' | 'TYPE_MAPPING_SCHEMA_URI_INVALID_SCHEMA_TYPE' | 'TYPE_MAPPING_SCHEMA_URI_MISSING_DELIMITER' | 'UNAUTHORIZED_USER_FOR_CURSOR' | 'UNEXPECTED_ERROR' | 'UNSUPPORTED_FLOW_TEST_ASSERTION_FOR_TEST_POINT' | 'UNSUPPORTED_FLOW_TEST_PARAMETER_TYPE' | 'UNSUPPORTED_FLOW_TEST_POINT_FOR_ELEMENT' | 'VALIDATION_EXCEPTION' | 'VALUE_CHAR_LIMIT_EXCEEDED' | 'VARIABLE_FIELD_IS_READ_ONLY' | 'VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE' | 'VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE_AND_COLLECTION' | 'VARIABLE_FIELD_REQUIRED_FOR_DATATYPE' | 'VARIABLE_NAME_IS_RESERVED_FOR_PROCESS_TYPE' | 'VARIABLE_SCALE_EXCEEDS_LIMIT' | 'VARIABLE_SCALE_NEGATIVE_INTEGER' | 'VARIABLE_SCALE_NULL' | 'VERSION_NOT_VALID' | 'VISIBILITY_RULE_EXCEEDS_CONDITION_LIMIT' | 'VISIBILITY_RULE_NOT_AVAILABLE_IN_ORG' | 'VISIBILITY_RULE_NOT_SUPPORTED_FOR_API_VERSION' | 'VISIBILITY_RULE_NOT_SUPPORTED_FOR_PROCESSTYPE' | 'VISIBILITY_RULE_NO_CONDITIONS' | 'WAITEVENT_BATCH_SIZE_NOT_SUPPORTED_FOR_EVENTTYPE' | 'WAITEVENT_CHANNEL_ACTIONCALL_MISMATCH' | 'WAITEVENT_DEFAULT_CONNECTOR_MISSING_LABEL' | 'WAITEVENT_DUPLICATE_INPUT_PARAM' | 'WAITEVENT_INPUT_NOT_SUPPORTED_FOR_EVENTTYPE' | 'WAITEVENT_INPUT_REQUIRES_LITERAL_VALUE' | 'WAITEVENT_INVALID_CONDITION_LOGIC' | 'WAITEVENT_INVALID_VALUE' | 'WAITEVENT_MISSING' | 'WAITEVENT_MISSING_CONNECTOR' | 'WAITEVENT_MISSING_EVENTTYPE' | 'WAITEVENT_NOT_SUCCEEDING_ACTIONCALL' | 'WAITEVENT_NO_FIELDS_SET_FOR_DATE_WAIT' | 'WAITEVENT_OBJECT_NOT_SUPPORTED_FOR_EVENTTYPE' | 'WAITEVENT_OUTPUT_NOT_SUPPORTED_FOR_EVENTTYPE' | 'WAITEVENT_PATHS_MISSING_CONNECTOR' | 'WAITEVENT_RELATIVEALARM_INVALID_DATETIME_FIELD' | 'WAITEVENT_RELATIVEALARM_INVALID_FIELD' | 'WAITEVENT_RELATIVEALARM_INVALID_OBJECTTYPE' | 'WAITEVENT_RELATIVEALARM_INVALID_OFFSETNUMBER' | 'WAITEVENT_RELATIVEALARM_INVALID_OFFSETUNIT' | 'WAITEVENT_REQUIRED_INPUT_MISSING' | 'WAITEVENT_RESUME_DATE_IN_PAST' | 'WAITEVENT_TYPE_INVALID_OR_NOT_SUPPORTED' | 'WORKFLOW_MISSING_PROCESSMETADATAVALUES' | 'WORKFLOW_OBJECTTYPE_NOT_FOUND' | 'WORKFLOW_OBJECTTYPE_NOT_SUPPORTED' | 'WORKFLOW_OBJECTVARIABLE_AND_OLDOBJECTVARIABLE_REFERENCE_SAME_SOBJECT_VARIABLE' | 'WORKFLOW_OBJECTVARIABLE_DOESNT_SUPPORT_INPUT' | 'WORKFLOW_OLDOBJECTVARIABLE_DOESNT_SUPPORT_INPUT' | 'WORKFLOW_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME' | 'WORKFLOW_PROCESS_METADATAVALUES_MISSING_NAME' | 'WORKFLOW_RECURSIVECOUNTVARIABLE_DOESNT_SUPPORT_INPUT' | 'WORKFLOW_RULE_NOT_DEACTIVATED' | 'WORKFLOW_TRIGGERTYPE_INVALID_VALUE'; export type TestLevel = 'NoTestRun' | 'RunSpecifiedTests' | 'RunLocalTests' | 'RunAllTestsInOrg' | 'RunRelevantTests'; export type PerfOption = 'NONE' | 'MINIMUM'; export type LogCategory = 'Db' | 'Workflow' | 'Validation' | 'Callout' | 'Apex_code' | 'Apex_profiling' | 'Visualforce' | 'System' | 'Wave' | 'Nba' | 'Data_access' | 'All'; export type LogCategoryLevel = 'None' | 'Finest' | 'Finer' | 'Fine' | 'Debug' | 'Info' | 'Warn' | 'Error'; export type LogType = 'None' | 'Debugonly' | 'Db' | 'Profiling' | 'Callout' | 'Detail'; export type ID = string; export type StatusCode = 'ALERT_NOTIFICATION_LIMIT_EXCEEDED' | 'ALL_OR_NONE_OPERATION_ROLLED_BACK' | 'ALREADY_APPLIED' | 'ALREADY_IN_PROCESS' | 'ALREADY_REDEEMED_VOUCHER' | 'APEX_DATA_ACCESS_RESTRICTION' | 'APEX_FAILED' | 'API_TASK_INVALID_REQUEST' | 'API_TASK_LIMIT_REACHED' | 'APPLICATION_ALREADY_EXISTS' | 'ASSIGNEE_TYPE_REQUIRED' | 'ATTRIBUTE_DEFINITION_LIMIT_EXCEEDED' | 'AURA_COMPILE_ERROR' | 'AUTH_PROVIDER_NEEDS_AUTH' | 'AUTH_PROVIDER_NOT_FOUND' | 'B2B_SEARCH_ADMIN_ERROR' | 'BAD_CUSTOM_ENTITY_PARENT_DOMAIN' | 'BAD_GATEWAY' | 'BAD_LIST_UNSUBSCRIBE_DATA' | 'BAD_REQUEST' | 'BCC_NOT_ALLOWED_IF_BCC_COMPLIANCE_ENABLED' | 'BLOCKED_EXCLUSIVE' | 'BOT_INACTIVE_CONFIG' | 'CANNOT_CASCADE_PRODUCT_ACTIVE' | 'CANNOT_CHANGE_FIELD_TYPE_OF_APEX_REFERENCED_FIELD' | 'CANNOT_CHANGE_FIELD_TYPE_OF_REFERENCED_FIELD' | 'CANNOT_CREATE_ANOTHER_MANAGED_PACKAGE' | 'CANNOT_DEACTIVATE_DIVISION' | 'CANNOT_DELETE_GLOBAL_ACTION_LIST' | 'CANNOT_DELETE_LAST_DATED_CONVERSION_RATE' | 'CANNOT_DELETE_MANAGED_OBJECT' | 'CANNOT_DISABLE_LAST_ADMIN' | 'CANNOT_ENABLE_IP_RESTRICT_REQUESTS' | 'CANNOT_EXECUTE_FLOW_TRIGGER' | 'CANNOT_FREEZE_SELF' | 'CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY' | 'CANNOT_MODIFY_MANAGED_OBJECT' | 'CANNOT_PASSWORD_LOCKOUT' | 'CANNOT_POST_TO_ARCHIVED_GROUP' | 'CANNOT_RENAME_APEX_REFERENCED_FIELD' | 'CANNOT_RENAME_APEX_REFERENCED_OBJECT' | 'CANNOT_RENAME_REFERENCED_FIELD' | 'CANNOT_RENAME_REFERENCED_OBJECT' | 'CANNOT_REPARENT_RECORD' | 'CANNOT_UPDATE_CONVERTED_LEAD' | 'CANNOT_UPDATE_IS_THIRD_PARTY' | 'CANNOT_UPDATE_PAYMENT_METHOD_SET' | 'CANT_DISABLE_CORP_CURRENCY' | 'CANT_UNSET_CORP_CURRENCY' | 'CART_DELIVERY_GROUP_NOT_FOUND' | 'CART_ITEM_LIMIT_EXCEEDED_FOR_COUPONS' | 'CART_ITEM_NOT_FOUND' | 'CART_NOT_FOUND' | 'CART_VALIDATION_ERROR' | 'CDS_UNCOMMITTED_WORK' | 'CHECKOUT_CONFLICT' | 'CHECKOUT_EXPIRED' | 'CHECKOUT_INVALIDATED' | 'CHECKOUT_INVENTORY_RESERVATION' | 'CHECKOUT_LOCKED' | 'CHECKOUT_NOT_FOUND' | 'CHECKOUT_UNAUTHORIZED' | 'CHECKOUT_VALIDATION' | 'CHILD_SHARE_FAILS_PARENT' | 'CIRCULAR_DEPENDENCY' | 'CLEAN_SERVICE_ERROR' | 'CLM_INSUFFICIENT_ACCESS' | 'CLM_RECORD_NOT_FOUND' | 'CLONE_FIELD_INTEGRITY_EXCEPTION' | 'CLONE_NOT_SUPPORTED' | 'CMS_FOLDER_ITEM_MOVE_FAILED' | 'COLLISION_DETECTED' | 'COMMERCE_SEARCH_INDEXING_SYSTEM_ERROR' | 'COMMERCE_SEARCH_INVALID_RESOURCE' | 'COMMERCE_SEARCH_MQ_ERROR' | 'COMMERCE_SEARCH_PROVIDER_LIMIT_EXCEEDED' | 'COMMERCE_SEARCH_RESOURCE_NOT_FOUND' | 'COMMERCE_SEARCH_UNSUPPORTED_LANGUAGE_ERROR' | 'COMMERCIAL_CONTROL_ERROR' | 'COMMUNITY_NOT_ACCESSIBLE' | 'CONFLICT' | 'CONFLICTING_ENVIRONMENT_HUB_MEMBER' | 'CONFLICTING_SSO_USER_MAPPING' | 'CONTENT_NOT_FOUND' | 'CONTENT_SEARCH_NOT_ENABLED' | 'CONTENT_TYPE_DISABLED_FOR_API' | 'CONTENT_TYPE_NOT_FOUND' | 'CONTEXT_TAG_MISSING' | 'COPILOT_INACTIVE_CONFIG' | 'COPILOT_SESSION_ENDED' | 'COUPON_REDEMPTION_LIMIT_EXCEEDED' | 'CT_DEPTH_LIMIT_EXCEEDED' | 'CT_DEVELOPER_NAME_NOT_UPDATABLE' | 'CT_ENTITY_DELETE_ERROR' | 'CT_ENTITY_SAVE_ERROR' | 'CT_INVALID_DEPTH' | 'CT_INVALID_QUERY_WORD' | 'CT_INVALID_TAXONOMY_ID' | 'CT_INVALID_TERM_ID' | 'CT_INVALID_TERM_LENGTH' | 'CT_NONEMPTY_TERM_REFERENCE' | 'CT_PARENT_TERM_CYCLE' | 'CT_TERM_SEARCH_ERROR' | 'CUSTOM_APEX_ERROR' | 'CUSTOM_CLOB_FIELD_LIMIT_EXCEEDED' | 'CUSTOM_ENTITY_OR_FIELD_LIMIT' | 'CUSTOM_FIELD_INDEX_LIMIT_EXCEEDED' | 'CUSTOM_INDEX_EXISTS' | 'CUSTOM_LINK_LIMIT_EXCEEDED' | 'CUSTOM_METADATA_LIMIT_EXCEEDED' | 'CUSTOM_METADATA_REL_FIELD_MANAGEABILITY' | 'CUSTOM_SETTINGS_LIMIT_EXCEEDED' | 'CUSTOM_TAB_LIMIT_EXCEEDED' | 'DATAASSESSMENT_CONFIG_ASSESSMENT_IN_PROGRESS_ERROR' | 'DATAASSESSMENT_CONFIG_SERVICE_ERROR' | 'DATACLOUDADDRESS_NO_RECORDS_FOUND' | 'DATACLOUDADDRESS_PROCESSING_ERROR' | 'DATACLOUDADDRESS_SERVER_ERROR' | 'DATA_MAPPING_NOT_FOUND' | 'DATA_MAPPING_SCHEMA_NOT_FOUND' | 'DATA_STREAM_INTERACTIVE_RUN_PRECONDITION_FAILED' | 'DATA_STREAM_RUN_FAILED' | 'DATA_TRANSFER_RECORD_LIMIT_EXCEEDED' | 'DATA_TRANSLATION_TOGGLED_BEFORE_INCREMENTAL_INDEX' | 'DATA_TYPE_NOT_SUPPORTED' | 'DATE_OUT_OF_RANGE' | 'DELETE_FAILED' | 'DELETE_NOT_ALLOWED' | 'DELETE_OPERATION_TOO_LARGE' | 'DELETE_REQUIRED_ON_CASCADE' | 'DEPENDENCY_EXISTS' | 'DOCUMENT_VERSION_EXISTS' | 'DUPLICATES_DETECTED' | 'DUPLICATE_CASE_SOLUTION' | 'DUPLICATE_COMM_NICKNAME' | 'DUPLICATE_CUSTOM_ENTITY_DEFINITION' | 'DUPLICATE_CUSTOM_TAB_MOTIF' | 'DUPLICATE_DEVELOPER_NAME' | 'DUPLICATE_EXTERNAL_ID' | 'DUPLICATE_MASTER_LABEL' | 'DUPLICATE_SENDER_DISPLAY_NAME' | 'DUPLICATE_USERNAME' | 'DUPLICATE_VALUE' | 'DYNAMIC_BUNDLE_REORDER_ACTION_NOT_ALLOWED' | 'EMAIL_ADDRESS_BOUNCED' | 'EMAIL_EXTERNAL_TRANSPORT_CONNECTION_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_MISSING_REQUIRED_PROPERTY_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_PERMISSION_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_TOKEN_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_TOO_LARGE_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_TOO_MANY_REQUESTS_ERROR' | 'EMAIL_EXTERNAL_TRANSPORT_UNKNOWN_ERROR' | 'EMAIL_NOT_PROCESSED_DUE_TO_PRIOR_ERROR' | 'EMAIL_OPTED_OUT' | 'EMAIL_TEMPLATE_FORMULA_ERROR' | 'EMAIL_TEMPLATE_MERGEFIELD_ACCESS_ERROR' | 'EMAIL_TEMPLATE_MERGEFIELD_ERROR' | 'EMAIL_TEMPLATE_MERGEFIELD_VALUE_ERROR' | 'EMAIL_TEMPLATE_PROCESSING_ERROR' | 'EMPTY_CATALOG' | 'EMPTY_INGESTION_JOB' | 'EMPTY_SCONTROL_FILE_NAME' | 'ENHANCED_EMAIL_TEMPLATE_COMPILATION_ERROR' | 'ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE' | 'ENTITY_IS_ARCHIVED' | 'ENTITY_IS_DELETED' | 'ENTITY_IS_LOCKED' | 'ENTITY_SAVE_ERROR' | 'ENTITY_SAVE_VALIDATION_ERROR' | 'ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT' | 'ENVIRONMENT_HUB_MEMBERSHIP_ERROR_JOINING_HUB' | 'ENVIRONMENT_HUB_MEMBERSHIP_USER_ALREADY_IN_HUB' | 'ENVIRONMENT_HUB_MEMBERSHIP_USER_NOT_ORG_ADMIN' | 'ERROR_CALCULATING_EXPIRY_DATE' | 'ERROR_IN_MAILER' | 'EXCEEDED_MAX_SEMIJOIN_SUBSELECTS_WRITE' | 'EXCHANGE_WEB_SERVICES_URL_INVALID' | 'EXTERNAL_RESOURCE_FORBIDDEN' | 'FACETABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED' | 'FAILED_ACTIVATION' | 'FAILED_DUE_TO_OTHER_INPUTS' | 'FAILED_TO_RESOLVE_MAPPING' | 'FAILED_TO_RESOLVE_SCHEMA_INFORMATION' | 'FIELD_CUSTOM_VALIDATION_EXCEPTION' | 'FIELD_FILTER_VALIDATION_EXCEPTION' | 'FIELD_INTEGRITY_EXCEPTION' | 'FIELD_KEYWORD_LIST_MATCH_LIMIT' | 'FIELD_MAPPING_ERROR' | 'FIELD_MODERATION_RULE_BLOCK' | 'FIELD_NOT_UPDATABLE' | 'FILE_EXTENSION_NOT_ALLOWED' | 'FILE_SIZE_LIMIT_EXCEEDED' | 'FILTERED_LOOKUP_LIMIT_EXCEEDED' | 'FIND_DUPLICATES_ERROR' | 'FLOW_EXCEPTION' | 'FORBIDDEN_EXCEPTION' | 'FUNCTIONALITY_NOT_ENABLED' | 'GET_EINSTEIN_TENANT_ERROR' | 'GUEST_INSUFFICIENT_ACCESS' | 'HAS_PUBLIC_REFERENCES' | 'HTML_FILE_UPLOAD_NOT_ALLOWED' | 'IAS_AM_AUTH_BAD_REQUEST' | 'IAS_AM_AUTH_UNAUTHORIZED' | 'IAS_INVALID_AUTH' | 'IAS_INVALID_REQUEST_PARAMETER' | 'IAS_RECORD_DOES_NOT_EXIST' | 'IAS_TENANT_NOT_PROVISIONED' | 'IAS_UNCOMMITTED_WORK' | 'IMAGE_TOO_LARGE' | 'INACTIVE_CONTEXT_DEFINITION' | 'INACTIVE_OWNER_OR_USER' | 'INACTIVE_RULE_ERROR' | 'INDEX_ITEM_LIMIT_EXCEEDED' | 'INDEX_PAYLOAD_NOT_FOUND' | 'INDEX_SINGLE_PAYLOAD_SIZE_LIMIT_EXCEEDED' | 'INGESTION_JOB_RECORDS_LIMIT_EXCEEDED' | 'INGESTION_TOTAL_FILE_SIZE_LIMIT_EXCEEDED' | 'INPUTPARAM_INCOMPATIBLE_DATATYPE' | 'INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE' | 'INSUFFICIENT_ACCESS' | 'INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY' | 'INSUFFICIENT_ACCESS_OR_READONLY' | 'INSUFFICIENT_ACCESS_TO_INSIGHTSEXTERNALDATA' | 'INSUFFICIENT_BALANCE' | 'INSUFFICIENT_BENEFIT_REMAINING' | 'INSUFFICIENT_CREDITS' | 'INTEGRATION_CANCELLED' | 'INTERNAL_ERROR' | 'INVALID_ACCESS_LEVEL' | 'INVALID_ACCESS_TOKEN' | 'INVALID_ACCOUNT' | 'INVALID_ACTION_VERSION' | 'INVALID_API_INPUT' | 'INVALID_ARGUMENT_TYPE' | 'INVALID_ASSIGNEE_TYPE' | 'INVALID_ASSIGNMENT_RULE' | 'INVALID_AUTH_HEADER' | 'INVALID_BATCH_OPERATION' | 'INVALID_BUSINESS_HOURS_NAME' | 'INVALID_CATEGORY_NETWORK' | 'INVALID_CHECKOUT_INPUT' | 'INVALID_CONTACT' | 'INVALID_CONTENT_TYPE' | 'INVALID_CREDIT_CARD_INFO' | 'INVALID_CROSS_REFERENCE_KEY' | 'INVALID_CROSS_REFERENCE_TYPE_FOR_FIELD' | 'INVALID_CURRENCY_CONV_RATE' | 'INVALID_CURRENCY_CORP_RATE' | 'INVALID_CURRENCY_ISO' | 'INVALID_DATASET_REFERENCE_INPUT' | 'INVALID_DATA_CATEGORY_GROUP_REFERENCE' | 'INVALID_DATA_URI' | 'INVALID_EBV_OPERATION' | 'INVALID_EMAIL_ADDRESS' | 'INVALID_EMPTY_KEY_OWNER' | 'INVALID_ENTITY_FOR_MATCH_ENGINE_ERROR' | 'INVALID_ENTITY_FOR_MATCH_OPERATION_ERROR' | 'INVALID_ENTITY_FOR_UPSERT' | 'INVALID_ENVIRONMENT_HUB_MEMBER' | 'INVALID_EVENT_DELIVERY' | 'INVALID_EVENT_INPUT' | 'INVALID_EVENT_SUBSCRIPTION' | 'INVALID_EXTENSION_ID' | 'INVALID_EXTERNAL_ID_FIELD_NAME' | 'INVALID_FIELD' | 'INVALID_FIELD_FOR_INSERT_UPDATE' | 'INVALID_FIELD_WHEN_USING_TEMPLATE' | 'INVALID_FILTER_ACTION' | 'INVALID_GOOGLE_DOCS_URL' | 'INVALID_ID_FIELD' | 'INVALID_INET_ADDRESS' | 'INVALID_INPUT' | 'INVALID_INPUT_FORMAT' | 'INVALID_KEY_FIELD_INPUT' | 'INVALID_LINEITEM_CLONE_STATE' | 'INVALID_MARKUP' | 'INVALID_MASTER_OR_TRANSLATED_SOLUTION' | 'INVALID_MERCHANT_ACCOUNT_MODE' | 'INVALID_MERCHANT_ACCOUNT_MODE_OR_STATUS' | 'INVALID_MERGE_RECORD' | 'INVALID_MESSAGE_ID_REFERENCE' | 'INVALID_NAMESPACE_PREFIX' | 'INVALID_OAUTH_URL' | 'INVALID_OPERATION' | 'INVALID_OPERATOR' | 'INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST' | 'INVALID_OWNER' | 'INVALID_PACKAGE_LICENSE' | 'INVALID_PACKAGE_VERSION' | 'INVALID_PARTNER_NETWORK_STATUS' | 'INVALID_PAYLOAD_VERSION' | 'INVALID_PERSON_ACCOUNT_OPERATION' | 'INVALID_PROFILE' | 'INVALID_PROMOTION' | 'INVALID_PROVIDER_TYPE' | 'INVALID_QUERY_KEY' | 'INVALID_QUERY_LOCATOR' | 'INVALID_QUERY_VALUE' | 'INVALID_READ_ONLY_USER_DML' | 'INVALID_RECEIVEDDOCUMENTID_ATTACHMENT' | 'INVALID_RECORD_ATTRIBUTE_VALUE' | 'INVALID_RECORD_STATUS' | 'INVALID_RECORD_TYPE' | 'INVALID_REFRESH_TOKEN' | 'INVALID_REORDER_PORTAL_RECORD_ASSOCIATION' | 'INVALID_REQUEST_STATE' | 'INVALID_RUNTIME_VALUE' | 'INVALID_SAVE_AS_ACTIVITY_FLAG' | 'INVALID_SCS_INBOUND_USER' | 'INVALID_SEARCH_PROVIDER_REQUEST' | 'INVALID_SESSION_ID' | 'INVALID_SETUP_OWNER' | 'INVALID_SIGNUP_COUNTRY' | 'INVALID_SIGNUP_OPTION' | 'INVALID_SITE_DELETE_EXCEPTION' | 'INVALID_SITE_FILE_IMPORTED_EXCEPTION' | 'INVALID_SITE_FILE_TYPE_EXCEPTION' | 'INVALID_SOURCE_OBJECT_ID' | 'INVALID_SOURCE_OBJECT_NAME' | 'INVALID_STATUS' | 'INVALID_SUBDOMAIN' | 'INVALID_TARGET_OBJECT_NAME' | 'INVALID_TEXT_REPRESENTATION' | 'INVALID_TYPE' | 'INVALID_TYPE_FOR_OPERATION' | 'INVALID_TYPE_ON_FIELD_IN_RECORD' | 'INVALID_UNMERGE_RECORD' | 'INVALID_USERID' | 'INVALID_USER_OBJECT' | 'IP_RANGE_LIMIT_EXCEEDED' | 'ITEM_NOT_FOUND' | 'JIGSAW_IMPORT_LIMIT_EXCEEDED' | 'LICENSE_LIMIT_EXCEEDED' | 'LIGHT_PORTAL_USER_EXCEPTION' | 'LIMIT_EXCEEDED' | 'LIST_PRICE_NOT_FOUND' | 'MALFORMED_ID' | 'MANAGER_NOT_DEFINED' | 'MAPPING_TYPE_NOT_SUPPORTED' | 'MASSMAIL_RETRY_LIMIT_EXCEEDED' | 'MASS_MAIL_LIMIT_EXCEEDED' | 'MATCH_DEFINITION_ERROR' | 'MATCH_OPERATION_ERROR' | 'MATCH_OPERATION_INVALID_ENGINE_ERROR' | 'MATCH_OPERATION_INVALID_RULE_ERROR' | 'MATCH_OPERATION_MISSING_ENGINE_ERROR' | 'MATCH_OPERATION_MISSING_OBJECT_TYPE_ERROR' | 'MATCH_OPERATION_MISSING_OPTIONS_ERROR' | 'MATCH_OPERATION_MISSING_RULE_ERROR' | 'MATCH_OPERATION_UNKNOWN_RULE_ERROR' | 'MATCH_OPERATION_UNSUPPORTED_VERSION_ERROR' | 'MATCH_PRECONDITION_FAILED' | 'MATCH_PRECONDITION_REQUIRED' | 'MATCH_RUNTIME_ERROR' | 'MATCH_SERVICE_ERROR' | 'MATCH_SERVICE_TIMED_OUT' | 'MATCH_SERVICE_UNAVAILABLE_ERROR' | 'MAXIMUM_CCEMAILS_EXCEEDED' | 'MAXIMUM_DASHBOARD_COMPONENTS_EXCEEDED' | 'MAXIMUM_HIERARCHY_CHILDREN_REACHED' | 'MAXIMUM_HIERARCHY_LEVELS_REACHED' | 'MAXIMUM_HIERARCHY_TREE_SIZE_REACHED' | 'MAXIMUM_SIZE_OF_ATTACHMENT' | 'MAXIMUM_SIZE_OF_DOCUMENT' | 'MAX_ACTIONS_PER_RULE_EXCEEDED' | 'MAX_ACTIVE_RULES_EXCEEDED' | 'MAX_APPROVAL_STEPS_EXCEEDED' | 'MAX_DEPTH_IN_FLOW_EXECUTION' | 'MAX_FORMULAS_PER_RULE_EXCEEDED' | 'MAX_LIMIT_EXCEEDED' | 'MAX_LOCALES_EXCEEDED' | 'MAX_RULES_EXCEEDED' | 'MAX_RULE_ENTRIES_EXCEEDED' | 'MAX_STREAM_SUBSCRIPTIONS_EXCEEDED' | 'MAX_TASK_DESCRIPTION_EXCEEEDED' | 'MAX_TM_RULES_EXCEEDED' | 'MAX_TM_RULE_ITEMS_EXCEEDED' | 'MAX_TRIGGERS_EXCEEDED' | 'MCONTENT_TAXONOMY_GET_ERROR' | 'MCONTENT_TAXONOMY_PUBLISH_ERROR' | 'MCONTENT_TAXONOMY_UPDATE_ERROR' | 'MERGE_FAILED' | 'METADATA_FIELD_UPDATE_ERROR' | 'METHOD_NOT_ALLOWED' | 'MISMATCHING_TYPES' | 'MISSING_ARGUMENT' | 'MISSING_OMNI_PROCESS_ID' | 'MISSING_PAYMENTS_DEPENDENCY' | 'MISSING_PAY_NOW_SITE_URL_ORG_VALUE' | 'MISSING_RECEIVEDDOCUMENTID_ATTACHMENT' | 'MISSING_RECORD' | 'MIXED_DML_OPERATION' | 'MODEL_NOT_ACTIVE' | 'MULTIPLE_CONTENT_FOUND' | 'MULTIPLE_VOUCHERS' | 'NONUNIQUE_SHIPPING_ADDRESS' | 'NOT_FOUND' | 'NOT_RECOVERABLE_SEARCH_PROVIDER_ERROR' | 'NO_ACCESS_TOKEN' | 'NO_ACCESS_TOKEN_FROM_REFRESH' | 'NO_APPLICABLE_PROCESS' | 'NO_ATTACHMENT_PERMISSION' | 'NO_AUTH_PROVIDER' | 'NO_BUSINESS_HOURS_FOUND' | 'NO_GUEST_PROFILE_ASSOCIATED_WITH_PRICE_ENGINE' | 'NO_INACTIVE_DIVISION_MEMBERS' | 'NO_INDEXABLE_PRODUCTS' | 'NO_INDEXABLE_PRODUCTS_IN_PARTIAL_BUILD' | 'NO_MASS_MAIL_PERMISSION' | 'NO_MESSAGE_TYPE_MESSAGES' | 'NO_PARTNER_PERMISSION' | 'NO_REFRESH_TOKEN' | 'NO_SEARCHABLE_PRODUCTS' | 'NO_SEARCH_ATTRIBUTES' | 'NO_SINGLE_MAIL_PERMISSION' | 'NO_SORT_PRICEBOOK_ASSOCIATED_ERROR' | 'NO_SUCH_USER_EXISTS' | 'NO_TOKEN_ENDPOINT' | 'NUMBER_OUTSIDE_VALID_RANGE' | 'NUM_HISTORY_FIELDS_BY_SOBJECT_EXCEEDED' | 'OCR_INVALID_REQUEST' | 'OPERATION_CONFLICT' | 'OPERATION_ENQUEUED' | 'OPERATION_WITH_CALLBACK_ENQUEUED' | 'OPTED_OUT_OF_MASS_MAIL' | 'OP_WITH_INVALID_USER_TYPE_EXCEPTION' | 'ORCHESTRATION_INVALID' | 'ORDER_ALREADY_SUBMITTED' | 'ORDER_MANAGEMENT_ACTION_NOT_ALLOWED' | 'ORDER_MANAGEMENT_INVALID_RECORD' | 'ORDER_MANAGEMENT_RECORD_EXISTS' | 'ORDER_MANAGEMENT_RECORD_NOT_FOUND' | 'ORG_SETTING_REQUIRED' | 'PACKAGE_DISABLED' | 'PACKAGE_LICENSE_REQUIRED' | 'PACKAGING_API_INSTALL_FAILED' | 'PACKAGING_API_UNINSTALL_FAILED' | 'PALI_INVALID_ACTION_ID' | 'PALI_INVALID_ACTION_NAME' | 'PALI_INVALID_ACTION_TYPE' | 'PAL_INVALID_ASSISTANT_RECOMMENDATION_TYPE_ID' | 'PAL_INVALID_ENTITY_ID' | 'PAL_INVALID_FLEXIPAGE_ID' | 'PAL_INVALID_LAYOUT_ID' | 'PAL_INVALID_PARAMETERS' | 'PARAMETER_TOO_LARGE' | 'PARTICIPANT_RELATIONSHIP_EXISTS' | 'PAYLOAD_SIZE_EXCEEDED' | 'PAYMENTS_TOO_MANY_REQUESTS_ERROR' | 'PAYMENT_GATEWAY_DEPENDENCY_EXCEPTION' | 'PAYMENT_GATEWAY_REQUEST_EXCEPTION' | 'PA_API_EXCEPTION' | 'PA_AXIS_FAULT' | 'PA_INVALID_ID_EXCEPTION' | 'PA_NO_ACCESS_EXCEPTION' | 'PA_NO_DATA_FOUND_EXCEPTION' | 'PA_URI_SYNTAX_EXCEPTION' | 'PA_VISIBLE_ACTIONS_FILTER_ORDERING_EXCEPTION' | 'PENDING_COMMIT' | 'PICKLIST_INACTIVE_VALUES_EXCEEDED' | 'PLATFORM_EVENT_ENCRYPTION_ERROR' | 'PLATFORM_EVENT_PUBLISHING_UNAVAILABLE' | 'PLATFORM_EVENT_PUBLISH_FAILED' | 'PORTAL_NO_ACCESS' | 'PORTAL_USER_ALREADY_EXISTS_FOR_CONTACT' | 'PORTAL_USER_CREATION_RESTRICTED_WITH_ENCRYPTION' | 'PRICE_NOT_FOUND' | 'PRICING_SERVICE_MISCONFIGURATION' | 'PRIVATE_CONTACT_ON_ASSET' | 'PROCESSING_HALTED' | 'PROGRAM_PROGRESS_NOT_ACTIVE' | 'PROMOTION_NOT_FOUND' | 'QA_INVALID_CREATE_FEED_ITEM' | 'QA_INVALID_SUCCESS_MESSAGE' | 'QUERY_REFINEMENT_VALUE_LIMIT_EXCEEDED' | 'QUERY_TIMEOUT' | 'QUERY_TOKEN_COUNT_LIMIT_EXCEEDED' | 'QUICK_ACTION_LIST_ITEM_NOT_ALLOWED' | 'QUICK_ACTION_LIST_NOT_ALLOWED' | 'RECORD_CREATION_FAILED' | 'RECORD_IN_USE_BY_WORKFLOW' | 'RECORD_LOCKED' | 'RECORD_MISSING_REQUIRED_FIELD' | 'RECORD_NOT_FOUND' | 'RECORD_TYPE_LIMIT_EXCEEDED' | 'RECORD_UPDATE_FAILED' | 'RECOVERABLE_SEARCH_PROVIDER_ERROR' | 'REFRESH_FAILED' | 'RELATED_ENTITY_FILTER_VALIDATION_EXCEPTION' | 'REL_FIELD_BAD_ACCESSIBILITY' | 'REPUTATION_MINIMUM_NUMBER_NOT_REACHED' | 'REQUEST_RUNNING_TOO_LONG' | 'REQUIRED_FEATURE_MISSING' | 'REQUIRED_FIELD_MISSING' | 'REQUIRE_CONNECTED_APP_SCS' | 'REQUIRE_CONNECTED_APP_SESSION_SCS' | 'REQUIRE_RUNAS_USER' | 'RESOURCE_NOT_AVAILABLE' | 'RETRIEVE_EXCHANGE_ATTACHMENT_FAILED' | 'RETRIEVE_EXCHANGE_EMAIL_FAILED' | 'RETRIEVE_EXCHANGE_EVENT_FAILED' | 'RETRIEVE_GOOGLE_EMAIL_FAILED' | 'RETRIEVE_GOOGLE_EVENT_FAILED' | 'RETRIEVE_USER_CONFIG_ERROR' | 'ROUTES_EVALUATION_LIMIT_EXCEEDED' | 'SALESFORCE_INBOX_TRANSPORT_CONNECTION_ERROR' | 'SALESFORCE_INBOX_TRANSPORT_INVALID_INPUT_ERROR' | 'SALESFORCE_INBOX_TRANSPORT_TOKEN_ERROR' | 'SALESFORCE_INBOX_TRANSPORT_UNKNOWN_ERROR' | 'SCHEMA_OBJECT_NOT_FOUND' | 'SCREEN_POP_REQUIRED_INPUT_MISSING' | 'SEARCHABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED' | 'SEARCHABLE_FACETABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED' | 'SEARCH_INCLUDE_RULES_MAX_RULE_DEFINITION_LIMIT_EXCEEDED' | 'SEARCH_INCLUDE_RULES_MIN_RULE_DEFINITION_NOT_MET' | 'SEARCH_PROVIDER_PATH_LIMIT_EXCEEDED' | 'SEARCH_PROVIDER_REQUEST_RATE_EXCEEDED' | 'SEGMENT_COUNT_LIMIT_EXCEEDED' | 'SELF_REFERENCE_FROM_FLOW' | 'SELF_REFERENCE_FROM_TRIGGER' | 'SERVICE_EMAIL_INVALID_INPUT' | 'SERVICE_EMAIL_MISSING_RECORD' | 'SERVICE_EMAIL_UNKNOWN_EXCEPTION' | 'SERVICE_PLAN_INVALID_DATA' | 'SERVICE_PLAN_MISSING_DATA' | 'SERVICE_PLAN_UNKNOWN_EXCEPTION' | 'SERVICE_UNAVAILABLE' | 'SESSION_EXPIRED' | 'SESSION_INVALIDATED' | 'SHARE_NEEDED_FOR_CHILD_OWNER' | 'SINGLE_EMAIL_LIMIT_EXCEEDED' | 'SLACK_API_ERROR' | 'SOCIAL_ACCOUNT_NOT_FOUND' | 'SOCIAL_ACTION_INVALID' | 'SOCIAL_PERSONA_NOT_FOUND' | 'SOCIAL_POST_INVALID' | 'SOCIAL_POST_NOT_FOUND' | 'SPECIFICATION_GENERATION_EXCEPTION' | 'STANDARD_PRICE_NOT_DEFINED' | 'STORAGE_LIMIT_EXCEEDED' | 'STOREFRONT_PST_NOT_ACCEPTED' | 'STRING_TOO_LONG' | 'STXN_FULFILLMENT_NOT_INFLIGHT' | 'SUBDOMAIN_IN_USE' | 'TABSET_LIMIT_EXCEEDED' | 'TEMPLATE_NOT_ACTIVE' | 'TEMPLATE_NOT_FOUND' | 'TENANT_GROUP_NOT_FOUND' | 'TERMS_OF_SERVICE_UNREAD' | 'TERRITORY_REALIGN_IN_PROGRESS' | 'TEXT_DATA_OUTSIDE_SUPPORTED_CHARSET' | 'TEXT_TO_PICKLIST_VALUES_EXCEEDED' | 'TOO_MANY_APEX_REQUESTS' | 'TOO_MANY_ENUM_VALUE' | 'TOO_MANY_JOBS' | 'TOO_MANY_POSSIBLE_USERS_EXIST' | 'TRANSFER_REQUIRES_READ' | 'TXN_SECURITY_NO_ACCESS' | 'TYPE_NOT_FOUND' | 'UISF_ENTITY_QUERY_FAILED' | 'UISF_NO_MAPPINGS_FOUND' | 'UISF_TOKEN_NOT_FOUND' | 'UISF_UNKNOWN_EXCEPTION' | 'UISF_USER_MAPPING_FAILED' | 'UNABLE_RETRIEVE_PRICING_INFO' | 'UNABLE_TO_LOCK_RECORD' | 'UNABLE_TO_LOCK_ROW' | 'UNABLE_TO_UNLOCK_RECORD' | 'UNABLE_TO_UPDATE_RECORD_LOCK' | 'UNAUTHORIZED_EXCEPTION' | 'UNAUTHORIZED_SEARCH_PROVIDER_REQUEST' | 'UNAUTHORIZED_SHARE_ACTION' | 'UNAVAILABLE_RECORDTYPE_EXCEPTION' | 'UNAVAILABLE_REF' | 'UNCOMMITTED_WORK' | 'UNDEFINED_MAPPING_DEFINITION' | 'UNDELETE_FAILED' | 'UNKNOWN_EXCEPTION' | 'UNKNOWN_TOKEN_ERROR' | 'UNPROCESSABLE_REQUEST' | 'UNQUALIFIED_CART' | 'UNRESOLVABLE_PAY_NOW_WEBSTORE' | 'UNSAFE_HTML_CONTENT' | 'UNSPECIFIED_EMAIL_ADDRESS' | 'UNSUPPORTED_APEX_TRIGGER_OPERATON' | 'UNSUPPORTED_MODE' | 'UNSUPPORTED_PAYMENT_GATEWAY_EXCEPTION' | 'UNSUPPORTED_PAYMENT_GATEWAY_TYPE' | 'UNSUPPORTED_PAYMENT_REQUEST_TYPE' | 'UNSUPPORTED_SITE' | 'UNSUPPORTED_SITE_FILE_IMPORTED_EXCEPTION' | 'UNSUPPORTED_SOCIAL_PROVIDER' | 'UNVERIFIED_SENDER_ADDRESS' | 'UPDATE_GOOGLE_EMAIL_LABEL_FAILED' | 'USER_OWNS_PORTAL_ACCOUNT_EXCEPTION' | 'USER_WITHOUT_WEM_PERMISSION' | 'USER_WITH_APEX_SHARES_EXCEPTION' | 'VARIANT_NOT_FOUND' | 'VF_COMPILE_ERROR' | 'VOICE_CAPACITY_ERROR' | 'WEBLINK_SIZE_LIMIT_EXCEEDED' | 'WEBLINK_URL_INVALID' | 'WEM_SEGMENTS_CAN_NOT_HAVE_NON_ACTIVE_SEGMENT_TYPE' | 'WEM_SHIFT_SEGMENT_TIME_IS_OUTSIDE_OF_THE_SHIFT_DURATION' | 'WEM_USER_NOT_ORG_ADMIN' | 'WORKSPACE_NOT_FOUND' | 'WRONG_CONTROLLER_TYPE' | 'XCLEAN_DJ_MATCH_IGNORABLE_ERROR' | 'XCLEAN_DJ_MATCH_INTERNAL_DJ_ERROR' | 'XCLEAN_DJ_MATCH_NON_RETRIABLE_ERROR' | 'XCLEAN_DJ_MATCH_RETRIABLE_ERROR' | 'XCLEAN_DJ_MATCH_UNKNOWN_ERROR' | 'XCLEAN_UNEXPECTED_ERROR'; export type TransformExpressionArgumentType = 'STRING' | 'NUMBER'; export type PolicyJsonExpressionType = 'ARGLIST' | 'PROJECTION' | 'SOQLTARGETLISTEXPR'; export type ResponseFormatInvocableActionType = 'apex' | 'flow' | 'standardInvocableAction' | 'generatePromptResponse'; export type AllOrNoneHeader = string; export type CallOptions = string; export type DebuggingHeader = string; export type DebuggingInfo = string; export type SessionHeader = string; export type cancelDeploy = string; export type cancelDeployResponse = string; export type checkDeployStatus = string; export type checkDeployStatusResponse = string; export type checkRetrieveStatus = string; export type checkRetrieveStatusResponse = string; export type checkStatus = string; export type checkStatusResponse = string; export type create = string; export type createResponse = string; export type createMetadata = string; export type createMetadataResponse = string; export type delete_ = string; export type deleteResponse = string; export type deleteMetadata = string; export type deleteMetadataResponse = string; export type deploy = string; export type deployResponse = string; export type deployRecentValidation = string; export type deployRecentValidationResponse = string; export type describeMetadata = string; export type describeMetadataResponse = string; export type describeValueType = string; export type describeValueTypeResponse = string; export type listMetadata = string; export type listMetadataResponse = string; export type readMetadata = string; export type readMetadataResponse = string; export type renameMetadata = string; export type renameMetadataResponse = string; export type retrieve = string; export type retrieveResponse = string; export type update = string; export type updateResponse = string; export type updateMetadata = string; export type updateMetadataResponse = string; export type upsertMetadata = string; export type upsertMetadataResponse = string; export type CancelDeployResult = { done: boolean; id: ID; }; export type DeployResult = { canceledBy?: string; canceledByName?: string; checkOnly: boolean; completedDate?: Date; createdBy: string; createdByName: string; createdDate: Date; details: DeployDetails; done: boolean; errorMessage?: string; errorStatusCode?: StatusCode; id: ID; ignoreWarnings: boolean; lastModifiedDate?: Date; numberComponentErrors: number; numberComponentsDeployed: number; numberComponentsTotal: number; numberFiles?: number; numberTestErrors: number; numberTestsCompleted: number; numberTestsTotal: number; rollbackOnError: boolean; runTestsEnabled: boolean; startDate?: Date; stateDetail?: string; status: DeployStatus; success: boolean; zipSize?: number; }; export type DeployDetails = { componentFailures: DeployMessage[]; componentSuccesses: DeployMessage[]; retrieveResult?: RetrieveResult; runTestResult?: RunTestsResult; }; export type DeployMessage = { changed: boolean; columnNumber?: number; componentType?: string; created: boolean; createdDate: Date; deleted: boolean; fileName: string; fullName: string; id?: string; lineNumber?: number; problem?: string; problemType?: DeployProblemType; success: boolean; }; export type RetrieveResult = { done: boolean; errorMessage?: string; errorStatusCode?: StatusCode; fileProperties: FileProperties[]; id: string; messages: RetrieveMessage[]; status: RetrieveStatus; success: boolean; zipFile: string; }; export type FileProperties = { createdById: string; createdByName: string; createdDate: Date; fileName: string; fullName: string; id: string; lastModifiedById: string; lastModifiedByName: string; lastModifiedDate: Date; manageableState?: ManageableState; namespacePrefix?: string; type: string; }; export type RetrieveMessage = { fileName: string; problem: string; }; export type RunTestsResult = { apexLogId?: string; codeCoverage: CodeCoverageResult[]; codeCoverageWarnings: CodeCoverageWarning[]; failures: RunTestFailure[]; flowCoverage: FlowCoverageResult[]; flowCoverageWarnings: FlowCoverageWarning[]; numFailures: number; numTestsRun: number; successes: RunTestSuccess[]; totalTime: number; }; export type CodeCoverageResult = { dmlInfo: CodeLocation[]; id: ID; locationsNotCovered: CodeLocation[]; methodInfo: CodeLocation[]; name: string; namespace?: string; numLocations: number; numLocationsNotCovered: number; soqlInfo: CodeLocation[]; soslInfo: CodeLocation[]; type: string; }; export type CodeLocation = { column: number; line: number; numExecutions: number; time: number; }; export type CodeCoverageWarning = { id: ID; message: string; name?: string; namespace?: string; }; export type RunTestFailure = { id: ID; message: string; methodName?: string; name: string; namespace?: string; packageName: string; seeAllData?: boolean; stackTrace?: string; time: number; type: string; }; export type FlowCoverageResult = { elementsNotCovered: string[]; flowId: string; flowName: string; flowNamespace?: string; numElements: number; numElementsNotCovered: number; processType: FlowProcessType; }; export type FlowCoverageWarning = { flowId?: string; flowName?: string; flowNamespace?: string; message: string; }; export type RunTestSuccess = { id: ID; methodName: string; name: string; namespace?: string; seeAllData?: boolean; time: number; }; export type AsyncResult = { done: boolean; id: ID; message?: string; state: AsyncRequestState; statusCode?: StatusCode; }; export type Metadata = { fullName?: string; module?: string; }; export type AIApplication = Metadata & { developerName: string; masterLabel?: string; predictionDefinitions: AIPredictionDefinition[]; status: AIApplicationStatus; type: AIApplicationType; }; export type AIPredictionDefinition = { dataDefinitions: AIDataDefinition[]; description: string; predictionTargets: AIPredictionTarget[]; status: AIPredictionDefinitionStatus; type: AIPredictionType; }; export type AIDataDefinition = { dataFilter?: AIFilterGroup; description?: string; fieldType?: AIManagedFieldType; managedFields: AIManagedField[]; modelDefinitions: AIModelDefinition[]; }; export type AIFilterGroup = { rootFilter: AIFilter; }; export type AIFilter = { lhField?: AIPredictionField; lhFilter?: AIFilter; lhUnit?: AIFilterUnit; operation: AIFilterOperation; rhField?: AIPredictionField; rhFilter?: AIFilter; rhUnit?: AIFilterUnit; sortOrder?: number; values: AIFilterValue[]; }; export type AIPredictionField = { entity: string; field: string; relatedPredictionField?: AIPredictionField; }; export type AIFilterValue = { side: AISide; sortOrder?: number; type: AIValueType; value: string; }; export type AIManagedField = { field: AIPredictionField; }; export type AIModelDefinition = { approvalType?: AIModelDefinitionApprovalType; externalId: string; scoringFilter?: AIFilterGroup; status: AIModelDefinitionStatus; trainSplitRatio?: string; trainingFilter?: AIFilterGroup; type?: AIModelType; }; export type AIPredictionTarget = { predictionExpressions: AIPredictionExpression[]; pushbackField?: AIPredictionField; strategy?: AIPredictionStrategy; targetField?: AIPredictionField; }; export type AIPredictionExpression = { expressionFilterGroup?: AIFilterGroup; predictionExpressionName?: string; }; export type AIApplicationConfig = Metadata & { aiApplicationDeveloperName: string; applicationId?: string; developerName: string; insightReasonEnabled?: boolean; masterLabel?: string; rank?: number; scoringMode?: AIScoringMode; }; export type AIConvSummarizationConfig = Metadata & { fieldName: string; lookUpRelatedRecordField?: string; name: string; objectName: string; recommendationOutputFieldName: RecsOutputFieldName; relatedEntity?: string; status: ConfigStatus; }; export type AIModel = Metadata & { approvalStatus: AIModelApproval; contentVersion?: string; dataset?: string; externalId?: string; failureReasonCode?: string; modelContent?: string; modelDef: string; modelFactors: AIModelFactor[]; modelGraphs: AIModelGraph[]; modelMetrics: AIModelMetric[]; priority?: number; scoringStatus: AIScoringStatus; trainingEndTime: Date; trainingStartTime: Date; type: AIModelType; }; export type AIModelFactor = { externalId?: string; factorComponents: AIFactorComponent[]; intensityType: AIIntensityType; intensityValue: number; lowerLimit: number; type: AIModelFactorType; upperLimit: number; }; export type AIFactorComponent = { leftHandDerivedField?: string; leftHandField?: string; operator: AIModelMetricOperation; rightHandDerivedField?: string; rightHandField?: string; sortOrder?: number; value: string; }; export type AIModelGraph = { dataSetType: AIDataSetType; graphPoints: string; graphType: AIModelGraphType; schemaVersion: string; }; export type AIModelMetric = { classLabel1?: string; classLabel2?: string; iteration?: number; metricType: AIMetricType; metricValue: number; }; export type AIReplyRecommendationsSettings = Metadata & { enableAIReplyRecommendations?: boolean; enableGenReplyRecommendations?: boolean; enableServiceEinsteinGPTGrounding?: boolean; enableServiceRepliesAutoTranslate?: boolean; enableServiceRepliesPause?: boolean; }; export type AIScoringModelDefVersion = Metadata & { aiScoringModelDefinition: string; aiScoringSteps: AIScoringStep[]; developerName: string; masterLabel: string; modelMode: AIScoringModelDefVersionMode; }; export type AIScoringStep = { aiModelConfigStep: string; stepDetail?: string; }; export type AIScoringModelDefinition = Metadata & { aiModelConfig: string; aiScoringModelDefVersions: AIScoringModelDefVersion[]; description?: string; masterLabel: string; }; export type AIUsecaseDefinition = Metadata & { aiUsecaseFieldMappings: AIUsecaseFieldMapping[]; aiUsecaseModels: AIUsecaseModel[]; creatorType: CreatorType; masterLabel: string; maximumInsightCount?: number; maximumRecommendationCount?: number; maximumSuggestionCount?: number; primaryResponseObject?: string; recommendationResponseObject?: string; recommendationSource?: RcmdSourceType; secondaryResponseObject?: string; shouldSaveFeatures?: boolean; shouldSaveInsights?: boolean; shouldSaveRecommendation?: boolean; shouldSaveRequestResponse?: boolean; shouldSaveScore?: boolean; shouldSaveSuggestions?: boolean; suggestionImpactMinimumPct?: number; usecaseName: string; }; export type AIUsecaseFieldMapping = { additionalFieldInformation?: string; customPredictionLabel?: string; developerName: string; joinFieldInformation?: string; mappedFieldName: string; mappedFieldType: MappedFieldType; masterLabel: string; responseFieldName: string; responseObject: string; sequenceNumber?: number; }; export type AIUsecaseModel = { aiFeatureExtractors: AIFeatureExtractor[]; arePredctGenInRealTime: boolean; defaultFeatureExtractor?: AIFeatureExtractor; developerName: string; masterLabel: string; predictionDefinition?: string; predictionPlatform: PredictionPlatform; }; export type AIFeatureExtractor = { batchInputSourceIdentifier?: string; batchInputSourceInformation?: string; batchInputSourceType?: BatchInputSourceType; className?: string; developerName: string; extractorType: ExtractorType; featureInputType: FeatureInputType; inputContext?: string; masterLabel: string; }; export type AccountForecastSettings = Metadata & { accountFilterId?: string; accountForecastFormulas: AccountForecastFormula[]; acctPrdctPrdFrcstVolCnt?: number; calculationFrequency: CalculationFrequency; displayDuration: number; displayedForecastMetrics: string; displayedRevenueMetrics: string; editableAtStartOfPeriod: boolean; editsAllowedFor: number; forecastFrequency: ForecastFrequency; objectMapping?: ObjectMapping; opportunityItemScheduleEnabled?: boolean; opportunityProbabilityEnabled?: boolean; primaryNotifEmailAddress?: string; productFilterId?: string; recalculateAllFrcstCnt?: number; regenerateForecastCnt?: number; salesAgreementFilterId?: string; secondaryNotifEmailAddress?: string; startingPeriod: number; }; export type AccountForecastFormula = { endingPeriod: number; formula: string; formulaType: FormulaType; startingPeriod: number; }; export type ObjectMapping = { inputObject: string; mappingFields: ObjectMappingField[]; outputObject: string; }; export type ObjectMappingField = { inputField: string; outputField: string; }; export type AccountIntelligenceSettings = Metadata & { enableAccountLogos?: boolean; enableAutomatedAccountFields?: boolean; enableNewsStories?: boolean; }; export type AccountPlanObjMeasCalcDef = Metadata & { conditions: AccountPlanObjMeasCalcCond[]; description?: string; developerName: string; masterLabel: string; rollupType: string; status: string; targetField?: string; targetObject: string; }; export type AccountPlanObjMeasCalcCond = { fieldName: string; operation: string; value: string; }; export type AccountRelationshipShareRule = Metadata & { accessLevel: string; accountToCriteriaField: string; description?: string; entityType: string; masterLabel: string; staticFormulaCriteria?: string; type: string; }; export type AccountSettings = Metadata & { enableAccountDiscovery?: boolean; enableAccountHistoryTracking?: boolean; enableAccountInsightsInMobile?: boolean; enableAccountOwnerReport?: boolean; enableAccountTeams?: boolean; enableContactHistoryTracking?: boolean; enableRelateContactToMultipleAccounts?: boolean; enableReportsToOnPersonAccount?: boolean; showViewHierarchyLink?: boolean; }; export type AccountingModelConfig = Metadata & { accountingType: AccountingType; defaultAccrualAccountCode?: string; defaultWriteOffAccountCode?: string; earliestCreatedDate: Date; expectedCashFlowGrouping?: ExpectedCashFlowGrouping; financeBook?: string; internalMappingDetails: string; isActive: boolean; isGroupedByFundAccount?: boolean; isUsed: boolean; jobFilterCriteria?: string; masterLabel: string; paidCashFlowGrouping?: PaidCashFlowGrouping; recordTypeFilter?: string; runOrder?: number; }; export type AcctMgrTargetSettings = Metadata & { acctMgrPeriodicTargetDstrCnt?: number; periodType: PeriodTypes; pricebookId?: string; teamMemberHierarchyType: TeamMemberHierarchyType; }; export type ActionLauncherItemDef = Metadata & { identifier: string; itemActionType: ItemActionType; itemCategory: ItemCategory; itemLanguage: string; masterLabel: string; subType: string; type: string; versionNumber?: string; }; export type ActionLinkGroupTemplate = Metadata & { actionLinkTemplates: ActionLinkTemplate[]; category: PlatformActionGroupCategory; executionsAllowed: ActionLinkExecutionsAllowed; hoursUntilExpiration?: number; isPublished: boolean; name: string; }; export type ActionLinkTemplate = { actionUrl: string; headers?: string; isConfirmationRequired: boolean; isGroupDefault: boolean; label?: string; labelKey: string; linkType: ActionLinkType; method: ActionLinkHttpMethod; position: number; requestBody?: string; userAlias?: string; userVisibility: ActionLinkUserVisibility; }; export type ActionPlanTemplate = Metadata & { actionPlanTemplateItem: ActionPlanTemplateItem[]; actionPlanTemplateItemDependencies: ActionPlanTemplateItemDependency[]; actionPlanType?: ActionPlanTemplateType; category?: string; description?: string; estimatedCompletionDays?: number; fileBasedTemplatePath?: string; isAdHocItemCreationEnabled: boolean; name: string; sourceType?: string; status?: string; subcategory?: string; targetEntityType: string; uniqueName: string; }; export type ActionPlanTemplateItem = { actionPlanTemplateItemValue: ActionPlanTemplateItemValue[]; displayOrder?: number; isRequired?: boolean; itemEntityType: string; name: string; uniqueName: string; }; export type ActionPlanTemplateItemValue = { itemEntityType: string; name: string; valueFormula?: string; valueLiteral?: string; }; export type ActionPlanTemplateItemDependency = { creationType: string; name: string; previousTemplateItem: ActionPlanTemplateItem; templateItem: ActionPlanTemplateItem; }; export type ActionableEventOrchDef = Metadata & { actionableEventUsageType?: string; apiName: string; contextDefinitionDeveloperName?: string; contextMappingTitle?: string; eventCategory?: string; eventSubtypeApiName?: string; eventTypeApiName: string; executionProcedureAPIName?: string; executionProcedureType?: string; isActive: boolean; isTemplate: boolean; label: string; }; export type ActionableEventTypeDef = Metadata & { apiName: string; eventSubtypes: EventSubtype[]; label: string; }; export type EventSubtype = { apiName: string; label: string; }; export type ActionsSettings = Metadata & { enableDefaultQuickActionsOn?: boolean; enableMdpEnabled?: boolean; enableOfflineWebLinks?: boolean; enableThirdPartyActions?: boolean; }; export type ActivationPlatform = Metadata & { activationFlowType?: ActivationFlowType; activationPlatformAdditionalMetadata?: string; activationPlatformConnectorType?: ActivationPlatformConnectorType; activationPlatformCreationType?: ActivationPlatformCreationType; dataConnector?: string; description: string; enabled: boolean; includeSegmentNames?: boolean; logoUrl?: string; masterLabel: string; notes?: string; outputFormat: ActivationPlatformFileOutputFormat; outputGrouping: ActivationPlatformFileOutputGrouping; periodicRefreshFrequecy?: ActivationPlatformPeriodicFullRefresh; platformProcessingType?: ActivationPlatformProcessingType; platformType: ActivationPlatformType; refreshFrequency: ActivationPlatformRefreshFrequency; refreshMode: ActivationPlatformRefreshMode; }; export type ActivationPlatformActvAttr = Metadata & { activationPlatform: string; actvPlatformAdncIdentifier?: string; applyHash?: boolean; attributeMappingSchemas?: string; destinationName?: string; fieldName?: string; isFromSourceObject?: boolean; isIdentifier?: boolean; isRequired: boolean; masterLabel: string; objectName?: string; }; export type ActivationPlatformField = Metadata & { activationPlatform: string; helpText?: string; isHidden: boolean; isRequired: boolean; masterLabel: string; type?: ActivationPlatformFieldDataType; }; export type ActivitiesSettings = Metadata & { allowUsersToRelateMultipleContactsToTasksAndEvents?: boolean; autoRelateEventAttendees?: boolean; enableActivityReminders?: boolean; enableCalendarHomeLWC?: boolean; enableClickCreateEvents?: boolean; enableDragAndDropScheduling?: boolean; enableEmailTracking?: boolean; enableFlowTaskNotifsViaApex?: boolean; enableGroupTasks?: boolean; enableHideChildEventsPreference?: boolean; enableListViewScheduling?: boolean; enableLogNote?: boolean; enableMLSingleClientProfile?: boolean; enableMultidayEvents?: boolean; enableRecurringEvents?: boolean; enableRecurringTasks?: boolean; enableRollUpActivToContactsAcct?: boolean; enableSidebarCalendarShortcut?: boolean; enableSimpleTaskCreateUI?: boolean; enableTimelineCompDateSort?: boolean; enableUNSTaskDelegatedToNotifications?: boolean; enableUserListViewCalendars?: boolean; meetingRequestsLogo?: string; showCustomLogoMeetingRequests?: boolean; showEventDetailsMultiUserCalendar?: boolean; showHomePageHoverLinksForEvents?: boolean; showMyTasksHoverLinks?: boolean; }; export type ActnblListKeyPrfmIndDef = Metadata & { aggregateOperationName: ActionableListKPIAggType; description?: string; fieldName: string; filterExpression?: string; masterLabel: string; objectName: string; status: ActionableListKPIStType; }; export type ActvPfrmDataConnectorS3 = Metadata & { bucketName: string; exportDirectory: string; masterLabel: string; }; export type ActvPlatformAdncIdentifier = Metadata & { activationPlatform: string; identifierHashMethod?: ActivationPlatformIdentifierHashMethod; identifierType: ActivationPlatformIdentifierType; masterLabel: string; }; export type ActvPlatformFieldValue = Metadata & { activationPlatformField: string; isDefault: boolean; masterLabel: string; value?: string; }; export type ActvPlatformOAuthConnector = Metadata & { masterLabel: string; oauthProvider: OAuthProviderType; oauthUrl: string; }; export type AddOnDefinition = Metadata & { cloudServiceProvider?: string; defaultLicenseDuration?: number; defaultStatus?: DefaultLicenseStatus; description?: string; includedPlatformLicenseDefinitions: IncludedPlatformLicenseDefinition[]; includedUserLicenseDefinitions: IncludedUserLicenseDefinition[]; licenseOwner?: string; managementServiceProvider?: string; managementTenantId?: string; name: string; recordVisibility?: string; userRecordAccess?: string; }; export type IncludedPlatformLicenseDefinition = { fullName?: string; name: string; quantity?: number; recordVisibility?: string; userRecordAccess?: string; }; export type IncludedUserLicenseDefinition = { fullName?: string; name: string; quantity?: number; recordVisibility?: string; userRecordAccess?: string; }; export type AddressSettings = Metadata & { countriesAndStates: CountriesAndStates; }; export type CountriesAndStates = { countries: Country[]; }; export type Country = { active: boolean; integrationValue: string; isoCode: string; label: string; orgDefault: boolean; standard: boolean; states: State[]; visible: boolean; }; export type State = { active: boolean; integrationValue: string; isoCode: string; label: string; standard: boolean; visible: boolean; }; export type AdvAccountForecastSet = Metadata & { accountFieldName?: string; calculationFrequency?: AdvAcctFcstCalcFrequency; description?: string; dimensions: AdvAcctForecastDimension[]; displayGroups: AdvAcctFrcstDisplayGroup[]; forecastAdjPeriods: AdvAcctForecastAdjPeriod[]; forecastFactObjectName: string; forecastFormulas: AdvAccountForecastFormula[]; forecastPeriodGroupName: string; forecastQuantityFieldName?: string; forecastRevenueFieldName?: string; forecastSetFieldName?: string; forecastSetName: string; forecastStatusFieldName?: string; generationDpeDefName?: string; measureDefinitions: AdvAcctForecastMeasureDef[]; periodFieldName?: string; recalculateDpeDefName?: string; regenerationDpeDefName?: string; rolloverDpeDefName?: string; rolloverFrequency?: AdvAcctFcstCalcFrequency; status: AdvAccForecastSetStatus; }; export type AdvAcctForecastDimension = { advAcctForecastDimName: string; dimensionFieldName: string; dimensionSourceName?: string; hierarchySequenceNumber: number; }; export type AdvAcctFrcstDisplayGroup = { advAcctFrcstDisplayGroupName: string; displayGroupItems: AdvAcctFrcstDplyGroupItem[]; displayGroupType?: AdvAcctFrcstDisplayGroupType; isDefault?: boolean; userProfileName?: string; }; export type AdvAcctFrcstDplyGroupItem = { advAcctFrcstDplyGroupItemName: string; displayOrder: number; measureReferenceName?: string; }; export type AdvAcctForecastAdjPeriod = { adjustmentDayCount: number; frequency: PeriodTypes; profileName?: string; startDay: number; }; export type AdvAccountForecastFormula = { endPeriod: number; formulaExpression: string; formulaType: AdvAcctFcstFormulaType; startPeriod: number; }; export type AdvAcctForecastMeasureDef = { advAcctForecastMeasureDefName: string; aggregationType?: AdvAcctFcstAggregationType; computationMethod?: AdvAcctFcstComputationMethod; forecastDataMeasureName: string; forecastMeasureName: string; forecastMeasureType: AdvAcctFcstMeasureType; isAdjustmentTracked?: boolean; }; export type AdvAcctForecastDimSource = Metadata & { advAcctForecastDimSrcName: string; sourceObjectName: string; }; export type AdvAcctForecastPeriodGroup = Metadata & { forecastPeriodGroupName: string; forecastPeriods: AdvAccountForecastPeriod[]; startPeriod: number; status: ForecastPeriodGroupStatus; }; export type AdvAccountForecastPeriod = { displayDuration: number; sequenceNumber: number; type: PeriodTypes; }; export type AdvancedObjectMapping = Metadata & { client: FieldMappingClient; description?: string; label: string; rows: AdvancedFieldMapping[]; sourceObject?: string; targetObject?: string; }; export type AdvancedFieldMapping = { sourceField: string; sourceObject: string; targetField: string; targetObject: string; }; export type AffinityScoreDefinition = Metadata & { affinityScoreDefinitionDesc?: string; affinityScoreDefinitionName?: string; affinityScoreType?: AffinityScoreType; masterLabel?: string; numberOfMonths?: number; numberOfRanges?: number; scoreRangeList?: string; sourceFieldApiNameList?: string; sourceObjectApiNameList?: string; targetFieldApiNameList?: string; targetObjectApiName?: string; }; export type Ai4mSettings = Metadata & { enableEinsteinMCDesiger?: boolean; enableStoEmailPooledModel?: boolean; enableUmaEef?: boolean; enableUmaEefWhatsappSetting?: boolean; enableUmaEes?: boolean; enableUmaEesSmsSetting?: boolean; enableUmaEesWhatsappSetting?: boolean; enableUmaGlobalModel?: boolean; enableUmaSto?: boolean; }; export type AiAuthoringBundle = Metadata & { bundleType?: AiAuthoringBundleType; target?: string; versionDescription?: string; versionTag?: string; }; export type AiEvaluationDefinition = Metadata & { description?: string; name?: string; subjectName?: string; subjectType?: string; subjectVersion?: string; testCase: AiEvaluationTestCase[]; }; export type AiEvaluationTestCase = { expectation: AiEvaluationExpectation[]; inputs: AiEvaluationAgentTestCaseInput[]; number?: number; }; export type AiEvaluationExpectation = { expectedValue?: string; label?: string; name?: string; parameter: AiEvaluationTestCaseCritParam[]; }; export type AiEvaluationTestCaseCritParam = { isReference: boolean; name: string; value: string; }; export type AiEvaluationAgentTestCaseInput = { contextVariable: AiEvalCopilotTestCaseCntxtVar[]; conversationHistory: AiEvalCopilotTestCaseConv[]; utterance?: string; }; export type AiEvalCopilotTestCaseCntxtVar = { variableName?: string; variableValue?: string; }; export type AiEvalCopilotTestCaseConv = { index?: number; message?: string; role?: string; topic?: string; }; export type AiEvaluationFunctionDefinition = Metadata & { inputScope: EvalInputScope; outputType: string; version: AiEvaluationFunctionVersion[]; }; export type AiEvaluationFunctionVersion = { agentAssociationVersion: AiEvaluationAgentAssociation[]; description?: string; engine: AiEvaluationFunctionEngine; label?: string; outputSpecEnumValue: AiEvaluationFunctionEnumSpecValue[]; specification?: AiEvaluationFunctionSpecification; status: EvalStatus; versionNumber: number; }; export type AiEvaluationFunctionEnumSpecValue = { fallback: boolean; outcome?: string; value: string; }; export type AiEvaluationFunctionEngine = { engineRef?: string; engineType: string; engineValue?: string; }; export type AiEvaluationAgentAssociation = { active: boolean; agentApiName: string; }; export type AiEvaluationFunctionSpecification = { valuesSpecification?: AiEvaluationFunctionValuesSpecification; }; export type AiEvaluationFunctionValuesSpecification = { max: number; min: number; step: number; threshold: number; }; export type AiPlannerVoiceDef = Metadata & { developerName?: string; inboundFillerWordsBool?: boolean; inboundKeywords?: string; inboundModel?: string; label?: string; languageCode?: string; voiceIdentifier?: string; outboundFillerSentences?: string; outboundModel?: string; outboundSimilarity?: number; outboundSpeedNum?: number; outboundStability?: number; outboundStyleExaggeration?: number; outboundVoice?: string; pronunciationDict?: string; }; export type AnalyticSnapshot = Metadata & { description?: string; groupColumn?: string; mappings: AnalyticSnapshotMapping[]; name: string; runningUser?: string; sourceReport: string; targetObject: string; }; export type AnalyticSnapshotMapping = { aggregateType?: ReportSummaryType; sourceField: string; sourceType: ReportJobSourceTypes; targetField: string; }; export type AnalyticsDashboard = Metadata & { analyticsWorkspace: string; backgroundSource?: string; description?: string; lastDraftModifiedDate?: Date; lastPublishedDate?: Date; layouts: AnalyticsDashboardLayout[]; masterLabel: string; style?: string; templateAssetSourceName?: string; templateSource?: string; version?: number; widgets: AnalyticsDashboardWidget[]; workspaceAssetRelationships: AnalyticsWorkspaceAsset[]; }; export type AnalyticsDashboardLayout = { analyticsDashboard: string; analyticsDashboardVersion?: string; columnCount?: string; label?: string; layoutName?: string; maxWidth?: string; pages: AnalyticsDashboardPage[]; rowHeight?: string; style?: string; version?: number; }; export type AnalyticsDashboardPage = { index?: number; label?: string; pageName?: string; pageWidgets: AnalyticsDashPageWidget[]; }; export type AnalyticsDashPageWidget = { analyticsDashboardWidget: string; colspan?: string; column?: string; row?: string; rowspan?: string; }; export type AnalyticsDashboardWidget = { analyticsDashboard: string; analyticsDashboardVersion?: string; buttonWidgetDefs: AnalyticsButtonWidgetDef[]; containerWidgetDefs: AnalyticsContainerWidgetDef[]; dynamicTokens: AnlytDshbrdWdgtDynamicTkn[]; filterWidgetDefs: AnalyticsFilterWidgetDef[]; imageWidgetDefs: AnalyticsImageWidgetDef[]; label?: string; metricWidgetDefs: AnalyticsMetricWidgetDef[]; parameterWidgetDefs: AnalyticsParamWidgetDef[]; textWidgetDefs: AnalyticsTextWidgetDef[]; type: AnalyticsWidgetType; vizWidgetDefs: AnalyticsVizWidgetDef[]; widgetActions: AnalyticsAssetAction[]; widgetName?: string; }; export type AnalyticsButtonWidgetDef = { parameters?: string; }; export type AnalyticsContainerWidgetDef = { backgroundSource?: string; parameters?: string; }; export type AnlytDshbrdWdgtDynamicTkn = { description?: string; label?: string; source?: string; tokenName?: string; tokenSpec?: string; type?: AnalyticsDynamicTokenType; }; export type AnalyticsFilterWidgetDef = { initialValues?: string; parameters?: string; source?: string; }; export type AnalyticsImageWidgetDef = { parameters?: string; source?: string; }; export type AnalyticsMetricWidgetDef = { parameters?: string; semanticModel?: string; source?: string; sourceDeprecated?: string; version?: number; }; export type AnalyticsParamWidgetDef = { initialValues?: string; parameters?: string; source?: string; }; export type AnalyticsTextWidgetDef = { parameters?: string; }; export type AnalyticsVizWidgetDef = { analyticsVisualization?: string; analyticsVizVersion?: string; parameters?: string; }; export type AnalyticsAssetAction = { actionType: AnalyticsActionType; analyticsAssetVersion?: string; eventType: AnalyticsActionEventType; parameters?: string; version?: number; }; export type AnalyticsWorkspaceAsset = { asset: string; assetType: AnalyticsWorkspaceAssetType; assetUsageType: AnalyticsWorkspaceAssetUsageType; metadataSourceType?: AnalyticsWorkspaceAssetMetadataSourceType; workspace: string; }; export type AnalyticsDatasetDefinition = Metadata & { datasetCategory: string; datasetName: string; masterLabel: string; usageCategory: string; }; export type AnalyticsSettings = Metadata & { alwaysGenPreviews?: boolean; analyticsAdoptionMetadata?: boolean; autoInstallApps?: boolean; bundleCachingOptOut?: boolean; canAccessAnalyticsViaAPI?: boolean; canAnnotateDashboards?: boolean; canEnableSavedView?: boolean; canExploreDataConversationally?: boolean; canShareAppsWithCommunities?: boolean; canViewThumbnailAssets?: boolean; cdpQueryCachingOptIn?: boolean; concurrencyLimitSharing?: boolean; disableIncrementalDatasetCreation?: boolean; enableAmazonRedshiftOutputConnector?: boolean; enableAnalyticsEncryption?: boolean; enableAnalyticsSharingEnable?: boolean; enableAutoCompleteCombo?: boolean; enableAutonomousExperience?: boolean; enableAzureDLGen2OutputConnector?: boolean; enableC360GlobalProfileData?: boolean; enableCreateLegacyDataflows?: boolean; enableCrmaDataCloudIntegration?: boolean; enableCrtSetupLightningUiPref?: boolean; enableDashboardComponentSnapshot?: boolean; enableDashboardFlexiTable?: boolean; enableDashboardSubOrgEmailPref?: boolean; enableDashboardToPDFEnable?: boolean; enableDataCloudReportingPref?: boolean; enableEmailReportsToPortalUsers?: boolean; enableFirebirdEditor?: boolean; enableFloatingReportHeaders?: boolean; enableIncludeDisclaimerMessage?: boolean; enableIncrementalUpsert?: boolean; enableInsights?: boolean; enableInsightsHCMode?: boolean; enableLightningReportBuilder?: boolean; enableLotusNotesImages?: boolean; enableMassEnableReportBuilder?: boolean; enableNewChartsEngine?: boolean; enableNullDimension?: boolean; enableOrgCanSeeLivePreviews?: boolean; enableOrgCanViewTableau?: boolean; enableOrgCanViewThumbnailForOA?: boolean; enableOrgHasMobileOfflineEnabled?: boolean; enableOrgHasWatchlistEnabled?: boolean; enableOrgWideEmailNotification?: boolean; enablePupparazziForNotifications?: boolean; enableQueryLiveConnectors?: boolean; enableRemoveFooterForRepDisplay?: boolean; enableRemoveFooterFromRepExp?: boolean; enableReportCdnPref?: boolean; enableReportCustomTextExportPref?: boolean; enableReportEscapeCharsPref?: boolean; enableReportHideXlsExportPref?: boolean; enableReportInlineEditPref?: boolean; enableReportInterfacePref?: boolean; enableReportNotificationsEnable?: boolean; enableReportSubOrgEmailPref?: boolean; enableReportingOnSDMPref?: boolean; enableRequestPrioritySchdl?: boolean; enableS1AnalyticsEclairEnable?: boolean; enableS3OutputConnector?: boolean; enableSFXJoinedReportsEnable?: boolean; enableSalesforceOutputConnector?: boolean; enableSecureImageSharing?: boolean; enableShowHighContrastChart?: boolean; enableSnowflakeOutputConnector?: boolean; enableSummaryFilterOrgPref?: boolean; enableTableauHyperOutputConnector?: boolean; enableUseOldChartsLookAndFeel?: boolean; enableWaveAssetsNewDateVersion?: boolean; enableWaveCustomFiscal?: boolean; enableWaveIndexMVDim?: boolean; enableWaveIndexMVDimV2?: boolean; enableWaveMultiCurrency?: boolean; enableWaveRecordNavigation?: boolean; enableWaveReplication?: boolean; enableWaveSharingInheritance?: boolean; enableWaveSqlCFIndexing?: boolean; enableWaveTrendedDatasetCleanup?: boolean; enableWriteToDataCloud?: boolean; etlOrchestrationPref?: boolean; incrementalUpsertEnabled?: boolean; isDiscoveryOptimizationEnabled?: boolean; isHighVolumePushbackEnabled?: boolean; maxHoursAppInProgress?: number; queryCachingOptOut?: boolean; recipeDirectDataPref?: boolean; recipeFiscalPref?: boolean; recipePreCachingOptOut?: boolean; recipeStagedDataPref?: boolean; replaceBlankMeasuresWithNulls?: boolean; setWaveIsYearEndFiscalYear?: boolean; sonicEnabled?: boolean; turnOnTimeZones?: boolean; }; export type AnalyticsVisualization = Metadata & { actions: AnalyticsAssetAction[]; analyticsWorkspace: string; dataSource: string; description?: string; fields: AnalyticsVizField[]; lastDraftModifiedDate?: Date; lastPublishedDate?: Date; masterLabel: string; templateAssetSourceName?: string; templateSource?: string; version?: number; views: AnalyticsVizViewDef[]; visualSpecification: string; workspaceAssetRelationships: AnalyticsWorkspaceAsset[]; }; export type AnalyticsVizField = { adHocCalc?: string; analyticsVizVersion?: string; computeUsing?: string; displayCategory?: VisualizationFieldDisplayCategoryType; fieldKey: string; fieldName?: string; function?: VisualizationFieldFunctionType; hierarchyName?: string; label?: string; objectName?: string; quickTableCalc?: string; role?: VisualizationFieldRoleType; type?: VisualizationFieldType; }; export type AnalyticsVizViewDef = { analyticsVizVersion?: string; fullName: string; isOriginal: boolean; masterLabel: string; version?: number; viewSpecification?: string; }; export type AnalyticsWorkspace = Metadata & { description?: string; masterLabel: string; workspaceAssetRelationships: AnalyticsWorkspaceAsset[]; }; export type AndroidPushApplicationSetup = Metadata & { fcmProject?: string; serverKey?: string; serviceAccount?: string; }; export type AnimationRule = Metadata & { animationFrequency: string; developerName: string; isActive: boolean; masterLabel: string; recordTypeContext: string; recordTypeName?: string; sobjectType: string; targetField: string; targetFieldChangeToValues: string; }; export type ApexEmailNotifications = Metadata & { apexEmailNotification: ApexEmailNotification[]; }; export type ApexEmailNotification = { email?: string; user?: string; }; export type ApexLimitSettings = Metadata & { apexLimit: ApexLimit[]; }; export type ApexLimit = { name: string; value?: number; }; export type ApexSettings = Metadata & { defaultQueueableDelay?: number; enableAggregateCodeCoverageOnly?: boolean; enableApexAccessRightsPref?: boolean; enableApexApprovalLockUnlock?: boolean; enableApexCtrlImplicitWithSharingPref?: boolean; enableApexPropertyGetterPref?: boolean; enableAuraApexCtrlAuthUserAccessCheckPref?: boolean; enableAuraApexCtrlGuestUserAccessCheckPref?: boolean; enableCompileOnDeploy?: boolean; enableDebugLogsDuringDeployment?: boolean; enableDisableParallelApexTesting?: boolean; enableGaplessTestAutoNum?: boolean; enableMngdCtrlActionAccessPref?: boolean; enableNonCertifiedApexMdCrud?: boolean; enableRestrictCommunityExecAnon?: boolean; enableSecureNoArgConstructorPref?: boolean; enableTestSetupSkipTestResults?: boolean; }; export type ApexTestSuite = Metadata & { testClassName: string[]; }; export type ApiNamedQuery = Metadata & { apiNamedQueryParameters: ApiNamedQueryParameter[]; apiVersion: number; body2: string; description: string; isProtected?: boolean; masterLabel: string; }; export type ApiNamedQueryParameter = { description: string; parameterLabel: string; parameterName: string; }; export type AppExperienceSettings = Metadata & { doesHideAllAppsInAppLauncher?: boolean; }; export type AppFrameworkTemplateBundle = Metadata & { assetVersion?: number; description?: string; label: string; maxAppCount?: number; templateBadgeIcon?: string; templateStatus?: string; templateSubtype?: string; templateType: string; }; export type AppMenu = Metadata & { appMenuItems: AppMenuItem[]; }; export type AppMenuItem = { name: string; type: string; }; export type AppNotificationType = Metadata & { notificationType: string; pushByDefault: boolean; subscribed: boolean; }; export type ApplePushApplicationSetup = Metadata & { applicationBundle?: string; certificate?: string; environment: string; keyIdentifier?: string; password?: string; signingKey?: string; teamIdentifier?: string; }; export type Application = Metadata & { contactEmail?: string; contactPhone?: string; description?: string; developerName: string; iconUrl?: string; infoUrl?: string; label: string; logoUrl?: string; moduleRefs: ModuleRefs; version?: string; }; export type ModuleRefs = { moduleRef: ModuleRef[]; }; export type ModuleRef = { name: string; namespacePrefix?: string; version?: string; }; export type ApplicationRecordTypeConfig = Metadata & { applicationObjectName: ApplicationObjectName; applicationUsageType: ApplicationUsageType; recordTypeName: string; }; export type ApplicationSubtypeDefinition = Metadata & { applicationUsageType: AppDomainUsageType; description?: string; masterLabel: string; }; export type AppointmentAssignmentPolicy = Metadata & { masterLabel: string; policyApplicableDuration: PolicyApplicableDuration; policyType: AssignmentPolicyType; utilizationFactor: UtilizationFactor; }; export type AppointmentBookingSettings = Metadata & { autoTerritoryPicker?: boolean; customCSS?: string; defaultOperatingHours?: string; idealThreshold?: number; lazyLoadBookingInHours?: number; minimumGrade?: number; recommendedThreshold?: number; schedulingPolicyId?: string; showGoldenSlots?: boolean; showGradeExplanation?: boolean; showMoreOptions?: boolean; }; export type AppointmentSchedulingPolicy = Metadata & { appointmentAssignmentPolicy?: string; appointmentStartTimeInterval: string; extCalEventHandler?: string; isSvcTerrOpHoursWithShiftsUsed?: boolean; isSvcTerritoryMemberShiftUsed?: boolean; masterLabel: string; shouldCheckExternalCalendar: boolean; shouldConsiderCalendarEvents: boolean; shouldEnforceExcludedResource: boolean; shouldEnforceRequiredResource: boolean; shouldMatchSkill: boolean; shouldMatchSkillLevel: boolean; shouldRespectVisitingHours: boolean; shouldUsePrimaryMembers: boolean; shouldUseSecondaryMembers: boolean; }; export type ApprovalProcess = Metadata & { active: boolean; allowRecall?: boolean; allowedSubmitters: ApprovalSubmitter[]; approvalPageFields?: ApprovalPageField; approvalStep: 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; processOrder?: number; recallActions?: ApprovalAction; recordEditability: RecordEditabilityType; showApprovalHistory?: boolean; }; export type ApprovalSubmitter = { submitter?: string; type: ProcessSubmitterType; }; export type ApprovalPageField = { field: string[]; }; export type ApprovalStep = { allowDelegate?: boolean; approvalActions?: ApprovalAction; assignedApprover: ApprovalStepApprover; description?: string; entryCriteria?: ApprovalEntryCriteria; ifCriteriaNotMet?: StepCriteriaNotMetType; label: string; name: string; rejectBehavior?: ApprovalStepRejectBehavior; rejectionActions?: ApprovalAction; }; export type ApprovalAction = { action: WorkflowActionReference[]; }; export type WorkflowActionReference = { name: string; type: WorkflowActionType; }; export type ApprovalStepApprover = { approver: Approver[]; whenMultipleApprovers?: RoutingType; }; export type Approver = { name?: string; type: NextOwnerType; }; export type ApprovalEntryCriteria = { booleanFilter?: string; criteriaItems: FilterItem[]; formula?: string; }; export type FilterItem = { field: string; operation: FilterOperation; value?: string; valueField?: string; }; export type DuplicateRuleFilterItem = FilterItem & { sortOrder: number; table: string; }; export type ApprovalStepRejectBehavior = { type: StepRejectBehaviorType; }; export type NextAutomatedApprover = { useApproverFieldOfRecordOwner?: boolean; userHierarchyField: string; }; export type AssessmentQuestion = Metadata & { assessmentQuestionVersion?: AssessmentQuestionVersion; dataType: string; developerName: string; disclosureDefinitionVer?: string; displayTextCategory?: string; formulaResponseDataType?: string; name: string; questionCategory: string; relatedQuestion?: string; }; export type AssessmentQuestionVersion = { additionalInformation?: string; assessmentQuestionVersionChoices: AssessmentQuestionVersionChoice[]; description?: string; guidanceInformation?: string; helpText?: string; isActive: boolean; name: string; optionSourceResponseValue?: boolean; questionText: string; responseValues?: string; status: string; versionNumber: number; }; export type AssessmentQuestionVersionChoice = { displayOrder?: number; icon?: string; key: string; name: string; }; export type AssessmentQuestionSet = Metadata & { assessmentQuestionDeveloperNames: string[]; developerName: string; name: string; }; export type AssignmentRule = Metadata & { active?: boolean; ruleEntry: RuleEntry[]; }; export type RuleEntry = { assignedTo?: string; assignedToType?: AssignToLookupValueType; booleanFilter?: string; businessHours?: string; businessHoursSource?: BusinessHoursSourceType; criteriaItems: FilterItem[]; disableEscalationWhenModified?: boolean; escalationAction: EscalationAction[]; escalationStartTime?: EscalationStartTimeType; formula?: string; notifyCcRecipients?: boolean; overrideExistingTeams?: boolean; replyToEmail?: string; senderEmail?: string; senderName?: string; team: string[]; template?: string; }; export type EscalationAction = { assignedTo?: string; assignedToTemplate?: string; assignedToType?: AssignToLookupValueType; minutesToEscalation?: number; notifyCaseOwner?: boolean; notifyEmail: string[]; notifyTo?: string; notifyToTemplate?: string; }; export type AssignmentRules = Metadata & { assignmentRule: AssignmentRule[]; }; export type AssistantContextItem = Metadata & { assistantVersionId: string; description?: string; developerName: string; index?: number; masterLabel?: string; parentContextItem?: string; parentRelationField?: string; searchType?: string; slotClass?: string; sobjectType?: string; whereClause?: string; }; export type AssistantDefinition = Metadata & { appVersionNumber?: number; assistantDefinitionProfiles: AssistantDefinitionProfile[]; description?: string; developerName: string; masterLabel?: string; status?: AssistantDefinitionStatus; }; export type AssistantDefinitionProfile = { profile?: string; }; export type AssistantSkillQuickAction = Metadata & { assistantSkillQuickActionParams: AssistantSkillQuickActionParam[]; description?: string; developerName: string; masterLabel?: string; prompt?: string; quickAction?: string; }; export type AssistantSkillQuickActionParam = { description?: string; field?: string; index?: number; prompt?: string; referenceTarget?: string; slotClass?: string; }; export type AssistantSkillSobjectAction = Metadata & { assistantSkillSobjectParams: AssistantSkillSobjectParam[]; description?: string; developerName: string; masterLabel?: string; prompt?: string; recordType?: string; sobjectType?: string; target?: string; type: AssistantSkillSobjectActionType; }; export type AssistantSkillSobjectParam = { description?: string; field?: string; index?: number; prompt?: string; referenceTarget?: string; slotClass?: string; }; export type AssistantVersion = Metadata & { assistantDefinitionId: string; assistantSkills: AssistantSkill[]; assistantVersionActions: AssistantVersionAction[]; description?: string; developerName: string; masterLabel?: string; versionNumber?: number; }; export type AssistantSkill = { assistantSkillIntents: AssistantSkillIntent[]; description?: string; externalModel?: string; index?: number; mlDomain?: string; skillType?: AssistantSkillType; }; export type AssistantSkillIntent = { action?: string; description?: string; field?: string; index?: number; intentName?: string; isPromptRequired?: boolean; isRequired?: boolean; mlIntent?: string; sobjectType?: string; }; export type AssistantVersionAction = { action?: string; }; export type Audience = Metadata & { audienceName: string; container: string; criteria: AudienceCriteria; description?: string; formula?: string; formulaFilterType?: FormulaFilterType; isDefaultAudience?: boolean; targets?: PersonalizationTargetInfos; }; export type AudienceCriteria = { criterion: AudienceCriterion[]; }; export type AudienceCriterion = { criteriaNumber?: number; criterionValue?: AudienceCriteriaValue; operator?: AudienceCriterionOperator; type: AudienceCriterionType; }; export type AudienceCriteriaValue = { audienceDeveloperName?: string; city?: string; country?: string; domain?: string; entityField?: string; entityType?: string; fieldValue?: string; isEnabled?: string; permissionName?: string; permissionType?: string; profile?: string; subdivision?: string; }; export type PersonalizationTargetInfos = { target: PersonalizationTargetInfo[]; }; export type PersonalizationTargetInfo = { groupName: string; priority?: number; targetType: string; targetValue: string; }; export type AuraDefinitionBundle = Metadata & { SVGContent?: string; apiVersion?: number; auraDefinitions?: AuraDefinitions; controllerContent?: string; description?: string; designContent?: string; documentationContent?: string; helperContent?: string; markup?: string; modelContent?: string; packageVersions: PackageVersion[]; rendererContent?: string; styleContent?: string; testsuiteContent?: string; type?: AuraBundleType; }; export type AuraDefinitions = { auraDefinition: AuraDefinition[]; }; export type AuraDefinition = { defType: string; source: string; }; export type PackageVersion = { majorNumber: number; minorNumber: number; namespace?: string; packageId?: string; }; export type AuthProvider = Metadata & { appleTeam?: string; authorizeUrl?: string; consumerKey?: string; consumerSecret?: string; controlPlane?: MuleSoftControlPlane; customMetadataTypeRecord?: string; defaultScopes?: string; ecKey?: string; errorUrl?: string; executionUser?: string; flow?: string; flowDefaultAccount?: string; flowDefaultProfile?: string; friendlyName: string; iconUrl?: string; idTokenIssuer?: string; includeOrgIdInIdentifier?: boolean; isPkceEnabled?: boolean; linkKickoffUrl?: string; logoutUrl?: string; oauthKickoffUrl?: string; paramForwardAllowlist?: AuthProvParamFwdAllowlist[]; plugin?: string; portal?: string; providerType: AuthProviderType; registrationHandler?: string; requireMfa?: boolean; sendAccessTokenInHeader?: boolean; sendClientCredentialsInHeader?: boolean; sendSecretInApis?: boolean; ssoKickoffUrl?: string; tokenUrl?: string; userInfoUrl?: string; }; export type AuthProvParamFwdAllowlist = { description?: string; param: string; }; export type AutoResponseRule = Metadata & { active?: boolean; ruleEntry: RuleEntry[]; }; export type AutoResponseRules = Metadata & { autoResponseRule: AutoResponseRule[]; }; export type AutomatedContactsSettings = Metadata & { enableAddContactAutomatically?: boolean; enableAddContactRoleAutomatically?: boolean; enableAddContactRoleWithSuggestion?: boolean; enableAddContactWithSuggestion?: boolean; }; export type AutomatorConfigSettings = Metadata & { automatorConfig: AutomatorConfig[]; }; export type AutomatorConfig = { allowFilterField?: boolean; allowLocations?: boolean; allowNoLocation?: boolean; allowSchedulingPolicy?: boolean; allowTimeHorizon?: boolean; allowTimeSpanBack?: boolean; className?: string; cronExpression?: string; dateRange?: number; decomposeTerritories?: number; emailNotification?: boolean; enabled?: boolean; filterField?: string; horizons?: string; isBatch?: boolean; isDecomposeTerritories?: boolean; isNotificationJob?: boolean; isOaas?: boolean; jobDescription?: string; label?: string; maxObjectsCount?: number; minutes?: number; name: string; noLocation?: boolean; notificationInterval?: number; notificationUsername?: string; oneLocationMandatory?: boolean; runNextJob?: boolean; schedulingPolicyId?: string; secondaryType?: string; stayScheduledServicesByBoolean?: string; timeSpanBackward?: number; timeSpanForward?: number; timezone?: string; }; export type BatchCalcJobDefinition = Metadata & { aggregates: BatchCalcJobAggregate[]; appends: BatchCalcJobUnion[]; atomicWritebacks: BatchCalcJobAtomicWriteback[]; customNodes: BatchCalcJobCustomNode[]; dataSpaceApiName?: string; datasources: BatchCalcJobDatasource[]; definitionRunMode?: BatchCalcJobDefRunMode; description?: string; doesGenAllFailedRecords?: boolean; executionPlatformObjectType?: ExecutionPlatformObjectType; executionPlatformType?: ExecutionPlatformType; filters: BatchCalcJobFilter[]; forecasts: BatchCalcJobForecast[]; hierarchyPaths: BatchCalcJobHierarchyPath[]; isTemplate?: boolean; joins: BatchCalcJobSourceJoin[]; label?: string; parameters: BatchCalcJobParameter[]; processType?: BatchCalcProcessType; status: BatchJobDefinitionStatus; transforms: BatchCalcJobTransform[]; writebacks: BatchCalcJobWritebackObject[]; }; export type BatchCalcJobAggregate = BatchCalcJobAbstractMetadataValue & { description?: string; fields: BatchCalcJobAggregateField[]; groupBy: string[]; label: string; name: string; sourceName: string; }; export type BatchCalcJobAbstractMetadataValue = string; export type DpeToRecipeTranslateAbstractMetadataValue = string; export type BatchCalcJobAtomicWriteback = BatchCalcJobAbstractMetadataValue & { description?: string; label: string; name: string; writebackObjectRelationships: BatchCalcJobAtomicWritebackRelationship[]; writebackSequence?: number; }; export type BatchCalcJobAtomicWritebackRelationship = { childWritebackObjectField?: string; childWritebackObjectName?: string; parentWritebackObjectField?: string; parentWritebackObjectName: string; relationshipName?: string; sequenceNumber: number; }; export type BatchCalcJobCustomNode = BatchCalcJobAbstractMetadataValue & { description?: string; extensionName: string; extensionNamespace: string; label: string; name: string; parameters: BatchCalcJobCustomNodeParameter[]; sources: string[]; }; export type BatchCalcJobCustomNodeParameter = { name: string; value?: string; }; export type BatchCalcJobDatasource = BatchCalcJobAbstractMetadataValue & { CSVDelimiter?: BatchCalcJobCSVDelimiter; description?: string; fields: BatchCalcJobDatasourceField[]; fileIdentifier?: string; filePath?: string; fileSource?: BatchCalcJobFileSource; label: string; name: string; sourceName: string; type: BatchCalcJobDatasourceType; }; export type BatchCalcJobDatasourceField = { alias?: string; dataType?: BatchCalcJobDataType; isPrimaryKey?: boolean; name: string; }; export type BatchCalcJobFilter = BatchCalcJobAbstractMetadataValue & { criteria: BatchCalcJobFilterCriteria[]; description?: string; filterCondition?: string; filterParameterName?: string; isDynamicFilter?: boolean; label: string; name: string; sourceName: string; }; export type BatchCalcJobFilterCriteria = { inputVariable?: string; operator: BatchCalcJobFilterOperator; sequence: number; sourceFieldName: string; value?: string; }; export type BatchCalcJobForecast = BatchCalcJobAbstractMetadataValue & { accuracyPercent?: BatchCalcJobFrcstAccuracy; aggregationFields: BtchCalcJobFrcstAggrFld[]; dateFieldName: string; description?: string; forecastModelType?: BatchCalcJobFrcstModel; forecastPeriodCount?: number; forecastPeriodType: BatchCalcJobFrcstPeriodType; groupFields: BatchCalcJobFrcstGrpFld[]; label: string; name: string; periodStartDateName: string; seasonality?: BatchCalcJobFrcstSeasonality; shouldExcludeLastPeriod?: boolean; sourceName: string; }; export type BtchCalcJobFrcstAggrFld = { aggregateFunction: BatchCalcJobAggregateFunction; aggregationResultLabel: string; fieldName: string; }; export type BatchCalcJobFrcstGrpFld = { fieldName: string; groupBy?: string; }; export type BatchCalcJobHierarchyPath = BatchCalcJobAbstractMetadataValue & { description?: string; hierarchyFieldName: string; isSelfFieldValueIncluded?: boolean; label: string; name: string; parentFieldName: string; selfFieldName: string; sourceName: string; }; export type BatchCalcJobParameter = BatchCalcJobAbstractMetadataValue & { dataType: BatchCalcJobParameterDataType; defaultValue?: string; description?: string; isMultiValue: boolean; label: string; name: string; }; export type BatchCalcJobSourceJoin = BatchCalcJobAbstractMetadataValue & { description?: string; fields: BatchCalcJobJoinResultField[]; joinKeys: BatchCalcJobJoinKey[]; label: string; name: string; primarySourceName: string; secondarySourceName: string; type: BatchCalcJobSourceJoinType; }; export type BatchCalcJobJoinResultField = { alias: string; sourceFieldName: string; sourceName: string; }; export type BatchCalcJobJoinKey = { primarySourceFieldName: string; secondarySourceFieldName: string; }; export type BatchCalcJobTransform = BatchCalcJobAbstractMetadataValue & { description?: string; droppedFields: BatchCalcJobTransformDroppedField[]; expressionFields: BatchCalcJobTransformAddedField[]; label: string; name: string; orderBy: BatchCalcJobOrderByField[]; partitionBy: string[]; sourceName: string; transformationType: BatchCalcJobTransformType; }; export type BatchCalcJobTransformDroppedField = { sourceFieldName: string; }; export type BatchCalcJobTransformAddedField = { alias: string; dataType: BatchCalcJobDataType; decimalPlaces?: number; expression: string; length?: number; }; export type BatchCalcJobOrderByField = { name: string; orderType: BatchCalcJobOrderType; }; export type BatchCalcJobUnion = BatchCalcJobAbstractMetadataValue & { description?: string; isDisjointedSchema?: boolean; label: string; name: string; sources: string[]; }; export type BatchCalcJobWritebackObject = BatchCalcJobAbstractMetadataValue & { canWrtbckToNonEditableFields?: boolean; description?: string; externalIdFieldName?: string; fields: BatchCalcJobWritebackMapping[]; filterCondition?: string; folderName?: string; groupBy?: string; isChangedRow?: boolean; isExistingDataset?: boolean; label: string; name: string; operationType?: BatchCalcJobWritebackOpn; sharingInheritanceObjectName?: string; shouldCreateTargetObject?: boolean; shouldMngRowLockForGroupedRec?: boolean; sourceName: string; storageType?: BatchCalcJobWritebackType; targetObjectName: string; writebackRecordMaxLimit?: number; writebackSequence?: number; writebackUser?: string; }; export type BatchCalcJobWritebackMapping = { fieldType?: BatchCalcJobWritebackKeyType; isAutogenerated?: boolean; parentName?: string; relationshipName?: string; runtimeParameter?: boolean; sourceFieldName: string; targetFieldName?: string; }; export type BatchCalcJobAggregateField = { aggregateFunction: BatchCalcJobAggregateFunction; alias: string; sourceFieldName: string; }; export type BatchProcessJobDefinition = Metadata & { batchSize: number; dataSource: BatchDataSource; description?: string; executionProcessApiName?: string; flowApiName?: string; flowInputVariable?: string; masterLabel: string; processGroup: string; retryCount: number; retryInterval: number; status?: string; type?: string; }; export type BatchDataSource = { condition: string; criteria?: string; dataSourceType?: DataSourceType; filters: BatchDataSrcFilterCriteria[]; orderFields: BatchDataSourceOrderField[]; relatedSobjects?: string; sourceObject: string; sourceObjectField?: string; }; export type BatchDataSrcFilterCriteria = { domainObjectName?: string; dynamicValue: boolean; dynamicValueType?: string; fieldName: string; fieldPath?: string; fieldValue: string; operator: string; sequenceNo: number; }; export type BatchDataSourceOrderField = { domainObjectName: string; fieldName: string; fieldPath: string; }; export type BenefitAction = Metadata & { benefitActionParameters: BenefitActionParameter[]; description?: string; flowDefinition?: string; isActive: boolean; isBenefitExpirationAllowed?: boolean; isBenefitUpdateAllowed?: boolean; masterLabel: string; memberBenefitVariableName?: string; processType: string; type: string; }; export type BenefitActionParameter = { dataType: BenefitActionDataType; masterLabel: string; name?: string; objectName?: string; parameterValues: BenefitActionParameterValue[]; picklistName?: string; }; export type BenefitActionParameterValue = { parameterValue: string; }; export type BillingSettings = Metadata & { acctRecGlAccount?: string; billingContextDefinition?: string; billingContextSourceMapping?: string; billingIntraCtxtSrcMapping?: string; defaultAPClosureDPEDefnName?: string; defaultApplyCreditMemoFlow?: string; defaultBillingTreatment?: string; defaultEmailTemplate?: string; defaultInvPreviewTemplate?: string; defaultInvoiceDocTemplate?: string; defaultLegalEntity?: string; defaultTaxTreatment?: string; enableBillingDisputeManagement?: boolean; enableBillingSetup?: boolean; enableCrMemoApplicationToPostedInvoices?: boolean; enableCreditMemoSequenceService?: boolean; enableFailedPaymentsRetry?: boolean; enableForeignExchangeTrxnJrnlCreation?: boolean; enableInvoiceEmailDelivery?: boolean; enableInvoicePdfGeneration?: boolean; enableInvoiceSequenceService?: boolean; enableNegInvoiceLnConversionToCrMemoLn?: boolean; enablePaymentSchedulesAndItemsCreation?: boolean; enableTransactionJournalCreation?: boolean; enableTransactionsApplicationToInvoices?: boolean; enableTrxnAmountsStorageInCorpCurrency?: boolean; realisedGainGlAccount?: string; realisedLossGlAccount?: string; ruleBasedCrAndPymtAppln?: string; sendTo?: string; unrealisedGainGlAccount?: string; unrealisedLossGlAccount?: string; }; export type BlacklistedConsumer = Metadata & { blockedByApiWhitelisting: boolean; consumerKey: string; consumerName: string; masterLabel: string; }; export type BldgEnrgyIntensityCnfg = Metadata & { buildingEnergyIntensityType: BuildingEnergyIntensityType; recordType: string; }; export type BlockchainSettings = Metadata & { enableBcp?: boolean; enableEtpNft?: boolean; }; export type Bot = Metadata & { agentDSLEnabled?: boolean; agentTemplate?: string; agentType?: GenAiAgentType; botMlDomain?: LocalMlDomain; botSource?: BotSourceType; botUser?: string; botVersions: BotVersion[]; contextVariables: ConversationContextVariable[]; conversationChannelProviders: ConversationDefinitionChannelProvider[]; defaultOutboundFlow?: string; description?: string; iconUrl?: string; label?: string; logPrivateConversationData?: boolean; pageContextVariables: PageContextVariable[]; richContentEnabled?: boolean; sessionTimeout?: number; type?: BotType; }; export type LocalMlDomain = { label: string; mlIntents: MlIntent[]; mlSlotClasses: MlSlotClass[]; name: string; }; export type MlIntent = { description?: string; developerName: string; label: string; mlIntentUtterances: MlIntentUtterance[]; relatedMlIntents: MlRelatedIntent[]; }; export type MlIntentUtterance = { language?: Language; utterance: string; }; export type MlRelatedIntent = { relatedMlIntent: string; }; export type MlSlotClass = { dataType: MlSlotClassDataType; description?: string; developerName: string; extractionRegex?: string; extractionType?: MlSlotClassExtractionType; label: string; mlSlotClassValues: MlSlotClassValue[]; }; export type MlSlotClassValue = { synonymGroup?: SynonymGroup; synonymGroups: SynonymGroup[]; value: string; }; export type SynonymGroup = { languages: Language[]; terms: string[]; }; export type BotVersion = Metadata & { articleAnswersGPTEnabled?: boolean; botDialogGroups: BotDialogGroup[]; botDialogs: BotDialog[]; citationsEnabled?: boolean; company?: string; conversationDefinitionPlanners: ConversationDefinitionPlanner[]; conversationGoals: ConversationDefinitionGoal[]; conversationSystemDialogs: ConversationSystemDialog[]; conversationVariables: ConversationVariable[]; copilotPrimaryLanguage?: Language; copilotSecondaryLanguages?: string; entryDialog: string; initialIntentDetectionEnabled?: boolean; intentDisambiguationEnabled?: boolean; intentThreshold?: number; intentV3Enabled?: boolean; knowledgeActionEnabled?: boolean; knowledgeFallbackEnabled?: boolean; mainMenuDialog?: string; nlpProviders: ConversationDefinitionNlpProvider[]; responseDelayMilliseconds?: number; role?: string; smallTalkEnabled?: boolean; staticPromptsEnabled?: boolean; stopRecPrompts?: boolean; stopWelcomePrompts?: boolean; surfacesEnabled?: boolean; toneType?: GenAiBotToneType; welcomeRecommendations: WelcomeRecommendation[]; }; export type BotDialogGroup = { description?: string; developerName: string; label: string; }; export type BotDialog = { botDialogGroup?: string; botSteps: BotStep[]; description?: string; developerName: string; isPlaceholderDialog?: boolean; label: string; mlIntent?: string; mlIntentTrainingEnabled?: boolean; showInFooterMenu?: boolean; }; export type BotStep = { booleanFilter?: string; botInvocation?: BotInvocation; botMessages: BotMessage[]; botNavigation?: BotNavigation; botStepConditions: BotStepCondition[]; botSteps: BotStep[]; botVariableOperation?: BotVariableOperation; conditionLogicType?: ConversationDefinitionLogicalOperatorType; conversationRecordLookup?: ConversationRecordLookup; conversationStepGoalMappings: ConversationDefinitionStepGoalMapping[]; conversationSystemMessage?: ConversationSystemMessage; messageDefinition?: ConversationDefinitionRichMessage; stepIdentifier?: string; type: BotStepType; }; export type BotInvocation = { invocationActionName?: string; invocationActionType?: ConversationInvocableTargetType; invocationMappings: BotInvocationMapping[]; }; export type BotInvocationMapping = { parameterName: string; recordName?: string; type: BotInvocationMappingType; value?: string; variableName?: string; variableType?: ConversationVariableType; }; export type BotMessage = { message: string; messageIdentifier?: string; }; export type BotNavigation = { botNavigationLinks: BotNavigationLink[]; type: BotNavigationType; }; export type BotNavigationLink = { label?: string; targetBotDialog?: string; targetVariable?: string; targetVariableType?: ConversationVariableType; }; export type BotStepCondition = { leftOperandName: string; leftOperandType: ConversationVariableType; operatorType: BotStepConditionOperatorType; rightOperandValue?: string; }; export type BotVariableOperation = { askCollectIfSet?: boolean; autoSelectIfSingleChoice?: boolean; botInvocation?: BotInvocation; botMessages: BotMessage[]; botQuickReplyOptions: BotQuickReplyOption[]; botVariableOperands: BotVariableOperand[]; ignoreIntentRecognition?: boolean; invalidInputBotNavigation?: BotNavigation; messageDefinition?: ConversationDefinitionRichMessage; optionalCollect?: boolean; quickReplyOptionTemplate?: string; quickReplyType?: BotQuickReplyType; quickReplyWidgetType?: BotWidgetType; retryMessages: BotMessage[]; sourceVariableName?: string; sourceVariableType?: ConversationVariableType; successMessages: BotMessage[]; type: BotVariableOperationType; variableOperationIdentifier?: string; }; export type BotQuickReplyOption = { literalValue: string; quickReplyOptionIdentifier?: string; }; export type BotVariableOperand = { disableAutoFill?: boolean; sourceName?: string; sourceType?: ConversationVariableOperandSourceType; sourceValue?: string; targetName: string; targetType: ConversationVariableType; }; export type ConversationDefinitionRichMessage = { executionType?: ConversationMessageExecutionType; messageDefinitionMappings: BotInvocationMapping[]; messageDefinitionName: string; }; export type ConversationRecordLookup = { SObjectType: string; conditions: ConversationRecordLookupCondition[]; filterLogic?: string; lookupFields: ConversationRecordLookupField[]; maxLookupResults: number; sortFieldName?: string; sortOrder?: SortOrder; sourceVariableName?: string; sourceVariableType?: ConversationVariableType; targetVariableName: string; }; export type ConversationRecordLookupCondition = { leftOperand: string; operatorType: string; rightOperandName?: string; rightOperandType?: ConversationVariableType; rightOperandValue?: string; sortOrder: number; }; export type ConversationRecordLookupField = { fieldName: string; }; export type ConversationDefinitionStepGoalMapping = { goalName: string; }; export type ConversationSystemMessage = { systemMessageMappings: ConversationSystemMessageMapping[]; type: ConversationSystemMessageType; }; export type ConversationSystemMessageMapping = { mappingType: ConversationMappingType; parameterType: ConversationSystemMessageParamType; variableName: string; }; export type ConversationDefinitionPlanner = { genAiPlannerName: string; }; export type ConversationDefinitionGoal = { developerName: string; label: string; }; export type ConversationSystemDialog = { dialog: string; type: ConversationSystemDialogType; }; export type ConversationVariable = { SObjectType?: string; collectionType?: ConversationVariableCollectionType; dataType: ConversationDataType; description?: string; developerName: string; includeInPrompt?: boolean; label: string; visibility?: ConversationVariableVisibilityType; }; export type ConversationDefinitionNlpProvider = { language?: Language; nlpProviderName?: string; nlpProviderType: ConversationDefinitionNlpProviderType; }; export type WelcomeRecommendation = { staticUtterance?: string; }; export type ConversationContextVariable = { SObjectType?: string; contextVariableMappings: ConversationContextVariableMapping[]; dataType: ConversationDataType; description?: string; developerName: string; includeInPrompt?: boolean; label: string; }; export type ConversationContextVariableMapping = { SObjectType: string; fieldName: string; messageType: MessageType; }; export type ConversationDefinitionChannelProvider = { agentRequired?: boolean; chatButtonName: string; }; export type PageContextVariable = { SObjectType?: string; dataType: ConversationDataType; description?: string; developerName: string; label: string; }; export type BotBlock = Metadata & { botBlockVersions: BotBlockVersion[]; description?: string; icon?: string; masterLabel: string; richContentEnabled?: boolean; }; export type BotBlockVersion = Metadata & { botDialogs: BotDialog[]; conversationGoals: ConversationDefinitionGoal[]; conversationLanguages: string; conversationVariables: ConversationVariable[]; description?: string; mlDomain: LocalMlDomain; permissionSet?: string; status: ConvDefBlockVersionStatus; }; export type BotSettings = Metadata & { enableBots?: boolean; }; export type BotTemplate = Metadata & { agentType?: GenAiAgentType; botDialogGroups: BotDialogGroup[]; botDialogs: BotDialog[]; contextVariables: ConversationContextVariable[]; conversationGoals: ConversationDefinitionGoal[]; conversationLanguages: string; conversationSystemDialogs: ConversationSystemDialog[]; conversationVariables: ConversationVariable[]; description?: string; entryDialog?: string; icon?: string; mainMenuDialog?: string; masterLabel: string; mlDomain?: LocalMlDomain; permissionSet?: string; richContentEnabled?: boolean; type?: BotType; }; export type BrandingSet = Metadata & { brandingSetProperty: BrandingSetProperty[]; description?: string; masterLabel: string; type?: string; }; export type BrandingSetProperty = { propertyName: string; propertyValue?: string; }; export type BriefcaseDefinition = Metadata & { briefcaseRules: BriefcaseRule[]; description?: string; isActive: boolean; masterLabel: string; type?: BriefcaseType; }; export type BriefcaseRule = { briefcaseRuleFilters: BriefcaseRuleFilter[]; filterLogic?: string; fldSvcBriefcaseRuleConfig?: FldSvcBriefcaseRuleConfig; isAscendingOrder?: boolean; isRelatedFilesRule?: boolean; listView?: string; orderBy?: string; queryScope?: FilterScope; recordLimit?: number; recordLimitDist?: number; relatedRules: BriefcaseRule[]; relationshipField?: string; relationshipType?: BriefcaseRuleRelationshipType; targetEntity: string; }; export type BriefcaseRuleFilter = { filterOperator: BriefcaseFilterOperator; filterSeqNumber: number; filterValue?: string; targetEntityField: string; }; export type FldSvcBriefcaseRuleConfig = { shouldPrimeActions?: boolean; shouldPrimeForms?: boolean; shouldPrimeLwcsWithContext?: boolean; shouldPrimeServiceDocuments?: boolean; }; export type BusinessHoursEntry = Metadata & { active?: boolean; default: boolean; fridayEndTime?: Date; fridayStartTime?: Date; mondayEndTime?: Date; mondayStartTime?: Date; name?: string; saturdayEndTime?: Date; saturdayStartTime?: Date; sundayEndTime?: Date; sundayStartTime?: Date; thursdayEndTime?: Date; thursdayStartTime?: Date; timeZoneId?: string; tuesdayEndTime?: Date; tuesdayStartTime?: Date; wednesdayEndTime?: Date; wednesdayStartTime?: Date; }; export type BusinessHoursSettings = Metadata & { businessHours: BusinessHoursEntry[]; holidays: Holiday[]; }; export type Holiday = { activityDate?: Date; businessHours: string[]; description?: string; endTime?: Date; isRecurring?: boolean; name?: string; recurrenceDayOfMonth?: number; recurrenceDayOfWeek: string[]; recurrenceDayOfWeekMask?: number; recurrenceEndDate?: Date; recurrenceInstance?: string; recurrenceInterval?: number; recurrenceMonthOfYear?: string; recurrenceStartDate?: Date; recurrenceType?: string; startTime?: Date; }; export type BusinessProcess = Metadata & { description?: string; isActive?: boolean; values: PicklistValue[]; }; export type PicklistValue = Metadata & { color?: string; default: boolean; description?: string; isActive?: boolean; allowEmail?: boolean; closed?: boolean; controllingFieldValues: string[]; converted?: boolean; cssExposed?: boolean; forecastCategory?: ForecastCategories; highPriority?: boolean; probability?: number; reverseRole?: string; reviewed?: boolean; won?: boolean; }; export type GlobalPicklistValue = Metadata & { color?: string; default: boolean; description?: string; isActive?: boolean; }; export type BusinessProcessGroup = Metadata & { businessProcessDefinitions: BusinessProcessDefinition[]; customerSatisfactionMetric: SurveyQuestionType; description?: string; masterLabel: string; }; export type BusinessProcessDefinition = { businessProcessFeedbacks: BusinessProcessFeedback[]; description?: string; developerName: string; masterLabel: string; sequenceNumber: number; }; export type BusinessProcessFeedback = { actionName: string; actionParam: string; actionType: ExpFeedbackCollType; }; export type BusinessProcessTypeDefinition = Metadata & { applicationUsageType: AppDomainUsageType; description?: string; masterLabel: string; }; export type CMSConnectSource = Metadata & { cmsConnectAsset: CMSConnectAsset[]; cmsConnectLanguage: CMSConnectLanguage[]; cmsConnectPersonalization?: CMSConnectPersonalization; cmsConnectResourceType: CMSConnectResourceType[]; connectionType: CMSSourceConnectionType; cssScope?: string; developerName: string; languageEnabled?: string; masterLabel: string; namedCredential?: string; personalizationEnabled?: string; rootPath?: string; sortOrder: number; status: CMSConnectionStatus; type: CMSConnectionSourceType; websiteUrl?: string; }; export type CMSConnectAsset = { assetPath: string; assetType: string; sortOrder: number; }; export type CMSConnectLanguage = { cmsLanguage: string; language: string; }; export type CMSConnectPersonalization = { connectorPage: string; connectorPageAsset: string; }; export type CMSConnectResourceType = { cmsConnectResourceDefinition: CMSConnectResourceDefinition[]; developerName: string; masterLabel: string; resourceType: string; }; export type CMSConnectResourceDefinition = { developerName: string; masterLabel: string; options: number; payloadType: string; resourceIdPath?: string; resourceNamePath?: string; resourcePath: string; rootNodePath?: string; }; export type CallCenter = Metadata & { adapterUrl?: string; contactCenterChannels: ContactCenterChannel[]; customSettings?: string; displayName: string; displayNameLabel: string; internalNameLabel: string; sections: CallCenterSection[]; vendorCallCenterStatusMaps: VendorCallCenterStatusMap[]; version?: string; }; export type ContactCenterChannel = { channel: string; contactCenter: string; omniCallbackFallbackQueue?: string; omniCallbackHandler?: string; voiceMailFallbackQueue?: string; voiceMailHandler?: string; }; export type CallCenterSection = { items: CallCenterItem[]; label: string; name: string; }; export type CallCenterItem = { label: string; name: string; value: string; }; export type VendorCallCenterStatusMap = { externalStatus: string; servicePresenceStatus: string; }; export type CallCenterRoutingMap = Metadata & { callCenter: string; developerName: string; externalId: string; masterLabel: string; quickConnect?: string; referenceRecord: string; }; export type CallCoachingMediaProvider = Metadata & { isActive: boolean; providerDescription: string; providerName: string; }; export type CallCtrAgentFavTrfrDest = Metadata & { agent: string; callCenter: string; name: string; transferDestination: string; }; export type CampaignInfluenceModel = Metadata & { isActive?: boolean; isDefaultModel: boolean; isModelLocked: boolean; modelDescription?: string; name: string; recordPreference?: string; }; export type CampaignSettings = Metadata & { aiAttributionTimeframe?: number; enableAIAttribution?: boolean; enableAccountsAsCM?: boolean; enableAutoCampInfluenceDisabled?: boolean; enableB2bmaCampaignInfluence2?: boolean; enableCampaignHistoryTrackEnabled?: boolean; enableCampaignInfluence2?: boolean; enableCampaignMemberTWCF?: boolean; enableEKAI?: boolean; enableOpportunityInfluence?: boolean; enableSuppressNoValueCI2?: boolean; }; export type CampaignTemplateDefinition = Metadata & { description: string; developerName: string; masterLabel: string; }; export type CanvasMetadata = Metadata & { accessMethod: string; canvasOptions?: string; canvasUrl: string; lifecycleClass?: string; locationOptions?: string; samlInitiationMethod?: string; }; export type CareBenefitVerifySettings = Metadata & { codeSetType?: string; defaultNpi?: string; generalPlanServiceTypeCode?: string; isDefault?: boolean; masterLabel: string; organizationName?: string; serviceApexClass?: string; serviceNamedCredential?: string; serviceTypeSourceSystem?: string; uriPath?: string; }; export type CareRequestConfiguration = Metadata & { careRequestRecordType: string; careRequestRecords: CareRequestRecords[]; careRequestType: string; isActive?: boolean; isDefaultRecordType?: boolean; masterLabel: string; }; export type CareRequestRecords = { careRequestRecord: string; }; export type CaseSettings = Metadata & { caseAssignNotificationTemplate?: string; caseAutoProcUser?: boolean; caseCloseNotificationTemplate?: string; caseCommentNotificationTemplate?: string; caseCreateNotificationTemplate?: string; caseFeedItemSettings: FeedItemSettings[]; caseFeedReadUnreadLtng?: boolean; caseMergeInLightning?: boolean; caseTimelineConfigs?: boolean; closeCaseThroughStatusChange?: boolean; defaultCaseFeedLayoutOn?: boolean; defaultCaseOwner?: string; defaultCaseOwnerType?: string; defaultCaseUser?: string; emailActionDefaultsHandlerClass?: string; emailToCase?: EmailToCaseSettings; enableCaseCommentTranslation?: boolean; enableCaseFeed?: boolean; enableCaseSwarming?: boolean; enableCollapseEmailThread?: boolean; enableDraftEmails?: boolean; enableEarlyEscalationRuleTriggers?: boolean; enableEmailActionDefaultsHandler?: boolean; enableEmailContactOnCasePost?: boolean; enableEscalateQfiToCaseInternal?: boolean; enableEscalateQfiToCaseNetworks?: boolean; enableExtNetworksCaseFeedEnabled?: boolean; enableMultiLangSolnSrchCSS?: boolean; enableMultiLangSolnSrchPKB?: boolean; enableMultiLangSolution?: boolean; enableSolutionCategory?: boolean; enableSolutionInlineCategory?: boolean; enableSolutionShortSummary?: boolean; enableSuggestedArticlesApplication?: boolean; enableSuggestedArticlesCustomerPortal?: boolean; enableSuggestedArticlesPartnerPortal?: boolean; enableSuggestedSolutions?: boolean; escalateCaseBefore?: boolean; genericMessageEnabled?: boolean; hidePublicInCaseComment?: boolean; keepCaseMergeRecords?: boolean; keepRecordTypeOnAssignmentRule?: boolean; notifyContactOnCaseComment?: boolean; notifyDefaultCaseOwner?: boolean; notifyOwnerOnCaseComment?: boolean; notifyOwnerOnCaseOwnerChange?: boolean; predictiveSupportEnabled?: boolean; rtaCaseComment?: boolean; rtaCaseDescription?: boolean; showEmailAttachmentsInCaseAttachmentsRL?: boolean; showFewerCloseActions?: boolean; systemUserEmail?: string; useSystemEmailAddress?: boolean; useSystemUserAsDefaultCaseUser?: boolean; visibleInCssCheckbox?: boolean; webToCase?: WebToCaseSettings; }; export type FeedItemSettings = { characterLimit?: number; displayFormat?: FeedItemDisplayFormat; feedItemType: FeedItemType; }; export type EmailToCaseSettings = { enableE2CAttachmentAsFile?: boolean; enableE2CDeduplicateAttachments?: boolean; enableE2CExternalServer?: boolean; enableE2CSourceTracking?: boolean; enableEmailToCase?: boolean; enableHtmlEmail?: boolean; enableNewToReadTriggers?: boolean; enableOnDemandEmailToCase?: boolean; enableThreadIDInBody?: boolean; enableThreadIDInSubject?: boolean; enableThreadTokenInBody?: boolean; enableThreadTokenInSubject?: boolean; movingEmailEnabled?: boolean; notifyOwnerOnNewCaseEmail?: boolean; notifySenderE2CError?: boolean; overEmailLimitAction?: EmailToCaseOnFailureActionType; preQuoteSignature?: boolean; replyWithNewContentOnly?: boolean; routingAddresses: EmailToCaseRoutingAddress[]; showServiceEmailOpenPrompt?: boolean; showWordCountInComposer?: boolean; unauthorizedSenderAction?: EmailToCaseOnFailureActionType; useEmailHeadersForThreading?: boolean; }; export type EmailToCaseRoutingAddress = { addressType?: EmailToCaseRoutingAddressType; authorizedSenders?: string; caseOrigin?: string; caseOwner?: string; caseOwnerType?: string; casePriority?: string; createTask?: boolean; emailAddress?: string; emailServicesAddress?: string; fallbackQueue?: string; isPermsetControlled?: boolean; isVerified?: boolean; newEntityRecordType?: string; routingFlow?: string; routingName?: string; saveEmailHeaders?: boolean; taskStatus?: string; }; export type WebToCaseSettings = { caseOrigin?: string; defaultResponseTemplate?: string; enableWebToCase?: boolean; }; export type CaseSubjectParticle = Metadata & { index: number; textField?: string; type: CaseSubjectParticleType; }; export type CatalogedApi = Metadata & { description?: string; descriptor?: string; externalSourceIdentifier?: string; instances: CatalogedApiInstance[]; label: string; providerType: ExternalServiceRegistrationProviderType; type: APIType; }; export type CatalogedApiInstance = { accessStatus: APIInstanceAccessStatus; apiInstanceDescriptor?: string; approvalType: APIInstanceApprovalType; endpointType?: APIInstanceEndpointType; label: string; serviceRegistration: string; uri: string; }; export type CatalogedApiArtifactVersionInfo = Metadata & { releaseNotes?: string; revision?: number; type: string; version: string; }; export type CatalogedApiVersion = Metadata & { catalogedApi: string; description?: string; externalSourceIdentifier?: string; label: string; version: string; }; export type ChannelLayout = Metadata & { doesExcludeFieldLabels?: boolean; doesExcludeFiles?: boolean; enabledChannels: string[]; label: string; layoutItems: ChannelLayoutItem[]; recordType?: string; }; export type ChannelLayoutItem = { field: string; }; export type ChannelObjectLinkingRule = Metadata & { actionForNoRecordFound: ActionForNoRecordFound; actionForSingleRecordFound: ActionForSingleRecordFound; channelType: ChannelType; description?: string; isLinkedRecordOpenedAsSubTab: boolean; isRuleActive: boolean; masterLabel: string; objectToLink: ObjectToLink; ruleName: string; }; export type ChannelRevMgmtSettings = Metadata & { enableDesignRegistration?: boolean; enablePriceProtection?: boolean; }; export type ChatterAnswersSettings = Metadata & { emailFollowersOnBestAnswer?: boolean; emailFollowersOnReply?: boolean; emailOwnerOnPrivateReply?: boolean; emailOwnerOnReply?: boolean; enableAnswerViaEmail?: boolean; enableChatterAnswers: boolean; enableFacebookSSO?: boolean; enableInlinePublisher?: boolean; enableReputation?: boolean; enableRichTextEditor?: boolean; facebookAuthProvider?: string; showInPortals?: boolean; }; export type ChatterEmailsMDSettings = Metadata & { enableChatterDigestEmailsApiOnly?: boolean; enableChatterEmailAttachment?: boolean; enableCollaborationEmail?: boolean; enableDisplayAppDownloadBadges?: boolean; enableEmailReplyToChatter?: boolean; enableEmailToChatter?: boolean; noQnOwnNotifyOnCaseCmt?: boolean; noQnOwnNotifyOnRep?: boolean; noQnSubNotifyOnBestR?: boolean; noQnSubNotifyOnRep?: boolean; }; export type ChatterExtension = Metadata & { compositionComponent: string; description: string; extensionName: string; headerText?: string; hoverText?: string; icon: string; isProtected?: boolean; masterLabel: string; renderComponent: string; type: ChatterExtensionType; }; export type ChatterSettings = Metadata & { allowChatterGroupArchiving?: boolean; allowRecordsInChatterGroup?: boolean; enableApprovalRequest?: boolean; enableCaseFeedRelativeTimestamps?: boolean; enableChatter?: boolean; enableChatterEmoticons?: boolean; enableFeedEdit?: boolean; enableFeedPinning?: boolean; enableFeedsDraftPosts?: boolean; enableFeedsRichText?: boolean; enableInviteCsnUsers?: boolean; enableOutOfOfficeEnabledPref?: boolean; enableRichLinkPreviewsInFeed?: boolean; enableTodayRecsInFeed?: boolean; unlistedGroupsEnabled?: boolean; }; export type ChoiceList = Metadata & { choiceListValue: ChoiceListValue[]; description?: string; masterLabel: string; }; export type ChoiceListValue = { embeddedServiceCustomLabels: EmbeddedServiceCustomLabel[]; isDefaultValue: boolean; order: number; valueName: string; }; export type EmbeddedServiceCustomLabel = { customLabel?: string; feature?: EmbeddedServiceFeature; labelKey?: EmbeddedServiceLabelKey; }; export type ClaimCoverageProdtProcDef = Metadata & { active: boolean; calcAdjustmentDef?: string; claimPaymentType: CCRDType; displayFieldSet?: string; limitProcessingDef?: string; masterLabel: string; policyCoverageProdt: string; }; export type ClaimFinancialSettings = Metadata & { claimCovPendingAuthStatus: string; claimPendingAuthorityStatus: string; clmCovPymtDtlPendAuthSts: string; masterLabel: string; }; export type ClauseCatgConfiguration = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; usageType: ClmCategoryUsageType; }; export type CleanDataService = Metadata & { cleanRules: CleanRule[]; description: string; masterLabel: string; matchEngine: string; }; export type CleanRule = { bulkEnabled: boolean; bypassTriggers: boolean; bypassWorkflow: boolean; description: string; developerName: string; fieldMappings: FieldMapping[]; masterLabel: string; matchRule: string; sourceSobjectType: string; status: CleanRuleStatus; targetSobjectType: string; }; export type FieldMapping = { SObjectType: string; developerName: string; fieldMappingRows: FieldMappingRow[]; masterLabel: string; }; export type FieldMappingRow = { SObjectType: string; fieldMappingFields: FieldMappingField[]; fieldName: string; mappingOperation: MappingOperation; }; export type FieldMappingField = { dataServiceField: string; dataServiceObjectName: string; priority: number; }; export type CloudServiceProvider = Metadata & { authParams: string; authType: AuthType; baseApiUrl: string; cloudServiceProviderApis: CloudServiceProviderApi[]; externalId: string; name: string; provisioningAutomationType?: ProvisioningAutomationType; recordVisibility?: string; sendAggregatedLicenseInfo?: boolean; sendAggregatedLicenses?: boolean; sendLicenseInfo?: boolean; sendTenantChange?: boolean; sendTenantUsage?: boolean; shouldIncludeOrderItems?: boolean; usageAggregateServiceUser?: string; userRecordAccess?: string; }; export type CloudServiceProviderApi = { cloudServiceProviderApiType: CloudServiceProviderApiType; name: string; recordVisibility?: string; userRecordAccess?: string; version: number; }; export type CmsnStmtLineItemConfig = Metadata & { failureStatus: string; insPolicyMatchingCriteria: string; masterLabel: string; reprocessingEligibility: string; successStatus: string; }; export type CmsnStmtLineItemTypConfig = Metadata & { brkrRevSpltArngLnItmTyp?: string; commissionStmtLineItemType: string; masterLabel: string; prodSplitArngLineItemType?: string; }; export type CommandAction = Metadata & { actionType: string; description?: string; intents: CommandActionIntent[]; label: string; parameters: CommandActionParam[]; responseTemplates: CommandActionResponse[]; target?: string; }; export type CommandActionIntent = { phrase: string; responseTemplates: CommandActionResponse[]; }; export type CommandActionResponse = { template: string; }; export type CommandActionParam = { defaultValue?: string; description?: string; name: string; required?: boolean; type: string; }; export type CommerceSettings = Metadata & { b2CMerchantAgentEnabled?: boolean; buyerGroupExtensibility?: boolean; commerceAnalyticsEnabled?: boolean; commerceAppEnabled?: boolean; commerceConciergeEnabled?: boolean; commerceCopilotEcomEnabled?: boolean; commerceDCSegmentEnabled?: boolean; commerceDiscoveryExpansion?: boolean; commerceEnabled?: boolean; commerceNGPEnabled?: boolean; commerceRLMSubs?: boolean; convCommShopCopilotEnabled?: boolean; enableCheckoutHSOIPref?: boolean; extendCommerceContext?: boolean; generateInvPerSubscription?: boolean; lowestUnitPriceTracking?: boolean; messagingEngagementDataKit?: boolean; }; export type CommissionStatementConfig = Metadata & { cmsnProcBatchPrcJobDef?: string; failureStatus: string; inProgressStatus: string; invalidProducerCmsnStatus?: string; masterLabel: string; partialSuccessStatus: string; stdCmsnProcBtchPrcJobDef?: string; successStatus: string; }; export type CommsServiceConsoleSettings = Metadata & { enableCommsServiceConsole?: boolean; }; export type CommunicationChannelLine = Metadata & { aggregatorName?: AggregatorName; brandName?: string; campaignName?: string; code?: string; codeFeature?: CodeFeature; codeOrderNumber?: string; codePrefix?: string; codeProvider?: CodeProvider; codeProvisioningStatus?: CodeProvisioningStatus; codeStatus?: CodeStatus; codeSubType?: CodeSubType; communicationChannelLineType?: CommunicationChannelLineType; country?: string; externalCampaignIdentifier?: string; externalCodeIdentifier?: string; id?: string; inboundCallDirection?: boolean; isChannelCreationLaunchPoint?: boolean; isDefaultForOutbound?: boolean; isExternallyProcured?: boolean; isMigrationComplete?: boolean; isSyncGlobalDataStore?: boolean; masterLabel?: string; notes?: string; outboundCallDirection?: boolean; platform?: string; primarySubTenantIdentifier?: string; primaryTenantIdentifier?: string; pstnVoiceEnabled?: boolean; regulatoryStatus?: RegulatoryStatus; smsEnabled?: boolean; sourceCountryCode?: SourceCountryCode; vendorRetry?: number; voiceEdgeLocation?: string; whatsappMessagingEnabled?: boolean; whatsappVoiceEnabled?: boolean; }; export type CommunicationChannelType = Metadata & { channelName: string; masterLabel: string; }; export type CommunitiesSettings = Metadata & { applyLoginPageTypeToEmbeddedLogin?: boolean; blockEmbeddedLoginUnknownURLRedirect?: boolean; canModerateAllFeedPosts?: boolean; canModerateInternalFeedPosts?: boolean; embeddedVisualforcePages?: boolean; enableCommunityWorkspaces?: boolean; enableCspContactVisibilityPref?: boolean; enableCspNotesOnAccConPref?: boolean; enableEnablePRM?: boolean; enableExternalAccHierPref?: boolean; enableGuestPermDisOptOutCruc?: boolean; enableGuestSecurityOptOutCruc?: boolean; enableGuvSecurityOptOutPref?: boolean; enableInviteChatterGuestEnabled?: boolean; enableNameFieldsUserPIIEnabled?: boolean; enableNetPortalUserReportOpts?: boolean; enableNetworksEnabled?: boolean; enableOotbProfExtUserOpsEnable?: boolean; enablePRMAccRelPref?: boolean; enablePowerCustomerCaseStatus?: boolean; enablePreventBadgeGuestAccess?: boolean; enableRelaxPartnerAccountFieldPref?: boolean; enableUnsupportedBrowserModalPref?: boolean; enableUsernameUniqForOrgPref?: boolean; }; export type Community = Metadata & { 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; }; export type ReputationLevels = { chatterAnswersReputationLevels: ChatterAnswersReputationLevel[]; ideaReputationLevels: IdeaReputationLevel[]; }; export type ChatterAnswersReputationLevel = { name: string; value: number; }; export type IdeaReputationLevel = { name: string; value: number; }; export type CommunityAIModelMapping = Metadata & { modelContent: string; modelEntityType: ModelEntityType; modelStatus: ModelStatus; name: string; networkId?: string; setupDefinition?: string; }; export type CommunityTemplateDefinition = Metadata & { baseTemplate?: CommunityBaseTemplate; bundlesInfo: CommunityTemplateBundleInfo[]; category: CommunityTemplateCategory; defaultBrandingSet?: string; defaultThemeDefinition: string; description?: string; enableExtendedCleanUpOnDelete?: boolean; masterLabel: string; navigationLinkSet: NavigationLinkSet[]; pageSetting: CommunityTemplatePageSetting[]; publisher?: string; }; export type CommunityTemplateBundleInfo = { description?: string; image?: string; order: number; title: string; type: CommunityTemplateBundleInfoType; }; export type CommunityThemeBundleInfo = string; export type NavigationLinkSet = { navigationMenuItem: NavigationMenuItem[]; }; export type NavigationMenuItem = { defaultListViewId?: string; label: string; menuItemBranding?: NavigationMenuItemBranding; position: number; publiclyAvailable?: boolean; subMenu?: NavigationSubMenu; target?: string; targetPreference?: string; type: string; }; export type NavigationMenuItemBranding = { tileImage?: string; }; export type NavigationSubMenu = { navigationMenuItem: NavigationMenuItem[]; }; export type CommunityTemplatePageSetting = { page: string; themeLayout: string; }; export type CommunityThemeDefinition = Metadata & { bundlesInfo: CommunityThemeBundleInfo[]; customThemeLayoutType: CommunityCustomThemeLayoutType[]; defaultBrandingSet?: string; description?: string; enableExtendedCleanUpOnDelete?: boolean; masterLabel: string; publisher?: string; themeRouteOverride: CommunityThemeRouteOverride[]; themeSetting: CommunityThemeSetting[]; }; export type CommunityCustomThemeLayoutType = { description?: string; label: string; }; export type CommunityThemeRouteOverride = { customThemeLayoutType?: string; pageAttributes: string; pageType: string; themeLayoutType?: CommunityThemeLayoutType; }; export type CommunityThemeSetting = { customThemeLayoutType?: string; themeLayout: string; themeLayoutType?: CommunityThemeLayoutType; }; export type CompactLayout = Metadata & { fields: string[]; label: string; }; export type CompanySettings = Metadata & { enableCustomFiscalYear: boolean; fiscalYear?: FiscalYearSettings; }; export type FiscalYearSettings = { fiscalYearNameBasedOn?: string; startMonth?: string; }; export type ComputeExtension = Metadata & { extensionAuthCredentials: string; externalServiceRegistration: string; isProtected?: boolean; masterLabel: string; sourceBlob: string; type: ComputeExtensionType; }; export type ConnectedApp = Metadata & { attributes: ConnectedAppAttribute[]; canvas?: CanvasMetadata; canvasConfig?: ConnectedAppCanvasConfig; contactEmail: string; contactPhone?: string; description?: string; iconUrl?: string; infoUrl?: string; ipRanges: ConnectedAppIpRange[]; label: string; logoUrl?: string; mobileAppConfig?: ConnectedAppMobileDetailConfig; mobileStartUrl?: string; oauthConfig?: ConnectedAppOauthConfig; oauthPolicy?: ConnectedAppOauthPolicy; permissionSetName: string[]; plugin?: string; pluginExecutionUser?: string; profileName: string[]; samlConfig?: ConnectedAppSamlConfig; sessionPolicy?: ConnectedAppSessionPolicy; startUrl?: string; }; export type ConnectedAppAttribute = { formula: string; key: string; }; export type ConnectedAppCanvasConfig = { accessMethod: AccessMethod; canvasUrl: string; lifecycleClass?: string; locations: CanvasLocationOptions[]; options: CanvasOptions[]; samlInitiationMethod?: SamlInitiationMethod; }; export type ConnectedAppIpRange = { description?: string; end: string; start: string; }; export type ConnectedAppMobileDetailConfig = { applicationBinaryFile?: string; applicationBinaryFileName?: string; applicationBundleIdentifier?: string; applicationFileLength?: number; applicationIconFile?: string; applicationIconFileName?: string; applicationInstallUrl?: string; devicePlatform: DevicePlatformType; deviceType?: DeviceType; minimumOsVersion?: string; privateApp?: boolean; version: string; }; export type ConnectedAppOauthConfig = { assetTokenConfig?: ConnectedAppOauthAssetToken; callbackUrl: string; certificate?: string; consumerKey?: string; consumerSecret?: string; idTokenConfig?: ConnectedAppOauthIdToken; isAdminApproved?: boolean; isClientCredentialEnabled?: boolean; isCodeCredentialEnabled?: boolean; isCodeCredentialPostOnly?: boolean; isConsumerSecretOptional?: boolean; isIntrospectAllTokens?: boolean; isNamedUserJwtEnabled?: boolean; isPkceRequired?: boolean; isRefreshTokenRotationEnabled?: boolean; isSecretRequiredForRefreshToken?: boolean; isSecretRequiredForTokenExchange?: boolean; isTokenExchangeEnabled?: boolean; oauthClientCredentialUser?: string; scopes: ConnectedAppOauthAccessScope[]; singleLogoutUrl?: string; }; export type ConnectedAppOauthAssetToken = { assetAudiences: string; assetIncludeAttributes: boolean; assetIncludeCustomPerms: boolean; assetSigningCertId: string; assetValidityPeriod: number; }; export type ConnectedAppOauthIdToken = { idTokenAudience?: string; idTokenIncludeAttributes?: boolean; idTokenIncludeCustomPerms?: boolean; idTokenIncludeStandardClaims?: boolean; idTokenValidity?: number; }; export type ConnectedAppOauthPolicy = { ipRelaxation: string; isTokenExchangeFlowEnabled?: boolean; refreshTokenPolicy: string; singleLogoutUrl?: string; }; export type ConnectedAppSamlConfig = { acsUrl: string; certificate?: string; encryptionCertificate?: string; encryptionType?: SamlEncryptionType; entityUrl: string; issuer?: string; samlIdpSLOBindingEnum?: SamlIdpSLOBinding; samlNameIdFormat?: SamlNameIdFormatType; samlSigningAlgoType?: SamlSigningAlgoType; samlSloUrl?: string; samlSubjectCustomAttr?: string; samlSubjectType: SamlSubjectType; }; export type ConnectedAppSessionPolicy = { policyAction?: string; sessionLevel?: string; sessionTimeout?: number; }; export type ConnectedAppSettings = Metadata & { enableAdminApprovedAppsOnly?: boolean; enableAdminApprovedAppsOnlyForExternalUser?: boolean; enableSkipUserProvisioningWizardWelcomePage?: boolean; }; export type ConnectivityDevConfigMetadata = Metadata & { allowNonSubscribedNotifTypes?: boolean; isOauth?: boolean; issuer?: string; mobileStartUrl?: string; nameIdFormat?: string; samlAscUrl?: string; samlCertificate?: string; samlEncryptionCertificate?: string; samlEncryptionType?: string; samlEntityUrl?: string; samlIdpSLOBinding?: string; samlSigningAlgoType?: string; samlSubjectType?: string; singleLogoutUrl?: string; startUrl?: string; subjectCustomAttr?: string; }; export type ConsentBannerSettings = Metadata & { allowButtonColor: string; allowButtonTextColor: string; bannerColor: string; bannerFontFamily: BannerFontFamily; bannerMessage: string; bannerPosition: BannerPosition; bannerTextColor: string; declineButtonColor: string; declineButtonTextColor: string; infoText?: string; infoUrl?: string; privacyPolicyText?: string; privacyPolicyUrl?: string; }; export type ContentSettings = Metadata & { enableCMSC2CConnections?: boolean; enableChatterFileLink?: boolean; enableContent?: boolean; enableContentAutoAssign?: boolean; enableContentDistForPortalUsers?: boolean; enableContentDistPwOptionsBit1?: boolean; enableContentDistPwOptionsBit2?: boolean; enableContentDistribution?: boolean; enableContentHubAWSS3Pref?: boolean; enableContentHubUploadAWSS3Pref?: boolean; enableContentSupportMultiLanguage?: boolean; enableContentWorkspaceAccess?: boolean; enableDeleteFileInContentPacks?: boolean; enableFileIngestToDataCloud?: boolean; enableFileShareSetByRecord?: boolean; enableFilesUsrShareNetRestricted?: boolean; enableJPGPreviews?: boolean; enableLWCFileUpload?: boolean; enableLWCFileUploadInFlows?: boolean; enableLibraryManagedFiles?: boolean; enableShowChatterFilesInContent?: boolean; enableSiteGuestUserToUploadFiles?: boolean; enableUploadFilesOnAttachments?: boolean; setValidContentTypeForAtchDocDownload?: boolean; skipContentAssetTriggers?: boolean; skipContentAssetTriggersOnDeploy?: boolean; }; export type ContentTypeBundle = Metadata & { description?: string; masterLabel: string; resources: ContentTypeBundleResource[]; }; export type ContentTypeBundleResource = { fileName: string; filePath: string; fileType: string; source: string; }; export type ContextDefinition = Metadata & { canBeReferenceDefinition?: boolean; clonedFrom?: string; contextDefinitionReferences: ContextDefinitionReference[]; contextDefinitionVersions: ContextDefinitionVersion[]; contextTtl?: number; description?: string; displayName?: string; hasSystemTags?: boolean; inheritedFrom?: string; inheritedFromVersion?: string; isProtected?: boolean; masterLabel: string; title: string; }; export type ContextDefinitionReference = { inheritedFrom?: string; referenceContextDefinition: string; }; export type ContextDefinitionVersion = { contextDefinitionFilters: ContextDefinitionFilter[]; contextMappings: ContextMapping[]; contextNodes: ContextNode[]; endDate?: string; isActive?: boolean; startDate: string; versionNumber: number; }; export type ContextDefinitionFilter = { description?: string; filterApiName: string; filterName?: string; filtersPerNode: string; inheritedFrom?: string; }; export type ContextMapping = { contextMappingIntents: ContextMappingIntent[]; contextNodeMappings: ContextNodeMapping[]; default?: boolean; description?: string; inheritedFrom?: string; title: string; }; export type ContextMappingIntent = { mappingIntent: ContextMappingIntentType; }; export type ContextNodeMapping = { contextAttributeMappings: ContextAttributeMapping[]; contextNode?: string; contextNodeAttrDictionaries: ContextNodeAttrDictionary[]; inheritedFrom?: string; mappedContextDefinition?: string; object?: string; }; export type ContextAttributeMapping = { contextAttrHydrationDetails: ContextAttrHydrationDetail[]; contextAttribute?: string; contextInputAttributeName: string; ctxAttrHydrationCtxs: CtxAttrHydrationCtx[]; inheritedFrom?: string; }; export type ContextAttrHydrationDetail = { contextAttrHydrationDetails: ContextAttrHydrationDetail[]; inheritedFrom?: string; objectName: string; queryAttribute: string; }; export type CtxAttrHydrationCtx = { contextQueryAttribute: string; inheritedFrom?: string; }; export type ContextNodeAttrDictionary = { contextAttrDictIdentifier: string; contextNodeTagPrefix: string; }; export type ContextNode = { canonicalNode?: string; contextAttributes: ContextAttribute[]; contextNodeAttrDictionaries: ContextNodeAttrDictionary[]; contextTags: ContextTag[]; customMappingAllowed?: boolean; displayName?: string; inheritedFrom?: string; title: string; transposable?: boolean; }; export type ContextAttribute = { contextTags: ContextTag[]; customMappingAllowed?: boolean; dataType: ContextAttributeDataType; description?: string; displayName?: string; domainSet?: string; fieldType: ContextAttributeFieldType; inheritedFrom?: string; key?: boolean; title: string; transient?: boolean; value?: boolean; }; export type ContextTag = { inheritedFrom?: string; title: string; }; export type ContextMappingConfig = Metadata & { active: boolean; contextDefinition?: string; contextMapping?: string; masterLabel: string; usageType?: ContextMappingConfigUsageType; }; export type ContextUseCaseMapping = Metadata & { contextDefinitionName: string; mappingName: string; mappingType: ContextMappingType; masterLabel: string; referenceObjectName?: string; referenceObjectRecordType?: string; targetObjectCustomFieldName?: string; targetObjectName?: string; targetObjectRecordType?: string; useCaseType: ContextUseCaseType; }; export type ContractSettings = Metadata & { autoCalculateEndDate?: boolean; autoExpirationDelay?: string; autoExpirationRecipient?: string; autoExpireContracts?: boolean; enableContractHistoryTracking?: boolean; notifyOwnersOnContractExpiration?: boolean; }; export type ContractType = Metadata & { contractTypeConfigs: ContractTypeConfig[]; isDefault?: boolean; masterLabel: string; subTypes?: string; }; export type ContractTypeConfig = { configType: ContractConfigType; configValue: string; usageType?: ContractUsageType; }; export type ConvIntelligenceSignalRule = Metadata & { actionType: ConvIntelligenceActionType; actionValue?: string; active: boolean; channelAddressIdentifier: string; channelType: string; criteria: string; developerName: string; participantRole?: ConvParticipantRole; ruleName: string; service: ConvIntelligenceService; subrule: ConvIntelligenceSignalSubRule[]; }; export type ConvIntelligenceSignalSubRule = { operandValue: string; operator: ConvIntelligenceOperator; order: number; type: ConvIntelligenceType; }; export type ConvReasonReportDefinition = Metadata & { endDate: Date; externalModelIdentifier?: string; name: string; pipelineRunIdentifier?: string; refreshFrequency: RefreshFrequency; reportLanguage?: string; startDate: Date; status: ReportStatus; }; export type ConvReasonReportSegmentDef = Metadata & { convReasonReportDefinition: string; conversationChannel?: string; filterCriteria?: string; filterCriteriaAsJson?: string; name: string; segmentObject?: string; segmentType: SegmentationType; targetField?: string; targetObject: string; }; export type ConversationChannelDefinition = Metadata & { connectedAppOauthLink?: string; connectedAppType?: CustomChannelConnectedAppType; consentOwner?: ConsentOwner; conversationVendorInfo?: string; customEventPayloadField: string; customEventTypeField?: string; customIcon?: string; customPlatformEvent: string; customerConnectedAppOauthLink?: string; developerName: string; isConferenceSupported?: boolean; isInboundAcknwOptionExposed?: boolean; isProgressIndicatorOptExposed?: boolean; isRoutingWorkResultSupported?: boolean; isTypingIndicatorOptionHidden?: boolean; masterLabel: string; maxParticipantsForCnfrOverride?: number; routingOwner?: RoutingOwner; supportsCustomChannelParameters?: boolean; supportsDoubleOptInConsent?: boolean; supportsExplicitConsent?: boolean; supportsImplicitConsent?: boolean; supportsIsoCountryCode?: boolean; supportsKeywords?: boolean; }; export type ConversationMessageDefinition = Metadata & { constants: ConversationMessageConstant[]; contentCategory?: ConversationMessageContentCategory; description?: string; label: string; language?: string; messageHandlers: ConversationMessageHandler[]; messageLayouts: ConversationMessageLayout[]; optionsParameter?: ConversationMessageOptionsParameter; parameters: ConversationMessageParameter[]; type: ConversationMessageDefinitionType; }; export type ConversationMessageConstant = { compositeValues: ConversationMessageConstantCompositeValue[]; constantType: ConversationMessageConstantType; label?: string; name?: string; primitiveValues: ConversationMessageConstantPrimitiveValue[]; valueType?: ConversationMessageValueType; }; export type ConversationMessageConstantCompositeValue = { constantItems: ConversationMessageConstant[]; identifier: string; }; export type ConversationMessageConstantPrimitiveValue = { contentAssetName?: string; textValue?: string; type: ConversationMessageConstantValueType; urlValue?: string; }; export type ConversationMessageHandler = { activeRequestDurationMinutes: number; handlerName: string; handlerType: ConversationMessageHandlerType; }; export type ConversationMessageLayout = { externalTemplates: ConvMsgExternalTemplateVersion[]; formatType: ConversationMessageFormatType; layoutItems: ConversationMessageLayoutItem[]; layoutVariant?: ConversationMessageLayoutVariant; messageType: ConversationMessageType; }; export type ConvMsgExternalTemplateVersion = { accountIdentifier: string; accountName: string; errorCode?: ConvMsgExternalErrorCode; errorMessage?: string; externalConfigJson?: string; headerAssetHandle?: string; language: string; layoutJson?: string; rejectionReason?: ConvMsgExternalRejectionReason; status: ConvMsgExternalTemplateVersionStatus; templateName: string; templateVersionIdentifier: string; type?: ConvMsgExternalTemplateVersionType; }; export type ConversationMessageLayoutItem = { collectionType: ConversationMessageCollectionType; compositeValues: ConversationMessageLayoutCompositeValue[]; name: string; primitiveValues: ConversationMessageLayoutPrimitiveValue[]; }; export type ConversationMessageLayoutCompositeValue = { compositeTypeName: string; layoutItems: ConversationMessageLayoutItem[]; valueSourceReference?: string; }; export type ConversationMessageLayoutPrimitiveValue = { contentAssetName?: string; fieldName?: string; formulaTemplate?: string; literalValue?: string; mergeFields: ConversationMessageMergeField[]; type: ConversationMessageLayoutValueType; valueFormula?: string; valueSourceReference?: string; }; export type ConversationMessageMergeField = { formulaTemplate: string; mergeFieldType: ConversationMessageMergeFieldType; name: string; valueSourceReference: string; }; export type ConversationMessageOptionsParameter = { compositeTypeDetails?: ConversationMessageParameterCompositeDetails; optionsParameterType: ConversationMessageOptionsParameterType; primitiveTypeDetails?: ConversationMessageParameterPrimitiveDetails; }; export type ConversationMessageParameterCompositeDetails = { compositeChildItems: ConversationMessageParameterCompositeDetails[]; isList?: boolean; isRequired?: boolean; label?: string; maxListItems?: number; name?: string; primitiveChildItems: ConversationMessageParameterPrimitiveDetails[]; }; export type ConversationMessageParameterPrimitiveDetails = { isList?: boolean; isRequired?: boolean; label?: string; maxListItems?: number; name?: string; sobjectType?: string; valueType?: ConversationMessageValueType; }; export type ConversationMessageParameter = { compositeTypeDetails?: ConversationMessageParameterCompositeDetails; parameterType: ConversationMessageParameterType; primitiveTypeDetails?: ConversationMessageParameterPrimitiveDetails; }; export type ConversationVendorInfo = Metadata & { agentSSOSupported?: boolean; awsAccountKey?: string; awsRootEmail?: string; awsTenantVersion?: number; bridgeComponent?: string; clientAuthMode?: ClientAuthMode; connectorUrl?: string; customConfig?: string; customIcon?: string; customLoginUrl?: string; developerName: string; einsteinConversationInsightsSupported?: boolean; integrationClass?: string; integrationClassName?: string; intelligenceSupported?: boolean; isTaxCompliant?: boolean; keyProvisioningSupported?: boolean; masterLabel: string; multiVendorConfigSupported?: boolean; namedCredential?: string; namedCredentialSupported?: boolean; partnerContactCenterListSupported?: boolean; partnerPhoneNumbersSupported?: boolean; partnerTransferDestinationsSupported?: boolean; queueManagementSupported?: boolean; serverAuthMode?: ServerAuthMode; telephonySettingsComponent?: string; unifiedRoutingSupported?: boolean; universalCallRecordingAccessSupported?: boolean; userSyncingSupported?: boolean; vendorType?: ConversationVendorType; }; export type ConversationalIntelligenceSettings = Metadata & { enableCallCoaching?: boolean; enableCallCoachingZoom?: boolean; enableCallExplorer?: boolean; enableCallSummarization?: boolean; enableConversationMining?: boolean; enableDiarizationPref?: boolean; enableECIOOTBFlows?: boolean; enableGenerativeConvInsights?: boolean; enableManualUpload?: boolean; enableOpptyMatching?: boolean; enableRealtimeInsights?: boolean; enableUnifiedActivities?: boolean; }; export type CorsWhitelistOrigin = Metadata & { urlPattern: string; }; export type CourseWaitlistConfig = Metadata & { label: string; sortOrder?: CourseWaitlistConfigSortOrder; type: CourseWaitlistConfigType; value: string; waitlistPositionFieldOrder?: number; }; export type CriteriaSettings = Metadata & { criteriaSetting: CriteriaSetting[]; }; export type CriteriaSetting = { criteriaItems?: string; logic?: string; name: string; objectType?: string; territories?: string; userType?: string; workTypes?: string; }; export type CspTrustedSite = Metadata & { canAccessCamera?: boolean; canAccessMicrophone?: boolean; context?: CspTrustedSiteContext; description?: string; endpointUrl: string; isActive: boolean; isApplicableToConnectSrc?: boolean; isApplicableToFontSrc?: boolean; isApplicableToFrameSrc?: boolean; isApplicableToImgSrc?: boolean; isApplicableToMediaSrc?: boolean; isApplicableToStyleSrc?: boolean; mobileExtension?: string; }; export type CurrencySettings = Metadata & { enableCurrencyEffectiveDates?: boolean; enableCurrencySymbolWithMultiCurrency?: boolean; enableMultiCurrency?: boolean; isMultiCurrencyActivationAllowed?: boolean; isParenCurrencyConvDisabled?: boolean; }; export type CustomAddressFieldSettings = Metadata & { enableCustomAddressField?: boolean; }; export type CustomApplication = Metadata & { actionOverrides: AppActionOverride[]; brand?: AppBrand; consoleConfig?: ServiceCloudConsoleConfig; defaultLandingTab?: string; description?: string; formFactors: FormFactor[]; isNavAutoTempTabsDisabled?: boolean; isNavPersonalizationDisabled?: boolean; isNavTabPersistenceDisabled?: boolean; isOmniPinnedViewEnabled?: boolean; isServiceCloudConsole?: boolean; label?: string; logo?: string; navType?: NavType; preferences?: AppPreferences; profileActionOverrides: AppProfileActionOverride[]; setupExperience?: string; subscriberTabs: string[]; tabSetType?: string; tabs: string[]; uiType?: UiType; utilityBar?: string; workspaceConfig?: AppWorkspaceConfig; }; export type AppActionOverride = ActionOverride & { pageOrSobjectType: string; }; export type ActionOverride = { actionName?: string; comment?: string; content?: string; formFactor?: FormFactor; skipRecordTypeSelect?: boolean; type?: ActionOverrideType; }; export type AppBrand = { footerColor?: string; headerColor?: string; logo?: string; logoVersion?: number; shouldOverrideOrgTheme?: boolean; }; export type ServiceCloudConsoleConfig = { componentList?: AppComponentList; detailPageRefreshMethod: string; footerColor?: string; headerColor?: string; keyboardShortcuts: KeyboardShortcuts; listPlacement: ListPlacement; listRefreshMethod: string; liveAgentConfig?: LiveAgentConfig; primaryTabColor?: string; pushNotifications: PushNotification[]; tabLimitConfig?: TabLimitConfig; whitelistedDomains: string[]; }; export type AppComponentList = { alignment: string; components: string[]; }; export type KeyboardShortcuts = { customShortcuts: CustomShortcut[]; defaultShortcuts: DefaultShortcut[]; }; export type CustomShortcut = DefaultShortcut & { description?: string; eventName: string; }; export type DefaultShortcut = { action: string; active: boolean; keyCommand: string; }; export type ListPlacement = { height?: number; location: string; units?: string; width?: number; }; export type LiveAgentConfig = { enableLiveChat?: boolean; openNewAccountSubtab?: boolean; openNewCaseSubtab?: boolean; openNewContactSubtab?: boolean; openNewLeadSubtab?: boolean; openNewVFPageSubtab?: boolean; pageNamesToOpen: string[]; showKnowledgeArticles?: boolean; }; export type PushNotification = { fieldNames: string[]; objectName: string; }; export type TabLimitConfig = { maxNumberOfPrimaryTabs?: string; maxNumberOfSubTabs?: string; }; export type AppPreferences = { enableCustomizeMyTabs: boolean; enableKeyboardShortcuts: boolean; enableListViewHover: boolean; enableListViewReskin: boolean; enableMultiMonitorComponents: boolean; enablePinTabs: boolean; enableTabHover: boolean; enableTabLimits: boolean; saveUserSessions: boolean; }; export type AppProfileActionOverride = ProfileActionOverride & { profile: string; }; export type ProfileActionOverride = { actionName: string; content?: string; formFactor: FormFactor; pageOrSobjectType: string; recordType?: string; type: ActionOverrideType; }; export type AppWorkspaceConfig = { mappings: WorkspaceMapping[]; }; export type WorkspaceMapping = { fieldName?: string; tab: string; }; export type CustomApplicationComponent = Metadata & { buttonIconUrl?: string; buttonStyle?: string; buttonText?: string; buttonWidth?: number; height?: number; isHeightFixed: boolean; isHidden: boolean; isWidthFixed: boolean; visualforcePage: string; width?: number; }; export type CustomDataType = Metadata & { customDataTypeComponents: CustomDataTypeComponent[]; description?: string; displayFormula?: string; editComponentsOnSeparateLines?: boolean; label: string; rightAligned?: boolean; supportComponentsInReports?: boolean; }; export type CustomDataTypeComponent = { developerSuffix: string; enforceFieldRequiredness?: boolean; label: string; length?: number; precision?: number; scale?: number; sortOrder?: SortOrder; sortPriority?: number; type: FieldType; }; export type CustomFeedFilter = Metadata & { criteria: FeedFilterCriterion[]; description?: string; isProtected?: boolean; label: string; }; export type FeedFilterCriterion = { feedItemType: FeedItemType; feedItemVisibility?: FeedItemVisibility; relatedSObjectType?: string; }; export type CustomField = Metadata & { businessOwnerGroup?: string; businessOwnerUser?: string; businessStatus?: string; caseSensitive?: boolean; complianceGroup?: string; customDataType?: string; defaultValue?: string; deleteConstraint?: DeleteConstraint; deprecated?: boolean; description?: string; displayFormat?: string; displayLocationInDecimal?: boolean; elementType?: ElementType; encryptionScheme?: EncryptionScheme; escapeMarkup?: boolean; externalDeveloperName?: string; externalId?: boolean; fieldManageability?: FieldManageability; formula?: string; formulaTreatBlanksAs?: TreatBlanksAs; inlineHelpText?: string; isAIPredictionField?: boolean; isConvertLeadDisabled?: boolean; isFilteringDisabled?: boolean; isNameField?: boolean; isSortingDisabled?: boolean; label?: string; length?: number; lookupFilter?: LookupFilter; maskChar?: EncryptedFieldMaskChar; maskType?: EncryptedFieldMaskType; metadataRelationshipControllingField?: string; mktDataLakeFieldAttributes?: MktDataLakeFieldAttributes; mktDataModelFieldAttributes?: MktDataModelFieldAttributes; picklist?: Picklist; populateExistingRows?: boolean; precision?: number; readOnlyProxy?: boolean; 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: FilterItem[]; summaryForeignKey?: string; summaryOperation?: SummaryOperations; trackFeedHistory?: boolean; trackHistory?: boolean; trackTrending?: boolean; translateData?: boolean; type?: FieldType; unique?: boolean; valueSet?: ValueSet; visibleLines?: number; writeRequiresMasterRead?: boolean; }; export type LookupFilter = { active: boolean; booleanFilter?: string; description?: string; errorMessage?: string; filterItems: FilterItem[]; infoMessage?: string; isOptional: boolean; }; export type MktDataLakeFieldAttributes = { dateFormat?: string; definitionCreationType?: DefinitionCreationType; externalName?: string; isEventDate?: boolean; isInternalOrganization?: boolean; isRecordModified?: boolean; keyQualifierName?: string; mktDatalakeSrcKeyQualifier?: string; primaryIndexOrder?: number; usageTag?: UsageTag; }; export type MktDataModelFieldAttributes = { definitionCreationType?: DefinitionCreationType; invalidMergeActionType?: InvalidMergeActionType; isDynamicLookup?: boolean; keyQualifierName?: string; labelOverride?: string; mappingAlertType?: MappingAlertType; masterLabel?: string; primaryIndexOrder?: number; refAttrDeveloperName?: string; usageTag?: MktDataModelFieldUsageTag; }; export type Picklist = { controllingField?: string; picklistValues: PicklistValue[]; restrictedPicklist?: boolean; sorted: boolean; }; export type ValueSet = { controllingField?: string; restricted?: boolean; valueSetDefinition?: ValueSetValuesDefinition; valueSetName?: string; valueSettings: ValueSettings[]; }; export type ValueSetValuesDefinition = { sorted: boolean; value: CustomValue[]; }; export type CustomValue = Metadata & { color?: string; default: boolean; description?: string; isActive?: boolean; label?: string; }; export type StandardValue = CustomValue & { allowEmail?: boolean; closed?: boolean; converted?: boolean; cssExposed?: boolean; forecastCategory?: ForecastCategories; groupingString?: string; highPriority?: boolean; probability?: number; reverseRole?: string; reviewed?: boolean; won?: boolean; }; export type ValueSettings = { controllingFieldValue: string[]; valueName: string; }; export type CustomHelpMenuSection = Metadata & { customHelpMenuItems: CustomHelpMenuItem[]; masterLabel: string; }; export type CustomHelpMenuItem = { linkUrl: string; masterLabel: string; sortOrder: number; }; export type CustomIndex = Metadata & { allowNullValues?: boolean; booleanIndexedValue?: boolean; }; export type CustomLabel = Metadata & { categories?: string; language: string; protected: boolean; shortDescription: string; value: string; }; export type CustomLabels = Metadata & { labels: CustomLabel[]; }; export type CustomMetadata = Metadata & { description?: string; label?: string; protected?: boolean; values: CustomMetadataValue[]; }; export type CustomMetadataValue = { field: string; value?: any; }; export type CustomNotificationType = Metadata & { actionGroups: CustomNotificationActionGroup[]; customNotifTypeName: string; description?: string; desktop: boolean; masterLabel: string; mobile: boolean; slack?: boolean; }; export type CustomNotificationActionGroup = { actions: CustomNotificationActionDefinition[]; groupName: string; }; export type CustomNotificationActionDefinition = { actionLabel: string; actionName: string; actionTarget?: string; actionType: NotificationActionType; }; export type CustomObject = Metadata & { actionOverrides: ActionOverride[]; allowInChatterGroups?: boolean; articleTypeChannelDisplay?: ArticleTypeChannelDisplay; businessProcesses: BusinessProcess[]; compactLayoutAssignment?: string; compactLayouts: CompactLayout[]; customHelp?: string; customHelpPage?: string; customSettingsType?: CustomSettingsType; deploymentStatus?: DeploymentStatus; deprecated?: boolean; description?: string; enableActivities?: boolean; enableBulkApi?: boolean; enableDataTranslation?: boolean; enableDivisions?: boolean; enableEnhancedLookup?: boolean; enableFeeds?: boolean; enableHistory?: boolean; enableLicensing?: boolean; enablePublishStatusTracking?: boolean; enableReports?: boolean; enableSearch?: boolean; enableSharing?: boolean; enableStreamingApi?: boolean; eventType?: PlatformEventType; externalDataSource?: string; externalIndexAvailable?: boolean; externalName?: string; externalRepository?: string; externalSharingModel?: SharingModel; fieldSets: FieldSet[]; fields: CustomField[]; gender?: Gender; historyRetentionPolicy?: HistoryRetentionPolicy; household?: boolean; indexes: Index[]; label?: string; listViews: ListView[]; mktDataLakeAttributes?: MktDataLakeAttributes; mktDataModelAttributes?: MktDataModelAttributes; nameField?: CustomField; pluralLabel?: string; profileSearchLayouts: ProfileSearchLayouts[]; publishBehavior?: PlatformEventPublishBehavior; recordTypeTrackFeedHistory?: boolean; recordTypeTrackHistory?: boolean; recordTypes: RecordType[]; searchLayouts?: SearchLayouts; sharingModel?: SharingModel; sharingReasons: SharingReason[]; sharingRecalculations: SharingRecalculation[]; startsWith?: StartsWith; validationRules: ValidationRule[]; visibility?: SetupObjectVisibility; webLinks: WebLink[]; }; export type ArticleTypeChannelDisplay = { articleTypeTemplates: ArticleTypeTemplate[]; }; export type ArticleTypeTemplate = { channel: Channel; page?: string; template: Template; }; export type FieldSet = Metadata & { availableFields: FieldSetItem[]; description: string; displayedFields: FieldSetItem[]; label: string; }; export type FieldSetItem = { alternativeDisplayFormat?: string; field?: string; isFieldManaged?: boolean; isRequired?: boolean; }; export type HistoryRetentionPolicy = { archiveAfterMonths: number; archiveRetentionYears: number; description?: string; gracePeriodDays: number; }; export type Index = Metadata & { fields: IndexField[]; label: string; minNumRequiredIndexedFields?: number; type?: string; }; export type IndexField = { name: string; sortDirection: string; }; export type ListView = Metadata & { booleanFilter?: string; columns: string[]; division?: string; filterScope: FilterScope; filters: ListViewFilter[]; label: string; language?: Language; queue?: string; sharedTo?: SharedTo; }; export type ListViewFilter = { field: string; operation: FilterOperation; value?: string; }; export type SharedTo = { allCustomerPortalUsers?: string; allInternalUsers?: string; allPartnerUsers?: string; channelProgramGroup: string[]; channelProgramGroups: string[]; group: string[]; groups: string[]; guestUser: string[]; managerSubordinates: string[]; managers: string[]; portalRole: string[]; portalRoleAndSubordinates: string[]; queue: string[]; role: string[]; roleAndSubordinates: string[]; roleAndSubordinatesInternal: string[]; roles: string[]; rolesAndSubordinates: string[]; territories: string[]; territoriesAndSubordinates: string[]; territory: string[]; territoryAndSubordinates: string[]; }; export type MktDataLakeAttributes = { creationType?: DefinitionCreationType; isEnabled?: boolean; objectCategory?: string; }; export type MktDataModelAttributes = { creationType?: DefinitionCreationType; dataModelTaxonomy?: string; dataSpaceName?: string; dataSpacePrefix?: string; description?: string; isEnabled?: boolean; isSegmentable?: boolean; isUsedForMetrics?: boolean; labelOverride?: string; masterLabel?: string; objectCategory?: string; referenceEntityGroup?: string; referenceEntityName?: string; referenceEntitySubjectArea?: string; }; export type ProfileSearchLayouts = { fields: string[]; profileName?: string; }; export type RecordType = Metadata & { active: boolean; businessProcess?: string; compactLayoutAssignment?: string; description?: string; label: string; picklistValues: RecordTypePicklistValue[]; }; export type RecordTypePicklistValue = { picklist: string; values: PicklistValue[]; }; export type SearchLayouts = { customTabListAdditionalFields: string[]; excludedStandardButtons: string[]; listViewButtons: string[]; lookupDialogsAdditionalFields: string[]; lookupFilterFields: string[]; lookupPhoneDialogsAdditionalFields: string[]; massQuickActions: string[]; searchFilterFields: string[]; searchResultsAdditionalFields: string[]; searchResultsCustomButtons: string[]; }; export type SharingReason = Metadata & { label: string; }; export type SharingRecalculation = { className: string; }; export type ValidationRule = Metadata & { active: boolean; description?: string; errorConditionFormula: string; errorDisplayField?: string; errorMessage: string; shouldEvaluateOnClient?: boolean; }; export type WebLink = Metadata & { availability: WebLinkAvailability; description?: string; displayType: WebLinkDisplayType; encodingKey?: Encoding; hasMenubar?: boolean; hasScrollbars?: boolean; hasToolbar?: boolean; height?: number; isResizable?: boolean; linkType: WebLinkType; masterLabel?: string; openType: WebLinkWindowType; page?: string; position?: WebLinkPosition; protected: boolean; requireRowSelection?: boolean; scontrol?: string; showsLocation?: boolean; showsStatus?: boolean; url?: string; width?: number; }; export type CustomObjectBinding = Metadata & { fields: CustomFieldBinding[]; implementationObject: string; interfaceObject: string; masterLabel: string; }; export type CustomFieldBinding = { implementationField: string; interfaceField: string; }; export type CustomObjectTranslation = Metadata & { caseValues: ObjectNameCaseValue[]; fieldSets: FieldSetTranslation[]; fields: CustomFieldTranslation[]; gender?: Gender; layouts: LayoutTranslation[]; nameFieldLabel?: string; quickActions: QuickActionTranslation[]; recordTypes: RecordTypeTranslation[]; sharingReasons: SharingReasonTranslation[]; standardFields: StandardFieldTranslation[]; startsWith?: StartsWith; validationRules: ValidationRuleTranslation[]; webLinks: WebLinkTranslation[]; workflowTasks: WorkflowTaskTranslation[]; }; export type ObjectNameCaseValue = { article?: Article; caseType?: CaseType; plural?: boolean; possessive?: Possessive; value: string; }; export type FieldSetTranslation = { label: string; name: string; }; export type CustomFieldTranslation = { caseValues: ObjectNameCaseValue[]; gender?: Gender; help?: string; label?: string; lookupFilter?: LookupFilterTranslation; name: string; picklistValues: PicklistValueTranslation[]; relationshipLabel?: string; startsWith?: StartsWith; }; export type LookupFilterTranslation = { errorMessage: string; informationalMessage: string; }; export type PicklistValueTranslation = { masterLabel: string; translation?: string; }; export type LayoutTranslation = { layout: string; layoutType?: string; sections: LayoutSectionTranslation[]; }; export type LayoutSectionTranslation = { label: string; section: string; }; export type QuickActionTranslation = { aspect?: string; label: string; name: string; quickActionParametersTranslation: QuickActionParametersTranslation[]; }; export type QuickActionParametersTranslation = { aspect?: string; name: string; value: string; }; export type RecordTypeTranslation = { description?: string; label: string; name: string; }; export type SharingReasonTranslation = { label: string; name: string; }; export type StandardFieldTranslation = { label?: string; name: string; }; export type ValidationRuleTranslation = { errorMessage: string; name: string; }; export type WebLinkTranslation = { label: string; name: string; }; export type WorkflowTaskTranslation = { description?: string; name: string; subject?: string; }; export type CustomPageWebLink = Metadata & { availability: WebLinkAvailability; description?: string; displayType: WebLinkDisplayType; encodingKey?: Encoding; hasMenubar?: boolean; hasScrollbars?: boolean; hasToolbar?: boolean; height?: number; isResizable?: boolean; linkType: WebLinkType; masterLabel?: string; openType: WebLinkWindowType; page?: string; position?: WebLinkPosition; protected: boolean; requireRowSelection?: boolean; scontrol?: string; showsLocation?: boolean; showsStatus?: boolean; url?: string; width?: number; }; export type CustomPermission = Metadata & { connectedApp?: string; description?: string; externalClientApplication?: string; isLicensed: boolean; label: string; requiredPermission: CustomPermissionDependencyRequired[]; }; export type CustomPermissionDependencyRequired = { customPermission: string; dependency: boolean; }; export type CustomSite = Metadata & { active: boolean; allowGuestPaymentsApi?: boolean; allowHomePage: boolean; allowStandardAnswersPages?: boolean; allowStandardIdeasPages: boolean; allowStandardLookups: boolean; allowStandardPortalPages: boolean; allowStandardSearch: boolean; analyticsTrackingCode?: string; authorizationRequiredPage?: string; bandwidthExceededPage?: string; browserXssProtection: boolean; cachePublicVisualforcePagesInProxyServers?: boolean; changePasswordPage?: string; chatterAnswersForgotPasswordConfirmPage?: string; chatterAnswersForgotPasswordPage?: string; chatterAnswersHelpPage?: string; chatterAnswersLoginPage?: string; chatterAnswersRegistrationPage?: string; clickjackProtectionLevel: SiteClickjackProtectionLevel; contentSniffingProtection: boolean; customWebAddresses: 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; redirectToCustomDomain?: boolean; referrerPolicyOriginWhenCrossOrigin: boolean; robotsTxtPage?: string; selfRegPage?: string; serverIsDown?: string; siteAdmin?: string; siteGuestRecordDefaultOwner?: string; siteIframeWhiteListUrls: SiteIframeWhiteListUrl[]; siteRedirectMappings: SiteRedirectMapping[]; siteTemplate?: string; siteType: SiteType; subdomain?: string; urlPathPrefix?: string; }; export type SiteWebAddress = { certificate?: string; domainName: string; primary: boolean; }; export type SiteIframeWhiteListUrl = { url: string; }; export type SiteRedirectMapping = { action: SiteRedirect; isActive?: boolean; isDynamic?: boolean; source: string; target: string; }; export type CustomTab = Metadata & { actionOverrides: 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?: Encoding; }; export type CustomerDataPlatformSettings = Metadata & { enableCustomerDataPlatform?: boolean; }; export type CustomizablePropensityScoringSettings = Metadata & { enableCpsPref?: boolean; }; export type Dashboard = Metadata & { backgroundEndColor: string; backgroundFadeDirection: ChartBackgroundDirection; backgroundStartColor: string; chartTheme?: ChartTheme; colorPalette?: ChartColorPalettes; dashboardChartTheme?: ChartTheme; dashboardColorPalette?: ChartColorPalettes; dashboardFilters: DashboardFilter[]; dashboardGridLayout?: DashboardGridLayout; dashboardResultRefreshedDate?: string; dashboardResultRunningUser?: string; dashboardType?: DashboardType; description?: string; folderName?: string; isGridLayout?: boolean; leftSection?: DashboardComponentSection; middleSection?: DashboardComponentSection; numSubscriptions?: number; owner?: string; rightSection?: DashboardComponentSection; runningUser?: string; textColor: string; title: string; titleColor: string; titleSize: number; }; export type DashboardFilter = { dashboardFilterOptions: DashboardFilterOption[]; name: string; }; export type DashboardFilterOption = { operator: DashboardFilterOperation; values: string[]; }; export type DashboardGridLayout = { dashboardGridComponents: DashboardGridComponent[]; numberOfColumns: number; rowHeight: number; }; export type DashboardGridComponent = { colSpan: number; columnIndex: number; dashboardComponent: DashboardComponent; rowIndex: number; rowSpan: number; }; export type DashboardComponent = { autoselectColumnsFromReport?: boolean; chartAxisRange?: ChartRangeType; chartAxisRangeMax?: number; chartAxisRangeMin?: number; chartSummary: ChartSummary[]; componentChartTheme?: ChartTheme; componentType: DashboardComponentType; dashboardComponentContents: DashboardComponentContent[]; dashboardDynamicValues: DashboardDynamicValue[]; dashboardFilterColumns: DashboardFilterColumn[]; dashboardTableColumn: DashboardTableColumn[]; decimalPrecision?: number; displayUnits?: ChartUnits; drillDownUrl?: string; drillEnabled?: boolean; drillToDetailEnabled?: boolean; enableHover?: boolean; expandOthers?: boolean; flexComponentProperties?: DashboardFlexTableComponentProperties; footer?: string; gaugeMax?: number; gaugeMin?: number; groupingColumn: string[]; groupingSortProperties?: DashboardComponentGroupingSortProperties; header?: string; indicatorBreakpoint1?: number; indicatorBreakpoint2?: number; indicatorHighColor?: string; indicatorLowColor?: string; indicatorMiddleColor?: string; legendPosition?: ChartLegendPosition; 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?: DashboardComponentFilter; sortLegendValues?: boolean; title?: string; useReportChart?: boolean; }; export type ChartSummary = { aggregate?: ReportSummaryType; axisBinding?: ChartAxis; column: string; }; export type DashboardComponentContent = { additionalInfo?: string; altText?: string; componentParameters?: string; fileName?: string; fit?: Fit; horizontalAlignment?: HorizontalAlignment; richTextContent?: string; tooltip?: string; verticalAlignment?: VerticalAlignment; }; export type DashboardDynamicValue = { additionalInfo?: string; fieldName: string; isDynamicUser?: boolean; }; export type DashboardFilterColumn = { column: string; }; export type DashboardTableColumn = { aggregateType?: ReportSummaryType; calculatePercent?: boolean; column: string; decimalPlaces?: number; showSubTotal?: boolean; showTotal?: boolean; sortBy?: DashboardComponentFilter; }; export type DashboardFlexTableComponentProperties = { decimalPrecision?: number; flexTableColumn: DashboardComponentColumn[]; flexTableSortInfo?: DashboardComponentSortInfo; hideChatterPhotos?: boolean; useReportTableSetting?: boolean; }; export type DashboardComponentColumn = { breakPoint1?: number; breakPoint2?: number; breakPointOrder?: number; highRangeColor?: number; lowRangeColor?: number; midRangeColor?: number; reportColumn: string; showSubTotal?: boolean; showTotal?: boolean; type: DashboardComponentColumnType; }; export type DashboardComponentSortInfo = { sortColumn?: string; sortOrder?: string; }; export type DashboardComponentGroupingSortProperties = { groupingSorts: DashboardComponentGroupingSort[]; }; export type DashboardComponentGroupingSort = { groupingLevel: string; inheritedReportGroupingSort?: string; sortColumn?: string; sortOrder?: string; }; export type DashboardComponentSection = { columnSize: DashboardComponentSize; components: DashboardComponent[]; }; export type DataCalcInsightTemplate = Metadata & { builderExpression: string; creationType?: CalculatedInsightCreationType; dataspaceName: string; dataspacePrefix: string; definitionType: CalculatedInsightDefinitionType; description: string; developerName: string; expression: string; masterLabel: string; scheduleEndDate?: Date; scheduleInterval?: string; scheduleStartDateTime?: Date; sourceDataGraphName?: string; sourceObjectDevName?: string; templateVersion?: number; }; export type DataCategoryGroup = Metadata & { active: boolean; dataCategory: DataCategory; description?: string; label: string; objectUsage?: ObjectUsage; }; export type DataCategory = { dataCategory: DataCategory[]; label: string; name: string; }; export type ObjectUsage = { object: string[]; }; export type DataCleanRoomProvider = Metadata & { creationType: string; creatorOrg: string; description: string; domainUrl: string; isInstalled?: boolean; label: string; logoUrl: string; offCoreTenant: string; providerName: string; source: string; sourceConfiguration: string; templateNames: string; }; export type DataConnectionParamTmpl = Metadata & { paramName: string; value: string; }; export type DataConnector = Metadata & { attributes: DataConnectorAttribute[]; description: string; errors: DataConnectorError[]; features: DataConnectorFeature[]; icon?: string; licenseAgreement?: string; masterLabel: string; ownerLocation?: string; ownerLogo?: string; ownerName?: string; parentConnector?: string; releaseLevel: DataConnectorReleaseLevel; supportEmail?: string; supportMessage?: string; supportPhone?: string; translations: LocalizedValue[]; }; export type DataConnectorAttribute = Metadata & { capabilities: DataConnectorCapability[]; command?: string; commandAttributes?: string; dataType: DataConnectorDataType; defaultValue?: string; editable?: boolean; externalName: string; masterLabel: string; max?: string; min?: string; options: DataConnectorAttributeOpt[]; order: number; pattern?: string; placeholder?: string; readonly?: boolean; required?: boolean; secure?: boolean; tooltip?: string; translations: LocalizedValue[]; validationMessageError?: string; }; export type DataConnectorAttributeOpt = Metadata & { capabilities: DataConnectorCapability[]; conditionAttributes?: string; externalName: string; masterLabel: string; order: number; translations: LocalizedValue[]; }; export type LocalizedValue = { aspect?: TranslationAspect; language?: string; outOfDate?: boolean; value?: string; }; export type DataConnectorError = Metadata & { externalName: string; masterLabel: string; translations: LocalizedValue[]; }; export type DataConnectorIngestApi = Metadata & { isProtected?: boolean; masterLabel: string; sourceName: string; }; export type DataConnectorS3 = Metadata & { delimiter?: string; fileNameWildcard?: string; fileType?: string; importFromDirectory?: string; masterLabel: string; s3AccessKey?: string; s3BucketName: string; s3SecretKey?: string; }; export type DataDotComSettings = Metadata & { enableAccountExportButtonOff?: boolean; enableAccountImportButtonOff?: boolean; enableAllowDupeContactFromLead?: boolean; enableAllowDupeLeadFromContact?: boolean; enableContactExportButtonOff?: boolean; enableContactImportButtonOff?: boolean; enableDDCSocialKeyEnabled?: boolean; enableDataDotComCleanEnabled?: boolean; enableDataDotComOptOutsEnabled?: boolean; enableDatacloudAPIEnabled?: boolean; }; export type DataKitObjectDependency = Metadata & { dataPackageKitDef: string; developerName: string; masterLabel: string; sourceObject: string; sourceObjectType: string; targetObject: string; }; export type DataKitObjectTemplate = Metadata & { developerName: string; entityPayload?: string; entityPayloadTokenMap?: string; masterLabel: string; parentDataPackageKitDefinitionName: string; sourceObject?: string; sourceObjectType: string; templateVersion?: number; }; export type DataModelTaxonomy = Metadata & { creationType?: DefinitionCreationType; dataModelType: DataModelType; dataObjectCategories: DataObjectCategory[]; isProtected?: boolean; masterLabel: string; supplier: string; updateDate: Date; versionNbr: number; }; export type DataObjectCategory = Metadata & { definitionCreationType?: DefinitionCreationType; masterLabel: string; }; export type DataObjectBuildOrgTemplate = Metadata & { developerName: string; masterLabel: string; objectDevName: string; objectPayload: string; objectType: string; templateObject: string; templateVersion?: number; }; export type DataObjectSearchIndexConf = Metadata & { application: string; channel?: string; masterLabel: string; nameFieldReference: string; objectReference: string; retriever?: string; searchIndex: string; }; export type DataPackageKitDefinition = Metadata & { dataKitSource?: string; dataKitType?: string; dataSpaceDefinitionDevName?: string; deploymentOrder?: string; description?: string; developerName: string; isDeployed?: boolean; isEnabled?: boolean; masterLabel: string; useDeterministicNaming?: boolean; versionNumber?: number; }; export type DataPackageKitObject = Metadata & { masterLabel: string; parentDataPackageKitDefinitionName: string; referenceObjectName: string; referenceObjectType: string; }; export type DataPlatform = Metadata & { dataConnectorType: string; dataPlatDataSetBundles: DataPlatDataSetBundle[]; description?: string; forExportIntOrgName?: string; forImportIntOrgName?: string; isConfiguredByAdmin?: boolean; isProtected?: boolean; largeIconUri?: string; masterLabel: string; smallIconUri?: string; }; export type DataPlatDataSetBundle = { bundleType?: string; dataPlatformDataSets: DataPlatformDataSet[]; description?: string; iconUri?: string; sortOrder?: number; }; export type DataPlatformDataSet = { dataSetType?: string; description?: string; iconUri?: string; sortOrder?: number; }; export type DataSource = Metadata & { masterLabel: string; prefix: string; }; export type DataSourceBundleDefinition = Metadata & { bundleVersion?: number; dataPlatform: string; description?: string; icon?: string; isMultiDeploymentSupported?: boolean; masterLabel: string; }; export type DataSourceField = Metadata & { datatype: string; dateFormat?: string; definitionCreationType?: DefinitionCreationType; externalDataType?: string; externalName: string; fieldFormula?: string; isDataRequired?: boolean; isEventDate?: boolean; isFormula?: boolean; isRecordModified?: boolean; keyQualifierName?: string; length?: number; masterLabel: string; precision?: number; primaryIndexOrder?: number; scale?: number; sequence: number; srcKeyQualifier?: string; usageTag?: UsageTag; versionNumber: number; }; export type DataSourceObject = Metadata & { accelerationEnabled?: AccelerationEnabled; additionalDLOInfoJson?: string; creationType?: string; dataConnection?: string; dataSource: string; dataSourceFields: DataSourceField[]; dmoDeveloperName?: string; dmoLabel?: string; externalDatabaseName?: string; externalObjectName?: string; externalRecordIdentifier?: string; externalSchemaName?: string; masterLabel: string; objectCategory?: string; objectType?: DataObjectType; sourceObject?: string; storageType?: StorageType; templateVersion?: number; }; export type DataSourceTenant = Metadata & { externalRecordId: string; masterLabel: string; }; export type DataSrcDataModelFieldMap = Metadata & { filterApplied?: boolean; filterOperationType?: string; filterValue?: string; masterLabel: string; sourceField: string; targetField: string; templateVersion?: number; versionNumber: number; }; export type DataStreamDefinition = Metadata & { areHeadersIncludedInFile?: boolean; bulkIngest?: boolean; creationType: DefinitionCreationType; dataConnector: string; dataConnectorType?: string; dataExtensionIdentifier?: string; dataExtractField?: string; dataExtractMethods?: DataImportDataExtractMethods; dataPlatDataSetBundle?: string; dataPlatformDataSetItemName?: string; dataSource: string; description?: string; fileNameWildcard?: string; internalOrganization?: string; isLimitedToNewFiles?: boolean; isMissingFileFailure?: boolean; masterLabel: string; mktDataLakeObject: string; mktDataTranObject?: string; parameters: MktDataConnectionSrcParam[]; }; export type MktDataConnectionSrcParam = Metadata & { paramName: string; value: string; }; export type DataStreamTemplate = Metadata & { dataConnectionSourceParameters: DataConnectionParamTmpl[]; dataSourceBundleDefinition: string; dataSourceObject: string; filterCriteria?: string; fullRefreshIntervalDays?: FullRefreshIntervalDays; masterLabel: string; objectCategory: string; refreshDayOfMonth?: number; refreshDayOfWeek?: number; refreshFrequency?: DataImportRefreshFrequency; refreshHours?: string; refreshMode?: DataImportRefreshMode; refreshStartDate?: Date; sourceObjectName?: string; streamType?: StreamType; streamingAppDataConnectorType?: StreamingAppDataConnectorType; templateVersion?: number; }; export type DataspaceScope = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; metadataGroups: DataspaceScopeSchemaAccess[]; }; export type DataspaceScopeSchemaAccess = { metadataGroup: string; }; export type DecisionMatrixDefinition = Metadata & { description?: string; groupKey?: string; label: string; processType?: ExpsSetProcessType; subGroupKey?: string; type?: DecisionMatrixType; versions: DecisionMatrixDefinitionVersion[]; }; export type DecisionMatrixDefinitionVersion = Metadata & { columns: DecisionMatrixDefinitionVersionColumn[]; decisionMatrixDefinition?: string; endDate?: Date; groupKeyValue?: string; label: string; rank?: number; startDate: Date; status: DecisionMatrixDefStatus; subGroupKeyValue?: string; versionNumber: number; }; export type DecisionMatrixDefinitionVersionColumn = { columnType: DecisionMatrixColumnType; dataType: DecisionMatrixDataType; displaySequence: number; isWildcardColumn: boolean; name: string; rangeValue?: string; wildcardValue?: string; }; export type DecisionTable = Metadata & { collectOperator?: DecisionTableCollectOperator; conditionCriteria?: string; conditionType?: DecisionTableConditionType; dataSourceType?: DecisionTableDataSourceType; dataSpaceName?: string; decisionTableParameters: DecisionTableParameter[]; decisionTableSourceCriterias: DecisionTableSourceCriteria[]; description?: string; doesConsiderNullValue?: boolean; downloadStatus?: DecisionTableDownloadStatus; dtRowLevelOverrideType?: DTRowLevelOverrideType; executionType?: DecisionTableExecutionType; filterResultBy?: DecisionTableHitPolicy; hasIncrementalSyncFailed?: boolean; isIncrementalSyncEnabled?: boolean; lastIncrementalSyncDate?: string; lastSyncDate?: string; refreshFailureReason?: string; refreshStatus?: DecisionTableRefreshStatus; setupName: string; sourceConditionLogic?: string; sourceObject: string; status: DecisionTableStatus; type?: DecisionTableType; uploadStatus?: DecisionTableUploadStatus; usageType?: ExpsSetProcessType; }; export type DecisionTableParameter = { dataType?: DTParameterDataType; decimalScale?: number; domainObject?: string; fieldName: string; fieldPath?: string; isGroupByField?: boolean; isPriorityField?: boolean; isRequired?: boolean; length?: number; operator?: DecisionTableOperator; sequence?: number; sortType?: DecisionTableSortType; usage: DecisionTableParameterType; }; export type DecisionTableSourceCriteria = { operator: DTSourceCriteriaOperator; sequenceNumber: number; sourceFieldName: string; value?: string; valueType: DTSourceCriteriaValueType; }; export type DecisionTableDatasetLink = Metadata & { decisionTableName: string; decisionTblDatasetParameters: DecisionTblDatasetParameter[]; description?: string; isDefault?: boolean; setupName: string; sourceObject?: string; }; export type DecisionTblDatasetParameter = { datasetFieldName: string; datasetSourceObject: string; fieldName: string; }; export type PlatformEventSubscriberConfig = Metadata & { batchSize?: number; isProtected?: boolean; masterLabel: string; numPartitions?: number; partitionKey?: string; platformEventConsumer: string; user?: string; }; export type FtestTopLevelWithDeclMd1 = Metadata & { bitVectorFieldRound?: boolean; bitVectorFieldSquare?: boolean; bitVectorFieldTriangle?: boolean; booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; ftestDetailWithDeclMd2: FtestDetailWithDeclMd2[]; integerField: number; isProtected?: boolean; masterLabel: string; overriddenFieldName?: string; staticEnumField?: FTestTopLevelSelection; typeOneItems: FtestDetailWithDeclMd1[]; }; export type FtestDetailWithDeclMd1 = { bitVectorFieldBlooper?: boolean; bitVectorFieldRound?: boolean; bitVectorFieldSquare?: boolean; bitVectorFieldTriangle?: boolean; booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; enumOrIdField?: string; integerField: number; staticEnumField?: FTestTopLevelSelection; subItems: FtestSubDetailWithDeclMd[]; }; export type FtestSubDetailWithDeclMd = { booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; integerField: number; staticEnumField?: FTestTopLevelSelection; }; export type FtestDetailWithDeclMd2 = { booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; integerField: number; staticEnumField?: FTestTopLevelSelection; }; export type FtestTopLevelWithDeclMd3 = Metadata & { isProtected?: boolean; lookupThatCameBefore?: string; masterLabel: string; }; export type FtestTopLevelWithCrud = Metadata & { isProtected?: boolean; masterLabel: string; textField?: string; }; export type SchedulingObjective = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; schedulingCategory: SchedulingCategory; schedulingObjectiveParameters: SchedulingObjectiveParameter[]; schedulingObjectiveType: SchedulingObjectiveType; }; export type SchedulingObjectiveParameter = { parameterKey: ObjectiveParameterKey; value?: string; }; export type FtestTopLevelWithDeclMd2 = Metadata & { enumOrIdField?: string; isProtected?: boolean; lookupField?: string; masterLabel: string; onOrOffField: FTestOnOffSelection; season?: FTestSeasonSelection; someUser?: string; staticResourceLookup?: string; stripEnumOrIdSuffix?: string; textField?: string; urlField?: string; }; export type PipelineInspMetricConfig = Metadata & { isCumulative: boolean; isProtected?: boolean; masterLabel: string; metric: PipelineInspectionMetric; }; export type VirtualVisitConfig = Metadata & { comprehendServiceType?: VirtualVisitComprehendServiceType; experienceCloudSiteUrl?: string; externalMsgServiceIdentifier?: string; externalRoleIdentifier?: string; externalUserIdentifier?: string; isProtected?: boolean; masterLabel: string; messagingRegion?: string; namedCredential?: string; storageBucketName?: string; usageType?: VirtualVisitUsageType; videoCallApptTypeValue?: string; videoControlRegion?: string; visitRegion?: VirtualVisitVisitRegion; }; export type MobileSecurityPolicy = Metadata & { effectiveDate?: Date; isEnabled: boolean; isProtected?: boolean; masterLabel: string; mobilePlatform?: MobileSecurityMobilePlatform; mobileSecurityAssignment?: string; ruleValue: string; ruleValueType: MobileSecurityPolicyRuleValueType; severityLevel: MobileSecurityPolicySeverityLevel; type: MobileSecurityPolicyType; }; export type LearningAchievementConfig = Metadata & { description?: string; iconName?: string; isProtected?: boolean; learningAchievementType: LearningAchievementType; learningAchvRecordType: string; masterLabel: string; }; export type RecordAlertDataSource = Metadata & { apexClass?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; type: RecordAlertDataSourceType; }; export type DocumentCategory = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; }; export type RecAlrtDataSrcExpSetDef = Metadata & { expressionSetDefinition: string; expressionSetObject: string; isActive: boolean; isProtected?: boolean; masterLabel: string; recordAlertDataSource: string; }; export type GenOpPlanEligibilityConfig = Metadata & { eligibilityResultVariableName: string; failureReasonOutputVariableName?: string; flow?: string; isProtected?: boolean; masterLabel: string; targetIdInputVariableName: string; targetObjectType: ServicePlanSourceType; }; export type EmployeeDataSyncProfile = Metadata & { description?: string; employeeDataSyncField: EmployeeDataSyncField[]; isActive: boolean; isProtected?: boolean; masterLabel: string; }; export type EmployeeDataSyncField = { description?: string; isActive: boolean; isDefault: boolean; isRequired: boolean; sourceField: string; targetField: string; }; export type RegisteredExternalService = Metadata & { configUrl?: string; description?: string; documentationUrl?: string; extensionPointName?: ExtensionPointName; externalServiceProvider: string; externalServiceProviderType: RegistryProviderType; iconUri?: string; isApplication?: boolean; isProtected?: boolean; masterLabel: string; }; export type CustomFieldDisplay = Metadata & { displayType: CustomFieldDisplayType; fieldApiName: string; isProtected?: boolean; masterLabel: string; }; export type UiPreviewMessageTabDef = Metadata & { isActive: boolean; isProtected?: boolean; label: string; lightningComponentDef: string; supportedChannel: SupportedChannel; tabName: string; }; export type AccountingFieldMapping = Metadata & { accountingModelConfig: string; isForAllocationType?: boolean; isForPaymentType?: boolean; isForTransactionType?: boolean; isProtected?: boolean; mappingBehavior: MappingBehaviorType; masterLabel: string; sourceField?: string; targetField: string; }; export type ServiceMgmtKnwlgArtclConfig = Metadata & { isProtected?: boolean; knowledgeArticleRecordType: string; masterLabel: string; rootCauseField: string; workAroundField: string; }; export type RecordAlertTemplate = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; recordAlertCategory?: string; subject?: string; }; export type RelatedRecordAccessDef = Metadata & { description?: string; isProtected?: boolean; jctObjectCstmFilterExps?: string; jctObjectFilterLogic?: RRADJctObjFilterLogic; junctionObject?: string; masterLabel: string; relatedRecordAccessFltr: RelatedRecordAccessFltr[]; relatedRecordAccessMap: RelatedRecordAccessMap[]; shareTo?: RelatedRecordAccessDefShareTo; sourceObject: string; sourceObjectCstmFilterExps?: string; sourceObjectFilterLogic?: RRADSourceObjFilterLogic; status: RelatedRecordAccessDefStatus; targetObject: string; targetObjectCstmFilterExps?: string; targetObjectFilterLogic?: RRADTargetObjFilterLogic; }; export type RelatedRecordAccessFltr = { field: string; objectType: RRAFObjectType; operator: RRAFOperator; sequenceNumber: number; value: string; }; export type RelatedRecordAccessMap = { sourceObjAccessLevel: ObjectAccessLevel; sourceObjParticipantRole?: string; targetObjAccessLevel: ObjectAccessLevel; targetObjParticipantRole?: string; }; export type MobSecurityCertPinConfig = Metadata & { certificateHash: string; domainName: string; isEnabled: boolean; isProtected?: boolean; isSubdomainIncluded: boolean; masterLabel: string; mobilePlatform?: MobileSecurityMobilePlatform; mobileSecurityAssignment?: string; severityLevel: MobileSecurityPolicySeverityLevel; type: MobileSecurityCertPinType; }; export type SlackFeatureSettings = Metadata & { isProtected?: boolean; masterLabel: string; }; export type ActionableListDefinition = Metadata & { actionableListDatasetColumns: ActionableListDatasetColumn[]; actionableListMemberStatuses: ActionableListMemberStatus[]; batchCalcJobDefinition?: string; datasetName?: string; edgeMart?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; objectName: string; sourceType?: ActionableListSourceType; type?: ActionableListType; }; export type ActionableListDatasetColumn = { dataDomain?: DatasetColumnDataType; dataType?: DatatableDataType; displayOrder?: number; isDefault?: boolean; isGroupedByListDefObj?: boolean; isTypeAheadSearchEnabled?: boolean; objectName?: string; sourceColumnApiName?: string; sourceFieldName?: string; }; export type ActionableListMemberStatus = { iconName?: string; status?: string; }; export type CareProviderSearchConfig = Metadata & { isActive?: boolean; isProtected?: boolean; mappedObject: ProviderSearchObjectMapping; masterLabel: string; sourceField?: string; targetField?: string; }; export type CareSystemFieldMapping = Metadata & { externalIdField?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; role: SourceSystemFieldRole; sourceSystem?: string; targetObject?: string; }; export type CareLimitType = Metadata & { isProtected?: boolean; limitType?: string; masterLabel: string; metricType?: CareLimitTypeMetricType; }; export type AssessmentConfiguration = Metadata & { configuration: AssessmentConfigurationOption; isProtected?: boolean; masterLabel: string; resolution: string; type: AssessmentType; }; export type SchedulingRule = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; schedulingCategory: SchedulingCategory; schedulingRuleParameters: SchedulingRuleParameter[]; schedulingRuleType: SchedulingRuleType; }; export type SchedulingRuleParameter = { schedulingParameterKey: SchedulingParameterKey; value?: string; }; export type CareProviderAfflRoleConfig = Metadata & { affiliationType?: CareProviderAfflType; isProtected?: boolean; masterLabel: string; providerRole?: string; }; export type DatasetImportRequest = Metadata & { asyncApiJob?: string; dataConnector?: string; dataFile?: string; dataPrepRecipe?: string; isProtected?: boolean; masterLabel: string; user: string; }; export type PortalDelegablePermissionSet = Metadata & { isProtected?: boolean; masterLabel: string; permissionSet: string; profile: string; }; export type RelatedRecordAssocCriteria = Metadata & { associationHandlerApexClass?: string; associationType: AssociationType; description?: string; eventType: AssociationEventType; isProtected?: boolean; masterLabel: string; preCondition: string; referenceObject: string; selectedOwnerField?: string; status: AssociationStatusType; }; export type DocumentCategoryDocumentType = Metadata & { documentCategory: string; documentType: string; isProtected?: boolean; masterLabel: string; }; export type ShiftSegmentType = Metadata & { adherenceThreshold: number; category: ShiftSegmentTypeCategory; color?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; servicePresenceStatus?: string; }; export type ProductConfiguratorSettings = Metadata & { enableProductConfigurator?: boolean; }; export type DataImportManagementSettings = Metadata & { enableDataConnectorHubspot?: boolean; enableEasyImport?: boolean; }; export type UnifiedSalesIntelligenceSettings = Metadata & { enableDealIntelligence?: boolean; }; export type WorkforceEngagementSettings = Metadata & { enableHistoricalAdherence?: boolean; enableIndividualAdherence?: boolean; enableIntradayManagement?: boolean; enableMachineLearningForecasting?: boolean; enableRealTimeAdherence?: boolean; enableWorkforceEngagement?: boolean; enableWorkforceEngagementConfiguration?: boolean; }; export type ServiceMgmtKnwlgArtclConfigSettings = string; export type ClaimMgmtFoundationEnabledSettings = Metadata & { enableWarrantyClaimMgmt?: boolean; }; export type PaynowStarterUpgradeEnabledSettings = Metadata & { paynowStarterUpgradeEnabled?: boolean; }; export type EinsteinCopilotSettings = Metadata & { enableEinsteinGptCopilot?: boolean; }; export type ServiceCloudNotificationOrchestratorSettings = Metadata & { enableEmailNotifications?: boolean; enableInAppNotifications?: boolean; enableNotifications?: boolean; enableSlackNotifications?: boolean; enableTeamsNotifications?: boolean; }; export type IndustriesConstraintsSettings = Metadata & { enableAdvancedConfigurator?: boolean; }; export type FTestSettings = Metadata & { enableTestPref?: boolean; }; export type MediaAdSalesSettings = Metadata & { enableMediaAdSales?: boolean; }; export type IndustriesPricingSettings = Metadata & { enableAbpLog?: boolean; enableDebugPriceLogs?: boolean; enableDerivedPricingLog?: boolean; enableHighAvailability?: boolean; enableHighestPriceCompliance?: boolean; enableLargeQuoteLog?: boolean; enableLargeTransactionPricing?: boolean; enableLowestPriceCompliance?: boolean; enablePriceGuidanceAccess?: boolean; enablePricingProcParallelization?: boolean; enablePricingWaterfall?: boolean; enablePricingWaterfallPersistence?: boolean; enablePromotionLog?: boolean; enablePropagationLog?: boolean; enableSalesforcePricing?: boolean; }; export type BranchManagementSettings = Metadata & { associateAccountWithBranch?: boolean; }; export type DynamicFormsSettings = Metadata & { enableFormsOnMobile?: boolean; }; export type CodeBuilderSettings = Metadata & { enableCodeBuilder?: boolean; }; export type IndustriesContextSettings = Metadata & { enableContextDefinitions?: boolean; }; export type IndustriesLsCommercialSettings = Metadata & { enableLsPtntSuptPgmGenAIPref?: boolean; }; export type IncludeEstTaxInQuoteCPQSettings = Metadata & { enableQuoteEstimatedTaxCPQ?: boolean; }; export type ConversationServiceIntegrationSettings = Metadata & { enableConvoCatchUpForAgents?: boolean; enableConvoCatchUpForServiceAssistant?: boolean; enableConvoCatchUpForSupervisors?: boolean; enableTranslationForAgents?: boolean; enableWriteWithAiForAgents?: boolean; }; export type EinsteinAISettings = Metadata & { enableAIFeedbackWithDC?: boolean; enableAITrustInputToxicityDetection?: boolean; enableAITrustPromptInjectionDetection?: boolean; enableAgentHealthMonitoring?: boolean; enableAgentHealthMonitoringGA?: boolean; enablePBHideScopedNotif?: boolean; enablePBPromptPerformanceMetrics?: boolean; enableTrustPIIMasking?: boolean; }; export type IndustriesGamificationSettings = Metadata & { enableGamification?: boolean; }; export type PlatformEventSettings = Metadata & { enableEnhancedUsageMetrics?: boolean; }; export type AssociationEngineSettings = Metadata & { enableAssociationEngine?: boolean; }; export type SecurityHubSettings = Metadata & { aiGatewayUsageMetric?: boolean; }; export type IndustriesUsageSettings = Metadata & { enableUsage?: boolean; enableUsageReleaseTask258?: boolean; }; export type MediaAgentSettings = Metadata & { enableMediaAdOppSummaryEnabled?: boolean; enableMediaProposalAgentEnabled?: boolean; }; export type OrgSettings = Metadata & { enableCustomerSuccessPortal?: boolean; enableIncludeContractStatus?: boolean; enableMakeDeploymentsMandatory?: boolean; enableManageSelfServiceUsers?: boolean; enableOrgFeedSentimentAnalysis?: boolean; enableRADeploymentAttributeOnly?: boolean; enableResetDivisionOnLogin?: boolean; }; export type AgentforceForDevelopersSettings = Metadata & { agentforceForDevelopersOptOut?: boolean; }; export type IncludeEstTaxInQuoteSettings = Metadata & { enableQuoteEstimatedTax?: boolean; }; export type SalesDealAgentSettings = Metadata & { enableDealAgent?: boolean; enableDealAgentAutoApproveAllTasks?: boolean; }; export type ReferralMarketingSettings = Metadata & { enableMarketingCloudIntegration?: boolean; }; export type SequenceServiceSettings = Metadata & { enableSequenceService?: boolean; }; export type AccountPlanSettings = Metadata & { enableAccountPlan?: boolean; }; export type AgentPlatformSettings = Metadata & { enableAgentPlatform?: boolean; }; export type PaymentsManagementEnabledSettings = Metadata & { paymentsManagementEnabled?: boolean; }; export type AgentforceAccountManagementSettings = Metadata & { enableAccountManagement?: boolean; }; export type EinsteinGptSettings = Metadata & { disableAIProvAWSBedrock?: boolean; disableAIProvAzureOpenAI?: boolean; disableAIProvOpenAI?: boolean; disableAIProvVertexGemini?: boolean; disableAIProviderRegionFallback?: boolean; enableAIModelBeta?: boolean; enableEinsteinGPTDeployPromptTemplatesAsActive?: boolean; enableEinsteinGptAllowUnsafePTInputChanges?: boolean; enableEinsteinGptGlobalLangSupport?: boolean; enableEinsteinGptPlatform?: boolean; enableEnhancedPromptSecurity?: boolean; }; export type ServiceAIRecommendationsSettings = Metadata & { enableServiceRecomConvADLPref?: boolean; enableServiceRecomForCase?: boolean; }; export type PlatformSlackSettings = Metadata & { enableSlackService?: boolean; enableSlackServiceAlerts?: boolean; slackCapabilitiesEnabled?: boolean; }; export type EinsteinAIObservabilitySettings = Metadata & { enableEinsteinMonitoring?: boolean; }; export type RevenueManagementSettings = Metadata & { enableAdvCreateOrdersFromQuote?: boolean; enableAdvancedDetailLinePricing?: boolean; enableAsIsRenewals?: boolean; enableAutoAddDerivedAsset?: boolean; enableAutoLineItemSequencing?: boolean; enableContextReuse?: boolean; enableCoreCPQ?: boolean; enableDeltaPricing?: boolean; enableFullEscalationHydration?: boolean; enableGroupRamp?: boolean; enableGroupRampMultiSchedulePref?: boolean; enableGroupRampPref?: boolean; enableRampDeal?: boolean; enableRevInstPricingDefaultPref?: boolean; enableRevUnifiedSetup?: boolean; enableRevenueAdjustment?: boolean; enableTransactionCloning?: boolean; enableTransactionProcessor?: boolean; groupsEnabled?: boolean; hidePriceRefreshNtfcn?: boolean; relaxUniqueCipValidation?: boolean; skipOrgSttPricing?: boolean; }; export type KnowledgeGenerationSettings = Metadata & { enableKSUsingHybridSearch?: boolean; enableKnowledgeGeneration?: boolean; }; export type DynamicFulfillmentOrchestratorSettings = Metadata & { enableDFOFallout?: boolean; enableDFOJeopardy?: boolean; enableDFOPref?: boolean; enableDROBulkDequeUsingMQ?: boolean; enableDROFutureDatedTasks?: boolean; enableDROInflightRequest?: boolean; enableDROTaskSource?: boolean; }; export type MailMergeSettings = Metadata & { enableExtendedMailMerge?: boolean; saveMailMergeDocsAsSalesforceDocs?: boolean; }; export type AccountingSettings = Metadata & { enableAccountingSubledger?: boolean; enableAslDataCloud?: boolean; enableFinancePeriod?: boolean; enablePaymentMethodAdjust?: boolean; enableScheduledJob?: boolean; enableSkipReversalLogic?: boolean; }; export type CollectionsDashboardSettings = Metadata & { enableCollectionsDashboard?: boolean; }; export type SetupCopilotSettings = Metadata & { enableAgentForSetupBeta?: boolean; }; export type InvLatePymntRiskCalcSettings = Metadata & { enableInvLatePymntRiskCalc?: boolean; }; export type FTestAccessSettings = Metadata & { enableTestPref?: boolean; }; export type SceGlobalModelOptOutSettings = Metadata & { enableConfigurableSceGlobalModelOptOut?: boolean; sceGlobalModelOptOut?: boolean; }; export type SandboxSettings = Metadata & { disableSandboxExpirationEmails?: boolean; sandboxDetailNewUIOptOut?: boolean; }; export type PrmCoreSettings = Metadata & { enableAgentforceForPartners?: boolean; enableDealRegistration?: boolean; enableEnablementPRMPages?: boolean; enableJointBusinessPlans?: boolean; }; export type DxGlobalTermsSettings = Metadata & { dxGlobalTermsAccepted?: boolean; }; export type InterestTaggingSettings = Metadata & { enableInterestTagging?: boolean; }; export type IndustriesRatingSettings = Metadata & { enableRating?: boolean; enableRatingWaterfall?: boolean; enableRatingWaterfallPersistence?: boolean; }; export type EvfSettings = Metadata & { enableCopilotAnalytics?: boolean; }; export type SourceTrackingSettings = Metadata & { enableSourceTrackingSandboxes?: boolean; }; export type DevHubSettings = Metadata & { enableALMSimpleDeployDataPref?: boolean; enableALMSimpleDeployPref?: boolean; enableALMDevopsCorePref?: boolean; enableDevOpsCenter?: boolean; enableDevOpsCenterGA?: boolean; enablePackaging2?: boolean; enableScratchOrgManagementPref?: boolean; enableScratchOrgSnapshotPref?: boolean; enableShapeExportPref?: boolean; }; export type IndustriesLoyaltySettings = Metadata & { enableAutomaticMemberTierAssessmentSelection?: boolean; enableAutomaticVoucherCodeGeneration?: boolean; enableConfigureClubs?: boolean; enableFixedTypeNQPAggregation?: boolean; enableLoyaltyApiAccessForExternalSiteUsers?: boolean; enableLoyaltyGenerativeAi?: boolean; enableLoyaltyRedeemedPointsExpirationInfoPref?: boolean; enableLoyaltyRulesVerifyCdpMemberSegment?: boolean; enableLoyaltyServiceExcellence?: boolean; enableNQPRealTimePointBalance?: boolean; enableNegativePointBalance?: boolean; enableNonQualifyingPointsConsolidation?: boolean; enablePointsLifecycleTracking?: boolean; enableProcessTraceableTrxnAsync?: boolean; enablePromSetupProcRuleStatusInheritDplymt?: boolean; enableQPRealTimePointBalance?: boolean; enableSegmentQueryApiMultipleDataSpace?: boolean; enableSegmentQueryByDataGraph?: boolean; enableTransferPointsToMemberGroupsRealtime?: boolean; enableUsePromPtyUsageForEngmtTrail?: boolean; }; export type Web3Settings = Metadata & { enableMultisig?: boolean; }; export type IndustriesUnifiedPromotionsSettings = Metadata & { enableGlblPrmtConstraintModel?: boolean; enableGlobalPromotionsEvaluation?: boolean; enableGlobalPromotionsForRevenueCloud?: boolean; enableGlobalPromotionsProductCatalogManagement?: boolean; enableUnifiedPromotions?: boolean; }; export type AppAnalyticsSettings = Metadata & { enableAppAnalyticsOptOut?: boolean; enableSimulationMode?: boolean; }; export type TmfOutboundNotificationSettings = Metadata & { enableTMFOutboundNotification?: boolean; }; export type MapsAndLocationSettings = Metadata & { enableAddressAutoComplete?: boolean; enableMapsAndLocation?: boolean; }; export type LargeQuotesandOrdersForRlmSettings = Metadata & { enableLargeQuotesandOrdersForRlm?: boolean; }; export type OnlineSalesSettings = Metadata & { enableSubscriptionAppEnrolled?: boolean; }; export type DelegateGroup = Metadata & { customObjects: string[]; groups: string[]; label: string; loginAccess: boolean; permissionSetGroups: string[]; permissionSets: string[]; profiles: string[]; roles: string[]; }; export type DeploymentSettings = Metadata & { doesSkipAsyncApexValidation?: boolean; }; export type DgtAssetMgmtProvider = Metadata & { icon: string; label: string; masterLabel: string; }; export type DgtAssetMgmtPrvdLghtCpnt = Metadata & { dgtAssetMgmtProvider: string; lightningComponentBundle?: string; masterLabel: string; type: DgtAssetMgmtPrvdLghtCpntType; }; export type DictionariesSettings = Metadata & { dictionary: Dictionary[]; }; export type Dictionary = { defaultValue?: string; fieldName?: string; name: string; objectName?: string; value?: string; }; export type DigitalExperienceBundle = Metadata & { description?: string; digitalExperienceFolderShares?: DigitalExperienceFolderShares; label: string; modules?: DigitalExperienceModuleCollection; spaceResources: DigitalExperience[]; }; export type DigitalExperienceFolderShares = { digitalExperienceFolderShare: DigitalExperienceFolderShare[]; }; export type DigitalExperienceFolderShare = { folderPath: string; sharedWith: SharedWith[]; }; export type SharedWith = { fullyQualifiedName: string; }; export type DigitalExperienceModuleCollection = { module: DigitalExperienceModule[]; }; export type DigitalExperienceModule = { fullyQualifiedName: string; status: ManagedContentSpaceModuleStatusEnum; }; export type DigitalExperience = MetadataWithContent & { fileName: string; filePath?: string; format: string; }; export type MetadataWithContent = Metadata & { content?: string; }; export type AccessControlPolicy = MetadataWithContent & { active: boolean; deploymentStatus: ACPStatus; description?: string; masterLabel: string; targetEntity: string; version: number; }; export type ApexClass = MetadataWithContent & { apiVersion: number; packageVersions: PackageVersion[]; status: ApexCodeUnitStatus; }; export type ApexComponent = MetadataWithContent & { apiVersion?: number; description?: string; label: string; packageVersions: PackageVersion[]; }; export type ApexPage = MetadataWithContent & { apiVersion: number; availableInTouch?: boolean; confirmationTokenRequired?: boolean; description?: string; label: string; packageVersions: PackageVersion[]; }; export type ApexTrigger = MetadataWithContent & { apiVersion: number; packageVersions: PackageVersion[]; status: ApexCodeUnitStatus; }; export type Certificate = MetadataWithContent & { caSigned: boolean; encryptedWithPlatformEncryption?: boolean; expirationDate?: Date; keySize?: number; masterLabel: string; privateKeyExportable?: boolean; }; export type CodeBundle = MetadataWithContent & { apiVersion: number; description?: string; }; export type ContentAsset = MetadataWithContent & { format?: ContentAssetFormat; isVisibleByExternalUsers?: boolean; language: string; masterLabel: string; originNetwork?: string; relationships?: ContentAssetRelationships; versions: ContentAssetVersions; }; export type ContentAssetRelationships = { emailTemplate: ContentAssetLink[]; insightsApplication: ContentAssetLink[]; network: ContentAssetLink[]; organization?: ContentAssetLink; workspace: ContentAssetLink[]; }; export type ContentAssetLink = { access: ContentAssetAccess; isManagingWorkspace?: boolean; name?: string; }; export type ContentAssetVersions = { version: ContentAssetVersion[]; }; export type ContentAssetVersion = { number: string; pathOnClient: string; zipEntry?: string; }; export type DataPipeline = MetadataWithContent & { apiVersion: number; label: string; scriptType: DataPipelineType; }; export type DataWeaveResource = MetadataWithContent & { apiVersion: number; isGlobal?: boolean; isProtected?: boolean; }; export type DiscoveryAIModel = MetadataWithContent & { algorithmType: DiscoveryAlgorithmType; classificationThreshold?: number; description?: string; label: string; modelFields: DiscoveryModelField[]; modelRuntimeType: DiscoveryModelRuntimeType; predictedField: string; predictionType: DiscoveryPredictionType; sourceType: DiscoveryModelSourceType; status: DiscoveryAIModelStatus; trainingMetrics?: string; transformations: DiscoveryModelTransform[]; }; export type DiscoveryModelField = { isDisparateImpact?: boolean; isSensitive?: boolean; label: string; name: string; type: DiscoveryModelFieldType; values: string[]; }; export type DiscoveryModelTransform = { config?: string; sourceFieldNames: string[]; targetFieldNames: string[]; type: DiscoveryAIModelTransformationType; }; export type DiscoveryStory = MetadataWithContent & { application: string; autopilot?: DiscoveryStoryAutopilotStatus; classificationThreshold?: number; label: string; outcome: DiscoveryStoryOutcome; sourceContainer: string; sourceType: DiscoveryStorySourceType; validationContainer?: string; }; export type DiscoveryStoryOutcome = { failureValue?: string; field: string; goal: DiscoveryStoryOutcomeGoal; label: string; successValue?: string; type: DiscoveryStoryOutcomeType; }; export type Document = MetadataWithContent & { description?: string; internalUseOnly: boolean; keywords?: string; name?: string; public: boolean; }; export type DocumentTemplate = MetadataWithContent & { contextDefinitionName?: string; contextFilterName?: string; contextMappingName?: string; customClassName?: string; defaultFontStyle?: string; documentConversionResourceName?: string; documentGenerationMechanism?: DocumentGenerationMechanism; extractOmniDataTransformName?: string; fileExtension?: string; hasBatchableSection?: boolean; isActive?: boolean; isSectionProcessed?: boolean; lastEmbeddedTmplSectionKey?: string; mapperOmniDataTransformName?: string; masterLabel?: string; name?: string; namespace?: string; sectionHeaderFontStyle?: string; sectionHeaderFontStyleValue?: string; shouldDisplayUnmappedToken?: boolean; shouldExtractEmbeddedTmplToken?: boolean; status?: DocumentTemplateStatus; targetTokenItemObject?: TargetTokenItemObject; targetTokenObject?: TargetTokenObject; tokenList?: string; tokenMappingMethodType?: TokenMappingMethodType; tokenMappingType: TokenMappingType; type: DocumentTemplateType; uniqueName?: string; usageType?: DocumentTemplateUsageType; versionNumber?: string; xmlRelationshipMetadata?: string; }; export type EclairGeoData = MetadataWithContent & { maps: EclairMap[]; masterLabel: string; }; export type EclairMap = { boundingBoxBottom?: number; boundingBoxLeft?: number; boundingBoxRight?: number; boundingBoxTop?: number; mapLabel?: string; mapName: string; projection: string; }; export type EmailTemplate = MetadataWithContent & { apiVersion?: number; attachedDocuments: string[]; attachments: Attachment[]; available: boolean; description?: string; encodingKey: Encoding; letterhead?: string; name: string; packageVersions: PackageVersion[]; pageDevName?: string; relatedEntityType?: string; style: EmailTemplateStyle; subject?: string; textOnly?: string; type: EmailTemplateType; uiType?: EmailTemplateUiType; }; export type Attachment = { content: string; name: string; }; export type FieldServiceMobileExtension = MetadataWithContent & { description?: string; developerName: string; fileName: string; masterLabel?: string; size?: number; version?: number; }; export type InboundCertificate = MetadataWithContent & { expirationDate: Date; issuer: string; masterLabel: string; serialId: string; }; export type NetworkBranding = MetadataWithContent & { 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; }; export type Orchestration = MetadataWithContent & { context: string; masterLabel: string; }; export type Schema = MetadataWithContent & { description?: string; schemaContentType: PlatformSchemaContentType; sequenceNumber: number; }; export type Scontrol = MetadataWithContent & { contentSource: SControlContentSource; description?: string; encodingKey: Encoding; fileContent?: string; fileName?: string; name: string; supportsCaching: boolean; }; export type SiteDotCom = MetadataWithContent & { label: string; siteType: SiteType; }; export type SlackApp = MetadataWithContent & { apiVersion?: number; appKey: string; appToken: string; botScopes?: string; clientKey: string; clientSecret: string; isProtected?: boolean; masterLabel: string; signingSecret: string; userScopes?: string; }; export type StaticResource = MetadataWithContent & { cacheControl: StaticResourceCacheControl; contentType: string; description?: string; }; export type UiPlugin = MetadataWithContent & { description?: string; extensionPointIdentifier: string; isEnabled: boolean; language: string; masterLabel: string; }; export type UiViewDefinition = MetadataWithContent & { type: FlexiPageType; }; export type UserAuthCertificate = MetadataWithContent & { developerName: string; expirationDate?: Date; masterLabel: string; serialNumber: string; user: string; }; export type ViewDefinition = MetadataWithContent & { apiVersion?: number; description?: string; isProtected?: boolean; masterLabel: string; targetType: ViewTargetType; }; export type WaveDashboard = MetadataWithContent & { application: string; dateVersion?: number; description?: string; masterLabel: string; templateAssetSourceName?: string; }; export type WaveComponent = string; export type WaveDataflow = MetadataWithContent & { application?: string; dataflowType?: string; description?: string; masterLabel: string; }; export type WaveLens = MetadataWithContent & { application: string; datasets: string[]; dateVersion?: number; description?: string; masterLabel: string; templateAssetSourceName?: string; visualizationType: string; }; export type WaveRecipe = MetadataWithContent & { application?: string; dataflow: string; format?: string; masterLabel: string; securityPredicate?: string; targetDatasetAlias?: string; templateAssetSourceName?: string; }; export type DigitalExperienceConfig = Metadata & { label: string; site: Site; space: string; }; export type Site = { urlPathPrefix?: string; }; export type DisclosureDefinition = Metadata & { description?: string; disclosureType: string; isProtected?: boolean; masterLabel: string; }; export type DisclosureDefinitionVersion = Metadata & { authoringMode?: AuthoringMode; description?: string; disclosureDefCurrVer?: string; disclosureDefinition: string; documentTemplateGlobalKey?: string; isActive?: boolean; isCurrentVersion?: boolean; isProtected?: boolean; masterLabel: string; omniScriptCnfgApiName?: string; omniScriptConfiguration?: string; versionNumber: string; }; export type DisclosureType = Metadata & { description?: string; disclosureBodyLogo?: string; disclosureBodyUrl?: string; disclosureCategory: string; isProtected?: boolean; masterLabel: string; }; export type DiscoveryGoal = Metadata & { active: boolean; deployedModels: DiscoveryDeployedModel[]; label: string; modelCards: DiscoveryModelCard[]; outcome: DiscoveryGoalOutcome; predictionType: DiscoveryPredictionType; pushbackField?: string; pushbackType?: DiscoveryPushbackType; subscribedEntity?: string; terminalStateFilters: DiscoveryFilter[]; }; export type DiscoveryDeployedModel = { active: boolean; aiModel: string; classificationThreshold?: number; fieldMappings: DiscoveryFieldMap[]; filters: DiscoveryFilter[]; label: string; name: string; prescribableFields: DiscoveryPrescribableField[]; }; export type DiscoveryFieldMap = { mappedField: string; modelField: string; sobjectFieldJoinKey?: string; source?: string; sourceFieldJoinKey?: string; sourceType: DiscoveryFieldMapSourceType; }; export type DiscoveryFilter = { field: string; operator: DiscoveryFilterOperator; type?: DiscoveryFilterFieldType; values: DiscoveryFilterValue[]; }; export type DiscoveryFilterValue = { type: DiscoveryFilterValueType; value: string; }; export type DiscoveryPrescribableField = { customDefinitions: DiscoveryCustomPrescribableFieldDefinition[]; name: string; }; export type DiscoveryCustomPrescribableFieldDefinition = { filters: DiscoveryFilter[]; template?: string; }; export type DiscoveryModelCard = { contactEmail?: string; contactName?: string; label?: string; sections?: string; }; export type DiscoveryGoalOutcome = { field: string; fieldLabel: string; goal: DiscoveryOutcomeGoal; mappedField?: string; }; export type DiscoverySettings = Metadata & { einsteinAR4ConvOnDmndRecs?: boolean; einsteinARForConvo?: boolean; enableEinsteinAnswersPref?: boolean; enableEinsteinArticleRecommendations?: boolean; enableEinsteinArticleRecommendationsOnDC?: boolean; }; export type DocumentChecklistSettings = Metadata & { dciCSharingOptimization?: boolean; dciCustomSharing?: boolean; deleteDCIWithFiles?: boolean; enhancedDocValCmp?: boolean; }; export type DocumentExtractionDef = Metadata & { description?: string; documentExtractionDefVer: DocumentExtractionDefVer[]; isActive: boolean; label: string; }; export type DocumentExtractionDefVer = { confidenceThreshold: number; contextMappingConfig?: string; description?: string; isActive: boolean; largeLanguageModel: string; llmInputPrompt?: string; versionNumber: number; }; export type DocumentGenerationSetting = Metadata & { batchDocGnrnPctLimitPerHour?: number; documentTemplateLibraryName: string; generationMechanism?: GenerationMechanism; guestAccessNamedCredential?: string; inProgDocGenRqstTmot?: number; isBatchDocGnrnEnabled?: boolean; isInProgRqstTmotEnab?: boolean; isServerSideDocGenEnabled?: boolean; masterLabel: string; previewType?: PreviewType; }; export type DocumentType = Metadata & { description?: string; externalIdentifier?: string; isActive: boolean; masterLabel: string; maximumFileSize?: number; maximumFileUploadCount?: number; }; export type DripFeedConfigSettings = Metadata & { tasksToDispatch?: number; value?: boolean; }; export type DuplicateRule = Metadata & { actionOnInsert: DupeActionType; actionOnUpdate: DupeActionType; alertText?: string; description?: string; duplicateRuleFilter?: DuplicateRuleFilter; duplicateRuleMatchRules?: DuplicateRuleMatchRule[]; isActive: boolean; masterLabel: string; operationsOnInsert: string[]; operationsOnUpdate: string[]; securityOption: DupeSecurityOptionType; sortOrder: number; }; export type DuplicateRuleFilter = { booleanFilter?: string; duplicateRuleFilterItems: DuplicateRuleFilterItem[]; }; export type DuplicateRuleMatchRule = { matchRuleSObjectType: string; matchingRule: string; objectMapping?: ObjectMapping; }; export type DynamicGanttSettings = Metadata & { dynamicGantt: DynamicGantt[]; }; export type DynamicGantt = { enableReshuffle?: boolean; maxRunningTime?: number; maxServicesLimit?: number; maxServicesRadius?: string; name: string; orderCandidateAppointmentsBy?: string; rescheduleFailureTreatment?: string; rescheduleMethod?: string; rescheduleOptions?: string; saCandidateBooleanField?: string; woCandidateBooleanField?: string; woliCandidateBooleanField?: string; }; export type EACSettings = Metadata & { addRcCompToFlexiPages?: boolean; autoContactCreationPref?: boolean; autoContactEnrichmentPref?: boolean; autoPopulateGoogleMeetLinks?: boolean; automatedEmailFilter?: boolean; dSThresholdNotification?: boolean; enableActivityAnalyticsPref?: boolean; enableActivityCapture?: boolean; enableActivityMetrics?: boolean; enableActivitySyncEngine?: boolean; enableEACForEveryonePref?: boolean; enableEnforceEacSharingPref?: boolean; enableInboxActivitySharing?: boolean; enableInsightsInTimeline?: boolean; enableInsightsInTimelineEacStd?: boolean; enableUnifiedActivitiesPref?: boolean; provisionProductivityFeatures?: boolean; relationshipGraphPref?: boolean; s2XSvcAccEmail?: boolean; salesforceEventsOnlyPref?: boolean; sensitiveEmailFilter?: boolean; showEACCalendarPref?: boolean; syncEmailToCoreActivity?: boolean; syncInternalEvents?: boolean; }; export type ESignatureConfig = Metadata & { configType?: ConfigType; configValue?: string; description?: string; groupType?: ConfigGroup; masterLabel: string; vendor: Vendor; }; export type ESignatureEnvelopeConfig = Metadata & { expirationPeriod?: number; expirationWarningPeriod?: number; firstReminderPeriod?: number; isExpirationEnabled?: boolean; isReminderEnabled?: boolean; isVendorDefaultNtfcnEnabled?: boolean; masterLabel: string; reminderIntervalPeriod?: number; targetObjectName: string; vendor: Vendor; vendorAccountIdentifier?: string; }; export type EditionDefinition = Metadata & { cloudServiceProvider?: string; defaultLicenseDuration?: number; defaultStatus?: DefaultLicenseStatus; description?: string; includedPlatformLicenseDefinitions: IncludedPlatformLicenseDefinition[]; includedUserLicenseDefinitions: IncludedUserLicenseDefinition[]; licenseOwner?: string; managementServiceProvider?: string; managementTenantId?: string; name: string; recordVisibility?: string; userRecordAccess?: string; }; export type EinsteinAgentSettings = Metadata & { einsteinAgentRecommendations?: boolean; reRunAttributeBasedRules?: boolean; runAssignmentRules?: boolean; summarizationCopilot?: boolean; summarizationRecs?: boolean; unifiedSummarization?: boolean; voiceWrapUpRecs?: boolean; }; export type EinsteinAssistantSettings = Metadata & { enableEinsteinAssistantDataExtractionEnabled?: boolean; enableEinsteinAssistantEnabled?: boolean; enableEinsteinEnableVoiceLogging?: boolean; }; export type EinsteinDealInsightsSettings = Metadata & { enableUnlikelyToCloseThisMonth?: boolean; }; export type EinsteinDocumentCaptureSettings = Metadata & { enableEinsteinDocumentReader?: boolean; }; export type EmailAdministrationSettings = Metadata & { enableComplianceBcc?: boolean; enableEmailConsentManagement?: boolean; enableEmailSenderIdCompliance?: boolean; enableEmailSpfCompliance?: boolean; enableEmailToSalesforce?: boolean; enableEmailTrackingIPBlocklist?: boolean; enableEmailWorkflowApproval?: boolean; enableEnhancedEmailEnabled?: boolean; enableHandleBouncedEmails?: boolean; enableHtmlEmail?: boolean; enableInternationalEmailAddresses?: boolean; enableListEmailLogActivities?: boolean; enableResendBouncedEmails?: boolean; enableRestrictTlsToDomains?: boolean; enableSendThroughGmailPref?: boolean; enableSendViaExchangePref?: boolean; enableSendViaGmailPref?: boolean; enableTinyMceSalesEmailEnabled?: boolean; enableUseOrgFootersForExtTrans?: boolean; enableVerifyEmailDomainByDkim?: boolean; sendEmailsEvenWhenAutomationUpdatesSameRecord?: boolean; sendMassEmailNotification?: boolean; sendTextOnlySystemEmails?: boolean; }; export type EmailIntegrationSettings = Metadata & { doesEmailLogAsEmailMessageInOutlook?: boolean; doesGmailStayConnectedToSalesforce?: boolean; enableContactAndEventSync?: boolean; enableContextualEverywhere?: boolean; enableEmailTrackingInMobile?: boolean; enableEngageForOutlook?: boolean; enableExtensionHostUnrestricted?: boolean; enableGmailIntegration?: boolean; enableInboxInternalEmailTracking?: boolean; enableInboxMobileIntune?: boolean; enableInboxUseGraphApi?: boolean; enableOutlookIntegration?: boolean; enableOutlookMobileIntegration?: boolean; enableProductivityFeatures?: boolean; enableSupplementalContactInfoInMobile?: boolean; isLayoutCustomizationAllowed?: boolean; orgIsSyncingEventsOutbound?: boolean; shouldUseTrustedDomainsList?: boolean; }; export type EmailServicesFunction = Metadata & { apexClass: string; attachmentOption: EmailServicesAttOptions; authenticationFailureAction: EmailServicesErrorAction; authorizationFailureAction: EmailServicesErrorAction; authorizedSenders?: string; emailServicesAddresses: EmailServicesAddress[]; errorRoutingAddress?: string; functionInactiveAction: EmailServicesErrorAction; functionName: string; isActive?: boolean; isAuthenticationRequired?: boolean; isErrorRoutingEnabled?: boolean; isTextAttachmentsAsBinary?: boolean; isTlsRequired?: boolean; overLimitAction: EmailServicesErrorAction; }; export type EmailServicesAddress = { authorizedSenders?: string; developerName: string; isActive?: boolean; localPart: string; runAsUser: string; }; export type EmailTemplateSettings = Metadata & { enableTemplateEnhancedFolderPref?: boolean; }; export type EmbeddedServiceBranding = Metadata & { contrastInvertedColor?: string; contrastPrimaryColor?: string; embeddedServiceConfig: string; font?: string; height?: number; masterLabel: string; navBarColor?: string; navBarTextColor?: string; primaryColor?: string; secondaryColor?: string; secondaryNavBarColor?: string; width?: number; }; export type EmbeddedServiceConfig = Metadata & { areGuestUsersAllowed?: boolean; authMethod?: EmbeddedServiceAuthMethod; branding?: string; clientVersion?: EmbeddedServiceClientVersion; deploymentFeature: EmbeddedServiceDeploymentFeature; deploymentType: EmbeddedServiceDeploymentType; embeddedServiceAppointmentSettings?: EmbeddedServiceAppointmentSettings; embeddedServiceCustomComponents: EmbeddedServiceCustomComponent[]; embeddedServiceCustomLabels: EmbeddedServiceCustomLabel[]; embeddedServiceCustomizations: EmbeddedServiceCustomization[]; embeddedServiceFlowConfig?: EmbeddedServiceFlowConfig; embeddedServiceFlows: EmbeddedServiceFlow[]; embeddedServiceForms: EmbeddedServiceForm[]; embeddedServiceLayouts: EmbeddedServiceLayout[]; embeddedServiceMessagingChannel?: EmbeddedServiceMessagingChannel; isEnabled?: boolean; isTermsAndConditionsEnabled?: boolean; isTermsAndConditionsRequired?: boolean; masterLabel: string; shouldHideAuthDialog?: boolean; site?: string; }; export type EmbeddedServiceAppointmentSettings = { appointmentConfirmImg?: string; enabled: boolean; homeImg?: string; logoImg?: string; shouldShowExistingAppointment?: boolean; shouldShowNewAppointment?: boolean; }; export type EmbeddedServiceCustomComponent = { componentBundleType?: EmbeddedServiceComponentBundleType; customComponent?: string; customComponentType?: EmbeddedServiceCustomComponentType; }; export type EmbeddedServiceCustomization = { customizationName: string; description?: string; embeddedServiceResources: EmbeddedServiceResource[]; }; export type EmbeddedServiceResource = { resource: string; resourceType: EmbeddedServiceResourceType; }; export type EmbeddedServiceFlowConfig = Metadata & { enabled: boolean; }; export type EmbeddedServiceFlow = { flow: string; flowType: EmbeddedServiceFlowType; isAuthenticationRequired: boolean; }; export type EmbeddedServiceForm = { displayContext: EmbeddedServiceFormDisplayContext; embeddedServiceFormFields: EmbeddedServiceFormField[]; isActive?: boolean; }; export type EmbeddedServiceFormField = { choiceList?: string; displayOrder: number; embeddedServiceCustomLabels: EmbeddedServiceCustomLabel[]; formField: string; formFieldType: EmbeddedServiceFormFieldType; isHidden?: boolean; isRequired?: boolean; messagingChannelParameterType: MessagingChannelParameterType; }; export type EmbeddedServiceLayout = { embeddedServiceLayoutRules: EmbeddedServiceLayoutRule[]; layout: string; layoutType?: EmbeddedServiceLayoutType; }; export type EmbeddedServiceLayoutRule = { appointmentStatus: string; }; export type EmbeddedServiceMessagingChannel = { businessHours?: string; displayNameFormat?: string; embdMsgChannelInvitationConditions: EmbdMsgChannelInvitationCondition[]; formula?: string; isChatInvitationCustomizable?: boolean; isEnabled: boolean; isInvitationEnabled?: boolean; isSendInvtAllowedAfterAccept?: boolean; isSendInvtAllowedAfterReject?: boolean; messagingChannel: string; shouldShowAgentforceTagline: boolean; shouldShowDeliveryReceipts: boolean; shouldShowEmojiSelection: boolean; shouldShowReadReceipts: boolean; shouldShowTypingIndicators: boolean; shouldStartNewLineOnEnter: boolean; }; export type EmbdMsgChannelInvitationCondition = { conditionType: EswInvitationConditionResource; customVariableName?: string; embeddedServiceMessagingChannel: EmbeddedServiceMessagingChannel; operand: EswInvitationConditionOperator; sequence: number; value: string; }; export type EmbeddedServiceFieldService = Metadata & { embeddedServiceConfig: string; enabled: boolean; fieldServiceConfirmCardImg?: string; fieldServiceHomeImg?: string; fieldServiceLogoImg?: string; masterLabel: string; shouldShowExistingAppointment?: boolean; shouldShowNewAppointment?: boolean; }; export type EmbeddedServiceLiveAgent = Metadata & { avatarImg?: string; embeddedServiceConfig: string; embeddedServiceQuickActions: EmbeddedServiceQuickAction[]; enabled: boolean; fontSize: EmbeddedServiceFontSize; isOfflineCaseEnabled?: boolean; isQueuePositionEnabled?: boolean; liveAgentChatUrl?: string; liveAgentContentUrl?: string; liveChatButton: string; liveChatDeployment: string; masterLabel: string; offlineCaseBackgroundImg?: string; prechatBackgroundImg?: string; prechatEnabled: boolean; prechatJson?: string; scenario: EmbeddedServiceScenario; smallCompanyLogoImg?: string; waitingStateBackgroundImg?: string; }; export type EmbeddedServiceQuickAction = { embeddedServiceLiveAgent: string; order: number; quickActionDefinition: string; quickActionType?: EmbeddedServiceQuickActionType; }; export type EmbeddedServiceMenuSettings = Metadata & { branding?: string; embeddedServiceCustomLabels: EmbeddedServiceCustomLabel[]; embeddedServiceCustomizations: EmbeddedServiceCustomization[]; embeddedServiceMenuItems: EmbeddedServiceMenuItem[]; isEnabled?: boolean; masterLabel?: string; site?: string; }; export type EmbeddedServiceMenuItem = { channel?: string; channelType?: EmbeddedServiceChannelType; customUrl?: string; displayOrder?: number; embeddedServiceCustomLabels: EmbeddedServiceCustomLabel[]; iconUrl?: string; isDisplayedOnPageLoad: boolean; itemName: string; osOptionsHideInIOS?: boolean; osOptionsHideInLinuxOS?: boolean; osOptionsHideInMacOS?: boolean; osOptionsHideInOtherOS?: boolean; osOptionsHideInWindowsOS?: boolean; phoneNumber?: string; shouldOpenUrlInSameTab?: boolean; }; export type EmergencySettings = Metadata & { breadcrumbsValidity?: number; chatterAvailability?: boolean; chatterDestination?: string; emergencyDueDateOffset?: number; goodAvailabilityGrade?: number; idealAvailabilityGrade?: number; pinService?: boolean; schedulingPolicyId?: string; }; export type EmpSvcInvocableActionDef = Metadata & { apexInput?: string; apexOutput?: string; description?: string; developerName?: string; masterLabel: string; relativeEndpointUrl?: string; requestMethod?: EmployeeUseCaseMethod; status?: EmployeeUseCaseStatus; }; export type EmployeeFieldAccessSettings = Metadata & { enableEmployeeFieldMaskDefaults?: boolean; enableEmployeeFieldMasking?: boolean; }; export type EmployeeUserSettings = Metadata & { emailEncoding: string; enableEmployeeAutoCreateUser?: boolean; enableEmployeeIsSourceOfTruth?: boolean; permset?: string; profile: string; usernameSuffix?: string; }; export type EnablementMeasureDefinition = Metadata & { description?: string; developerName: string; masterLabel: string; sourceMeasureObject: EnablementMeasureSourceObjectDefinition; status: EnblProgramMeasureStatus; }; export type EnablementMeasureSourceObjectDefinition = { aggregateFieldApiName?: string; aggregateFunction: EnablementAggregationType; dateFieldApiName: string; displayFieldApiName: string; filterLogic?: string; filters: EnablementMeasureFilterDefinition[]; objectApiName: string; relatedMeasureObjects: EnablementMeasureRelatedObjectDefinition[]; userFieldApiName: string; }; export type EnablementMeasureFilterDefinition = { fieldApiName: string; fieldValue: string; operator: EnablementFilterOperator; sequenceNumber: number; }; export type EnablementMeasureRelatedObjectDefinition = { filterLogic?: string; filters: EnablementMeasureFilterDefinition[]; idFieldApiName: string; objectApiName: string; }; export type EnablementProgramDefinition = Metadata & { description: string; developerName: string; doesAllowSelfEnrollment?: boolean; masterLabel: string; name: string; network?: string; sections: EnablementProgramSection[]; tasks: EnablementProgramTask[]; type: string; }; export type EnablementProgramSection = { developerName: string; name: string; sequenceNumber: number; tasks: EnablementProgramTask[]; }; export type EnablementProgramTask = { customSubCategoryName?: string; day: number; description: string; developerName: string; exercise?: EnablementProgramTaskExercise; milestone?: EnablementProgramTaskMilestone; name: string; sequenceNumber: number; taskCategory: ProgramTaskDefCategory; taskSubCategory: string; }; export type EnablementProgramTaskExercise = { cmsContent?: EnablementProgramTaskCmsContent; customContent?: EnablementProgramTaskCustomContent; externalContent?: EnablementProgramTaskExternalContent; feedbackContent?: EnablementProgramTaskFeedbackContent; }; export type EnablementProgramTaskCmsContent = { apiName: string; contentKey?: string; }; export type EnablementProgramTaskCustomContent = { content?: string; }; export type EnablementProgramTaskExternalContent = { externalId: string; providerType: ProgramExtContentDefProvider; }; export type EnablementProgramTaskFeedbackContent = { inviteeCount?: number; promptTemplate?: string; surveyDeveloperName?: string; type: string; }; export type EnablementProgramTaskMilestone = { compositeMilestoneType?: EnblCompositeMilestoneType; isMilestoneAnOutcome: boolean; milestoneMeasures: EnablementProgramTaskMilestoneMeasure[]; milestoneTarget?: number; minimumSampleSize?: number; startDay?: number; }; export type EnablementProgramTaskMilestoneMeasure = { measureDefinitionDeveloperName: string; sequenceNumber?: number; }; export type EnblProgramTaskSubCategory = Metadata & { developerName: string; icon: string; learningItemType: string; masterLabel: string; }; export type EncryptionKeySettings = Metadata & { canEncryptTransactionalDatabase?: boolean; canExternalKeyManagement?: boolean; canManageDataCloudKeys?: boolean; canOptOutOfDerivationWithBYOK?: boolean; enableCacheOnlyKeys?: boolean; enableReplayDetection?: boolean; }; export type EnhancedNotesSettings = Metadata & { enableEnhancedNotes?: boolean; enableTasksOnEnhancedNotes?: boolean; }; export type EntitlementProcess = Metadata & { SObjectType?: string; active?: boolean; businessHours?: string; description?: string; entitlementRules: EntitlementRule[]; entryStartDateField?: string; exitCriteriaBooleanFilter?: string; exitCriteriaFilterItems: FilterItem[]; exitCriteriaFormula?: string; isRecordTypeApplied?: boolean; isVersionDefault?: boolean; milestones: EntitlementProcessMilestoneItem[]; name?: string; recordType?: string; versionMaster?: string; versionNotes?: string; versionNumber?: number; }; export type EntitlementRule = { criteriaBooleanFilter?: string; criteriaFilterItems: FilterItem[]; entitlementName?: string; order?: number; }; export type EntitlementProcessMilestoneItem = { agreementType?: string; businessHours?: string; criteriaBooleanFilter?: string; isDisplayedOnLinkedEntity?: boolean; milestoneCompletionCriteria?: MilestoneCompletionCriteria; milestoneCriteriaFilterItems: FilterItem[]; milestoneCriteriaFormula?: string; milestoneName?: string; milestonePauseCriteria?: MilestonePauseCriteria; minutesCustomClass?: string; minutesToComplete?: number; successActions: WorkflowActionReference[]; timeTriggers: EntitlementProcessMilestoneTimeTrigger[]; useCriteriaStartTime?: boolean; }; export type MilestoneCompletionCriteria = { criteriaBooleanFilter?: string; criteriaObjectName?: string; criteriaObjectType?: string; milestoneCriteriaFilterItems: FilterItem[]; milestoneCriteriaFormula?: string; }; export type MilestonePauseCriteria = { criteriaBooleanFilter?: string; milestoneCriteriaFilterItems: FilterItem[]; milestoneCriteriaFormula?: string; }; export type EntitlementProcessMilestoneTimeTrigger = { actions: WorkflowActionReference[]; timeLength?: number; workflowTimeTriggerUnit: MilestoneTimeUnits; }; export type EntitlementSettings = Metadata & { 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; }; export type EntitlementTemplate = Metadata & { businessHours?: string; casesPerEntitlement?: number; entitlementProcess?: string; isPerIncident?: boolean; term?: number; type?: string; }; export type EscalationRule = Metadata & { active?: boolean; ruleEntry: RuleEntry[]; }; export type EscalationRules = Metadata & { escalationRule: EscalationRule[]; }; export type EssentialsSettings = Metadata & { emailConnectorEnabled?: boolean; }; export type EventDelivery = Metadata & { eventParameters: EventParameterMap[]; eventSubscription: string; referenceData?: string; type: EventDeliveryType; }; export type EventParameterMap = { parameterName: string; parameterValue?: string; }; export type EventLogObjectSettings = Metadata & { eventLogObjects: EventLogObject[]; }; export type EventLogObject = { eventLogName: string; isEnabled: boolean; }; export type EventRelayConfig = Metadata & { destinationResourceName: string; eventChannel: string; label?: string; relayOption?: string; state?: EventRelayAdminState; usageType?: EventRelayUsageType; }; export type EventSettings = Metadata & { bypassMeteringBlock?: boolean; enableApexLimitEvents?: boolean; enableDeleteMonitoringData?: boolean; enableDynamicStreamingChannel?: boolean; enableEventLogGeneration?: boolean; enableEventLogWaveIntegration?: boolean; enableLightningLoggerEvents?: boolean; enableLoginForensics?: boolean; enableStreamingApi?: boolean; enableTransactionSecurityPolicies?: boolean; eventLogRetentionDuration?: number; }; export type EventSubscription = Metadata & { active?: boolean; eventParameters: EventParameterMap[]; eventType: string; referenceData: string; }; export type ExperienceBundle = Metadata & { experienceResources?: ExperienceResources; label: string; type: SiteType; urlPathPrefix?: string; }; export type ExperienceResources = { experienceResource: ExperienceResource[]; }; export type ExperienceResource = { fileName: string; format: string; source?: string; type: string; }; export type ExperienceBundleSettings = Metadata & { enableExperienceBundleMetadata?: boolean; }; export type ExperienceContainer = Metadata & { masterLabel: string; space: string; type: ExperienceContainerType; }; export type ExperiencePropertyTypeBundle = Metadata & { description?: string; masterLabel: string; resources: ExperiencePropertyTypeBundleResource[]; }; export type ExperiencePropertyTypeBundleResource = { fileName: string; filePath: string; source: string; }; export type ExplainabilityActionDefinition = Metadata & { actionLogSchemaType: ActionLogSchemaType; applicationSubtype: string; applicationType: EASAppType; description?: string; internal: boolean; masterLabel: string; processType: string; }; export type ExplainabilityActionVersion = Metadata & { actionLogMessageTemplate?: string; actionSpecification: string; active: boolean; definitionVersion: number; description?: string; explainabilityActionDef: string; masterLabel: string; }; export type ExplainabilityMsgTemplate = Metadata & { evaluationResult: EvaluationResult; expressionSetStepType: ExpressionSetStepType; expsSetProcessType: ExpsSetProcessType; isDefault?: boolean; masterLabel: string; message: string; }; export type ExpressionSetDefinition = Metadata & { contextDefinitions: string[]; description?: string; executionMode?: ExpsSetExecutionMode; executionScale?: ExpsSetExecutionScale; interfaceSourceType?: ExpsSetInterfaceSourceType; label: string; processType?: ExpsSetProcessType; resourceInitializationType?: ResourceInitializationType; template?: boolean; usageSubtype?: ExpsSetUsageSubtype; versions: ExpressionSetDefinitionVersion[]; }; export type ExpressionSetDefinitionVersion = Metadata & { decimalScale?: number; description?: string; endDate?: Date; expressionSetDefinition?: string; interfaceSourceType?: ExpsSetInterfaceSourceType; label: string; processType?: ExpsSetProcessType; rank?: number; shouldShowExplExternally?: boolean; startDate: Date; status: ExpsSetStatus; steps: ExpressionSetStep[]; uiTier?: boolean; variables: ExpressionSetVariable[]; versionNumber: number; }; export type ExpressionSetStep = { actionType?: BusinessKnowledgeModel; advancedCondition?: ExpressionSetAdvancedCondition; aggregation?: ExpressionSetAggregation; assignment?: ExpressionSetAssignment; conditionExpression?: ExpressionSetConditionExpression; customElement?: ExpressionSetCustomElement; decisionTable?: ExpressionSetDecisionTable; description?: string; failedExplainerTemplate?: string; failedMessageTokenMappings: ExplainabilityMessageTemplateTokenMapping[]; hasNestedExplainability?: boolean; label: string; name: string; noResultExplainerTemplate?: string; noResultMessageTokenMappings: ExplainabilityMessageTemplateTokenMapping[]; parentStep?: string; passedExplainerTemplate?: string; passedMessageTokenMappings: ExplainabilityMessageTemplateTokenMapping[]; resultIncluded?: boolean; sequenceNumber: number; shouldExposExecPathMsgOnly?: boolean; shouldExposeConditionDetails?: boolean; shouldShowExplExternally?: boolean; stepType: ExpsSetStepType; subExpression?: ExpressionSetSubExpression; }; export type ExpressionSetAdvancedCondition = { conditionLogic: string; criteria: ExpressionSetConditionCriteria[]; errorMessage?: string; resultParameter?: string; successMessage?: string; }; export type ExpressionSetConditionCriteria = { operator: ExpsSetConditionOperator; sequenceNumber: number; sourceFieldName: string; value?: string; valueType?: ExpsSetValueType; }; export type ExpressionSetAggregation = { aggergatedParameter: string; aggregateFunction: ExpsSetAggregationFunction; expression: string; }; export type ExpressionSetAssignment = { assignedParameter: string; expression: string; }; export type ExpressionSetConditionExpression = { errorMessage?: string; expression: string; resultParameter?: string; successMessage?: string; }; export type ExpressionSetCustomElement = { parameters: ExpressionSetElementParameter[]; }; export type ExpressionSetElementParameter = { input: boolean; name: string; output: boolean; type?: ExpsSetValueType; value: string; }; export type ExpressionSetDecisionTable = { decisionTableName: string; mappings: ExpressionSetElementParameter[]; type: string; }; export type ExplainabilityMessageTemplateTokenMapping = { expressionSetMessageToken: string; resourceReference: string; }; export type ExpressionSetSubExpression = { expressionSet: string; mappings: ExpressionSetElementParameter[]; }; export type ExpressionSetVariable = { collection?: boolean; dataType: ExpsSetDataType; decimalPlaces?: number; description?: string; fields: ExpressionSetVariableField[]; input?: boolean; lookupName?: string; lookupType?: ExpsSetVariableLookupType; name: string; objectName?: string; output?: boolean; resultStep?: string; type: ExpsSetVariableType; value?: string; }; export type ExpressionSetVariableField = { dataType: ExpsSetDataType; decimalPlaces?: number; fields: ExpressionSetVariableField[]; lookupName?: string; lookupType?: ExpsSetVariableLookupType; name: string; objectName?: string; }; export type ExpressionSetMessageToken = Metadata & { description?: string; developerName: string; masterLabel: string; }; export type ExpressionSetObjectAlias = Metadata & { dataType: ExpsSetObjectDataType; mappings: ExpressionSetObjectAliasField[]; objectApiName: string; usageType: ExpsSetProcessType; }; export type ExpressionSetObjectAliasField = { dataType?: ExpsSetDataType; decimalScale?: number; fieldAlias: string; sourceFieldName: string; }; export type ExtConvParticipantIntegDef = Metadata & { accountKey?: string; botProvider?: BotProvider; channelMode?: ChannelMode; clientIdentifier?: string; connectedAppOauthLink?: string; conversationVendorInfo?: string; customEventPayloadField: string; customEventTypeField?: string; customPlatformEvent: string; developerName: string; externalConversationBotDefs: ExternalConversationBotDef[]; masterLabel: string; projectIdentifier?: string; status?: ExtConvParticipantIntegDefStatus; }; export type ExternalConversationBotDef = { additionalInfo?: string; displayName: string; externalId: string; isActive?: boolean; type?: ExternalBotType; }; export type ExtDataTranFieldTemplate = Metadata & { dataSourceField: string; externalDataTranField?: string; externalName?: string; isDataRequired?: boolean; masterLabel: string; sourceFieldName?: string; }; export type ExtDataTranObjectTemplate = Metadata & { dataSourceObject: string; extDataTranFieldTemplates: ExtDataTranFieldTemplate[]; externalDataTranObject?: string; externalName?: string; masterLabel: string; sourceObjectName?: string; templateVersion?: number; }; export type ExternalAIModel = Metadata & { applicationSourceType: ApplicationSourceType; externalModelKey: string; externalModelStatus: ExternalModelStatus; name: string; threshold?: number; trainingJobName?: string; }; export type ExternalAuthIdentityProvider = Metadata & { authenticationFlow: IdentityProviderAuthFlow; authenticationProtocol: IdentityProviderAuthProtocol; description?: string; externalAuthIdentityProviderParameters: ExternalAuthIdentityProviderParameter[]; label: string; }; export type ExternalAuthIdentityProviderParameter = { description?: string; parameterName: string; parameterType: ExtlIdentityProviderParmType; parameterValue?: string; sequenceNumber?: number; }; export type ExternalClientAppSettings = Metadata & { enableClientSecretInRestApiAccess?: boolean; enableConsumerSecretApiAccess?: boolean; enablePackageEcaOauthFromDevOrg?: boolean; }; export type ExternalClientApplication = Metadata & { contactEmail?: string; contactPhone?: string; description?: string; distributionState?: ExtlClntAppDistState; iconUrl?: string; infoUrl?: string; isProtected?: boolean; label?: string; logoUrl?: string; managedType?: ExtlClntAppManagedType; orgScopedExternalApp?: string; }; export type ExternalCredential = Metadata & { authenticationProtocol: AuthenticationProtocol; description?: string; externalCredentialParameters: ExternalCredentialParameter[]; label: string; }; export type ExternalCredentialParameter = { authProvider?: string; certificate?: string; description?: string; externalAuthIdentityProvider?: string; parameterGroup?: string; parameterName: string; parameterType: ExternalCredentialParamType; parameterValue?: string; sequenceNumber?: number; }; export type ExternalDataConnector = Metadata & { dataConnectionStatus: DataConnectionStatus; dataConnectorConfiguration: string; dataConnectorType: DataConnectorType; dataPlatform: string; externalDataTranObjects: ExternalDataTranObject[]; masterLabel: string; }; export type ExternalDataTranObject = Metadata & { availabilityStatus: AvailabilityStatus; creationType: DefinitionCreationType; extDataTranObjectTemplate?: string; externalDataTranFields: ExternalDataTranField[]; masterLabel: string; mktDataTranObject?: string; objectCategory: string; }; export type ExternalDataTranField = Metadata & { creationType?: DefinitionCreationType; datatype: string; dateFormat?: string; extDataTranFieldTemplate?: string; externalName?: string; isCurrencyIsoCode?: boolean; isDataRequired?: boolean; length?: number; masterLabel: string; mktDataTranField?: string; precision?: number; primaryIndexOrder?: number; scale?: number; sequence?: number; }; export type ExternalDataSource = Metadata & { authProvider?: string; certificate?: string; customConfiguration?: string; customHttpHeaders: CustomHttpHeader[]; endpoint?: string; externalDataSrcDescriptors: ExternalDataSrcDescriptor[]; isWritable?: boolean; label: string; namedCredential?: string; oauthRefreshToken?: string; oauthScope?: string; oauthToken?: string; password?: string; principalType: ExternalPrincipalType; protocol: AuthenticationProtocol; repository?: string; type: ExternalDataSourceType; username?: string; version?: string; }; export type CustomHttpHeader = { description?: string; headerFieldName: string; headerFieldValue: string; isActive?: boolean; }; export type ExternalDataSrcDescriptor = Metadata & { customObject?: string; descriptor: string; descriptorVersion?: string; developerName: string; externalDataSource: string; subtype: ExternalDataSrcDescSubtype; systemVersion: number; type: ExternalDataSrcDescType; }; export type ExternalDocStorageConfig = Metadata & { documentPath: string; externalDocStorageIdentifier: string; masterLabel: string; namedCredential: string; recordType?: string; storageDriveType: StorageDriveType; targetObject: TargetObject; }; export type ExternalServiceRegistration = Metadata & { catalogedApiVersion?: string; description?: string; label: string; namedCredential?: string; namedCredentialReference?: string; operations: ExternalServiceOperation[]; providerAssetEndpoint?: string; registrationProvider?: string; registrationProviderAsset?: string; registrationProviderType?: ExternalServiceRegistrationProviderType; schema?: string; schemaAbsoluteUrl?: string; schemaType?: string; schemaUploadFileExtension?: string; schemaUploadFileName?: string; schemaUrl?: string; serviceBinding?: string; serviceDescriptor?: string; status: string; systemVersion?: number; }; export type ExternalServiceOperation = { active: boolean; name: string; }; export type ExternalStoragePrvdConfig = Metadata & { customConfiguration?: string; externalDataSource?: string; flowDefinition?: string; }; export type ExtlClntAppAttestConfigurablePolicies = Metadata & { attestEnforceLevel: AttestEnforceLevel; externalClientApplication: string; label?: string; }; export type ExtlClntAppAttestSettings = Metadata & { attestConfigLink?: string; attestServiceType: AttestServiceType; externalClientApplication: string; label?: string; }; export type ExtlClntAppCanvasSettings = Metadata & { accessMethod?: AccessMethod; canvasLocationOptions: CanvasLocationOptions[]; canvasOptions: CanvasOptions[]; canvasUrl: string; externalClientApplication: string; label?: string; lifeCycleHandler?: string; samlInitiationMethod?: SamlInitiationMethod; }; export type ExtlClntAppConfigurablePolicies = Metadata & { externalClientApplication: string; isCanvasPluginEnabled?: boolean; isEnabled: boolean; isMobilePluginEnabled?: boolean; isNotificationPluginEnabled?: boolean; isOauthPluginEnabled?: boolean; isPushPluginEnabled?: boolean; isSamlPluginEnabled?: boolean; label?: string; startPage?: ExtlClntAppStartPage; startUrl?: string; }; export type ExtlClntAppGlobalOauthSettings = Metadata & { callbackUrl?: string; certificate?: string; consumerKey?: string; consumerSecret?: string; externalClientApplication: string; idTokenConfig?: ExternalAppIdTokenConfig; isClientCredentialsFlowEnabled?: boolean; isCodeCredFlowEnabled?: boolean; isCodeCredPostOnly?: boolean; isConsumerSecretOptional?: boolean; isDeviceFlowEnabled?: boolean; isIntrospectAllTokens?: boolean; isNamedUserJwtEnabled?: boolean; isPkceRequired?: boolean; isRefreshTokenRotationEnabled?: boolean; isSecretRequiredForRefreshToken?: boolean; isSecretRequiredForTokenExchange?: boolean; isTokenExchangeEnabled?: boolean; label?: string; shouldRotateConsumerKey?: boolean; shouldRotateConsumerSecret?: boolean; }; export type ExternalAppIdTokenConfig = { idTokenAudience?: string; idTokenIncludeAttributes?: boolean; idTokenIncludeCustomPermissions?: boolean; idTokenIncludeStandardClaims?: boolean; idTokenValidityInMinutes?: number; }; export type ExtlClntAppMobileConfigurablePolicies = Metadata & { externalClientApplication: string; label?: string; screenLockTimeout: ScreenLockTimeout; }; export type ExtlClntAppMobileSettings = Metadata & { externalClientApplication: string; isScreenLockEnabled: boolean; label?: string; }; export type ExtlClntAppNotificationSettings = Metadata & { externalClientApplication: string; label?: string; notificationTypes: ExtlClntAppNotificationType[]; }; export type ExtlClntAppNotificationType = { notificationType: string; pushByDefault?: boolean; }; export type ExtlClntAppOauthConfigurablePolicies = Metadata & { apexHandler?: string; clientCredentialsFlowUser?: string; commaSeparatedCustomScopes?: string; commaSeparatedPermissionSet?: string; commaSeparatedProfile?: string; customAttributes: ExtlClntAppOauthPoliciesAttribute[]; executeHandlerAs?: string; externalClientApplication: string; guestJwtSessionTimeoutType?: JWTSessionTimeoutType; guestJwtTimeout?: number; ipRelaxationPolicyType?: string; isClientCredentialsFlowEnabled?: boolean; isGuestCodeCredFlowEnabled?: boolean; isTokenExchangeFlowEnabled?: boolean; label?: string; namedUserJwtSessionTimeoutType?: JWTSessionTimeoutType; namedUserJwtTimeout?: number; permittedUsersPolicyType?: PermittedUsersPolicyType; policyAction?: PolicyAction; refreshTokenPolicyType?: RefreshTokenPolicyType; refreshTokenValidityPeriod?: number; refreshTokenValidityUnit?: string; requiredSessionLevel?: SessionSecurityLevel; sessionTimeoutInMinutes?: number; singleLogoutUrl?: string; startUrl?: string; }; export type ExtlClntAppOauthPoliciesAttribute = { formula: string; key: string; }; export type ExtlClntAppOauthSettings = Metadata & { areAttributesIncludedInAssetToken?: boolean; areCustomPermsIncludedInAssetToken?: boolean; assetTokenAudiences?: string; assetTokenSigningCertificate?: string; assetTokenValidity?: number; clientAssertionCertificate?: string; commaSeparatedCustomScopes?: string; commaSeparatedOauthScopes?: string; customAttributes: ExtlClntAppOauthSettingsAttribute[]; externalClientApplication: string; isFirstPartyAppEnabled?: boolean; label?: string; oauthLink?: string; singleLogoutUrl?: string; trustedIpRanges: ExtlClntAppOauthIpRange[]; }; export type ExtlClntAppOauthSettingsAttribute = { formula: string; key: string; }; export type ExtlClntAppOauthIpRange = { description?: string; endIpAddress: string; startIpAddress: string; }; export type ExtlClntAppPushConfigurablePolicies = Metadata & { externalClientApplication: string; isFullContent: boolean; label?: string; }; export type ExtlClntAppPushSettings = Metadata & { androidPushConfig?: ExtlClntAppAndroidPushConfig; applePushConfig?: ExtlClntAppApplePushConfig; externalClientApplication: string; label?: string; pushConfigLink?: string; pushServiceType: PushServiceType; }; export type ExtlClntAppAndroidPushConfig = { fcmProject: string; serviceAccount: string; }; export type ExtlClntAppApplePushConfig = { applicationBundle?: string; certificate?: string; environment: ApplePushEnvironmentType; keyIdentifier?: string; password?: string; signingKey?: string; teamIdentifier?: string; }; export type ExtlClntAppSamlConfigurablePolicies = Metadata & { acsUrl: string; certificate?: string; commaSeparatedPermissionSet?: string; commaSeparatedProfile?: string; customAttributes: ExtlClntAppSamlConfigurablePoliciesAttribute[]; encryptionCertificate?: string; encryptionType?: ExtlClntAppSamlEncryptType; entityUrl: string; externalClientApplication: string; issuer?: string; label?: string; nameIdFormat?: ExtlClntAppNameIdFormatType; signingAlgorithmType?: ExtlClntAppSamlSignAlgoType; singleLogoutBindingType?: ExtlClntAppSamlBindingType; singleLogoutUrl?: string; subjectCustomAttribute?: string; subjectType?: ExtlClntAppSamlSubjectType; }; export type ExtlClntAppSamlConfigurablePoliciesAttribute = { formula: string; key: string; }; export type ExtlClntAppSampleConfigurablePolicies = Metadata & { adminOnlyPolicy?: string; externalClientApplication: string; label: string; policy1?: string; policy2?: string; }; export type ExtlClntAppSampleSettings = Metadata & { devicePlatform: DevicePlatformType; deviceType: DeviceType; externalClientApplication: string; label: string; minimumOsVersion?: string; policy1?: string; policy1DevManaged?: boolean; policy2?: string; policy2DevManaged?: boolean; version?: string; }; export type FTestFieldMappingMd = Metadata & { label: string; }; export type FTestToolingFLU = Metadata & { int: number; stringWithDifferentName: string; text2?: string; }; export type FeatureParameterBoolean = Metadata & { dataflowDirection: FeatureParameterDataflowDirection; masterLabel: string; value: boolean; }; export type FeatureParameterDate = Metadata & { dataflowDirection: FeatureParameterDataflowDirection; masterLabel: string; value: Date; }; export type FeatureParameterInteger = Metadata & { dataflowDirection: FeatureParameterDataflowDirection; masterLabel: string; value: number; }; export type FieldMappingConfig = Metadata & { description?: string; fieldMappingConfigItems: FieldMappingConfigItem[]; masterLabel?: string; processType?: FieldMappingConfigProcessType; sourceObjectId?: string; }; export type FieldMappingConfigItem = { destinationFieldId?: string; destinationObjectId?: string; sequence?: number; sourceFieldId?: string; }; export type FieldRestrictionRule = Metadata & { active: boolean; classification: string[]; classificationType?: ClassificationType; description?: string; enforcementType: EnforcementType; masterLabel: string; recordFilter: string; targetEntity: string; userCriteria: string; version: number; }; export type FieldServiceMobileConfig = Metadata & { ascAutomaticMode?: AscAutomaticMode; ascCancellationTimerInSec?: number; ascCompletedStatus?: string; ascOnSiteStatus?: string; ascRadiusInMeters?: number; ascTimeLimitationInMin?: number; ascTravelStatus?: string; bgGeoLocationAccuracy: BgGeoLocationAccuracy; bgGeoLocationMinUpdateFreqMins: number; brandInvertedColor: string; contrastInvertedColor: string; contrastPrimaryColor: string; contrastQuaternaryColor: string; contrastQuinaryColor: string; contrastSecondaryColor: string; contrastTertiaryColor: string; daysAfterCurrentServiceDate: number; daysBeforeCurrentServiceDate: number; defaultListViewDeveloperName?: string; destinationType?: DestinationTypeForMetadata; feedbackPrimaryColor: string; feedbackSecondaryColor: string; feedbackSelectedColor: string; feedbackTertiaryColor?: string; futureDaysInDatePicker: number; geoLocationAccuracy: GeoLocationAccuracy; geoLocationMinUpdateFreqMins: number; isAscTimeLimitEnabled?: boolean; isAssignmentNotification?: boolean; isDispatchNotification?: boolean; isFeedDisabled?: boolean; isFeedPrimingDisabled?: boolean; isLimitedLocTrackingEnabled?: boolean; isOptimizedImageUploadEnabled?: boolean; isProtected?: boolean; isScheduleViewResourceAbsences?: boolean; isSendLocationHistory?: boolean; isShowEditFullRecord?: boolean; isTimeSheetEnabled?: boolean; isTimeZoneEnabled?: boolean; isUseSalesforceMobileActions?: boolean; isVirtualMeasurement?: boolean; masterLabel: string; maxNumberOfServiceAppointments: number; metadataCacheTimeDays: number; navbarBackgroundColor: string; navbarInvertedColor: string; optimizeImageSizeInMb?: string; pastDaysInDatePicker: number; primaryBrandColor: string; quickStatusChangeFlowName?: string; recordDataCacheTimeMins: number; secondaryBrandColor: string; timeIntervalSetupMins?: TimeIntervalSetupForMetadata; updateScheduleTimeMins: number; }; export type FieldServiceSettings = Metadata & { advancedDataSyncOrgPreference?: boolean; apptAssistantExpiration?: number; apptAssistantInfoUrl?: string; apptAssistantRadiusUnitValue?: ApptAssistantRadiusUnit; apptAssistantRadiusValue?: number; apptAssistantStatus?: string; canPopulateGoogleAddress?: boolean; canSendAppCenterCrashReports?: boolean; canStoreMobileAnalytics?: boolean; canceledDefaultStatus?: string; cannotCompleteDefaultStatus?: string; completedDefaultStatus?: string; deepLinkPublicSecurityKey?: string; dispatchedDefaultStatus?: string; doesAllowEditSaForCrew?: boolean; doesAvlCalcInclOvertime?: boolean; doesAvlCalcInclPrimOnly?: boolean; doesShareSaParentWoWithAr?: boolean; doesShareSaWithAr?: boolean; enableAdvancedDataSync?: boolean; enableBatchWindow?: boolean; enableDocumentBuilder?: boolean; enableFloatingWorkOrder?: boolean; enableLsdkMode?: boolean; enablePopulateWorkOrderAddress?: boolean; enableServiceAppointmentLifecycle?: boolean; enableStandbyMode?: boolean; enableWorkOrders?: boolean; enableWorkPlansAutoGeneration?: boolean; enableWorkStepManualStatusUpdate?: boolean; enrouteStatus?: string; fieldServiceNotificationsOrgPref?: boolean; fieldServiceOrgPref?: boolean; inProgressDefaultStatus?: string; isGeoCodeSyncEnabled?: boolean; isLocationHistoryEnabled?: boolean; mobileFeedbackEmails?: string; noneDefaultStatus?: string; o2EngineEnabled?: boolean; objectMappingItem: ObjectMappingItem[]; optimizationServiceAccess?: boolean; overrideDefaultLwcStyling?: boolean; scheduledDefaultStatus?: string; serviceAppointmentsDueDateOffsetOrgValue?: number; workOrderDurationSource?: WorkOrderDurationSource; workOrderLineItemSearchFields: string[]; workOrderSearchFields: string[]; }; export type ObjectMappingItem = { mappingType: MappingType; objectMapping: ObjectMapping; }; export type FieldSrcTrgtRelationship = Metadata & { definitionCreationType: DefinitionCreationType; lookupFieldName?: string; masterLabel: string; owner: FieldSrcTrgtRelationshipOwner; relationshipCardinality: RelationshipCardinality; sourceFieldName: string; targetEntity: string; targetFieldName: string; }; export type FileUploadAndDownloadSecuritySettings = Metadata & { dispositions: FileTypeDispositionAssignmentBean[]; noHtmlUploadAsAttachment: boolean; }; export type FileTypeDispositionAssignmentBean = { behavior: FileDownloadBehavior; fileType: FileType; securityRiskFileType: boolean; }; export type FilesConnectSettings = Metadata & { enableContentHubAllowed?: boolean; enableContentHubCvtLinksAllowed?: boolean; enableContentHubEOSearchLayout?: boolean; }; export type FlexiPage = Metadata & { description?: string; events: FlexiPageEvent[]; flexiPageRegions: FlexiPageRegion[]; masterLabel: string; parentFlexiPage?: string; platformActionlist?: PlatformActionList; quickActionList?: QuickActionList; sobjectType?: string; template: FlexiPageTemplateInstance; type: FlexiPageType; }; export type FlexiPageEvent = { sourceName: string; sourceProperties: FlexiPageEventSourceProperty[]; sourceType: FlexipageEventSourceTypeEnum; targets: FlexiPageEventTarget[]; }; export type FlexiPageEventSourceProperty = { name: string; value: string; }; export type FlexiPageEventTarget = { mappings: FlexiPageEventPropertyMapping[]; method: string; name: string; properties: FlexiPageEventTargetProperty[]; type: FlexipageEventTargetTypeEnum; }; export type FlexiPageEventPropertyMapping = { name: string; value?: string; }; export type FlexiPageEventTargetProperty = { name: string; value: string; }; export type FlexiPageRegion = { appendable?: RegionFlagStatus; itemInstances: ItemInstance[]; mode?: FlexiPageRegionMode; name: string; prependable?: RegionFlagStatus; replaceable?: RegionFlagStatus; type: FlexiPageRegionType; }; export type ItemInstance = { componentInstance?: ComponentInstance; fieldInstance?: FieldInstance; }; export type ComponentInstance = { componentInstanceProperties: ComponentInstanceProperty[]; componentName: string; componentType?: ComponentInstanceType; flexipageDataSources: FlexipageDataSource[]; identifier?: string; visibilityRule?: UiFormulaRule; }; export type ComponentInstanceProperty = { name?: string; type?: ComponentInstancePropertyTypeEnum; value?: string; valueList?: ComponentInstancePropertyList; }; export type ComponentInstancePropertyList = { valueListItems: ComponentInstancePropertyListItem[]; }; export type ComponentInstancePropertyListItem = { value?: string; visibilityRule?: UiFormulaRule; }; export type UiFormulaRule = { booleanFilter?: string; criteria: UiFormulaCriterion[]; }; export type UiFormulaCriterion = { leftValue: string; operator: string; rightValue?: string; }; export type FlexipageDataSource = { definition?: string; mode?: FlexipageDataSourceModeEnum; name: string; properties?: string; type: FlexipageDataSourceTypeEnum; }; export type FieldInstance = { fieldInstanceProperties: FieldInstanceProperty[]; fieldItem: string; identifier?: string; visibilityRule?: UiFormulaRule; }; export type FieldInstanceProperty = { name?: string; value?: string; }; export type PlatformActionList = { actionListContext: PlatformActionListContext; platformActionListItems: PlatformActionListItem[]; relatedSourceEntity?: string; }; export type PlatformActionListItem = { actionName: string; actionType: PlatformActionType; sortOrder: number; subtype?: string; }; export type QuickActionList = { quickActionListItems: QuickActionListItem[]; }; export type QuickActionListItem = { quickActionName: string; }; export type FlexiPageTemplateInstance = { componentType?: ComponentInstanceType; flexipageDataSources: FlexipageDataSource[]; identifier?: string; name: string; properties: ComponentInstanceProperty[]; schemaProperties: FlexiPageCompSchemaPropertyDef[]; }; export type FlexiPageCompSchemaPropertyDef = { description?: string; isRequired?: boolean; label?: string; name: string; type: FlexipageSchemaPropType; }; export type Flow = Metadata & { actionCalls: FlowActionCall[]; apexPluginCalls: FlowApexPluginCall[]; apiVersion?: number; areMetricsLoggedToDataCloud?: boolean; assignments: FlowAssignment[]; choices: FlowChoice[]; collectionFilterCriteria: FlowCollectionFilterCriteria[]; collectionProcessors: FlowCollectionProcessor[]; constants: FlowConstant[]; customErrors: FlowCustomError[]; customProperties: FlowCustomProperty[]; dataSpace?: string; decisions: FlowDecision[]; description?: string; dynamicChoiceSets: FlowDynamicChoiceSet[]; environments: FlowEnvironment[]; exitRules: FlowExitRule[]; experiments: FlowExperiment[]; formulas: FlowFormula[]; groups: FlowNodeGroup[]; interviewLabel?: string; isAdditionalPermissionRequiredToRun?: boolean; isOverridable?: boolean; isTemplate?: boolean; label: string; loops: FlowLoop[]; migratedFromWorkflowRuleName?: string; orchestratedStages: FlowOrchestratedStage[]; overriddenFlow?: string; processMetadataValues: FlowMetadataValue[]; processType?: FlowProcessType; recordCreates: FlowRecordCreate[]; recordDeletes: FlowRecordDelete[]; recordLookups: FlowRecordLookup[]; recordRollbacks: FlowRecordRollback[]; recordUpdates: FlowRecordUpdate[]; runInMode?: FlowRunInMode; screens: FlowScreen[]; sourceTemplate?: string; stages: FlowStage[]; start?: FlowStart; startElementReference?: string; status?: FlowVersionStatus; steps: FlowStep[]; subflows: FlowSubflow[]; textTemplates: FlowTextTemplate[]; timeZoneSidKey?: string; transforms: FlowTransform[]; triggerOrder?: number; variables: FlowVariable[]; waits: FlowWait[]; }; export type FlowActionCall = FlowNode & { actionCallPaths: FlowActionCallPath[]; actionName?: string; actionType?: InvocableActionType; connector?: FlowConnector; dataTypeMappings: FlowDataTypeMapping[]; faultConnector?: FlowConnector; flowTransactionModel?: FlowTransactionModel; inputParameters: FlowActionCallInputParameter[]; isWaitUntilCompleted?: boolean; nameSegment?: string; offset?: number; offsetUnit?: FlowScheduledPathOffsetUnit; outputParameters: FlowActionCallOutputParameter[]; storeOutputAutomatically?: boolean; timeoutConnector?: FlowConnector; timeoutPathUsage?: FlowActionCallTimeoutPath; versionString?: string; }; export type FlowNode = FlowElement & { elementSubtype?: FlowElementSubtype; group?: string; label?: string; locationX: number; locationY: number; }; export type FlowElement = FlowBaseElement & { description?: string; name?: string; }; export type FlowBaseElement = { processMetadataValues: FlowMetadataValue[]; }; export type FlowMetadataValue = { name: string; value?: FlowElementReferenceOrValue; }; export type FlowElementReferenceOrValue = { apexValue?: string; booleanValue?: boolean; collectionElements: FlowElementReferenceOrValue[]; complexValue?: string; complexValueType?: FlowComplexValueType; dateTimeValue?: Date; dateValue?: Date; elementReference?: string; formulaDataType?: FlowDataType; formulaExpression?: string; inputConfiguratorMode?: FlowInputConfiguratorMode; isReverseValueMapping?: boolean; numberValue?: number; setupReference?: string; setupReferenceType?: string; sobjectValue?: string; stringValue?: string; timeValue?: Date; transform?: FlowInlineTransform; transformValueReference?: string; valueMapName?: string; }; export type FlowInlineTransform = FlowBaseElement & { apexClass?: string; dataType?: FlowDataType; isCollection?: boolean; objectType?: string; schemaUri?: string; transformValues: FlowTransformValue[]; }; export type FlowTransformValue = FlowBaseElement & { transformValueActions: FlowTransformValueAction[]; transformValueDescription?: string; transformValueLabel?: string; transformValueName?: string; }; export type FlowTransformValueAction = FlowBaseElement & { actionName?: string; actionType?: InvocableActionType; actionVersionString?: string; assignToReference?: string; inputParameters: FlowTransformValueActionInputParameter[]; name?: string; outputFieldApiName?: string; transformType: FlowTransformValueActionType; value?: FlowElementReferenceOrValue; }; export type FlowTransformValueActionInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowActionCallInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowActionCallOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowActionCallPath = FlowBaseElement & { connector: FlowConnector; pathName: string; }; export type FlowConnector = FlowBaseElement & { isGoTo?: boolean; targetReference: string; }; export type FlowApexPluginCallInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowApexPluginCallOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowAssignmentItem = FlowBaseElement & { assignToReference?: string; operator?: FlowAssignmentOperator; value?: FlowElementReferenceOrValue; }; export type FlowAttribute = FlowBaseElement & { type: FlowAttributeType; value?: string; }; export type FlowChoiceUserInput = FlowBaseElement & { isRequired?: boolean; promptText?: string; validationRule?: FlowInputValidationRule; }; export type FlowInputValidationRule = { errorMessage: string; formulaExpression: string; }; export type FlowCollectionMapItem = FlowBaseElement & { assignToFieldReference: string; operator: FlowAssignmentOperator; value: FlowElementReferenceOrValue; }; export type FlowCollectionSortOption = FlowBaseElement & { doesPutEmptyStringAndNullFirst: boolean; sortField?: string; sortOrder: SortOrder; }; export type FlowCondition = FlowBaseElement & { aggregationOperator?: string; conditionLogic?: string; conditionType?: string; conditions: FlowCondition[]; leftValueReference?: string; operator: FlowComparisonOperator; rightValue?: FlowElementReferenceOrValue; }; export type FlowCustomErrorMessage = FlowBaseElement & { errorMessage: string; fieldSelection?: string; isFieldError: boolean; }; export type FlowDataTypeMapping = FlowBaseElement & { apexClass?: string; schemaUri?: string; typeName?: string; typeValue?: string; valueMappingKey?: string; valueMappingTarget?: string; valueMappingTransformType?: FlowValueMappingType; }; export type FlowInputFieldAssignment = FlowBaseElement & { field?: string; value?: FlowElementReferenceOrValue; }; export type FlowOutputFieldAssignment = FlowBaseElement & { assignToReference: string; field: string; }; export type FlowRecordFilter = FlowBaseElement & { field?: string; operator?: FlowRecordFilterOperator; value?: FlowElementReferenceOrValue; }; export type FlowRelatedRecordLookup = FlowBaseElement & { filterLogic?: string; filters?: FlowRecordFilter[]; getFirstRecordOnly?: boolean; limit?: FlowElementReferenceOrValue; queriedFields?: string[]; relatedObject?: string; relatedRecords?: FlowRelatedRecordLookup[]; relationshipField?: string; sortField?: string; sortOrder?: SortOrder; }; export type FlowScreenActionInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowScreenFieldInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowScreenFieldOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowScreenRule = FlowBaseElement & { conditionLogic?: string; conditions: FlowCondition[]; label: string; ruleActions: FlowScreenRuleAction[]; }; export type FlowScreenRuleAction = FlowBaseElement & { attribute: string; fieldReference: string; value?: FlowElementReferenceOrValue; }; export type FlowScreenStyleSetting = FlowBaseElement & { propertyName: string; propertyValue: FlowElementReferenceOrValue; scope?: string; }; export type FlowScreenTrigger = FlowBaseElement & { eventName: string; eventSource: string; handlers: FlowScreenTriggerHandler[]; }; export type FlowScreenTriggerHandler = FlowBaseElement & { conditionLogic?: string; conditions: FlowCondition[]; initBehavior?: string; screenActionName: string; }; export type FlowStageStepAssignee = FlowBaseElement & { assignee?: FlowElementReferenceOrValue; assigneeType: FlowStageStepAssigneeType; }; export type FlowStageStepEntryActionInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowStageStepEntryActionOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowStageStepExitActionInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowStageStepExitActionOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowStageStepInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowStageStepOutputConfigParam = FlowBaseElement & { name: string; value: FlowElementReferenceOrValue; }; export type FlowStageStepOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowStartInputParameter = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowSubflowInputAssignment = FlowBaseElement & { name: string; value?: FlowElementReferenceOrValue; }; export type FlowSubflowOutputAssignment = FlowBaseElement & { assignToReference?: string; name: string; }; export type FlowVisibilityRule = FlowBaseElement & { conditionLogic?: string; conditions: FlowCondition[]; }; export type FlowWaitEventInputParameter = FlowBaseElement & { name?: string; value?: FlowElementReferenceOrValue; }; export type FlowWaitEventOutputParameter = FlowBaseElement & { assignToReference: string; name: string; }; export type FlowCapability = FlowElement & { capabilityName: string; inputs: FlowCapabilityInput[]; }; export type FlowCapabilityInput = FlowElement & { capabilityInputName: string; dataType?: string; isCollection: boolean; }; export type FlowChoice = FlowElement & { choiceIcon?: FlowIcon; choiceText: string; dataType: FlowDataType; userInput?: FlowChoiceUserInput; value?: FlowElementReferenceOrValue; }; export type FlowIcon = { iconName?: string; }; export type FlowCollectionFilterCriteria = FlowElement & { dataType?: FlowDataType; filterCondition: string; filterOptions: FlowCondition[]; formatType: string; objectReferencePath?: string; sortOptions: FlowCollectionSortOption[]; subType?: string; }; export type FlowConstant = FlowElement & { dataType: FlowDataType; value?: FlowElementReferenceOrValue; }; export type FlowDynamicChoiceSet = FlowElement & { collectionReference?: string; dataType: FlowDataType; displayField: string; filterLogic?: string; filters: FlowRecordFilter[]; limit?: number; object: string; outputAssignments: FlowOutputFieldAssignment[]; picklistField?: string; picklistObject?: string; sortField?: string; sortOrder?: SortOrder; valueField?: string; }; export type FlowExitRule = FlowElement & { conditions: FlowCondition[]; label: string; logicalOperator: string; ruleOrder: number; }; export type FlowExperimentPath = FlowElement & { connector?: FlowConnector; label: string; percentage: number; }; export type FlowFormula = FlowElement & { dataType?: FlowDataType; expression: string; scale?: number; }; export type FlowRule = FlowElement & { attributes: FlowAttribute[]; conditionLogic: string; conditions: FlowCondition[]; connector?: FlowConnector; doesRequireRecordChangedToMeetCriteria?: boolean; label: string; }; export type FlowScheduledPath = FlowElement & { connector?: FlowConnector; label?: string; maxBatchSize?: number; offsetNumber?: number; offsetUnit?: FlowScheduledPathOffsetUnit; pathType?: FlowScheduledPathType; recordField?: string; timeSource?: FlowScheduledPathTimeSource; }; export type FlowScreenAction = FlowElement & { actionName?: string; actionType?: InvocableActionType; inputParameters: FlowScreenActionInputParameter[]; label: string; nameSegment?: string; versionString?: string; }; export type FlowScreenField = FlowElement & { attributes: FlowAttribute[]; choiceReferences: string[]; dataType?: FlowDataType; dataTypeMappings: FlowDataTypeMapping[]; defaultSelectedChoiceReference?: string; defaultValue?: FlowElementReferenceOrValue; extensionName?: string; fieldText?: string; fieldType: FlowScreenFieldType; fields: FlowScreenField[]; helpText?: string; inputParameters: FlowScreenFieldInputParameter[]; inputsOnNextNavToAssocScrn?: FlowScreenFieldInputsRevisited; isDisabled?: FlowElementReferenceOrValue; isReadOnly?: FlowElementReferenceOrValue; isRequired?: boolean; isVisible?: boolean; objectFieldReference?: string; outputParameters: FlowScreenFieldOutputParameter[]; regionContainerType?: FlowRegionContainerType; scale?: number; sourceTemplateApiName?: string; sourceTemplateProviderType?: string; storeOutputAutomatically?: boolean; styleProperties?: FlowScreenFieldStyleProperties; validationRule?: FlowInputValidationRule; visibilityRule?: FlowVisibilityRule; }; export type FlowScreenFieldStyleProperties = { styleSettings?: FlowScreenStyleSetting[]; verticalAlignment: FlowElementReferenceOrValue; width: FlowElementReferenceOrValue; }; export type FlowStage = FlowElement & { isActive: boolean; label: string; stageOrder: number; }; export type FlowStageStep = FlowElement & { actionName?: string; actionType?: InvocableActionType; assignees: FlowStageStepAssignee[]; canAssigneeEdit?: boolean; debugSimulateStep?: boolean; entryActionInputParameters: FlowStageStepEntryActionInputParameter[]; entryActionName?: string; entryActionOutputParameters: FlowStageStepEntryActionOutputParameter[]; entryActionType?: InvocableActionType; entryConditionLogic: string; entryConditions: FlowCondition[]; exitActionInputParameters: FlowStageStepExitActionInputParameter[]; exitActionName?: string; exitActionOutputParameters: FlowStageStepExitActionOutputParameter[]; exitActionType?: InvocableActionType; exitConditionLogic?: string; exitConditions: FlowCondition[]; inputParameters: FlowStageStepInputParameter[]; label: string; outputConfigParams: FlowStageStepOutputConfigParam[]; outputParameters: FlowStageStepOutputParameter[]; requiresAsyncProcessing?: boolean; runAsUser?: boolean; shouldLock?: boolean; stepSubtype?: FlowElementSubtype; }; export type FlowTextTemplate = FlowElement & { isViewedAsPlainText?: boolean; text: string; }; export type FlowVariable = FlowElement & { apexClass?: string; dataType: FlowDataType; isCollection?: boolean; isInput?: boolean; isOutput?: boolean; objectType?: string; scale?: number; value?: FlowElementReferenceOrValue; }; export type FlowWaitEvent = FlowElement & { associatedElement?: string; automationEventName?: string; automationEventType?: InvocableActionType; conditionLogic?: string; conditions: FlowCondition[]; connector?: FlowConnector; eventType?: string; filterLogic?: string; filters: FlowRecordFilter[]; inputParameters: FlowWaitEventInputParameter[]; interactionType?: FlowWaitInteractionType; label: string; maxBatchSize?: number; object?: string; offset?: number; offsetUnit?: FlowScheduledPathOffsetUnit; outputParameters: FlowWaitEventOutputParameter[]; recordTriggerType?: RecordTriggerType; resumeDate?: Date; resumeDateReference?: string; resumeTime?: Date; }; export type FlowApexPluginCall = FlowNode & { apexClass: string; connector?: FlowConnector; faultConnector?: FlowConnector; inputParameters: FlowApexPluginCallInputParameter[]; outputParameters: FlowApexPluginCallOutputParameter[]; }; export type FlowAssignment = FlowNode & { assignmentItems: FlowAssignmentItem[]; connector?: FlowConnector; }; export type FlowCollectionProcessor = FlowNode & { assignNextValueToReference?: string; collectionProcessorType: FlowCollectionProcessorType; collectionReference: string; conditionLogic?: string; conditions: FlowCondition[]; connector?: FlowConnector; formula?: string; limit?: number; mapItems: FlowCollectionMapItem[]; outputSObjectType?: string; sortOptions: FlowCollectionSortOption[]; }; export type FlowCustomError = FlowNode & { description?: string; connector?: FlowConnector; customErrorMessages: FlowCustomErrorMessage[]; }; export type FlowDecision = FlowNode & { attributes: FlowAttribute[]; defaultConnector?: FlowConnector; defaultConnectorLabel?: string; rules: FlowRule[]; }; export type FlowExperiment = FlowNode & { duration?: number; durationUnit?: FlowScheduledPathOffsetUnit; fallbackMode?: FlowExperimentFallbackMode; paths: FlowExperimentPath[]; primaryMetric?: string; testGroupPercentage?: number; type: FlowExperimentType; }; export type FlowLoop = FlowNode & { assignNextValueToReference?: string; collectionReference?: string; iterationOrder?: IterationOrder; nextValueConnector?: FlowConnector; noMoreValuesConnector?: FlowConnector; }; export type FlowNodeGroup = FlowNode & { entryAction?: FlowActionCall; exitAction?: FlowActionCall; faultConnector?: FlowConnector; groupName: string; groupType: FlowNodeGroupType; groupVersion: string; isCollapsed?: boolean; }; export type FlowOrchestratedStage = FlowNode & { connector?: FlowConnector; exitActionInputParameters: FlowStageStepExitActionInputParameter[]; exitActionName?: string; exitActionOutputParameters: FlowStageStepExitActionOutputParameter[]; exitActionType?: InvocableActionType; exitConditionLogic?: string; exitConditions: FlowCondition[]; faultConnector?: FlowConnector; stageSteps: FlowStageStep[]; }; export type FlowRecordCreate = FlowNode & { assignRecordIdToReference?: string; connector?: FlowConnector; doesUpsert?: boolean; doesUpsertAllOrNone?: boolean; faultConnector?: FlowConnector; filterLogic?: string; filters: FlowRecordFilter[]; inputAssignments: FlowInputFieldAssignment[]; inputReference?: string; object?: string; operationMultMatchingRecords?: string; operationOneMatchingRecord?: string; operationZeroMatchingRecords?: string; storeOutputAutomatically?: boolean; upsertExternalIdField?: string; upsertStandardIdField?: string; }; export type FlowRecordDelete = FlowNode & { connector?: FlowConnector; faultConnector?: FlowConnector; filterLogic?: string; filters: FlowRecordFilter[]; inputReference?: string; object?: string; }; export type FlowRecordLookup = FlowNode & { assignNullValuesIfNoRecordsFound?: boolean; connector?: FlowConnector; faultConnector?: FlowConnector; filterLogic?: string; filters: FlowRecordFilter[]; getFirstRecordOnly?: boolean; limit?: FlowElementReferenceOrValue; object?: string; outputAssignments: FlowOutputFieldAssignment[]; outputReference?: string; queriedFields: string[]; relatedRecords?: FlowRelatedRecordLookup[]; sortField?: string; sortOrder?: SortOrder; storeOutputAutomatically?: boolean; }; export type FlowRecordRollback = FlowNode & { connector?: FlowConnector; }; export type FlowRecordUpdate = FlowNode & { connector?: FlowConnector; faultConnector?: FlowConnector; filterLogic?: string; filters: FlowRecordFilter[]; inputAssignments: FlowInputFieldAssignment[]; inputReference?: string; object?: string; }; export type FlowScreen = FlowNode & { actions: FlowScreenAction[]; allowBack?: boolean; allowFinish?: boolean; allowPause?: boolean; backButtonLabel?: string; connector?: FlowConnector; fields: FlowScreenField[]; helpText?: string; nextOrFinishButtonLabel?: string; pauseButtonLabel?: string; pausedText?: string; rules: FlowScreenRule[]; showFooter?: boolean; showHeader?: boolean; stageReference?: FlowElementReferenceOrValue; styleSettings: FlowScreenStyleSetting[]; triggers: FlowScreenTrigger[]; }; export type FlowStart = FlowNode & { activation?: string; activationTemplate?: string; capabilityTypes: FlowCapability[]; conditionLogic?: string; conditions: FlowCondition[]; connector?: FlowConnector; dataGraph?: string; dataTypeMappings: FlowDataTypeMapping[]; doesRequireRecordChangedToMeetCriteria?: boolean; entryType?: FlowEntryType; eventName?: string; eventType?: InvocableActionType; fanOutAction?: FlowActionCall; filterFormula?: string; filterLogic?: string; filters: FlowRecordFilter[]; flowRunAsUser?: FlowRunAsUser; form?: string; individualObjectRelatedField?: string; inputs: FlowStartInputParameter[]; isAsync?: boolean; object?: string; objectContainer?: string; prioritizedContactPointsList?: string; publishSegment?: boolean; recordTriggerType?: RecordTriggerType; schedule?: FlowSchedule; scheduledPaths: FlowScheduledPath[]; segment?: string; sendMsgToOneContactPtPerIndv?: boolean; triggerType?: FlowTriggerType; triggeringDataGraph?: string; triggeringDataModelObjectPath?: string; versionString?: string; }; export type FlowSchedule = { dayOfMonthToRun?: number; daysOfWeekToRun?: string; endDate?: Date; endTime?: Date; frequency?: FlowStartFrequency; frequencyNumber?: number; startDate?: Date; startTime?: Date; }; export type FlowStep = FlowNode & { connectors: FlowConnector[]; }; export type FlowSubflow = FlowNode & { connector?: FlowConnector; flowName?: string; inputAssignments: FlowSubflowInputAssignment[]; outputAssignments: FlowSubflowOutputAssignment[]; storeOutputAutomatically?: boolean; }; export type FlowTransform = FlowNode & { apexClass?: string; connector?: FlowConnector; dataType?: FlowDataType; isCollection?: boolean; objectType?: string; scale?: number; schemaUri?: string; storeOutputAutomatically?: boolean; transformValues: FlowTransformValue[]; }; export type FlowWait = FlowNode & { defaultConnector?: FlowConnector; defaultConnectorLabel: string; faultConnector?: FlowConnector; timeZoneId?: string; waitEvents: FlowWaitEvent[]; }; export type FlowCustomProperty = { name: string; value?: FlowElementReferenceOrValue; }; export type FlowCategory = Metadata & { description?: string; flowCategoryItems: FlowCategoryItems[]; masterLabel: string; }; export type FlowCategoryItems = { flow: string; }; export type FlowDefinition = Metadata & { activeVersionNumber?: number; description?: string; masterLabel?: string; }; export type FlowSettings = Metadata & { canDebugFlowAsAnotherUser?: boolean; doesEnforceApexCpuTimeLimit?: boolean; doesFormulaEnforceDataAccess?: boolean; doesFormulaGenerateHtmlOutput?: boolean; enableEmailSimpleRespectProfiles?: boolean; enableEmailsimpleSecureProfiles?: boolean; enableFlowBREncodedFixEnabled?: boolean; enableFlowCustomPropertyEditor?: boolean; enableFlowDeployAsActiveEnabled?: boolean; enableFlowFieldFilterEnabled?: boolean; enableFlowFormulasFixEnabled?: boolean; enableFlowInterviewSharingEnabled?: boolean; enableFlowNullPreviousValueFix?: boolean; enableFlowPauseEnabled?: boolean; enableFlowReactiveChoiceOptions?: boolean; enableFlowReactiveScreens?: boolean; enableFlowUseApexExceptionEmail?: boolean; enableFlowViaRestUsesUserCtxt?: boolean; enableLightningRuntimeEnabled?: boolean; isApexPluginAccessModifierRespected?: boolean; isEnhancedFlowListViewVisible?: boolean; isFlowBlockAccessToSessionIDEnabled?: boolean; isManageFlowRequiredForAutomationCharts?: boolean; isSupportRollbackOnErrorForApexInvocableActionsEnabled?: boolean; }; export type FlowTest = Metadata & { description?: string; flowApiName: string; flowTestDataSources: FlowTestDataSource[]; flowTestFlowVersions: FlowTestFlowVersion[]; isolatedObjectExternalKeys: FlowTestIsolObjExtlKey[]; label: string; testPoints: FlowTestPoint[]; testType?: FlowTestType; }; export type FlowTestDataSource = { apexClass: string; dataSourceType: FlowTestDataSourceType; }; export type FlowTestFlowVersion = { flowVersionNumber: string; }; export type FlowTestIsolObjExtlKey = { keyFields: FlowTestExtKeyField[]; objectType: string; }; export type FlowTestExtKeyField = { fieldName: string; }; export type FlowTestPoint = { assertions: FlowTestAssertion[]; elementApiName: string; isUseMockOutput?: boolean; parameters: FlowTestParameter[]; }; export type FlowTestAssertion = { conditions: FlowTestCondition[]; errorMessage?: string; }; export type FlowTestCondition = { leftValueReference: string; operator: FlowComparisonOperator; rightValue?: FlowTestReferenceOrValue; }; export type FlowTestReferenceOrValue = { booleanValue?: boolean; dateTimeValue?: Date; dateValue?: Date; elementReference?: string; jsonValue?: string; numberValue?: number; sobjectValue?: string; stringValue?: string; timeValue?: Date; }; export type FlowTestParameter = { leftValueReference: string; type: FlowTestParameterType; value: FlowTestReferenceOrValue; }; export type FlowValueMap = Metadata & { defaultValue?: string; defaultValueStrategy: FlowValueMapDefaultStrategy; description?: string; label: string; sourceType: FlowValueMapDataType; targetType: FlowValueMapDataType; valueMapEntries: FlowValueMapEntry[]; }; export type FlowValueMapEntry = { sourceValue: string; targetValue: string; }; export type Folder = Metadata & { accessType?: FolderAccessTypes; folderShares: FolderShare[]; name: string; publicFolderAccess?: PublicFolderAccess; sharedTo?: SharedTo; }; export type FolderShare = { accessLevel: FolderShareAccessLevel; sharedTo: string; sharedToType: FolderSharedToType; }; export type DashboardFolder = string; export type DocumentFolder = string; export type EmailFolder = string; export type EmailTemplateFolder = string; export type ReportFolder = string; export type ForecastingFilter = Metadata & { filterLogic?: string; forecastingCustomCategory?: string; forecastingType: string; forecastingTypeSource: string; forecastingTypeSourceCategory?: string; isProtected?: boolean; masterLabel: string; }; export type ForecastingFilterCondition = Metadata & { colName?: string; fieldName: string; forecastingFilter: string; forecastingSourceDefinition?: string; isProtected?: boolean; masterLabel: string; operation: FilterOperation; sortOrder: number; value?: string; }; export type ForecastingGroup = Metadata & { developerName: string; forecastingGroupItems: ForecastingGroupItem[]; groupField: string; masterLabel: string; sourceObject: string; }; export type ForecastingGroupItem = { displayPosition: number; sourceApiValue?: string; }; export type ForecastingObjectListSettings = Metadata & { forecastingTypeObjectListSettings: ForecastingTypeObjectListSettings[]; }; export type ForecastingTypeObjectListSettings = { forecastingObjectListLabelMappings: ForecastingObjectListLabelMapping[]; forecastingObjectListSelectedSettings: ForecastingObjectListSelectedSettings; forecastingObjectListUnselectedSettings: ForecastingObjectListUnselectedSettings; forecastingTypeDeveloperName: string; }; export type ForecastingObjectListLabelMapping = { field: string; label: string; }; export type ForecastingObjectListSelectedSettings = { field: string[]; }; export type ForecastingObjectListUnselectedSettings = { field: string[]; }; export type ForecastingSettings = Metadata & { defaultToPersonalCurrency?: boolean; enableForecasts?: boolean; forecastingCategoryMappings: ForecastingCategoryMapping[]; forecastingDisplayedFamilySettings: ForecastingDisplayedFamilySettings[]; forecastingSubmissionSettings: ForecastingSubmissionSettings; forecastingTypeSettings: ForecastingTypeSettings[]; globalAdjustmentsSettings: AdjustmentsSettings; globalForecastRangeSettings: ForecastRangeSettings; globalQuotasSettings: QuotasSettings; }; export type ForecastingCategoryMapping = { forecastingItemCategoryApiName: string; weightedSourceCategories: WeightedSourceCategory[]; }; export type WeightedSourceCategory = { sourceCategoryApiName: string; weight: number; }; export type ForecastingDisplayedFamilySettings = { productFamily?: string; }; export type ForecastingSubmissionSettings = { allowForecastingSubmissions: boolean; }; export type ForecastingTypeSettings = { active: boolean; displayedCategoryApiNames: string[]; forecastedCategoryApiNames: string[]; forecastingDateType: ForecastingDateType; hasProductFamily: boolean; isAmount: boolean; isAvailable: boolean; isQuantity: boolean; managerAdjustableCategoryApiNames: string[]; masterLabel: string; name: string; opportunityListFieldsLabelMappings: OpportunityListFieldsLabelMapping[]; opportunityListFieldsSelectedSettings: OpportunityListFieldsSelectedSettings; opportunityListFieldsUnselectedSettings: OpportunityListFieldsUnselectedSettings; opportunitySplitName?: string; ownerAdjustableCategoryApiNames: string[]; territory2ModelName?: string; }; export type OpportunityListFieldsLabelMapping = { field: string; label: string; }; export type OpportunityListFieldsSelectedSettings = { field: string[]; }; export type OpportunityListFieldsUnselectedSettings = { field: string[]; }; export type AdjustmentsSettings = { allowExpandedColumns: boolean; enableAdjustments: boolean; enableOwnerAdjustments: boolean; }; export type ForecastRangeSettings = { beginning: number; displaying: number; periodType: PeriodTypes; }; export type QuotasSettings = { showQuotas: boolean; }; export type ForecastingSourceDefinition = Metadata & { categoryField?: string; cdpDataspace?: string; dateField?: string; externalSourceObject?: string; familyField?: string; isProtected?: boolean; masterLabel: string; measureField?: string; sourceObject?: string; territory2Field?: string; userField?: string; }; export type ForecastingType = Metadata & { active: boolean; amount: boolean; dateType: string; developerName: string; forecastingGroupDeveloperName?: string; hasCustomGroup?: boolean; hasProductFamily: boolean; masterLabel: string; opportunitySplitType?: string; opptyLineItemSplitType?: string; quantity: boolean; roleType: string; territory2Model?: string; }; export type ForecastingTypeSource = Metadata & { forecastingSourceDefinition: string; forecastingType: string; isProtected?: boolean; masterLabel: string; parentSourceDefinition?: string; relationField?: string; sourceGroup: number; }; export type FormulaSettings = Metadata & { enableDSTAwareDatevalue?: boolean; }; export type FtestFirstTopLevel = Metadata & { content: number; isProtected?: boolean; longUrl?: string; longUrlNewSlot?: string; masterLabel: string; }; export type FtestSecondTopLevel = Metadata & { content: number; isProtected?: boolean; masterLabel: string; user?: string; }; export type FuelType = Metadata & { description?: string; isActive?: boolean; isProtected?: boolean; isStationaryAssetFuel?: boolean; isVehicleAssetFuel?: boolean; masterLabel: string; }; export type FuelTypeSustnUom = Metadata & { fuelType: string; isProtected?: boolean; masterLabel?: string; unitOfMeasure: string; }; export type FulfillmentStepType = Metadata & { developerName: string; handler: string; isActive: boolean; masterLabel: string; }; export type FunctionReference = Metadata & { access?: string; description?: string; imageReference?: string; label?: string; permissionSet?: string; }; export type FundraisingConfig = Metadata & { donorExternalIdField?: string; donorMatchingMethod?: DonorMatchingMethod; failedTransactionCount?: number; householdSoftCreditRole?: string; installmentExtDayCount?: number; isHshldSoftCrAutoCrea?: boolean; lapsedUnpaidTrxnCount?: number; masterLabel?: string; outreachSourceCodeGenFmla?: string; shouldClosePaidRcrCmt?: boolean; shouldCreateRcrSchdTrxn?: boolean; utmCampaignSrcObj?: string; utmCampaignSrcObjField?: string; utmMediumSrcObj?: string; utmMediumSrcObjField?: string; utmSourceSrcObj?: string; utmSourceSrcObjField?: string; }; export type GRCIntelligenceUddSettings = Metadata & { enablePolicyAuthoringAI?: boolean; enableProactAsstForRisk?: boolean; enableProactSummaryForRisk?: boolean; }; export type GatewayProviderPaymentMethodType = Metadata & { comments?: string; gtwyProviderPaymentMethodType?: string; masterLabel: string; paymentGatewayProvider?: string; paymentMethodType?: string; recordType?: string; }; export type GenAiFunction = Metadata & { description?: string; developerName?: string; invocationTarget?: string; invocationTargetType: PlannerFunctionInvocableTargetType; isConfirmationRequired?: boolean; isIncludeInProgressIndicator?: boolean; language?: string; localDeveloperName?: string; mappingAttributes: GenAiPlannerAttr[]; masterLabel: string; progressIndicatorMessage?: string; source?: string; }; export type GenAiPlannerAttr = { description?: string; label: string; name: string; parameterName: string; parameterType: PlannerAttrMappingType; }; export type GenAiPlannerBundle = Metadata & { attributeMappings: GenAiPlannerAttrMapping[]; botTemplate?: string; capabilities?: string; description?: string; genAiFunctions: GenAiPlannerFunctionDef[]; genAiPlugins: GenAiPlannerFunctionDef[]; masterLabel: string; plannerSurfaces: AiPlannerSurfaceDef[]; plannerType: PlannerType; ruleExpressionAssignments: GenAiPlannerRuleExprAsgn[]; ruleExpressions: GenAiPlannerRuleExprDef[]; }; export type GenAiPlannerAttrMapping = { attributeName: string; attributeType: AttributeType; constantValue?: string; mappingTargetName?: string; mappingType: AttributeMappingType; }; export type GenAiPlannerFunctionDef = { genAiCustomizedPlugin?: GenAiLocalPlugin; genAiFunctionName?: string; genAiPluginName?: string; }; export type GenAiLocalPlugin = { aiPluginUtterances: AiPluginUtteranceDef[]; canEscalate?: boolean; description: string; genAiFunctions: GenAiPluginFunctionDef[]; genAiPluginInstructions: GenAiPluginInstructionDef[]; language: string; localDeveloperName?: string; masterLabel: string; name: string; pluginType: PluginType; scope?: string; }; export type AiPluginUtteranceDef = { developerName: string; language: string; masterLabel: string; utterance: string; }; export type GenAiPluginFunctionDef = { functionName: string; }; export type GenAiPluginInstructionDef = { description: string; developerName: string; language: string; masterLabel: string; sortOrder: number; }; export type AiPlannerSurfaceDef = { adaptiveResponseAllowed?: boolean; callRecordingAllowed?: boolean; outboundRouteConfigs: AiPlannerSurfOtbdRouteDef[]; surface: string; surfaceType: SurfaceType; }; export type AiPlannerSurfOtbdRouteDef = { escalationMessage?: string; outboundRouteName: string; outboundRouteType: OutboundRouteType; }; export type GenAiPlannerRuleExprAsgn = { ruleExpressionName: string; targetName: string; targetType: string; }; export type GenAiPlannerRuleExprDef = { conditions: GenAiPlannerRuleExprCondition[]; expression?: string; expressionLabel: string; expressionName: string; expressionType?: ExpressionType; }; export type GenAiPlannerRuleExprCondition = { leftOperand: string; leftOperandType: GenAiAgentVariableType; operator: GenAiRuleExpressionOperator; rightOperandValue?: string; }; export type GenAiPlugin = Metadata & { aiPluginUtterances: AiPluginUtteranceDef[]; canEscalate?: boolean; description?: string; developerName: string; genAiFunctions: GenAiPluginFunctionDef[]; genAiPluginInstructions: GenAiPluginInstructionDef[]; language: string; localActionLinks: GenAiPluginFunctionDef[]; localActions: GenAiFunction[]; localDeveloperName?: string; masterLabel: string; pluginType: PluginType; scope?: string; source?: string; }; export type GenAiPromptTemplate = Metadata & { activeVersionIdentifier?: string; description?: string; developerName?: string; masterLabel?: string; overrideSource?: string; relatedEntity?: string; relatedField?: string; templateVersions: GenAiPromptTemplateVersion[]; type?: string; visibility?: GenAiPromptTemplateVisibilityType; }; export type GenAiPromptTemplateVersion = { classification?: string; content?: string; defaultLanguageScope?: string; description?: string; generationTemplateConfigs: GenAiPromptTemplateGenerationConfig[]; inputs: GenAiPromptTemplateInput[]; keywords?: string; outputSchema?: string; primaryModel?: string; responseFormat?: GenAiPromptTemplateResponseFormat; status?: GenAiPromptTemplateStatus; templateDataProviders: GenAiPromptTemplateDataProvider[]; versionIdentifier?: string; }; export type GenAiPromptTemplateGenerationConfig = { generationConfigDeveloperName?: string; }; export type GenAiPromptTemplateInput = { apiName: string; definition: string; description?: string; masterLabel?: string; referenceName: string; required: boolean; }; export type GenAiPromptTemplateDataProvider = { definition: string; description?: string; label?: string; parameters: GenAiPromptTemplateDataProviderParam[]; referenceName: string; }; export type GenAiPromptTemplateDataProviderParam = { definition: string; isRequired?: boolean; parameterName: string; valueExpression?: string; }; export type GenAiPromptTemplateActv = Metadata & { accessLevel: GenAiPromptTemplateActvAccessLevel; developerName: string; masterLabel?: string; templateDeveloperName: string; }; export type GenComputingSummaryDef = Metadata & { isActive: boolean; isCommentPostEnabled: boolean; isFeedPostEnabled: boolean; isPublic: boolean; masterLabel: string; prompt?: string; relatedObject?: string; }; export type GeneralConfigSettings = Metadata & { generalConfig: GeneralConfig[]; }; export type GeneralConfig = { name: string; run?: boolean; value?: string; }; export type GeocodeSettings = Metadata & { alertOnCalloutFailure?: boolean; useSFMaps?: boolean; }; export type GiftEntryGridTemplate = Metadata & { description?: string; developerName?: string; isSingleGiftDefault?: boolean; masterLabel?: string; templateConfiguration?: string; }; export type GlobalPicklist = Metadata & { description?: string; globalPicklistValues: GlobalPicklistValue[]; masterLabel: string; sorted: boolean; }; export type GlobalValueSet = Metadata & { customValue: CustomValue[]; description?: string; masterLabel: string; sorted: boolean; }; export type GlobalValueSetTranslation = Metadata & { valueTranslation: ValueTranslation[]; }; export type ValueTranslation = { masterLabel: string; translation?: string; }; export type GoogleAppsSettings = Metadata & { enableGmailButtons?: boolean; enableGmailButtonsAndLinks?: boolean; enableGmailLinks?: boolean; enableGoogleDocs?: boolean; enableGoogleDocsTab?: boolean; enableGoogleTalk?: boolean; googleAppsDomain?: string; googleAppsDomainLinked?: boolean; googleAppsDomainValidated?: boolean; }; export type Group = Metadata & { description?: string; doesIncludeBosses?: boolean; name: string; }; export type HerokuAppLinkSettings = Metadata & { enableHerokuAppLink?: boolean; }; export type HighVelocitySalesSettings = Metadata & { enableACAutoSendEmail?: boolean; enableACChangeTargetAssignee?: boolean; enableACSkipWeekends?: boolean; enableAutoBdrEmailPref?: boolean; enableAutoBdrVoicePref?: boolean; enableBusinessHours?: boolean; enableCadenceVariantTestingPref?: boolean; enableChgTgtAssigneeUsrPermPref?: boolean; enableDispositionCategory?: boolean; enableEinsteinSdrEmailPref?: boolean; enableEngagementWaveAnalyticsPref?: boolean; enableHighVelocitySales?: boolean; enableHighVelocitySalesSetup?: boolean; enableInvoiceAttributionPref?: boolean; enableLogACallForCTIPref?: boolean; enableLogTasksForLinkedInPref?: boolean; enableMultipleCadencesPref?: boolean; enableOpportunityAttributionPermPref?: boolean; enableProspectingCenterPref?: boolean; enableQuickCadenceAutoSendEmail?: boolean; enableTaskLoggingPref?: boolean; }; export type HomePageComponent = Metadata & { body?: string; height?: number; links: string[]; page?: string; pageComponentType: PageComponentType; showLabel?: boolean; showScrollbars?: boolean; width?: PageComponentWidth; }; export type HomePageLayout = Metadata & { narrowComponents: string[]; wideComponents: string[]; }; export type IPAddressRange = Metadata & { description?: string; endIpAddress: string; ipAddressFeature: IPAddressFeature; ipAddressUsageScope: IPAddressUsageScope; isProtected?: boolean; masterLabel: string; startIpAddress: string; }; export type Icon = Metadata & { image: string; key: string; usageType: IconUsageType; }; export type IdeasSettings = Metadata & { enableChatterProfile?: boolean; enableHtmlIdea?: boolean; enableIdeaMultipleCategory?: boolean; enableIdeaThemes?: boolean; enableIdeas?: boolean; enableIdeasControllerExtensions?: boolean; enableIdeasReputation?: boolean; halfLife?: number; ideasProfilePage?: string; }; export type IdentityProviderSettings = Metadata & { certificateName: string; enableIdentityProvider: boolean; }; export type IdentityVerificationProcDef = Metadata & { identityVerificationProcDtls: IdentityVerificationProcDtl[]; masterLabel: string; searchLayoutType: IdentityVerificationSearchLayoutType; }; export type IdentityVerificationProcDtl = Metadata & { apexClass?: string; dataSourceType: IdentityVerificationDataSourceType; developerName: string; displayRecordFieldName?: string; identityVerificationProcFlds: IdentityVerificationProcFld[]; isActive?: boolean; isRetryAllowedAfterLimit?: boolean; linkedIdVerfProcessDet?: string; masterLabel: string; objectName?: string; optionalVerifiersMinVerfCount?: number; retryLimit?: number; searchFilter?: string; searchRecordUniqueIdField?: string; searchResultSortBy?: string; searchSequenceNumber: number; searchType: IdentityVerificationSearchType; }; export type IdentityVerificationProcFld = Metadata & { customFieldLabel?: string; dataSourceType: IdentityVerificationProcFldDataSourceType; developerName: string; fieldDataType?: IdentityVerificationProcFldFieldDataType; fieldName: string; fieldType: IdentityVerificationProcFldFieldType; fieldValueFormula?: string; isActive?: boolean; isManualInput?: boolean; masterLabel: string; sequenceNumber: number; }; export type IframeWhiteListUrlSettings = Metadata & { iframeWhiteListUrls: IframeWhiteListUrl[]; }; export type IframeWhiteListUrl = { context: IFrameWhitelistContext; url?: string; }; export type InboundNetworkConnection = Metadata & { connectionType: ExternalConnectionType; description: string; inboundNetworkConnProperties: InboundNetworkConnProperty[]; isActive: boolean; label: string; status: ExternalConnectionStatus; }; export type InboundNetworkConnProperty = { propertyName: InboundConnPropertyName; propertyValue: string; }; export type IncidentMgmtSettings = Metadata & { enableAiKnowledgeCreation?: boolean; enableAlertBroadcastType?: boolean; enableAutoClosureOfChildIncident?: boolean; enableAutoCreationOfProblem?: boolean; enableChangePriorityMatrix?: boolean; enableChangePriorityOverride?: boolean; enableChangeRequestValidations?: boolean; enableChatToIncidentAi?: boolean; enableChgCnfcltForMaintSchd?: boolean; enableChgCnflctForChgOwner?: boolean; enableChgCnflctForCnfgItems?: boolean; enableChgCnflctForMoratSchd?: boolean; enableChgRqstCnflctDetection?: boolean; enableCnfgItemCopyForRecords?: boolean; enableDedupE2IncidentAttachment?: boolean; enableEmailBroadcastType?: boolean; enableEmailToIncident?: boolean; enableEmailToIncidentAi?: boolean; enableEnterpriseKnowledge?: boolean; enableITSMChangeMgmt?: boolean; enableITSMIncidentMgmt?: boolean; enableITSMMajorIncParent?: boolean; enableITSMProblemMgmt?: boolean; enableIncPriorityMatrix?: boolean; enableIncPriorityOverride?: boolean; enableIncidentMgmt?: boolean; enableIncidentValidations?: boolean; enableMiawForRequestorAgent?: boolean; enablePrivilegeAssignment?: boolean; enableProbPriorityMatrix?: boolean; enableProbPriorityOverride?: boolean; enableProblemValidations?: boolean; enableRiskAssessment?: boolean; enableSaveE2IncidentAttachment?: boolean; enableSiteBannerBroadcastType?: boolean; enableSlackBroadcastType?: boolean; }; export type IndustriesAutomotiveSettings = Metadata & { enableAutoAgentsPilot?: boolean; enableAutomotiveAgents?: boolean; enableAutomotiveAppraisals?: boolean; enableAutomotiveCloud?: boolean; enableAutomotiveScheduler?: boolean; enableAutomotiveServiceExcellence?: boolean; enableConnectedVehSrvcsCmpnt?: boolean; enableDealerEssntlsAutomotive?: boolean; enableGenAiForAutoPilot?: boolean; }; export type IndustriesChannelPartnerInventorySettings = Metadata & { enableChannelPartnerInventoryTracking?: boolean; }; export type IndustriesConnectedServiceSettings = Metadata & { enablePrebuiltCmpntTlmtryMgmt?: boolean; enableTelemetryDefActnMgmt?: boolean; }; export type IndustriesEinsteinFeatureSettings = Metadata & { documentReaderConfidenceOrgValue: number; }; export type IndustriesEnergyUtilitiesMultiSiteSettings = Metadata & { autoQuoteFlowApiNameOrgValue?: string; }; export type IndustriesEventOrchSettings = Metadata & { enableEventOrchDecisionTable?: boolean; }; export type IndustriesFieldServiceSettings = Metadata & { enableAutomotiveServiceCampaignManagement?: boolean; enableIndustriesFieldService?: boolean; }; export type IndustriesManufacturingSettings = Metadata & { enableConnectedAssetSrvcsCmpnt?: boolean; enableFleetManagement?: boolean; enableFundingWorkbench?: boolean; enableIndManufacturing?: boolean; enableIndustriesMfgAccountForecast?: boolean; enableIndustriesMfgAdvForecast?: boolean; enableIndustriesMfgIAS?: boolean; enableIndustriesMfgProgram?: boolean; enableIndustriesMfgTargets?: boolean; enableMfgAgents?: boolean; enableMfgAgentsPilot?: boolean; enablePartnerLeadManagement?: boolean; enablePartnerPerformanceManagement?: boolean; enablePartnerVisitManagement?: boolean; enablePtnrLeadMgmtMappings?: boolean; enableRevMgmtForSlsAgr?: boolean; enableVehAndAstLending?: boolean; enableVehAssetFinAddtnlCmpnts?: boolean; enableVehicleAndAssetFinance?: boolean; }; export type IndustriesMfgSampleManagementSettings = Metadata & { enableSampleManagement?: boolean; }; export type IndustriesSettings = Metadata & { allowBenefitAssignmentWithInactiveProgramEnrollment?: boolean; allowMultipleProducersToWorkOnSamePolicy?: boolean; appointmentDistributionOrgPref?: boolean; brwrCntctFrExtrnlSrcsPref?: boolean; captureResourceUtilizationOrgPref?: boolean; clctnAndRecoveryAgntPref?: boolean; collDialerCampaignPref?: boolean; collectionAsaAgentPref?: boolean; createCustomerPropertyFromLAProperty?: boolean; createFSCAssetFromLAAsset?: boolean; createFSCAssetFromLAProperty?: boolean; createFSCLiabilityFromLAFinancial?: boolean; createFSCLiabilityFromLALiability?: boolean; createFinancialAccountFromLAAsset?: boolean; createFinancialAccountFromLALiability?: boolean; createFinancialAccountsFromLAFinancials?: boolean; createFinancialAccountsFromLAProperty?: boolean; enableAIAccelerator?: boolean; enableAWSTextractAnalyzeIDPref?: boolean; enableAWSTextractQueriesPref?: boolean; enableAWSTextractTablesPref?: boolean; enableAcademicInsightsAI?: boolean; enableAcademicOperations?: boolean; enableAccessToMasterListOfCoverageTypes?: boolean; enableAccountBasedSharing?: boolean; enableAccountScoreEnabled?: boolean; enableActionPlanTaskComment?: boolean; enableActionableList?: boolean; enableActionableListOrgPref?: boolean; enableAdvancedScheduling?: boolean; enableAdvancementGenAI?: boolean; enableAdverseEvents?: boolean; enableAdvisingAgent?: boolean; enableAdvisingSummaryAI?: boolean; enableAlumniRelations?: boolean; enableAnyResourceTypeOrgPref?: boolean; enableAppAlerts?: boolean; enableAppFrmAnywhereOrgPref?: boolean; enableAppInviteOrgPref?: boolean; enableApplnDecStdSharing?: boolean; enableAppraisalMgmt?: boolean; enableAutoApprovePASetting?: boolean; enableAutoComplaintSummaryPref?: boolean; enableAutoSaveMcgAssmtSetting?: boolean; enableB2B?: boolean; enableB2BAccountPlan?: boolean; enableB2BEinstein?: boolean; enableB2BRMAgent?: boolean; enableBatchIDExtractAndTransform?: boolean; enableBatchIntelligentDocExtrctPref?: boolean; enableBehavioralHealthAppPref?: boolean; enableBenefitAndGoalSharingPref?: boolean; enableBenefitManagementPreference?: boolean; enableBlockResourceAvailabilityOrgPref?: boolean; enableBusinessHierarchyPref?: boolean; enableBusinessMessenger?: boolean; enableCBSFAnyWordSearch?: boolean; enableCPBestConTimeSharing?: boolean; enableCPSocialCustomSharing?: boolean; enableCSRDReportingOrgPref?: boolean; enableCalculationDetail?: boolean; enableCalculationUsingParentPolicyOnly?: boolean; enableCallReportAdminContextPref?: boolean; enableCandidateMatching?: boolean; enableCapacitySchedulingPref?: boolean; enableCareGapPrefSetting?: boolean; enableCareMgmtSlackAccess?: boolean; enableCarePlansPreference?: boolean; enableCareTaskSharingSetting?: boolean; enableCaseProceedingsPref?: boolean; enableCaseReferralPref?: boolean; enableCdpSalesExcellence?: boolean; enableCdsAppFormProdSiteUsers?: boolean; enableCdsAppFormSiteUsers?: boolean; enableCdsApplicationForm?: boolean; enableCdsApplicationFormProduct?: boolean; enableCdsAssetDataSharingParticipant?: boolean; enableCdsAssetDataSharingParticipantExprc?: boolean; enableCdsDeleteCOPRecordByParentOwner?: boolean; enableCdsPartyProfile?: boolean; enableCdsPartyProfileSiteUsers?: boolean; enableChurnPredictionRT?: boolean; enableClaimMgmt?: boolean; enableClinicalDataModel?: boolean; enableCmplntMgmtSklCoCmtyPref?: boolean; enableCollectionFLowOps?: boolean; enableCollectionRiskScoringCFE?: boolean; enableCollectionTimeline?: boolean; enableComparisonViewAI?: boolean; enableCompliantDataSharingForAccount?: boolean; enableCompliantDataSharingForBudget?: boolean; enableCompliantDataSharingForBudgetSiteUsers?: boolean; enableCompliantDataSharingForCustomObjects?: boolean; enableCompliantDataSharingForFinancialDeal?: boolean; enableCompliantDataSharingForFundingAward?: boolean; enableCompliantDataSharingForFundingAwardSiteUsers?: boolean; enableCompliantDataSharingForFundingOpportunity?: boolean; enableCompliantDataSharingForFundingOpportunitySiteUsers?: boolean; enableCompliantDataSharingForIndividualApplication?: boolean; enableCompliantDataSharingForIndividualApplicationSiteUsers?: boolean; enableCompliantDataSharingForIndividualApplicationTask?: boolean; enableCompliantDataSharingForIndividualApplicationTaskSiteUsers?: boolean; enableCompliantDataSharingForInteraction?: boolean; enableCompliantDataSharingForInteractionSummary?: boolean; enableCompliantDataSharingForOpportunity?: boolean; enableCompliantDataSharingForPreliminaryApplicationRef?: boolean; enableCompliantDataSharingForPreliminaryApplicationRefSiteUsers?: boolean; enableComprehendMedical?: boolean; enableContactCenterAccess?: boolean; enableContractMgmtPref?: boolean; enableContractSearchPref?: boolean; enableContractsAIPref?: boolean; enableCourseOpsAgent?: boolean; enableCourseSearchAgent?: boolean; enableCreateMultiAttendeeEventOrgPref?: boolean; enableCrisisCenterAccess?: boolean; enableCriteriaBasedSearchAndFilter?: boolean; enableCustomFlowsOnCycleCount?: boolean; enableCustomFlowsOnExpiryPage?: boolean; enableDCHEnGpt?: boolean; enableDCHEnGptAccuracy?: boolean; enableDCHEnGptFirstDraft?: boolean; enableDCHEnGptIL?: boolean; enableDCHEnGptSearch?: boolean; enableDCHGoogleAddOn?: boolean; enableDCHMSO365AddIn?: boolean; enableDFDataCapture?: boolean; enableDataCloudEventsOnTimeline?: boolean; enableDataTrueUpPreference?: boolean; enableDeDupeForDSPref?: boolean; enableDealManagement?: boolean; enableDeleteCustomObjectParticipantRecordCompliantDataSharing?: boolean; enableDepriveSoqlAccessGuestUserOrgPref?: boolean; enableDepriveSoqlAccessOrgPref?: boolean; enableDigitalInsurancePolicyRnwl?: boolean; enableDigitalLendingPref?: boolean; enableDigitalLendingReadOnlyOrgPref?: boolean; enableDisbursementPreference?: boolean; enableDiscoveryFrameworkMetadata?: boolean; enableDiscoveryFrwrkSampleTemplate?: boolean; enableDiseaseCaseClassificationPref?: boolean; enableDiseaseSurveillancePref?: boolean; enableDisplaySummaryOnTimeline?: boolean; enableDonorSupportAgentBeta?: boolean; enableDontSharePartyprofWPortalOrgPref?: boolean; enableDpeProviderSearchSettingsOrgPref?: boolean; enableDropInAppointmentsOrgPref?: boolean; enableDropInFallbackMechOrgPref?: boolean; enableDropInSimplifiedViewOrgPref?: boolean; enableDropInSkillMatchingOrgPref?: boolean; enableDupePriorAuthDetectionSetting?: boolean; enableEDCSkillsGenerator?: boolean; enableEGPTInsuranceCmpntPref?: boolean; enableESGReportingOrgPref?: boolean; enableEUCoreAI?: boolean; enableEUCoreServiceAppOn?: boolean; enableEUMultisiteFeature?: boolean; enableEUSales?: boolean; enableEUTariffFeature?: boolean; enableEduAdvncdAcadOper?: boolean; enableEducationCloud?: boolean; enableEinsteinAiAutofillPref?: boolean; enableEinsteinDocReader?: boolean; enableEinsteinVisits?: boolean; enableEngagementVisualsAI?: boolean; enableEnhancedQuestionCreation?: boolean; enableEnhancedSaveResponsesPref?: boolean; enableEnhancedUIForISPref?: boolean; enableEpcDeleteAccess?: boolean; enableEventManagementOrgPref?: boolean; enableEventWriteOrgPref?: boolean; enableEvidenceManagementPref?: boolean; enableExistingHealthCloudOrg?: boolean; enableFSCInsuranceReport?: boolean; enableFSCInsuranceServiceConsole?: boolean; enableFinSummaryRollupMgmt?: boolean; enableFinancialAccountMgmt?: boolean; enableFinancialDealCallReportCmpPref?: boolean; enableFinancialDealCallReportPref?: boolean; enableFinancialDealRoleHierarchy?: boolean; enableFlexibleHierarchyPref?: boolean; enableFormFramework?: boolean; enableFundraising?: boolean; enableGenAIAssessmentQuestions?: boolean; enableGiftAgreement?: boolean; enableGiftEntryGrid?: boolean; enableGiftPlanning?: boolean; enableGnrcDisclsFrmwrk?: boolean; enableGoalsAgent?: boolean; enableGrantmaking?: boolean; enableGroupMembershipPref?: boolean; enableHCReferralScoring?: boolean; enableHcCorePatientConsole?: boolean; enableHcStdRelationshipJunctions?: boolean; enableHealthCloudGenAIPref?: boolean; enableHighScaleRuleProcessingPref?: boolean; enableHlsClinicalDcsnSuptAccessOrgPreference?: boolean; enableHlsFhirSubscriptionSetting?: boolean; enableHlsUmDtrSetting?: boolean; enableHomeHealth?: boolean; enableHomeHlthRschdFlowRcntVer?: boolean; enableIAMPatchModifyPref?: boolean; enableIESentimentAnalysis?: boolean; enableIndCrossObjChangelog?: boolean; enableIndustriesAssessment?: boolean; enableIndustriesAssessmentGuestOrgPref?: boolean; enableIndustriesAssessmentPrefill?: boolean; enableIndustriesCaptchaVerification?: boolean; enableIndustriesIntegrationOrchestratorPref?: boolean; enableIndustriesKYC?: boolean; enableIndustriesLPIPreference?: boolean; enableIndustriesOnboarding?: boolean; enableIndustriesRebates?: boolean; enableIndustriesShipAndDebit?: boolean; enableIndustriesStageManagementPref?: boolean; enableInformationLibrary?: boolean; enableInsDocRelationship?: boolean; enableInsuranceCoexistence?: boolean; enableIntegratedCareManagementSetting?: boolean; enableIntelligentDocExtractPref?: boolean; enableInteractionCstmSharingPref?: boolean; enableInteractionRoleHierarchy?: boolean; enableInteractionSummaryPref?: boolean; enableInteractionSummaryRoleHierarchy?: boolean; enableInvestigativeCaseMgmntPrf?: boolean; enableLSC4CEDocumentManagement?: boolean; enableLSC4CEEDetailing?: boolean; enableLSC4CEEmailAndTemplate?: boolean; enableLSC4CEKeyAccountManagement?: boolean; enableLSC4CEMedInsights?: boolean; enableLSC4CEPackage?: boolean; enableLSC4CERemoteEngagement?: boolean; enableLSC4CEVisits?: boolean; enableLSCAdminConsolePerms?: boolean; enableLifeSciFieldEvents?: boolean; enableLifeSciGenericWorkflow?: boolean; enableLifeSciInquiry?: boolean; enableLifeSciListsAndFilters?: boolean; enableLifeSciencesActivityPlan?: boolean; enableLifeSciencesClinialTrailManagement?: boolean; enableLifeSciencesConsent?: boolean; enableLifeSciencesCustomerEngagementBase?: boolean; enableLifeSciencesMergeManagement?: boolean; enableLifeSciencesProviderEngagementCompliance?: boolean; enableLifeSciencesSiteManagement?: boolean; enableLsSiteMgmtSiteSelAgent?: boolean; enableLsSiteMgmtSummarization?: boolean; enableManyToManyRelationships?: boolean; enableMaterialityAssessment?: boolean; enableMcgAsmtSugRespSetting?: boolean; enableMcgSetting?: boolean; enableMedRecSetting?: boolean; enableMediaAddInvSlotToPlan?: boolean; enableMediaConfigSetupEnabled?: boolean; enableMedicalDeviceEnabled?: boolean; enableMedicationManagementEnabled?: boolean; enableMentoring?: boolean; enableMicrosoftWordAddInEnabled?: boolean; enableMortgageRlaTotalsOrgPref?: boolean; enableMulesoftFhirR4Apis?: boolean; enableMultiResourceOrgPref?: boolean; enableMultipleCareProgramEnrolleeOrgPref?: boolean; enableMultipleTopicsForShiftsOrgPref?: boolean; enableNZCENCarbonAccounting?: boolean; enableNZCENGPTDCHIL?: boolean; enableNZCENScope3ProcHub?: boolean; enableNZCMngEnrgyAttrCr?: boolean; enableNZCMngEsgPgm?: boolean; enableNZCWithEinstein?: boolean; enableNewTimelineSetupFlow?: boolean; enableNextBestAction?: boolean; enableNextBestCustomer?: boolean; enableNextBestMessage?: boolean; enableNonprofitCloudAgent?: boolean; enableNonprofitGenAI?: boolean; enableObjectDetection?: boolean; enableOnDemandRecordRollupPref?: boolean; enableOutcomes?: boolean; enableOverbookingOrgPref?: boolean; enableOverbookingWithGroupOrgPref?: boolean; enablePATSTerritoryBasedSharing?: boolean; enablePCMConfigRules?: boolean; enablePartyProfileDataValidityPref?: boolean; enablePartyProfileParentSharingOrgPref?: boolean; enablePartyprofParentMultiSharingOrgPref?: boolean; enablePathwayPlannerRealTimeValidation?: boolean; enablePatientAppointmentSchedulingOrgPref?: boolean; enablePatientServicesOrchestration?: boolean; enablePaymentsIntegrationPref?: boolean; enablePersonAcctAddrSync?: boolean; enablePhilResearchAgent?: boolean; enablePolicyAdministration?: boolean; enablePolicyAgentPref?: boolean; enablePositionRecruitmentPref?: boolean; enablePreBookedFallbackMechOrgPref?: boolean; enablePrefillMcgAssessmentSetting?: boolean; enablePrimaryProviderRestriction?: boolean; enableProdAdminBusinessGrpFilter?: boolean; enableProdTerrAlgnPrtHrchyAcc?: boolean; enableProdTerrAvlRecSharing?: boolean; enableProgramCohorts?: boolean; enableProviderManagementPref?: boolean; enableProviderMgmtHealthCarePref?: boolean; enableProviderMgmtSharingPref?: boolean; enableProviderSearchForGuestUser?: boolean; enableProviderSearchPreciseMatch?: boolean; enableProviderSearchSyncOrgPref?: boolean; enableProviderSummarization?: boolean; enablePssBnftMgmtSklCmtyPref?: boolean; enablePssBnftMgmtSklCoCmtyPref?: boolean; enablePssCmplntMgmtSklCmtyPref?: boolean; enablePssLPISklCmtyPref?: boolean; enablePubSectrCmplMgmtSklPref?: boolean; enablePubSectrCmplntMgmtSklPref?: boolean; enablePulseChecks?: boolean; enableRBLUsingCalcService?: boolean; enableRecordAlertCustomSharingPref?: boolean; enableRecordRollup?: boolean; enableReferralManagementApp?: boolean; enableReferralScoring?: boolean; enableReminders?: boolean; enableRetailPos?: boolean; enableRosterFileFeatureOrgPreference?: boolean; enableSCAllocScorEmssnSpentAmt?: boolean; enableSCAssignFootprint?: boolean; enableSCBEIEnabled?: boolean; enableSCCarbonAccounting?: boolean; enableSCCarbonCreditAlloc?: boolean; enableSCCreateFootprint?: boolean; enableSCDGF?: boolean; enableSCEmssnsForecasting?: boolean; enableSCExpansionUseCase?: boolean; enableSCExpansionUseCaseMultiLevel?: boolean; enableSCExternalEngMgmt?: boolean; enableSCGenrateCnsmpRcd?: boolean; enableSCSNGManagement?: boolean; enableSCScope3HubEnabled?: boolean; enableSCSnGAffiliates?: boolean; enableSCSplitCnsmpRcd?: boolean; enableSCTargetSetting?: boolean; enableSCWasteManagement?: boolean; enableSCWaterManagement?: boolean; enableSampleLimits?: boolean; enableSaveActionsForInternalAssessmentsSetting?: boolean; enableSaveAssessmentAsDraft?: boolean; enableSchedulerPaymentsPref?: boolean; enableScoringFrameworkCRMAPref?: boolean; enableScoringFrameworkOrgPref?: boolean; enableSentimentAnalysis?: boolean; enableShareSaWithArOrgPref?: boolean; enableSlackForCib?: boolean; enableSmartAsmtQstnGeneration?: boolean; enableSmartTags?: boolean; enableSourceCodeGeneration?: boolean; enableStageAssignmentRulesReEvaluation?: boolean; enableStuFinancials?: boolean; enableStudentFinAgent?: boolean; enableStudentGoals?: boolean; enableStudentManagement?: boolean; enableStudentRecruitmentAgent?: boolean; enableStudentSuccess?: boolean; enableSuggRespForInternalAssmt?: boolean; enableSuggestedAssessmentSetting?: boolean; enableSustainabilityCloud?: boolean; enableSyncInteractionsPref?: boolean; enableTRcrtMgmtSklCoCmtyPref?: boolean; enableTearSheetPref?: boolean; enableTextExtract?: boolean; enableTimelineCachePref?: boolean; enableTimelinePref?: boolean; enableTlntRcrtMgmtRcrutSklPref?: boolean; enableTlntRcrtMgmtSklCmtyPref?: boolean; enableTopicOrTemplate?: boolean; enableTopicTimeSlot?: boolean; enableTrackApplicationsPref?: boolean; enableTrialManagementRandomization?: boolean; enableTurnOffDsclsReprtPbsrName?: boolean; enableUMPayerAppAccessOrgPreference?: boolean; enableVideoVisitsOrgPref?: boolean; enableVisitCalendarSync?: boolean; enableVisitInventoryEnabled?: boolean; enableVisitPlanningAndExecutionAction?: boolean; enableVolunteerManagement?: boolean; enableVolunteerManagementAI?: boolean; enableWaitlistManagementPref?: boolean; enableWealthManagementAIPref?: boolean; enforceInsuranceUniqueProductCode?: boolean; isCustomDpeTxObsProviderSearchEnabled?: boolean; loanApplicantAddressAutoCreation?: boolean; loanApplicantAutoCreation?: boolean; mortgageSalesforceSharing?: boolean; nonProfitCloudEmbeddedAI?: boolean; participantRecordDeactivateUser?: string; partyProfMultiShrPrtnrsOrgPref?: boolean; rlaEditIfAccHasEdit?: boolean; showCollectionContactAndAccount?: boolean; transformRBLtoDPE?: boolean; }; export type IndustriesUnifiedInventorySettings = Metadata & { enableBatchManagement?: boolean; enableInventoryCount?: boolean; enableProductInventoryOperations?: boolean; }; export type InsPlcyCoverageSpecConfig = Metadata & { coverageSpecification: string; isNetworkTierApplicable: boolean; masterLabel: string; }; export type InsPlcyLineOfBusConfig = Metadata & { lineOfBusiness: string; masterLabel: string; termName: string; }; export type InsPolicyLifecycleConfig = Metadata & { customContextDefinition?: string; customContextMapping?: string; displayFields: string; policyProcessType: InsPolicyLifecycleProcess; standardContextDefinition?: string; standardContextMapping?: string; }; export type InsPolicyManagementConfig = Metadata & { expectedRevExpsSetDef?: string; label: string; premiumCalcExpsSetDef?: string; stdExpectedRevExpsSetDef?: string; stdPremiumCalcExpsSetDef?: string; }; export type InsRatePlanCmsnConfig = Metadata & { calculationType: InsRatePlanCmsnConfigCalcType; displayFields: string; ratePlanCommissionType: string; }; export type InsRatePlanTypeConfig = Metadata & { displayFields: string; ratePlanCommissionTypes: string; ratePlanType: string; }; export type InstalledPackage = Metadata & { activateRSS: boolean; password?: string; securityType?: string; versionNumber: string; }; export type InsuranceBrokerageSettings = Metadata & { brokerageTransGranularity?: string; enableBrokerage?: boolean; insBrkBillingCtxDef?: string; insBrkBillingCtxIntraSrcMap?: string; insBrkBillingCtxSchedGrpMap?: string; insBrkBillingCtxTnxMapping?: string; iptEnabledForBrokerage?: boolean; iptdEnabledForBrokerage?: boolean; }; export type IntegArtifactDef = Metadata & { description: string; displayName: string; groupId: string; }; export type IntegrationProviderDef = Metadata & { active?: boolean; apexClass?: string; description?: string; developerName: string; externalServiceOperationName?: string; externalServiceRegistration?: string; fileBasedApexClass?: string; fileBasedExternalService?: string; fileBasedInputDataProcessor?: string; fileBasedOmniUiCard?: string; fileBasedOutputDataProcessor?: string; inputDataProcessor?: string; integrationProviderAttributes: IntegrationProviderAttr[]; javaClassName?: string; outputDataProcessor?: string; providerLabel: string; type: DefinitionType; }; export type IntegrationProviderAttr = { dataType: AttrDataType; dateTimeValue?: Date; dateValue?: Date; description?: string; developerName: string; doubleValue?: number; integerValue?: number; label: string; percentageValue?: number; required: boolean; stringValue?: string; trueOrFalseValue?: boolean; }; export type InternalDataConnector = Metadata & { alias: string; dataConnectionStatus: DataConnectionStatus; dataConnectorType: DataConnectorType; dataPlatform: string; dataSourceTenant: string; dataSpace: string; externalRecordId: string; isMetadataSync: boolean; masterLabel: string; }; export type InternalOrganization = Metadata & { isForDataExport: boolean; isForDataImport: boolean; masterLabel: string; }; export type InventoryAllocationSettings = Metadata & { enableInventoryAllocation?: boolean; }; export type InventoryReplenishmentSettings = Metadata & { enableInventoryReplenishment?: boolean; }; export type InventorySettings = Metadata & { enableOCIB2CIntegration?: boolean; enableOmniChannelInventory?: boolean; }; export type InvocableActionExtension = Metadata & { targets: InvocableActionExtensionTarget[]; }; export type InvocableActionExtensionTarget = { attributes: InvocableActionExtensionTargetAttribute[]; targetName: string; targetType: InvocableActionExtTargetType; }; export type InvocableActionExtensionTargetAttribute = { dataType: InvocableActionExtAttributeDataType; key: string; value: string; }; export type InvocableActionSettings = Metadata & { isPartialSaveAllowed?: boolean; }; export type IoTSettings = Metadata & { enableIoT?: boolean; enableIoTInsightsPilot?: boolean; enableIoTUsageEmail?: boolean; }; export type KeywordList = Metadata & { description?: string; keywords: Keyword[]; masterLabel: string; }; export type Keyword = { keyword: string; }; export type KnowledgeSettings = Metadata & { answers?: KnowledgeAnswerSettings; cases?: KnowledgeCaseSettings; defaultLanguage?: string; enableChatterQuestionKBDeflection?: boolean; enableCreateEditOnArticlesTab?: boolean; enableExternalMediaContent?: boolean; enableKbStandardSharing?: boolean; enableKnowledge?: boolean; enableKnowledgeAgentContribution?: boolean; enableKnowledgeAnswersPromotion?: boolean; enableKnowledgeArticleTextHighlights?: boolean; enableKnowledgeCaseRL?: boolean; enableKnowledgeKeywordAutoComplete?: boolean; enableKnowledgeTitleAutoComplete?: boolean; enableLightningKbAutoLoadRichTextField?: boolean; enableLightningKnowledge?: boolean; languages?: KnowledgeLanguageSettings; showArticleSummariesCustomerPortal?: boolean; showArticleSummariesInternalApp?: boolean; showArticleSummariesPartnerPortal?: boolean; showValidationStatusField?: boolean; suggestedArticles?: KnowledgeSuggestedArticlesSettings; votingEnabled?: boolean; }; export type KnowledgeAnswerSettings = { assignTo?: string; defaultArticleType?: string; enableArticleCreation?: boolean; }; export type KnowledgeCaseSettings = { articlePDFCreationProfile?: string; articlePublicSharingCommunities?: KnowledgeCommunitiesSettings; articlePublicSharingSites?: KnowledgeSitesSettings; articlePublicSharingSitesChatterAnswers?: KnowledgeSitesSettings; assignTo?: string; customizationClass?: string; defaultContributionArticleType?: string; editor?: KnowledgeCaseEditor; enableArticleCreation?: boolean; enableArticlePublicSharingSites?: boolean; enableCaseDataCategoryMapping?: boolean; useProfileForPDFCreation?: boolean; }; export type KnowledgeCommunitiesSettings = { community: string[]; }; export type KnowledgeSitesSettings = { site: string[]; }; export type KnowledgeLanguageSettings = { language: KnowledgeLanguage[]; }; export type KnowledgeLanguage = { active?: boolean; defaultAssignee?: string; defaultAssigneeType?: KnowledgeLanguageLookupValueType; defaultReviewer?: string; defaultReviewerType?: KnowledgeLanguageLookupValueType; name: string; }; export type KnowledgeSuggestedArticlesSettings = { caseFields?: KnowledgeCaseFieldsSettings; useSuggestedArticlesForCase?: boolean; workOrderFields?: KnowledgeWorkOrderFieldsSettings; workOrderLineItemFields?: KnowledgeWorkOrderLineItemFieldsSettings; }; export type KnowledgeCaseFieldsSettings = { field: KnowledgeCaseField[]; }; export type KnowledgeCaseField = { name?: string; }; export type KnowledgeWorkOrderFieldsSettings = { field: KnowledgeWorkOrderField[]; }; export type KnowledgeWorkOrderField = { name?: string; }; export type KnowledgeWorkOrderLineItemFieldsSettings = { field: KnowledgeWorkOrderLineItemField[]; }; export type KnowledgeWorkOrderLineItemField = { name?: string; }; export type LaborCostOptimizationSettings = Metadata & { canShowVehicle?: boolean; canShowVehicleDefinition?: boolean; enableTimeSheetsAndLaborCostOptimization?: boolean; endTimeOffset?: number; startTimeOffset?: number; }; export type LanguageSettings = Metadata & { enableCanadaIcuFormat?: boolean; enableDataTranslation?: boolean; enableEndUserLanguages?: boolean; enableICULocaleDateFormat?: boolean; enableLanguageExtensionPackage?: boolean; enableLocalNamesForStdObjects?: boolean; enableLocaleInsensitiveFiltering?: boolean; enablePlatformLanguages?: boolean; enableTranslationWorkbench?: boolean; useLanguageFallback?: boolean; }; export type Layout = Metadata & { customButtons: string[]; customConsoleComponents?: CustomConsoleComponents; emailDefault?: boolean; excludeButtons: string[]; feedLayout?: FeedLayout; headers: LayoutHeader[]; layoutSections: LayoutSection[]; miniLayout?: MiniLayout; multilineLayoutFields: string[]; platformActionList?: PlatformActionList; quickActionList?: QuickActionList; relatedContent?: RelatedContent; relatedLists: RelatedListItem[]; relatedObjects: string[]; runAssignmentRulesDefault?: boolean; showEmailCheckbox?: boolean; showHighlightsPanel?: boolean; showInteractionLogPanel?: boolean; showKnowledgeComponent?: boolean; showRunAssignmentRulesCheckbox?: boolean; showSolutionSection?: boolean; showSubmitAndAttachButton?: boolean; summaryLayout?: SummaryLayout; }; export type CustomConsoleComponents = { primaryTabComponents?: PrimaryTabComponents; subtabComponents?: SubtabComponents; }; export type PrimaryTabComponents = { containers: Container[]; }; export type Container = { height?: number; isContainerAutoSizeEnabled: boolean; region: string; sidebarComponents: SidebarComponent[]; style: string; unit: string; width?: number; }; export type SidebarComponent = { componentType: string; createAction?: string; enableLinking?: boolean; height?: number; label?: string; lookup?: string; page?: string; relatedLists: RelatedList[]; unit?: string; updateAction?: string; width?: number; }; export type RelatedList = { hideOnDetail: boolean; name: string; }; export type SubtabComponents = { containers: Container[]; }; export type FeedLayout = { autocollapsePublisher?: boolean; compactFeed?: boolean; feedFilterPosition?: FeedLayoutFilterPosition; feedFilters: FeedLayoutFilter[]; fullWidthFeed?: boolean; hideSidebar?: boolean; highlightExternalFeedItems?: boolean; leftComponents: FeedLayoutComponent[]; rightComponents: FeedLayoutComponent[]; useInlineFiltersInConsole?: boolean; }; export type FeedLayoutFilter = { feedFilterName?: string; feedFilterType: FeedLayoutFilterType; feedItemType?: FeedItemType; }; export type FeedLayoutComponent = { componentType: FeedLayoutComponentType; height?: number; page?: string; }; export type LayoutSection = { customLabel?: boolean; detailHeading?: boolean; editHeading?: boolean; label?: string; layoutColumns: LayoutColumn[]; style: LayoutSectionStyle; }; export type LayoutColumn = { layoutItems: LayoutItem[]; reserved?: string; }; export type LayoutItem = { analyticsCloudComponent?: AnalyticsCloudComponentLayoutItem; behavior?: UiBehavior; canvas?: string; component?: string; customLink?: string; emptySpace?: boolean; field?: string; height?: number; page?: string; reportChartComponent?: ReportChartComponentLayoutItem; scontrol?: string; showLabel?: boolean; showScrollbars?: boolean; width?: string; }; export type AnalyticsCloudComponentLayoutItem = { assetType: string; devName: string; error?: string; filter?: string; height?: number; hideOnError?: boolean; showHeader?: boolean; showSharing?: boolean; showTitle?: boolean; width?: string; }; export type ReportChartComponentLayoutItem = { cacheData?: boolean; contextFilterableField?: string; error?: string; hideOnError?: boolean; includeContext?: boolean; reportName: string; showTitle?: boolean; size?: ReportChartComponentSize; }; export type MiniLayout = { fields: string[]; relatedLists: RelatedListItem[]; }; export type RelatedListItem = { customButtons: string[]; excludeButtons: string[]; fields: string[]; quickActions: string[]; relatedList: string; sortField?: string; sortOrder?: SortOrder; }; export type RelatedContent = { relatedContentItems: RelatedContentItem[]; }; export type RelatedContentItem = { layoutItem: LayoutItem; }; export type SummaryLayout = { masterLabel: string; sizeX: number; sizeY?: number; sizeZ?: number; summaryLayoutItems: SummaryLayoutItem[]; summaryLayoutStyle: SummaryLayoutStyle; }; export type SummaryLayoutItem = { customLink?: string; field?: string; posX: number; posY?: number; posZ?: number; }; export type LeadConfigSettings = Metadata & { doesEnableLeadConvertDefaultSubjectBlankTaskCreation?: boolean; doesHideOpportunityInConvertLeadWindow?: boolean; doesPreserveLeadStatus?: boolean; doesSelectNoOpportunityOnConvertLead?: boolean; doesTrackHistory?: boolean; enableConversionsOnMobile?: boolean; enableOrgWideMergeAndDelete?: boolean; shouldLeadConvertRequireValidation?: boolean; shouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX?: boolean; }; export type LeadConvertSettings = Metadata & { allowOwnerChange?: boolean; objectMapping: ObjectMapping[]; opportunityCreationOptions?: VisibleOrRequired; }; export type LearningItemType = Metadata & { apexEvaluationHandler?: string; apexSerializerDeserializer?: string; customField: string; customObject: string; developerName: string; icon: string; lightningComponentDefinition: string; masterLabel: string; }; export type Letterhead = Metadata & { available: boolean; backgroundColor: string; bodyColor: string; bottomLine: LetterheadLine; description?: string; footer: LetterheadHeaderFooter; header: LetterheadHeaderFooter; middleLine: LetterheadLine; name: string; topLine: LetterheadLine; }; export type LetterheadLine = { color: string; height: number; }; export type LetterheadHeaderFooter = { backgroundColor: string; height: number; horizontalAlignment?: LetterheadHorizontalAlignment; logo?: string; verticalAlignment?: LetterheadVerticalAlignment; }; export type LicenseDefinition = Metadata & { aggregationGroup: string; description?: string; isPublished: boolean; label: string; licensedCustomPermissions: LicensedCustomPermissions[]; licensingAuthority: string; licensingAuthorityProvider: string; minPlatformVersion: number; origin: string; revision: number; trialLicenseDuration: number; trialLicenseQuantity: number; }; export type LicensedCustomPermissions = { customPermission: string; licenseDefinition: string; }; export type LicensingSettings = Metadata & { enableAutoCreateLicenseDefinition?: boolean; enableOnDemandProvisioning?: boolean; }; export type LifeSciConfigCategory = Metadata & { category: LifeSciConfigCategoryType; categoryLabel?: string; isProtected?: boolean; masterLabel: string; type?: LifeSciCategoryType; }; export type LifeSciConfigRecord = Metadata & { assignments: LifeSciConfigAssignment[]; fieldValues: LifeSciConfigFieldValue[]; isActive?: boolean; isOrgLevel?: boolean; isProtected?: boolean; lifeSciConfigCategory: string; masterLabel: string; parentConfigRecord?: string; type?: string; }; export type LifeSciConfigAssignment = { assignedTo: string; assignmentLevel: LifeSciAssignmentLevel; }; export type LifeSciConfigFieldValue = { dataType: LifeSciConfigFieldDataType; dateTimeValue?: Date; dateValue?: Date; fieldName: string; fieldValue?: string; hasBooleanValue?: boolean; integerValue?: number; longTextValue?: string; numberValue?: number; objectValue?: string; phoneValue?: string; picklistValue?: string; textValue?: string; urlValue?: string; }; export type LightningBolt = Metadata & { category: LightningBoltCategory; lightningBoltFeatures: LightningBoltFeatures[]; lightningBoltImages: LightningBoltImages[]; lightningBoltItems: LightningBoltItems[]; masterLabel: string; publisher: string; summary: string; }; export type LightningBoltFeatures = { description?: string; order: number; title: string; }; export type LightningBoltImages = { image: string; order: number; }; export type LightningBoltItems = { name: string; type: string; }; export type LightningComponentBundle = Metadata & { ai?: string; apiVersion?: number; capabilities?: Capabilities; description?: string; isExplicitImport?: boolean; isExposed?: boolean; lwcResources?: LwcResources; masterLabel?: string; runtimeNamespace?: string; targetConfigs?: string; targets?: Targets; }; export type Capabilities = { capability: string[]; }; export type LwcResources = { lwcResource: LwcResource[]; }; export type LwcResource = { filePath: string; source: string; }; export type Targets = { target: string[]; }; export type LightningExperienceSettings = Metadata & { activeThemeName?: string; enableAccessCheckCrucPref?: boolean; enableApiUserLtngOutAccessPref?: boolean; enableAuraBoxcarReductionPref?: boolean; enableAuraCDNPref?: boolean; enableAuraSecStaticResCRUCPref?: boolean; enableDeferRenderingWorkspacePage?: boolean; enableErrorExperienceEnabled?: boolean; enableFeedbackInMobile?: boolean; enableGoogleSheetsForSfdcEnabled?: boolean; enableHideOpenInQuip?: boolean; enableIE11DeprecationMsgHidden?: boolean; enableIE11LEXCrucPref?: boolean; enableInAppLearning?: boolean; enableInAppTooltips?: boolean; enableLEXExtensionComponentCustomization?: boolean; enableLEXExtensionDarkMode?: boolean; enableLEXExtensionInlineEditModifier?: boolean; enableLEXExtensionLinkGrabber?: boolean; enableLEXExtensionRelatedLists?: boolean; enableLEXExtensionRequiredFields?: boolean; enableLEXExtensionTrailhead?: boolean; enableLEXOnIpadEnabled?: boolean; enableLexEndUsersNoSwitching?: boolean; enableLightningPreviewPref?: boolean; enableNavPersonalizationOptOut?: boolean; enableNoBackgroundNavigations?: boolean; enableQuip?: boolean; enableRemoveThemeBrandBanner?: boolean; enableS1BannerPref?: boolean; enableS1BrowserEnabled?: boolean; enableS1DesktopEnabled?: boolean; enableS1UiLoggingEnabled?: boolean; enableSalesforceNext?: boolean; enableSidToken3rdPartyAuraApp?: boolean; enableSkypeChatEnabled?: boolean; enableSparkAllUsers?: boolean; enableSparkConversationEnabled?: boolean; enableStackedModalManagerEnabled?: boolean; enableTryLightningOptOut?: boolean; enableUseS1AlohaDesktop?: boolean; enableUsersAreLightningOnly?: boolean; enableWebExEnabled?: boolean; enableWebexAllUsers?: boolean; isLEXExtensionComponentCustomizationOff?: boolean; isLEXExtensionDarkModeOff?: boolean; isLEXExtensionLinkGrabberOff?: boolean; isLEXExtensionOff?: boolean; }; export type LightningExperienceTheme = Metadata & { defaultBrandingSet: string; description?: string; designSystemVersion?: LightningDesignSystemVersion; isDarkModeEnabled?: boolean; masterLabel: string; shouldOverrideLoadingImage?: boolean; }; export type LightningMessageChannel = Metadata & { description?: string; isExposed?: boolean; lightningMessageFields: LightningMessageField[]; masterLabel: string; }; export type LightningMessageField = { description?: string; fieldName: string; }; export type LightningOnboardingConfig = Metadata & { collaborationGroup?: string; customQuestion?: string; feedbackFormDaysFrequency?: number; isCustom: boolean; masterLabel: string; promptDelayTime?: number; sendFeedbackToSalesforce: boolean; }; export type LightningTypeBundle = Metadata & { description?: string; masterLabel: string; resources: LightningTypeBundleResource[]; }; export type LightningTypeBundleResource = { fileName: string; filePath: string; fileType: string; source: string; }; export type LiveAgentSettings = Metadata & { enableChatFindOrCreateEnable?: boolean; enableLiveAgent?: boolean; enableQuickTextEnabled?: boolean; }; export type LiveChatAgentConfig = Metadata & { assignments?: AgentConfigAssignments; autoGreeting?: string; capacity?: number; criticalWaitTime?: number; customAgentName?: string; disableTransferConferenceGreeting?: boolean; 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?: SupervisorAgentStatusFilter; supervisorDefaultButtonFilter?: string; supervisorDefaultSkillFilter?: string; supervisorSkills?: SupervisorAgentConfigSkills; transferableButtons?: AgentConfigButtons; transferableSkills?: AgentConfigSkills; }; export type AgentConfigAssignments = { profiles?: AgentConfigProfileAssignments; users?: AgentConfigUserAssignments; }; export type AgentConfigProfileAssignments = { profile: string[]; }; export type AgentConfigUserAssignments = { user: string[]; }; export type SupervisorAgentConfigSkills = { skill: string[]; }; export type AgentConfigButtons = { button: string[]; }; export type AgentConfigSkills = { skill: string[]; }; export type LiveChatButton = Metadata & { animation?: LiveChatButtonPresentation; autoGreeting?: string; chasitorIdleTimeout?: number; chasitorIdleTimeoutWarning?: number; chatPage?: string; customAgentName?: string; deployments?: LiveChatButtonDeployments; enableQueue?: boolean; inviteEndPosition?: LiveChatButtonInviteEndPosition; inviteImage?: string; inviteStartPosition?: LiveChatButtonInviteStartPosition; 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: LiveChatButtonRoutingType; site?: string; skills?: LiveChatButtonSkills; timeToRemoveInvite?: number; type: LiveChatButtonType; windowLanguage?: Language; }; export type LiveChatButtonDeployments = { deployment: string[]; }; export type LiveChatButtonSkills = { skill: string[]; }; export type LiveChatDeployment = Metadata & { brandingImage?: string; connectionTimeoutDuration?: number; connectionWarningDuration?: number; displayQueuePosition?: boolean; domainWhiteList?: LiveChatDeploymentDomainWhitelist; enablePrechatApi?: boolean; enableTranscriptSave?: boolean; label: string; mobileBrandingImage?: string; site?: string; windowTitle: string; }; export type LiveChatDeploymentDomainWhitelist = { domain: string[]; }; export type LiveChatSensitiveDataRule = Metadata & { actionType: SensitiveDataActionType; description?: string; enforceOn: number; isEnabled: boolean; pattern: string; priority: number; processingType: SensitiveDataRuleProcessing; replacement?: string; version: SensitiveDataRuleVersion; }; export type LiveMessageSettings = Metadata & { enableCheckCEUserPerm?: boolean; enableLiveMessage?: boolean; }; export type LocationUse = Metadata & { isBookable?: boolean; isProtected?: boolean; locationType: string; masterLabel: string; use?: string; }; export type LogicSettings = Metadata & { approvedAbsences?: boolean; defaultFirstDayOfWorkingWeek?: string; enableActivityLog?: boolean; enableCrewMembersSkillAggregation?: boolean; enableReshuffle?: boolean; enableServiceAppointmentSliding?: boolean; enableStartOfDay?: boolean; enhancedSlidingByTerritory?: boolean; failOnSchedule?: boolean; fixScheduleOverlapsFlowName?: string; flowOverlapDetection?: boolean; includeSecondaryCalendar?: boolean; keepScheduledByBoolForAbSchedule?: string; limitApexOperations?: boolean; lowOrHighTerritoryClassification?: string; mdtBooleanField?: string; pinnedStatusesSF?: string; saPriorityField?: string; scheduleToCrewsAndIndividuals?: boolean; searchSlotMaxDays?: number; showRegisterBtn?: boolean; travelSpeed?: number; travelSpeedUnit?: string; travelTimeBuffer?: number; use1To100PriorityScale?: boolean; useNewMstDataModel?: boolean; useO2AsFallbackEngine?: boolean; useO2ForAllTerritories?: boolean; usePredictive?: boolean; useSlr?: boolean; visitingHoursTimezoneFromOh?: boolean; woPriorityField?: string; woliPriorityField?: string; }; export type LoyaltyProgramSetup = Metadata & { label?: string; programProcesses: LoyaltyProgramProcess[]; }; export type LoyaltyProgramProcess = { description?: string; executionType?: LoyaltyPgmProcExecutionType; journalSubType?: string; journalType?: string; loyaltyTierGroup?: string; parameters: LoyaltyProgramProcessParameter[]; processName: string; processType: string; rules: LoyaltyProgramProcessRule[]; status?: LoyaltyPgmProcStatus; }; export type LoyaltyProgramProcessParameter = { condition?: LoyaltyProgramProcessCondition; dataType?: LoyaltyPgmProcParmDataType; decimalPlaces?: number; description?: string; isCollection?: boolean; isInput?: boolean; isOutput?: boolean; objectName?: string; parameterName: string; parameterType?: LoyaltyPgmProcParmType; value?: string; }; export type LoyaltyProgramProcessCondition = { conditionCriteria?: string; conditionFilterCriteria: LoyaltyProgramProcessConditionFilterCriteria[]; conditionName: string; conditionType?: LoyaltyPgmProcRuleType; }; export type LoyaltyProgramProcessConditionFilterCriteria = { operator: LoyaltyPgmProcCondOperator; sequence: number; sourceFieldName: string; value?: string; valueType: LoyaltyPgmProcCondType; }; export type LoyaltyProgramProcessRule = { actions: LoyaltyProgramProcessAction[]; conditions: LoyaltyProgramProcessCondition[]; description?: string; endDate?: Date; isProcessEligibilityRule?: boolean; previousRule?: string; promotion?: string; ruleName: string; startDate?: Date; status?: LoyaltyPgmProcRuleStatus; stepMappings: LoyaltyProgramProcessRuleStepMapping[]; }; export type LoyaltyProgramProcessAction = { actionName: string; actionParameters: LoyaltyProgramProcessActionParameter[]; actionType: LoyaltyPgmProcActionType; crudActionType?: LoyaltyPgmProcCrudActType; decisionTable?: string; decisionTableDatasetLink?: string; entityApiName?: string; flowDefinition?: string; loyaltyProgramProcess?: string; }; export type LoyaltyProgramProcessActionParameter = { operator?: LoyaltyPgmProcActParamOper; parameterName: string; sequenceNumber?: number; value: string; valueType?: LoyaltyPgmProcActParamType; }; export type LoyaltyProgramProcessRuleStepMapping = { associatedStep: string; parentStep?: string; sequence: number; }; export type MLDataDefinition = Metadata & { developerName: string; entityDeveloperName: string; excludedFields: string[]; includedFields: string[]; joinFields: MLField[]; parentDefinitionDevName: string; scoringFilter?: MLFilter; segmentFilter?: MLFilter; trainingFilter?: MLFilter; type: MLDataDefinitionType; }; export type MLField = { entity?: string; entityName?: string; field?: string; fieldName?: string; relatedField?: MLField; relationType?: MLRelationType; type: MLFieldType; }; export type MLFilter = { filterName: string; lhFilter?: MLFilter; lhPredictionField?: string; lhType?: AIValueType; lhUnit?: AIFilterUnit; lhValue?: string; operation: AIFilterOperation; rhFilter?: MLFilter; rhPredictionField?: string; rhType?: AIValueType; rhUnit?: AIFilterUnit; rhValue?: string; sortOrder?: number; }; export type MLGenerativeDefinition = Metadata & { aiApplicationDeveloperName: string; description?: string; developerName: string; masterLabel?: string; status: MLGenerativeDefinitionStatus; type: MLGenerativeType; }; export type MLPredictionDefinition = Metadata & { aiApplicationDeveloperName: string; description?: string; developerName: string; masterLabel?: string; negativeExpression?: MLFilter; positiveExpression?: MLFilter; predictionField?: string; priority?: number; pushbackField?: string; status: MLPredictionDefinitionStatus; type: AIPredictionType; }; export type MLRecommendationDefinition = Metadata & { aiApplicationDeveloperName: string; description?: string; developerName: string; externalId?: string; interactionDateTimeField?: string; masterLabel: string; negativeExpression?: MLFilter; positiveExpression?: MLFilter; status: MLRecommendationDefinitionStatus; }; export type MacroSettings = Metadata & { contextualMacroFiltering?: boolean; enableAdvancedSearch?: boolean; macrosInFolders?: boolean; }; export type ManagedContentType = Metadata & { description?: string; developerName: string; isMetadataContent?: boolean; managedContentNodeTypes: ManagedContentNodeType[]; masterLabel: string; }; export type ManagedContentNodeType = { helpText?: string; isLocalizable?: boolean; isRequired?: boolean; nodeLabel: string; nodeName: string; nodeType: MCNodeType; placeholderText?: string; }; export type ManagedContentTypeBundle = Metadata & { description?: string; developerName: string; masterLabel: string; schemaBody: string; }; export type ManagedEventSubscription = Metadata & { defaultReplay?: EventSubscriptionReplayPreset; errorRecoveryReplay?: EventSubscriptionReplayPreset; label?: string; state?: EventSubscriptionAdminState; topicName?: string; version?: string; }; export type ManagedTopic = Metadata & { managedTopicType: string; name: string; parentName: string; position: number; topicDescription: string; }; export type ManagedTopics = Metadata & { managedTopic: ManagedTopic[]; }; export type MapReportSettings = Metadata & { color?: string; icon?: string; name?: string; reportId?: string; }; export type MarketAudienceDefinition = Metadata & { audienceContactPoints: AudienceContactPoint[]; audiencePackageOwner?: string; channels?: string; description?: string; externalKey?: string; isProtected?: boolean; lastAudienceExcludedCount?: number; lastAudienceMemberCount?: number; marketAudienceFields: MarketAudienceField[]; masterLabel: string; status: MarketAudienceStatus; }; export type AudienceContactPoint = { audienceDefinition: string; audienceVersion?: number; contactPointType: ContactPointType; slotName: string; }; export type MarketAudienceField = { audienceDefinition: string; audienceVersion: number; fieldDataType: AudienceFieldType; fieldDescription?: string; fieldName: string; slotName: string; }; export type MarketSegmentDefinition = Metadata & { additionalMetadata?: string; excludeCriteria?: string; includeCriteria?: string; masterLabel: string; segmentOn?: string; segmentType: MarketSegmentType; }; export type MarketingAppExtActivity = Metadata & { description?: string; endpointUrl?: string; isActive?: boolean; isProtected?: boolean; marketingAppExtension: string; masterLabel: string; }; export type MarketingAppExtension = Metadata & { description?: string; isActive?: boolean; isProtected?: boolean; marketingAppExtActions: MarketingAppExtAction[]; marketingAppExtActivities: MarketingAppExtActivity[]; masterLabel: string; }; export type MarketingAppExtAction = { actionName: string; actionParams?: string; actionSchema?: string; actionSelector: string; apiName: string; description?: string; isActive?: boolean; marketingAppExtension: string; }; export type MatchingRule = Metadata & { booleanFilter?: string; description?: string; label: string; matchingRuleItems: MatchingRuleItem[]; ruleStatus: MatchingRuleStatus; }; export type MatchingRuleItem = { blankValueBehavior?: BlankValueBehavior; fieldName: string; matchingMethod: MatchingMethod; }; export type MatchingRules = Metadata & { matchingRules: MatchingRule[]; }; export type McpServerDefinition = Metadata & { description: string; isActive: boolean; masterLabel: string; prompts: McpServerPromptDefinition[]; tools: McpServerToolDefinition[]; }; export type McpServerPromptDefinition = { descriptionOverride?: string; promptName: string; promptTemplateName: string; promptTitle?: string; }; export type McpServerToolDefinition = { apiDefinition?: McpServerToolApiDefinition; descriptionOverride?: string; toolName: string; toolTitle?: string; }; export type McpServerToolApiDefinition = { apiIdentifier: string; apiSource: ApiSource; operation: string; }; export type MeetingsSettings = Metadata & { enableSalesforceMeetings?: boolean; enableSalesforceMeetingsSyncCheck?: boolean; enableZoomVideoConference?: boolean; }; export type MessagingChannel = Metadata & { automatedResponses: MessagingAutoResponse[]; channelUsages: MessagingChannelUsage[]; countryCode?: string; customParameters: MessagingChannelCustomParameter[]; description?: string; embeddedConfig?: EmbeddedMessagingChannel; externalAccountId?: string; isEstimatedWaitTimeEnabled?: boolean; isQueuePositionEnabled?: boolean; isSynchronousChatEnabled?: boolean; isVoiceModeEnabled?: boolean; masterLabel: string; messagingChannelType: MessagingChannelType; messagingKeywords: MessagingKeyword[]; platformKey?: string; queueRoutingConfig?: string; sessionHandlerAsa?: string; sessionHandlerFlow?: string; sessionHandlerQueue?: string; sessionHandlerType: MessagingSessionHandlerType; sessionHandlerUser?: string; standardParameters: MessagingChannelStandardParameter[]; }; export type MessagingAutoResponse = { autoResponseContentType: AutoResponseContentType; language?: string; messageDefinitionName?: string; response?: string; responseTimeoutInMins?: number; type: MessagingAutoResponseType; }; export type MessagingChannelUsage = { channelConsentType?: MessagingChannelConsentType; deploymentType: MessagingChannelUsageDeploymentType; }; export type MessagingChannelCustomParameter = { actionParameterMappings: MessagingChannelActionParameterMapping[]; externalParameterName: string; masterLabel: string; maxLength?: number; name: string; parameterDataType: FlowDataType; parameterValueMappings: MessagingChannelParameterValueMapping[]; }; export type MessagingChannelActionParameterMapping = { actionParameterName: string; }; export type MessagingChannelParameterValueMapping = { lookupValue: string; lookupValueType: MessagingChannelTargetLookupValueType; parameterValue: string; }; export type EmbeddedMessagingChannel = { allowedFileTypes?: string; anonymousUserJwtExpirationTime?: number; authMode: EmbeddedServiceAuthModeType; connectedApp?: string; isAgentAvlCheckEnabled: boolean; isAbandonedChatsEnabled?: boolean; isAttachmentUploadEnabled?: boolean; isEstimatedWaitTimeEnabled?: boolean; isFallbackMessageEnabled?: boolean; isFileAttachmentExtUnrestricted?: boolean; isSaveTranscriptEnabled?: boolean; maxFileSize?: number; messagingAuthorizations: MessagingAuthorization[]; queueLimitType: EmbeddedMsgQueueLimitType; queueThreshold: number; presenceTimeout?: number; verifiedUserJwtExpirationTime?: number; }; export type MessagingAuthorization = { authIdentifier: string; authProviderName?: string; authorizationType: MessagingAuthorizationType; enabled?: boolean; publicKeyCertificateSetName?: string; }; export type MessagingKeyword = { keyword: string[]; keywordType: MessagingKeywordType; language: string; }; export type MessagingChannelStandardParameter = { actionParameterMappings: MessagingChannelActionParameterMapping[]; parameterType: MessagingChannelStandardParameterType; parameterValueMappings: MessagingChannelParameterValueMapping[]; }; export type MetadataGroup = Metadata & { description?: string; mappings: string[]; }; export type MfgProgramTemplate = Metadata & { description?: string; programTemplateItems: MfgProgramTemplateItem[]; programTemplateName: string; status: MfgProgramTemplateStatus; }; export type MfgProgramTemplateItem = { advAccountForecastSet?: string; contextDefinition?: string; description?: string; sourceContextMappingName?: string; targetContextMappingName?: string; templateItemName: string; transformationDisplayOrder: number; transformationType: MfgProgramTransformationType; }; export type MfgServiceConsoleSettings = Metadata & { enableMfgServiceConsole?: boolean; }; export type MilestoneType = Metadata & { description?: string; recurrenceType?: MilestoneTypeRecurrenceType; }; export type MktCalcInsightObjectDef = Metadata & { builderExpression?: string; creationType: CalculatedInsightCreationType; description?: string; expression?: string; masterLabel: string; }; export type MktDataConnection = Metadata & { connectionMethod: MktDataConnectionMethod; connectionStatus?: MktDataConnectionStatus; connectorName: string; credentials: MktDataConnectionCred[]; externalRecordIdentifier?: string; isActivityEnabled: boolean; isSentosEnabled: boolean; masterLabel: string; parameters: MktDataConnectionParam[]; shouldAutoCreatePolicies: boolean; }; export type MktDataConnectionCred = Metadata & { credentialName: string; value: string; }; export type MktDataConnectionParam = Metadata & { paramName: string; value: string; }; export type MktDataTranField = Metadata & { creationType: DefinitionCreationType; datatype: string; dateFormat?: string; externalName: string; isDataRequired?: boolean; length?: number; masterLabel: string; precision?: number; primaryIndexOrder?: number; scale?: number; sequence: number; }; export type MktDataTranObject = Metadata & { connector: string; creationType: DefinitionCreationType; dataSource: string; dataSourceObject: string; masterLabel: string; mktDataTranFields: MktDataTranField[]; objectCategory: string; }; export type MktDatalakeSrcKeyQualifier = Metadata & { description?: string; masterLabel: string; }; export type MlDomain = Metadata & { description?: string; label: string; mlIntents: MlIntent[]; mlSlotClasses: MlSlotClass[]; }; export type MlModelArtifact = Metadata & { algorithmType?: MlAIModelAlgorithmType; connectorType?: MlModelConnectorType; deployStatus?: MlModelDeployStatus; description?: string; generativeModelType?: MlGenerativeModelType; inputFeatures: MlModelInput[]; label: string; modelCapabilities: MlGenerativeModelCapability[]; modelCapability?: MlModelCapability; modelType?: MlModelType; outputFeatures: MlModelOutput[]; parameterOverrides: MlParameterOverride[]; parameters: MlParameterDefinition[]; parentModel?: string; predictionType?: MlModelPredictionType; runtimeType?: MlRuntimeType; source?: string; sourceContainer?: string; sourceType?: MlModelSourceType; trainingMetrics?: string; type: MlAIModelType; }; export type MlModelInput = { isDisparateImpact?: boolean; isSegmentField?: boolean; isSensitive?: boolean; label: string; name: string; position?: number; type: string; values: string[]; }; export type MlModelOutput = { label: string; name: string; type: string; }; export type MlParameterOverride = { continuousValue?: number; discreteValue?: string; parameter: string; }; export type MlParameterDefinition = { continuousDefault?: number; continuousMaximum?: number; continuousMinimum?: number; description?: string; discreteDefault?: string; discreteValues: string[]; modelCapabilities: MlGenerativeModelCapability[]; name: string; subtype?: MlParameterSubtype; type: MlParameterType; }; export type MlModelConnection = Metadata & { deployStatus?: MlModelDeployStatus; endpoints: MlModelEndpoint[]; externalSystemRegistry?: string; foundationalModelName?: string; label: string; outputFeatures: MlModelOutput[]; registeredModelApiName?: string; type: MlModelConnectorType; }; export type MlModelEndpoint = { inputSchema?: string; label: string; name: string; outputSchema?: string; outputs: MlModelOutputEndpoint[]; type?: MlModelEndpointType; url: string; }; export type MlModelOutputEndpoint = { jsonPath?: string; label: string; name: string; outputFeature: string; position: number; }; export type MlModelSchema = Metadata & { format?: MlInferenceFormat; isMultiRowPrediction?: boolean; label: string; multiRowPredictionKey?: string; multiRowResultKey?: string; schema: string; }; export type MobileApplicationDetail = Metadata & { applicationBinaryFile?: string; applicationBinaryFileName?: string; applicationBundleIdentifier?: string; applicationFileLength?: number; applicationIconFile?: string; applicationIconFileName?: string; applicationInstallUrl?: string; devicePlatform: DevicePlatformType; deviceType?: string; minimumOsVersion?: string; privateApp?: boolean; version: string; }; export type MobileSecurityAssignment = Metadata & { connectedApplication?: string; isProtected?: boolean; masterLabel: string; profile?: string; }; export type MobileSettings = Metadata & { dashboardMobile?: DashboardMobileSettings; enableImportContactFromDevice?: boolean; enableOfflineDraftsEnabled?: boolean; enablePopulateNameManuallyInToday?: boolean; enableS1EncryptedStoragePref2?: boolean; enableS1OfflinePref?: boolean; }; export type DashboardMobileSettings = { enableDashboardIPadApp?: boolean; }; export type ModerationRule = Metadata & { action: ModerationRuleAction; actionLimit?: number; active: boolean; description?: string; entitiesAndFields: ModeratedEntityField[]; masterLabel: string; notifyLimit?: number; timePeriod?: RateLimitTimePeriod; type?: ModerationRuleType; userCriteria: string[]; userMessage?: string; }; export type ModeratedEntityField = { entityName: string; fieldName?: string; keywordList?: string; }; export type Module = Metadata & { description?: string; label: string; moduleDependencies?: ModuleDependencies; moduleType: string; name: string; types: PackageTypeMembers[]; version?: string; }; export type ModuleDependencies = { moduleRef: ModuleRef[]; }; export type PackageTypeMembers = { members: string[]; name: string; }; export type MyDomainDiscoverableLogin = Metadata & { apexHandler: string; executeApexHandlerAs?: string; usernameLabel?: string; }; export type MyDomainSettings = Metadata & { areLegacyRedirectsMaintained?: boolean; areLgcyRdirMaintainedWntr26?: boolean; canOnlyLoginWithMyDomainUrl?: boolean; doesApiLoginRequireOrgDomain?: boolean; doesWarnOnForceComRedirect?: boolean; doesWarnOnRedirect?: boolean; domainPartition?: OrgDomainShard; edgeRoutingMethod?: EdgeRoutingOption; enableCrossDomainPreviewCookies?: boolean; enableEdgeDuringRollout?: boolean; enableExtendedRedirections?: boolean; enableLegacyRedirections?: boolean; enableNativeBrowserForAuthOnAndroid?: boolean; enableNativeBrowserForAuthOnIos?: boolean; enableShareBrowserSessionAndroidForAuth?: boolean; enableShareBrowserSessionIOSForAuth?: boolean; instancedUrlRedirectHandling?: OrgDomainRedirectOption; isFirstPartyCookieUseRequired?: boolean; isIcorInstApiTrafficBlocked?: boolean; isInstancedApiTrafficBlocked?: boolean; logRedirections?: boolean; myDomainName?: string; myDomainSuffix?: OrgDomainProdSuffix; onboardCustomerSpecificSuffix?: boolean; redirectForceComSiteUrls?: boolean; redirectPriorMyDomain?: boolean; use3rdPartyCookieBlockingCompatibleHostnames?: boolean; useEdge?: boolean; useEnhancedDomainsInSandbox?: boolean; useStabilizedMyDomainHostnames?: boolean; useStabilizedSandboxMyDomainHostnames?: boolean; }; export type NameSettings = Metadata & { enableInformalName?: boolean; enableMiddleName?: boolean; enableNameSuffix?: boolean; }; export type NamedCredential = Metadata & { allowMergeFieldsInBody?: boolean; allowMergeFieldsInHeader?: boolean; authProvider?: string; authTokenEndpointUrl?: string; awsAccessKey?: string; awsAccessSecret?: string; awsRegion?: string; awsService?: string; calloutStatus?: CalloutStatus; certificate?: string; description?: string; endpoint?: string; generateAuthorizationHeader?: boolean; jwtAudience?: string; jwtFormulaSubject?: string; jwtIssuer?: string; jwtSigningCertificate?: string; jwtTextSubject?: string; jwtValidityPeriodSeconds?: number; label: string; namedCredentialParameters: NamedCredentialParameter[]; namedCredentialType?: NamedCredentialType; oauthRefreshToken?: string; oauthScope?: string; oauthToken?: string; outboundNetworkConnection?: string; password?: string; principalType?: ExternalPrincipalType; protocol?: AuthenticationProtocol; username?: string; }; export type NamedCredentialParameter = { certificate?: string; description?: string; externalCredential?: string; globalNamedPrincipalCredential?: boolean; managedFeatureEnabledCallout?: boolean; outboundNetworkConnection?: string; parameterName: string; parameterType: NamedCredentialParamType; parameterValue?: string; readOnlyNamedCredential?: boolean; sequenceNumber?: number; systemUserNamedCredential?: boolean; }; export type NavigationMenu = Metadata & { container: string; containerType: string; label: string; navigationMenuItem: NavigationMenuItem[]; }; export type Network = Metadata & { allowInternalUserLogin?: boolean; allowMembersToFlag?: boolean; allowedExtensions?: string; branding?: Branding; caseCommentEmailTemplate?: string; changePasswordTemplate: string; chgEmailVerNewTemplate?: string; chgEmailVerOldTemplate?: string; communityRoles?: CommunityRoles; description?: string; deviceActEmailTemplate?: string; disableReputationRecordConversations?: boolean; emailFooterLogo?: string; emailFooterText?: string; emailSenderAddress: string; emailSenderName: string; embeddedLoginEnabled?: boolean; enableApexCDNCaching?: boolean; enableCustomVFErrorPageOverrides?: boolean; enableDirectMessages?: boolean; enableExpFriendlyUrlsAsDefault?: boolean; enableExperienceBundleBasedSnaOverrideEnabled?: boolean; enableGuestChatter?: boolean; enableGuestFileAccess?: boolean; enableGuestMemberVisibility?: boolean; enableImageOptimizationCDN?: boolean; enableInvitation?: boolean; enableKnowledgeable?: boolean; enableLWRExperienceConnectedApp?: 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; headlessForgotPasswordTemplate?: string; headlessRegistrationTemplate?: string; lockoutTemplate?: string; logoutUrl?: string; maxFileSizeKb?: number; navigationLinkSet?: NavigationLinkSet; networkAuthApiSettings?: NetworkAuthApiSettings; networkMemberGroups?: NetworkMemberGroup; networkPageOverrides?: NetworkPageOverride; newSenderAddress?: string; picassoSite?: string; pwdlessRegEmailTemplate?: string; recommendationAudience?: RecommendationAudience; recommendationDefinition?: RecommendationDefinition; reputationLevels?: ReputationLevelDefinitions; reputationPointsRules?: ReputationPointsRules; selfRegMicroBatchSubErrorEmailTemplate?: string; selfRegProfile?: string; selfRegistration?: boolean; sendWelcomeEmail?: boolean; site: string; siteArchiveStatus?: SitesArchiveStatus; status: NetworkStatus; tabs: NetworkTabSet; urlPathPrefix?: string; verificationTemplate?: string; welcomeTemplate: string; }; export type Branding = { loginFooterText?: string; loginLogo?: string; pageFooter?: string; pageHeader?: string; primaryColor: string; primaryComplementColor: string; quaternaryColor: string; quaternaryComplementColor: string; secondaryColor: string; tertiaryColor: string; tertiaryComplementColor: string; zeronaryColor: string; zeronaryComplementColor: string; }; export type CommunityRoles = { customerUserRole?: string; employeeUserRole?: string; partnerUserRole?: string; }; export type NetworkAuthApiSettings = { doesForgotPasswordRequireAuth?: boolean; doesPasswordLoginRequireAuth?: boolean; doesPwdlessLoginRequireAuth?: boolean; doesRegistrationRequireAuth?: boolean; emailTmplsAllowlist: NetworkEmailTmplAllowlist[]; headlessDiscoveryExecutionUser?: string; headlessDiscoveryHandler?: string; isFirstPartyAppsAllowed?: boolean; isForgotPwdAllowed?: boolean; isForgotPwdEmailTemplateAllowlistingEnabled?: boolean; isHeadlessUserRegistrationAllowed?: boolean; isPwdlessLoginAllowed?: boolean; isRecaptchaRequiredForgotPwd?: boolean; isRecaptchaRequiredPwdlessLogin?: boolean; isRecaptchaRequiredRgstr?: boolean; isUniversalClientRgstrAllowed?: boolean; isUserDisambiguationAllowedForgotPwd?: boolean; isUserDisambiguationAllowedUsernamePwd?: boolean; maxPasswordResetAttempts?: number; recaptchaScoreThreshold?: number; recaptchaSecretKey?: string; registrationExecutionUser?: string; registrationHandler?: string; registrationUserDefaultProfile?: string; }; export type NetworkEmailTmplAllowlist = { emailTemplate: string; }; export type NetworkMemberGroup = { permissionSet: string[]; profile: string[]; }; export type NetworkPageOverride = { changePasswordPageOverrideSetting?: NetworkPageOverrideSetting; forgotPasswordPageOverrideSetting?: NetworkPageOverrideSetting; homePageOverrideSetting?: NetworkPageOverrideSetting; loginPageOverrideSetting?: NetworkPageOverrideSetting; selfRegProfilePageOverrideSetting?: NetworkPageOverrideSetting; }; export type RecommendationAudience = { recommendationAudienceDetails: RecommendationAudienceDetail[]; }; export type RecommendationAudienceDetail = { audienceCriteriaType?: AudienceCriteriaType; audienceCriteriaValue?: string; setupName?: string; }; export type RecommendationDefinition = { recommendationDefinitionDetails: RecommendationDefinitionDetail[]; }; export type RecommendationDefinitionDetail = { actionUrl?: string; description?: string; linkText?: string; scheduledRecommendations?: ScheduledRecommendation; setupName?: string; title?: string; }; export type ScheduledRecommendation = { scheduledRecommendationDetails: ScheduledRecommendationDetail[]; }; export type ScheduledRecommendationDetail = { channel?: RecommendationChannel; enabled?: boolean; rank?: number; recommendationAudience?: string; }; export type ReputationLevelDefinitions = { level: ReputationLevel[]; }; export type ReputationLevel = { branding?: ReputationBranding; label?: string; lowerThreshold: number; }; export type ReputationBranding = { smallImage?: string; }; export type ReputationPointsRules = { pointsRule: ReputationPointsRule[]; }; export type ReputationPointsRule = { eventType: string; points: number; }; export type NetworkTabSet = { customTab: string[]; defaultTab: string; standardTab: string[]; }; export type NotificationTypeConfig = Metadata & { notificationTypeSettings: NotificationTypeSettings[]; }; export type NotificationTypeSettings = { appSettings: AppSettings[]; notificationChannels?: NotificationChannels; notificationType: string; }; export type AppSettings = { connectedAppName: string; enabled?: boolean; }; export type NotificationChannels = { desktopEnabled?: boolean; mobileEnabled?: boolean; slackEnabled?: boolean; }; export type NotificationsSettings = Metadata & { enableActvityReminderBrowserNotifs?: boolean; enableMobileAppPushNotifications?: boolean; enableNotifications?: boolean; }; export type NtfcnDefinition = Metadata & { description?: string; masterLabel: string; notificationCriteria: NtfcnCriteria[]; notificationType: string; ntfcnChannelDefs: NtfcnChannelDef[]; referenceObject: string; status?: string; triggerEventType: string; usageType: string; }; export type NtfcnCriteria = { condition: NtfcnCondition[]; criteriaName?: string; customExpression?: string; expressionType: string; }; export type NtfcnCondition = { fieldName: string; operator: string; sequenceNumber: number; value: string; }; export type NtfcnChannelDef = { active?: boolean; channelType: string; ntfcnChannelActionDefs: NtfcnChannelActionDef[]; ntfcnChannelConts: NtfcnChannelCont[]; ntfcnChannelRecs: NtfcnChannelRec[]; }; export type NtfcnChannelActionDef = { label: string; notificationActionName: string; targetReference?: string; targetType?: string; }; export type NtfcnChannelCont = { emailTemplate?: string; messageBody?: string; messageTitle?: string; }; export type NtfcnChannelRec = { active?: boolean; recipient: string; recipientType: string; targetIdentifier?: string; teamIdentifier?: string; }; export type OauthCustomScope = Metadata & { assignedTo: OauthCustomScopeApp[]; description: string; developerName: string; isProtected?: boolean; isPublic?: boolean; masterLabel: string; }; export type OauthCustomScopeApp = { connectedApp: string; }; export type OauthOidcSettings = Metadata & { agentAuthLinking?: boolean; blockOAuthUnPwFlow?: boolean; blockOAuthUsrAgtFlow?: boolean; isPkceRequired?: boolean; oAuthCdCrdtFlowEnable?: boolean; }; export type OauthTokenExchangeHandler = Metadata & { description: string; developerName: string; enablements: OauthTokenExchHandlerApp[]; isAccessTokenSupported: boolean; isContactCreationAllowed: boolean; isEnabled: boolean; isIdTokenSupported: boolean; isJwtSupported: boolean; isProtected?: boolean; isRefreshTokenSupported: boolean; isSaml2Supported: boolean; isUserCreationAllowed: boolean; masterLabel: string; tokenHandlerApex: string; }; export type OauthTokenExchHandlerApp = { apexExecutionUser: string; connectedApp?: string; externalClientApp?: string; isDefault: boolean; }; export type ObjIntegProviderDefMapping = Metadata & { changeEventType: ChangeEventType; fieldApiName?: string; integrationProviderDef: string; isProtected?: boolean; masterLabel: string; objectApiName: string; relatedFieldName?: string; }; export type ObjectHierarchyRelationship = Metadata & { childObjectMapping?: ObjectMapping; childObjectMappingId?: string; inputObjRecordsGrpFieldName?: string; mappingType?: ObjHierarchyMappingType; masterLabel?: string; outputPntRelationshipFieldName?: string; parentObjectMapping: ObjectMapping; parentObjectMappingId?: string; parentRecord?: string; parentRelationshipFieldName?: string; sourceReferenceRelaFieldName?: string; usageType: MappingUsageType; }; export type ObjectLinkingSettings = Metadata & { enableObjectLinking?: boolean; }; export type ObjectMappingSettings = Metadata & { objectMappings: ObjectMappingSetting[]; }; export type ObjectMappingSetting = { active?: boolean; city?: string; country?: string; defaultType?: string; dueDate?: string; earlyStart?: string; label?: string; latitude?: string; longitude?: string; name: string; objectID?: string; schedulingPolicy?: string; state?: string; street?: string; territory?: string; zipcode?: string; }; export type ObjectSourceTargetMap = Metadata & { creationType?: DefinitionCreationType; fieldSourceTargetMaps: FieldSourceTargetMap[]; masterLabel: string; sequenceNbr?: number; sourceObjectName: string; targetObjectName: string; }; export type FieldSourceTargetMap = { creationType?: DefinitionCreationType; filterApplied?: boolean; filterOperationType?: string; filterValue?: string; isSourceFormula?: boolean; sourceField: string; sourceFormula?: string; targetField: string; }; export type OcrSampleDocument = Metadata & { applicationType?: OcrApplicationType; contentAsset?: string; documentHeight?: number; documentType: string; masterLabel: string; ocrSampleDocumentFields: OcrSampleDocumentField[]; ocrSampleDocumentPages: OcrSampleDocumentPage[]; }; export type OcrSampleDocumentField = { cellColumnNumber?: number; cellColumnSpanValue?: number; cellRowNumber?: number; cellRowSpanValue?: number; fieldLabelMaxX?: number; fieldLabelMaxY?: number; fieldLabelMinX?: number; fieldLabelMinY?: number; fieldValueName?: string; isAutoExtractedValue?: boolean; keyContent?: string; ocrSampleDocument: string; ocrSampleDocumentPage?: string; ocrSampleDocumentPageItem?: OcrSampleDocumentPageItem; }; export type OcrSampleDocumentPageItem = { hasHeader?: boolean; sequenceNumber: number; title?: string; type: ItemType; }; export type OcrSampleDocumentPage = { ocrSampleDocument: string; ocrSampleDocumentPageItems: OcrSampleDocumentPageItem[]; pageHeight?: number; pageNumber: number; }; export type OcrTemplate = Metadata & { active?: boolean; description?: string; documentType: string; masterLabel: string; ocrTargetObjects: OcrTargetObject[]; ocrTemplateSampleDocuments: OcrTemplateSampleDocument[]; pageCount?: number; templateName: string; }; export type OcrTargetObject = { ocrTargetObjFieldMappings: OcrTargetObjFieldMapping[]; targetObject: string; targetObjectRecordType?: string; }; export type OcrTargetObjFieldMapping = { ocrSampleDocField?: OcrSampleDocumentField; targetField: string; type: OcrMappingType; }; export type OcrTemplateSampleDocument = { ocrSampleDocument?: string; }; export type OmniChannelPricingSettings = Metadata & { enableOmniChannelPricing?: boolean; }; export type OmniChannelSettings = Metadata & { enableOmniAutoLoginPrompt?: boolean; enableOmniChannel?: boolean; enableOmniSecondaryRoutingPriority?: boolean; enableOmniSkillsRouting?: boolean; enableOmniStatusCapModel?: boolean; }; export type OmniDataTransform = Metadata & { active?: boolean; assignmentRulesUsed?: boolean; deletedOnSuccess?: boolean; description?: string; errorIgnored?: boolean; expectedInputJson?: string; expectedInputOtherData?: string; expectedInputXml?: string; expectedOutputJson?: string; expectedOutputOtherData?: string; expectedOutputXml?: string; fieldLevelSecurityEnabled?: boolean; inputParsingClass?: string; inputType?: OmniDataTransformInputType; isManagedUsingStdDesigner?: boolean; name: string; namespace?: string; nullInputsIncludedInOutput?: boolean; omniDataTransformItem: OmniDataTransformItem[]; outputParsingClass?: string; outputType?: string; overrideKey?: string; preprocessorClassName?: string; previewJsonData?: string; previewOtherData?: string; previewSourceObjectData?: string; previewXmlData?: string; processSuperBulk?: boolean; requiredPermission?: string; responseCacheTtlMinutes?: number; responseCacheType?: string; rollbackOnError?: boolean; sourceObject?: string; sourceObjectDefault?: boolean; synchronousProcessThreshold?: number; targetOutputDocumentIdentifier?: string; targetOutputFileName?: string; type: string; uniqueName?: string; versionNumber?: number; xmlDeclarationRemoved?: boolean; xmlOutputTagsOrder?: string; }; export type OmniDataTransformItem = { defaultValue?: string; disabled?: boolean; filterDataType?: ODTItemFilterDataType; filterGroup?: number; filterOperator?: string; filterValue?: string; formulaConverted?: string; formulaExpression?: string; formulaResultPath?: string; formulaSequence?: number; globalKey?: string; inputFieldName?: string; inputObjectName?: string; inputObjectQuerySequence?: number; linkedFieldName?: string; linkedObjectSequence?: number; lookupByFieldName?: string; lookupObjectName?: string; lookupReturnedFieldName?: string; migrationAttribute?: string; migrationCategory?: string; migrationGroup?: string; migrationKey?: string; migrationPattern?: string; migrationProcess?: string; migrationType?: string; migrationValue?: string; name: string; omniDataTransformation?: string; omniDataTransformationId?: string; outputCreationSequence?: number; outputFieldFormat?: string; outputFieldName?: string; outputObjectName?: string; requiredForUpsert?: boolean; transformValuesMappings?: string; upsertKey?: boolean; }; export type OmniExtTrackingDef = Metadata & { description?: string; developerName: string; isActive: boolean; masterLabel: string; omniExtTrackingDefKey?: string; omniExtTrackingEventDefs: OmniExtTrackingEventDef[]; trackingFrameworkInformation: string; trackingServiceProvider: ExternalTrackingVendor; }; export type OmniExtTrackingEventDef = Metadata & { componentType: OmniAnalyticsComponentType; description?: string; developerName: string; inclusionRule: string; masterLabel: string; omniExtTrackingDef?: string; omniExtTrackingEventDefKey?: string; payloadTemplate: string; }; export type OmniIntegrationProcedure = Metadata & { customHtmlTemplates?: string; customJavaScript?: string; description?: string; designerCustomizationType?: string; elementTypeComponentMapping?: string; integrationProcedureInput?: string; integrationProcedureOutput?: string; isActive?: boolean; isIntegProcdSignatureAvl?: boolean; isIntegrationProcedure?: boolean; isManagedUsingStdDesigner?: boolean; isMetadataCacheDisabled?: boolean; isOmniScriptEmbeddable?: boolean; isTestProcedure?: boolean; isWebCompEnabled?: boolean; language: string; lastPreviewPage?: string; name: string; nameSpace?: string; omniProcessElements: OmniProcessElement[]; omniProcessKey?: string; omniProcessType: OmniProcessType; overrideKey?: string; propertySetConfig?: string; requiredPermission?: string; responseCacheType?: string; subType: string; type: string; uniqueName: string; versionNumber: number; webComponentKey?: string; }; export type OmniProcessElement = { childElements: OmniProcessElement[]; description?: string; designerCustomizationType?: string; discoveryFrameworkUsageType?: string; embeddedOmniScriptKey?: string; isActive?: boolean; isOmniScriptEmbeddable?: boolean; level?: number; name: string; omniProcessVersionNumber?: number; parentElementName?: string; parentElementType?: string; propertySetConfig?: string; sequenceNumber?: number; type?: string; uniqueIndex?: string; }; export type OmniInteractionAccessConfig = Metadata & { configName?: string; isAsyncCardCachingEnabled: boolean; isCardApexRemoteDisabled: boolean; isCardCacheDisabled: boolean; isCardDataTfrmDisabled: boolean; isCardIntegrationProcDisabled: boolean; isCardRestApiDisabled: boolean; isCardSoqlDisabled: boolean; isCardSoslDisabled: boolean; isCardStreamingApiDisabled: boolean; isDataTfrmEncrpFieldsDisabled: boolean; masterLabel: string; setupOwner?: string; }; export type OmniInteractionConfig = Metadata & { masterLabel: string; value: string; }; export type OmniScript = Metadata & { assessmentDefinitionMetadata: AssessmentDefinitionMetadata[]; customHtmlTemplates?: string; customJavaScript?: string; description?: string; designerCustomizationType?: string; discoveryFrameworkUsageType?: string; elementTypeComponentMapping?: string; isActive?: boolean; isIntegrationProcedure?: boolean; isManagedUsingStdDesigner?: boolean; isMetadataCacheDisabled?: boolean; isOmniScriptEmbeddable?: boolean; isTestProcedure?: boolean; isWebCompEnabled?: boolean; language: string; lastPreviewPage?: string; name: string; nameSpace?: string; omniAssessmentTasks: OmniAssessmentTaskMetadata[]; omniProcessElements: OmniProcessElement[]; omniProcessKey?: string; omniProcessType: OmniProcessType; overrideKey?: string; propertySetConfig?: string; requiredPermission?: string; responseCacheType?: string; subType: string; type: string; uniqueName: string; versionNumber: number; webComponentKey?: string; }; export type AssessmentDefinitionMetadata = { approvalDateTime?: Date; displayType?: string; effectiveFromDate?: Date; effectiveToDate?: Date; lastRevisedDateTime?: Date; performerType?: string; purpose?: string; }; export type OmniAssessmentTaskMetadata = { name: string; status: string; uniqueName: string; }; export type OmniStudioSettings = Metadata & { disableRollbackFlagsPref?: boolean; enableOaEventInternalWrites?: boolean; enableOaEventNotifications?: boolean; enableOaForCore?: boolean; enableOmniGlobalAutoNumberPref?: boolean; enableOmniReplaceFileBasedApex?: boolean; enableOmniStudioContentTest?: boolean; enableOmniStudioDrVersion?: boolean; enableOmniStudioMetadata?: boolean; enableStandardOmniStudioRuntime?: boolean; }; export type OmniSupervisorConfig = Metadata & { isTimelineHidden: boolean; masterLabel: string; omniSpvsrConfigAIAgent: OmniSpvsrConfigAIAgent[]; omniSupervisorConfigAction: OmniSupervisorConfigAction[]; omniSupervisorConfigGroup: OmniSupervisorConfigGroup[]; omniSupervisorConfigProfile: OmniSupervisorConfigProfile[]; omniSupervisorConfigQueue: OmniSupervisorConfigQueue[]; omniSupervisorConfigSkill: OmniSupervisorConfigSkill[]; omniSupervisorConfigTab: OmniSupervisorConfigTab[]; omniSupervisorConfigUser: OmniSupervisorConfigUser[]; skillVisibility?: OmniSuperSkillVisibilityType; }; export type OmniSpvsrConfigAIAgent = { botDefinition: string; }; export type OmniSupervisorConfigAction = { actionName: OmniSupervisorActionName; actionTab: OmniSupervisorActionTab; customActionFlow?: string; displayOrder: number; }; export type OmniSupervisorConfigGroup = { group: string; }; export type OmniSupervisorConfigProfile = { profile: string; }; export type OmniSupervisorConfigQueue = { queue: string; }; export type OmniSupervisorConfigSkill = { skill: string; }; export type OmniSupervisorConfigTab = { displayOrder: number; flexiPage?: string; tabType: OmniSupervisorTabType; }; export type OmniSupervisorConfigUser = { user: string; }; export type OmniTrackingComponentDef = Metadata & { componentType: OmniAnalyticsComponentType; componentVersion: number; developerName: string; masterLabel: string; omniTrackingComponentDefKey?: string; omniTrackingGroup?: string; }; export type OmniTrackingGroup = Metadata & { description?: string; developerName: string; endDate?: Date; groupType: OmniTrackingGroupType; isActive: boolean; masterLabel: string; maxAgeInDays?: number; omniExtTrackingDef?: string; omniTrackingComponentDefs: OmniTrackingComponentDef[]; omniTrackingGroupKey?: string; startDate?: Date; }; export type OmniUiCard = Metadata & { authorName: string; clonedFromOmniUiCardKey?: string; dataSourceConfig: string; description?: string; isActive: boolean; isManagedUsingStdDesigner?: boolean; name: string; omniUiCardType: OmniUiCardType; overrideKey?: string; propertySetConfig: string; sampleDataSourceResponse?: string; stylingConfiguration?: string; versionNumber: string; }; export type OnboardingDataObjectGroup = Metadata & { description?: string; masterLabel: string; usageType: OnboardingDataObjGrpUsageType; versionDetail: OnboardingDataObjGrpVer[]; }; export type OnboardingDataObjGrpVer = { computationSource?: string; computationType?: OnboardingDataObjGrpCompType; objectDetail: OnboardingDataObject[]; onbrdDataObjGrpDocCatgMaps: OnbrdDataObjGrpDocCatgMap[]; status: OnboardingDataObjVerGrpStatus; }; export type OnboardingDataObject = { businessContext: OnboardingDataObjBusContext; fieldDetail: OnboardingDataObjectField[]; name: OnboardingDataObjGrpTgtObject; partyProfileDataObjectValidityDefinition?: string; pathToRoot?: string; relatedObjectRole?: RelatedOnboardingDataObjRole; relatedOnboardingDataObjRecord?: string; targetObjectRelationshipField?: string; }; export type OnboardingDataObjectField = { name: string; }; export type OnbrdDataObjGrpDocCatgMap = { documentCategory?: string; documentType?: string; }; export type OpportunityScoreSettings = Metadata & { enableOpportunityScoring?: boolean; }; export type OpportunitySettings = Metadata & { autoActivateNewReminders?: boolean; customizableProductSchedulesEnabled?: boolean; doesEnforceStandardOpportunitySaveLogic?: boolean; enableExpandedPipelineInspectionSetup?: boolean; enableFindSimilarOpportunities?: boolean; enableForecastCategoryMetrics?: boolean; enableOpportunityFieldHistoryTracking?: boolean; enableOpportunityInsightsInMobile?: boolean; enableOpportunityTeam?: boolean; enablePipelineChangesMetrics?: boolean; enablePipelineInspection?: boolean; enablePipelineInspectionFlow?: boolean; enablePipelineInspectionSingleCategoryRollup?: boolean; enableRevenueInsights?: boolean; enableServiceCaseInsights?: boolean; enableUpdateReminders?: boolean; findSimilarOppFilter?: FindSimilarOppFilter; oppAmountDealMotionEnabled?: boolean; oppCloseDateDealMotionEnabled?: boolean; promptToAddProducts?: boolean; pushCountEnabled?: boolean; simpleOppCreateFromContact?: boolean; simpleOppCreateFromEvent?: boolean; }; export type FindSimilarOppFilter = { similarOpportunitiesDisplayColumns: string[]; similarOpportunitiesMatchFields: string[]; }; export type OpptStageDescription = Metadata & { description: string; isProtected?: boolean; masterLabel: string; opportunityStageApiName: string; }; export type OptimizationSettings = Metadata & { optimizationSetting: OptimizationSetting[]; }; export type OptimizationSetting = { bulkUpdateSize?: number; clearGantt?: boolean; clusterMinPoints?: number; clusterRadius?: number; maxRuntimeSingleService?: number; maximumConcurrentRequests?: number; name?: string; pinnedStatuses?: string; stayScheduledServicesByBoolean?: string; }; export type OrchestrationContext = Metadata & { datasets: OrchestrationContextDataset[]; description?: string; events: OrchestrationContextEvent[]; imageFile: string; imageScale: number; masterLabel: string; runtimeType: string; salesforceObject?: string; salesforceObjectPrimaryKey?: string; }; export type OrchestrationContextDataset = { datasetType: string; orchestrationDataset: string; }; export type OrchestrationContextEvent = { eventType: string; orchestrationEvent: string; platformEvent: string; platformEventPrimaryKey: string; }; export type OrderManagementSettings = Metadata & { deliveryEstimationEnabled?: boolean; enableActivityFeedPerChangeOrder?: boolean; enableB2CHighScaleOrders?: boolean; enableB2CIntegration?: boolean; enableBillingTypeOrdSummCreation?: boolean; enableDuplicateManagement?: boolean; enableHighScaleOrders?: boolean; enableIndividualOrderItemTaxAdjustments?: boolean; enableMRURecordCaching?: boolean; enableOMAutomation?: boolean; enableOrderManagement?: boolean; enablePersonAccountsForShoppers?: boolean; initOMAutomation?: boolean; }; export type OrderSettings = Metadata & { enableEnhancedCommerceOrders?: boolean; enableNegativeQuantity?: boolean; enableOptionalPricebook?: boolean; enableOrderEvents?: boolean; enableOrderWithMultiplePriceBooks?: boolean; enableOrders: boolean; enableReductionOrders?: boolean; enableZeroQuantity?: boolean; }; export type OutboundNetworkConnection = Metadata & { connectionType: ExternalConnectionType; description?: string; isActive: boolean; label: string; outboundNetworkConnProperties: OutboundNetworkConnProperty[]; status: ExternalConnectionStatus; }; export type OutboundNetworkConnProperty = { propertyName: OutboundConnPropertyName; propertyValue: string; }; export type Package = Metadata & { apiAccessLevel?: APIAccessLevel; description?: string; namespacePrefix?: string; objectPermissions: ProfileObjectPermissions[]; packageType?: string; postInstallClass?: string; setupWeblink?: string; types: PackageTypeMembers[]; uninstallClass?: string; version: string; }; export type ProfileObjectPermissions = { allowCreate?: boolean; allowDelete?: boolean; allowEdit?: boolean; allowRead?: boolean; customizeSetup?: boolean; deleteSetup?: boolean; modifyAllRecords?: boolean; object: string; viewAllFields?: boolean; viewAllRecords?: boolean; viewSetup?: boolean; }; export type PardotEinsteinSettings = Metadata & { enableCampaignInsight?: boolean; enableEngagementScore?: boolean; }; export type PardotSettings = Metadata & { enableAIEinsteinEngageFreq?: boolean; enableAIOptimizedSendTime?: boolean; enableAeDataConnector?: boolean; enableB2bmaAppEnabled?: boolean; enableEngagementHistoryDashboards?: boolean; enableEnhancedProspectCustomFieldsSync?: boolean; enablePardotAppV1Enabled?: boolean; enablePardotEnabled?: boolean; enablePardotObjectSync?: boolean; enableProspectActivityDataset?: boolean; enableUnifiedEngagementHistoryDashboards?: boolean; }; export type ParticipantRole = Metadata & { defaultAccessLevel: ParticipantRoleAccessLevel; isActive?: boolean; masterLabel: string; parentObject: string; }; export type PartyDataModelSettings = Metadata & { enableAutoSelectIndividualOnMerge?: boolean; enableConsentManagement?: boolean; enableIndividualAutoCreate?: boolean; }; export type PartyProfileDataObjectValidityDefinition = Metadata & { businessContext: PtyPrflDataObjVldDefBusCtx; description?: string; fieldValidityDefinition: PartyPrflDataFldVldDef[]; fieldValidityResultObject: PtyPrflDataObjVldDefFldResObj; masterLabel: string; status: PartyPrflDataObjVldDefStatus; targetObject: OnboardingDataObjGrpTgtObject; }; export type PartyPrflDataFldVldDef = { computationSource?: string; computationType: PtyPrflDataFldVldDefCompType; durationType?: PtyPrflDataFldVldDefDrtnType; durationValue?: number; name: string; }; export type PathAssistant = Metadata & { active: boolean; entityName: string; fieldName: string; masterLabel: string; pathAssistantSteps: PathAssistantStep[]; recordTypeName: string; }; export type PathAssistantStep = { fieldNames: string[]; info?: string; picklistValueName: string; }; export type PathAssistantSettings = Metadata & { canOverrideAutoPathCollapseWithUserPref?: boolean; pathAssistantEnabled?: boolean; }; export type PaymentGatewayProvider = Metadata & { apexAdapter?: string; comments?: string; gatewayType?: GatewayType; idempotencySupported: IdempotencySupportStatus; masterLabel: string; }; export type PaymentsSettings = Metadata & { enablePayments?: boolean; }; export type PaymentsSharingSettings = Metadata & { delegatePaymentSharingToAccount?: boolean; }; export type PermissionSet = Metadata & { agentAccesses: PermissionSetAgentAccess[]; applicationVisibilities: PermissionSetApplicationVisibility[]; classAccesses: PermissionSetApexClassAccess[]; customMetadataTypeAccesses: PermissionSetCustomMetadataTypeAccess[]; customPermissions: PermissionSetCustomPermissions[]; customSettingAccesses: PermissionSetCustomSettingAccess[]; dataspaceScopes: DataspaceScopeAccess[]; description?: string; emailRoutingAddressAccesses: PermissionSetEmailRoutingAddressAccess[]; externalCredentialPrincipalAccesses: PermissionSetExternalCredentialPrincipalAccess[]; externalDataSourceAccesses: PermissionSetExternalDataSourceAccess[]; fieldPermissions: PermissionSetFieldPermissions[]; flowAccesses: PermissionSetFlowAccess[]; genComputingSummaryDefAccesses: PermissionSetGenComputingSummaryDefAccess[]; hasActivationRequired?: boolean; label: string; license?: string; objectPermissions: PermissionSetObjectPermissions[]; pageAccesses: PermissionSetApexPageAccess[]; recordTypeVisibilities: PermissionSetRecordTypeVisibility[]; servicePresenceStatusAccesses: PermissionSetServicePresenceStatusAccess[]; tabSettings: PermissionSetTabSetting[]; userPermissions: PermissionSetUserPermission[]; }; export type PermissionSetAgentAccess = { agentName: string; enabled: boolean; }; export type PermissionSetApplicationVisibility = { application: string; visible: boolean; }; export type PermissionSetApexClassAccess = { apexClass: string; enabled: boolean; }; export type PermissionSetCustomMetadataTypeAccess = { enabled: boolean; name: string; }; export type PermissionSetCustomPermissions = { enabled: boolean; name: string; }; export type PermissionSetCustomSettingAccess = { enabled: boolean; name: string; }; export type DataspaceScopeAccess = { customizeActivationDefinitions?: boolean; customizeAllDefinitions?: boolean; customizeCalculatedInsightDefinitions?: boolean; customizeDataActionDefinitions?: boolean; customizeDataApplicationDefinitions: boolean; customizeDataObjSecondaryIndexDefinitions: boolean; customizeDataShareDefinitions: boolean; customizeFTestDataspaceScopedDefinition: boolean; customizeIdentityResolutionDefinitions?: boolean; customizeMLPredictionDefinitions: boolean; customizeSegmentationDefinitions?: boolean; customizeSemanticSearchDefinitions: boolean; dataAccessLevel?: string; dataspaceScope: string; objectAccessLevel?: string; viewActivationDefinitions?: boolean; viewCalculatedInsightDefinitions?: boolean; viewDataActionDefinitions?: boolean; viewDataApplicationDefinitions: boolean; viewDataObjSecondaryIndexDefinitions: boolean; viewDataShareDefinitions: boolean; viewFTestDataspaceScopedDefinition: boolean; viewIdentityResolutionDefinitions?: boolean; viewMLPredictionDefinitions: boolean; viewSegmentationDefinitions?: boolean; viewSemanticSearchDefinitions: boolean; }; export type PermissionSetEmailRoutingAddressAccess = { enabled: boolean; name: string; }; export type PermissionSetExternalCredentialPrincipalAccess = { enabled: boolean; externalCredentialPrincipal: string; }; export type PermissionSetExternalDataSourceAccess = { enabled: boolean; externalDataSource: string; }; export type PermissionSetFieldPermissions = { editable: boolean; field: string; readable?: boolean; }; export type PermissionSetFlowAccess = { enabled: boolean; flow: string; }; export type PermissionSetGenComputingSummaryDefAccess = { configName: string; enabled: boolean; }; export type PermissionSetObjectPermissions = { allowCreate: boolean; allowDelete: boolean; allowEdit: boolean; allowRead: boolean; customizeSetup?: boolean; deleteSetup?: boolean; modifyAllRecords: boolean; object: string; viewAllFields?: boolean; viewAllRecords: boolean; viewSetup?: boolean; }; export type PermissionSetApexPageAccess = { apexPage: string; enabled: boolean; }; export type PermissionSetRecordTypeVisibility = { recordType: string; visible: boolean; }; export type PermissionSetServicePresenceStatusAccess = { enabled: boolean; servicePresenceStatus: string; }; export type PermissionSetTabSetting = { tab: string; visibility: PermissionSetTabVisibility; }; export type PermissionSetUserPermission = { enabled: boolean; name: string; }; export type MutingPermissionSet = PermissionSet & { label: string; }; export type PermissionSetGroup = Metadata & { description?: string; hasActivationRequired?: boolean; label: string; mutingPermissionSets: string[]; permissionSets: string[]; status?: string; }; export type PermissionSetLicenseDefinition = Metadata & { customObjects: PermissionSetLicenseDefinitionCustomObject[]; customPermissions: PermissionSetLicenseDefinitionCustomPermission[]; isSupplementLicense?: boolean; label: string; licenseExpirationPolicy: LicenseExpirationPolicy; userLicenseRestrictions?: string; }; export type PermissionSetLicenseDefinitionCustomPermission = { name: string; }; export type PersonAccountOwnerPowerUser = Metadata & { developerName: string; masterLabel: string; portalType: string; user: string; }; export type PicklistSettings = Metadata & { isPicklistApiNameEditDisabled?: boolean; }; export type PlatformCachePartition = Metadata & { description?: string; isDefaultPartition: boolean; masterLabel: string; platformCachePartitionTypes: PlatformCachePartitionType[]; }; export type PlatformCachePartitionType = { allocatedCapacity: number; allocatedPartnerCapacity: number; allocatedPurchasedCapacity: number; allocatedTrialCapacity: number; cacheType: PlatformCacheType; }; export type PlatformEncryptionSettings = Metadata & { canEncryptManagedPackageFields?: boolean; enableDeterministicEncryption?: boolean; enableEncryptFieldHistory?: boolean; enableEncryptionSearchEnabled?: boolean; enableEventBusEncryption?: boolean; isMEKForEncryptionRequired?: boolean; isUseHighAssuranceKeysRequired?: boolean; }; export type PlatformEventChannel = Metadata & { channelType: PlatformEventChannelType; eventType?: PlatformEventChannelEventType; label: string; }; export type PlatformEventChannelMember = Metadata & { enrichedFields: EnrichedField[]; eventChannel: string; filterExpression?: string; selectedEntity: string; }; export type EnrichedField = { name: string; }; export type PlatformLicenseDefinition = Metadata & { cloudServiceProvider?: string; defaultLicenseDuration?: number; defaultStatus?: DefaultLicenseStatus; description?: string; hasDynamicResourceGroupKey?: boolean; includedFeatures: IncludedFeature[]; licenseOwner?: string; managementServiceProvider?: string; managementTenantId?: string; minPlatformVersion?: number; name: string; recordVisibility?: string; settingItems: SettingItem[]; settingUsageDefinitions: SettingUsageDefinition[]; userRecordAccess?: string; }; export type IncludedFeature = { name: string; settingOverrides: SettingOverride[]; }; export type SettingOverride = { settingId: string; value: string; }; export type SettingItem = { durableId: string; editable?: boolean; ignoreQuantity?: boolean; namespace?: string; value: string; }; export type SettingUsageDefinition = { frequencyDefault: Frequency; hasRolloverDefault?: boolean; isPersistentResource: boolean; overageGraceDefault?: number; recordVisibility?: string; setting: string; userRecordAccess?: string; }; export type PolicyRuleDefinition = Metadata & { action: string[]; category: Category; effect: Effect; label: string; policyRuleDefinitionSetName: string; policyRuleResourceDomains: PolicyRuleResourceDomain[]; principalAuthenticationLevel?: PrincipalAuthenticationLevel; principalDomain: string[]; principalScopeType: RulePrincipalScopeType; resourceDomain: string[]; resourceExpression?: PolicyJsonExpression; resourceScopeType: RuleResourceScopeType; resourceTransform?: ResourceTransform; ruleConsumer?: RuleConsumer; transformPrecedence?: number; unlessPolicyRuleDefinitionClauseConjunction?: PolicyRuleDefinitionClauseConjunction; whenPolicyRuleDefinitionClauseConjunction?: PolicyRuleDefinitionClauseConjunction; }; export type PolicyRuleResourceDomain = { resourceDomain: string; }; export type PolicyRuleDefinitionClauseConjunction = { conditions: PolicyRuleDefinitionCondition[]; conjunctionExpression: string; }; export type PolicyRuleDefinitionCondition = { clause?: RuleDefinitionClause; contextPath?: RuleContextPath; operator?: RuleDefinitionOperator; policyRuleDefinitionCondition: PolicyRuleDefinitionCondition[]; policyRuleValueSet: PolicyRuleValueSet[]; principalExpression?: PolicyJsonExpression; principalPath?: RulePrincipalPath; resourceAlias?: string; resourceExpression?: PolicyJsonExpression; resourcePath?: RuleResourcePath; valueBit: string[]; valueContextPath?: RuleContextPath; valueDomain?: string; valuePrincipalPath?: RulePrincipalPath; valueResourcePath?: RuleResourcePath; whereClauseConjunction?: string; }; export type PolicyRuleValueSet = { valueReference?: string; valueReferenceType?: PolicyRuleValueSetReferenceType; valueString?: string; }; export type PolicyRuleDefinitionSet = Metadata & { description?: string; label: string; replicated?: boolean; }; export type Portal = Metadata & { 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?: PortalRoles; selfRegUserTemplate?: string; showActionConfirmation?: boolean; stylesheetDocument?: string; type: PortalType; }; export type PortalsSettings = Metadata & { clickjackSSPLoginPage?: boolean; redirectPortalLoginToHttps?: boolean; }; export type PostTemplate = Metadata & { default?: boolean; description?: string; fields: string[]; label: string; }; export type PredictionBuilderSettings = Metadata & { enablePredictionBuilder?: boolean; isPredictionBuilderStarted?: boolean; }; export type PresenceDeclineReason = Metadata & { label: string; }; export type PresenceUserConfig = Metadata & { acwExtensionDuration?: number; afterConvoWorkMaxTime?: number; assignments?: PresenceConfigAssignments; capacity: number; declineReasons: string[]; enableAutoAccept?: boolean; enableDecline?: boolean; enableDeclineReason?: boolean; enableDisconnectSound?: boolean; enableRequestSound?: boolean; hasAcwExtensionEnabled?: boolean; hasAfterConvoWorkTimer?: boolean; interruptibleCapacity?: number; label: string; maxExtensions?: string; presenceStatusOnDecline?: string; presenceStatusOnPushTimeout?: string; userDisplayName?: string; }; export type PresenceConfigAssignments = { profiles?: PresenceConfigProfileAssignments; users?: PresenceConfigUserAssignments; }; export type PresenceConfigProfileAssignments = { profile: string[]; }; export type PresenceConfigUserAssignments = { user: string[]; }; export type PriceRule = Metadata & { conditionLogic: ConditionLogic; description?: string; effectiveDate?: Date; expirationDate?: Date; masterLabel: string; priceRuleActions: PriceRuleAction[]; priceRuleConditions: PriceRuleCondition[]; priceRuleExecutionStages: PriceRuleExecutionStage[]; sequence: number; status: RuleStatus; }; export type PriceRuleAction = { conditionVariable?: string; priceRuleActionItems: PriceRuleActionItem[]; sequence: number; targetObject?: string; type: TypeOfAction; }; export type PriceRuleActionItem = { field: string; fieldValue: string; fieldValueType: InputValueType; sequence: number; }; export type PriceRuleCondition = { accumulateResultCondInput?: string; accumulateResultCondInputType?: AccumulateResultCondInputType; accumulateResultOperator?: AccumulateResultOperator; aggregatedConditionVariable?: string; aggregationType?: ConditionAggregationFunction; conditionVariable?: string; matchType: TargetEntityMatchType; priceRuleConditionFilters: PriceRuleConditionFilter[]; scope: ConditionType; sequence: number; targetObject: string; }; export type PriceRuleConditionFilter = { field: string; fieldValue?: string; fieldValueType?: ConditionFilterInputValueType; operator: ConditionFilterOperator; sequence: number; variable?: string; }; export type PriceRuleExecutionStage = { stage: ExecutionStageOfPriceRule; }; export type PriceSheetDefinition = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; prcShtAttrDefinitions: PrcShtAttrDefinition[]; priceSheetEntity: string; }; export type PrcShtAttrDefinition = { columnLabel?: string; columnName: string; columnType: PriceSheetColumnType; isRangeColumn: boolean; }; export type PricingActionParameters = Metadata & { contextDefinition: string; contextMapping: string; developerName: string; effectiveFrom: Date; effectiveTo?: Date; masterLabel: string; objectName?: string; pricingProcedure?: string; }; export type PricingRecipe = Metadata & { businessVertical?: BusinessVertical; defaultPricingProcedure?: ExpressionSetDefinition; defaultPricingProcedureDeveloperName?: string; defaultPricingProcedureId?: string; developerName?: string; isActive?: boolean; isInternal?: boolean; masterLabel: string; pricingRecipeTableMapping: PricingRecipeTableMapping[]; }; export type PricingRecipeTableMapping = { fileBasedDecisionTableName?: string; isInternal?: boolean; lookupTable?: Metadata; lookupTableDeveloperName?: string; pricingComponentType?: string; pricingProcedureOutputMapList: PricingProcedureOutputMap[]; pricingRecipe: string; }; export type PricingProcedureOutputMap = { fieldName?: string; isPricingRecipeActive?: boolean; outputFieldName?: string; outputFieldNameString?: string; outputType?: string; pricingElementType?: PricingElementType; }; export type PrivacySettings = Metadata & { authorizationCaptureBrowser?: boolean; authorizationCaptureEmail?: boolean; authorizationCaptureIp?: boolean; authorizationCaptureLocation?: boolean; authorizationCustomSharing?: boolean; authorizationCustomSharingPCU?: boolean; authorizationLockingAndVersioning?: boolean; enableConfigurableUserPIIActive?: boolean; enableConsentAuditTrail?: boolean; enableConsentEventStream?: boolean; enableDefaultMetadataValues?: boolean; enableSalesforceArchive?: boolean; useUmaDefaultConsentRecs?: boolean; }; export type ProcedureOutputResolution = Metadata & { developerName: string; formula: string; isActive: boolean; isInternal?: boolean; masterLabel: string; pricingElement: string; }; export type ProcedurePlanDefinition = Metadata & { description?: string; developerName: string; masterLabel: string; primaryObject?: string; procedurePlanDefinitionVersion: ProcedurePlanDefinitionVersion[]; processType: string; }; export type ProcedurePlanDefinitionVersion = { contextDefinition: string; defaultReadContextMapping?: string; defaultSaveContextMapping?: string; developerName: string; effectiveFrom: string; effectiveTo?: string; inheritedFrom?: string; isActive: boolean; procedurePlanDefinition: string; procedurePlanSection: ProcedurePlanSection[]; rank: number; }; export type ProcedurePlanSection = { description?: string; isInherited: boolean; phase?: string; procedurePlanOption: ProcedurePlanOption[]; procedurePlanVersion: string; resolutionType: string; sectionType: string; sequence: number; subSectionType: string; }; export type ProcedurePlanOption = { apexClass?: string; apexClassName?: string; criteriaLogic?: string; ctxDefinitionOutputField?: string; ctxMappingOutputField?: string; decisionTable?: string; expressionSetApiName?: string; expressionSetDefinition?: string; expressionSetLabel?: string; expressionSetOutputField?: string; primaryObject?: string; priority: number; procedurePlanCriterion: ProcedurePlanCriterion[]; procedurePlanSection?: string; readContextMapping?: string; saveContextMapping?: string; }; export type ProcedurePlanCriterion = { actualValue?: string; dataType: string; decisionTableParameter?: string; fieldPath: string; objectField: string; operator: string; procedurePlanOption?: string; sequence: number; }; export type ProcessFlowMigration = Metadata & { destinationFlowDefinition: string; destinationFlowVersion: string; developerName: string; masterLabel: string; migratedCriteriaLabel?: string; migratedCriteriaName?: string; processVersion: string; }; export type ProductAttrDisplayConfig = Metadata & { dataType: string; displayType: string; masterLabel: string; status: string; }; export type ProductAttributeSet = Metadata & { description?: string; developerName: string; masterLabel: string; productAttributeSetItems: ProductAttributeSetItem[]; }; export type ProductAttributeSetItem = { field: string; isGroupedBy?: boolean; sequence: number; }; export type ProductCatalogManagementSettings = Metadata & { productDeepCloneContextDefOrgValue?: string; productDeepCloneExpressionSetOrgValue?: string; }; export type ProductDiscoverySettings = Metadata & { discoverProductsFlowNameOrgValue?: string; enableGuidedSelling?: boolean; prodDiscBrowseContextDefOrgValue?: string; prodDiscDefaultCatalogOrgValue?: string; prodDiscPricingEnabledOrgValue?: string; prodDiscProcedureOrgValue?: string; prodDiscQualEnabledOrgValue?: string; prodDiscQualificationOrgValue?: string; promoContextMappingNameOrgValue?: string; promoRuleLibraryNameOrgValue?: string; }; export type ProductFamilyUsage = Metadata & { productFamilyUsageType: ProductFamilyUsageType; }; export type ProductSettings = Metadata & { enableCascadeActivateToRelatedPrices?: boolean; enableMySettings?: boolean; enableQuantitySchedule?: boolean; enableRevenueSchedule?: boolean; }; export type ProductSpecificationRecType = Metadata & { isCommercial: boolean; masterLabel: string; productSpecificationType: string; recordType: string; }; export type ProductSpecificationType = Metadata & { description?: string; masterLabel: string; }; export type Profile = Metadata & { agentAccesses: ProfileAgentAccess[]; applicationVisibilities: ProfileApplicationVisibility[]; categoryGroupVisibilities: ProfileCategoryGroupVisibility[]; classAccesses: ProfileApexClassAccess[]; custom?: boolean; customMetadataTypeAccesses: ProfileCustomMetadataTypeAccess[]; customPermissions: ProfileCustomPermissions[]; customSettingAccesses: ProfileCustomSettingAccess[]; description?: string; externalDataSourceAccesses: ProfileExternalDataSourceAccess[]; fieldPermissions: ProfileFieldLevelSecurity[]; flowAccesses: ProfileFlowAccess[]; genComputingSummaryDefAccesses: ProfileGenComputingSummaryDefAccess[]; layoutAssignments: ProfileLayoutAssignment[]; loginFlows: LoginFlow[]; loginHours?: ProfileLoginHours; loginIpRanges: ProfileLoginIpRange[]; objectPermissions: ProfileObjectPermissions[]; pageAccesses: ProfileApexPageAccess[]; profileActionOverrides: ProfileActionOverride[]; recordTypeVisibilities: ProfileRecordTypeVisibility[]; servicePresenceStatusAccesses: ProfileServicePresenceStatusAccess[]; tabVisibilities: ProfileTabVisibility[]; userLicense?: string; userPermissions: ProfileUserPermission[]; }; export type ProfileAgentAccess = { agentName: string; enabled: boolean; }; export type ProfileApplicationVisibility = { application: string; default: boolean; visible: boolean; }; export type ProfileCategoryGroupVisibility = { dataCategories: string[]; dataCategoryGroup: string; visibility: CategoryGroupVisibility; }; export type ProfileApexClassAccess = { apexClass: string; enabled: boolean; }; export type ProfileCustomMetadataTypeAccess = { enabled: boolean; name: string; }; export type ProfileCustomPermissions = { enabled: boolean; name: string; }; export type ProfileCustomSettingAccess = { enabled: boolean; name: string; }; export type ProfileExternalDataSourceAccess = { enabled: boolean; externalDataSource: string; }; export type ProfileFieldLevelSecurity = { editable: boolean; field: string; readable?: boolean; }; export type ProfileFlowAccess = { enabled: boolean; flow: string; }; export type ProfileGenComputingSummaryDefAccess = { configName: string; enabled: boolean; }; export type ProfileLayoutAssignment = { layout: string; recordType?: string; }; export type LoginFlow = { flow?: string; flowType: LoginFlowType; friendlyName: string; uiLoginFlowType: UiLoginFlowType; useLightningRuntime?: boolean; vfFlowPage?: string; vfFlowPageTitle?: string; }; export type ProfileLoginHours = { 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; }; export type ProfileLoginIpRange = { description?: string; endAddress: string; startAddress: string; }; export type ProfileApexPageAccess = { apexPage: string; enabled: boolean; }; export type ProfileRecordTypeVisibility = { default: boolean; personAccountDefault?: boolean; recordType: string; visible: boolean; }; export type ProfileServicePresenceStatusAccess = { enabled: boolean; servicePresenceStatus: string; }; export type ProfileTabVisibility = { tab: string; visibility: TabVisibility; }; export type ProfileUserPermission = { enabled: boolean; name: string; }; export type ProfilePasswordPolicy = Metadata & { forgotPasswordRedirect?: boolean; lockoutInterval: number; maxLoginAttempts: number; minimumPasswordLength: number; minimumPasswordLifetime?: boolean; obscure?: boolean; passwordComplexity: number; passwordExpiration: number; passwordHistory: number; passwordQuestion: number; profile: string; }; export type ProfileSessionSetting = Metadata & { externalCommunityUserIdentityVerif: boolean; forceLogout: boolean; profile: string; requiredSessionLevel?: SessionSecurityLevel; sessionPersistence: boolean; sessionTimeout: number; sessionTimeoutWarning: boolean; }; export type Prompt = Metadata & { masterLabel: string; promptVersions: PromptVersion[]; }; export type PromptVersion = { actionButtonLabel?: string; actionButtonLink?: string; body: string; customApplication?: string; delayDays?: number; description?: string; dismissButtonLabel?: string; displayPosition?: PromptDisplayPosition; displayType: PromptDisplayType; elementRelativePosition?: PromptElementRelativePosition; endDate?: Date; experience?: PromptExperience; experienceContext?: string; header?: string; icon?: string; image?: string; imageAltText?: string; imageLink?: string; imageLocation?: PromptImageLocation; indexWithIsPublished?: string; indexWithoutIsPublished?: string; isPublished?: boolean; masterLabel: string; publishedByUser?: string; publishedDate?: Date; referenceElementContext?: string; shouldDisplayActionButton?: boolean; shouldIgnoreGlobalDelay?: boolean; startDate?: Date; stepNumber?: number; targetAppDeveloperName?: string; targetAppNamespacePrefix?: string; targetPageKey1?: string; targetPageKey2?: string; targetPageKey3?: string; targetPageKey4?: string; targetPageType?: string; targetRecordType?: string; themeColor?: PromptThemeColor; themeSaturation?: PromptThemeSaturation; timesToDisplay?: number; title: string; uiFormulaRule?: UiFormulaRule; userAccess?: PromptUserAccess; userProfileAccess?: PromptUserProfileAccess; versionNumber: number; videoLink?: string; }; export type ProviderSampleLimitTemplate = Metadata & { discrepancyAlertType: SampleLimitDiscAlertType; isActive: boolean; isAdvanced?: boolean; isCloned?: boolean; isLawBased?: boolean; label: string; priorityNumber?: number; ruleCondition: string; ruleExpression: string; }; export type PublicKeyCertificate = Metadata & { description?: string; isActive?: boolean; jsonWebKey?: string; masterLabel: string; }; export type PublicKeyCertificateSet = Metadata & { description?: string; jwksEndPoint?: string; jwtIssuer?: string; masterLabel: string; publicKeyCertificateSetKeys: PublicKeyCertificateSetKey[]; type: PublicKeyCertificateSetType; }; export type PublicKeyCertificateSetKey = { publicKeyCertificate: string; }; export type PurchaseOrderMgmtSettings = Metadata & { enablePurchaseOrderMgt?: boolean; }; export type Queue = Metadata & { description?: string; doesSendEmailToMembers?: boolean; email?: string; name: string; queueMembers?: QueueMembers; queueRoutingConfig?: string; queueSobject: QueueSobject[]; }; export type QueueMembers = { publicGroups?: PublicGroups; roleAndSubordinates?: RoleAndSubordinates; roleAndSubordinatesInternal?: RoleAndSubordinatesInternal; roles?: Roles; users?: Users; }; export type PublicGroups = { publicGroup: string[]; }; export type RoleAndSubordinates = { roleAndSubordinate: string[]; }; export type RoleAndSubordinatesInternal = { roleAndSubordinateInternal: string[]; }; export type Roles = { role: string[]; }; export type Users = { user: string[]; }; export type QueueSobject = { sobjectType: string; }; export type QueueRoutingConfig = Metadata & { capacityPercentage?: number; capacityType?: CapacityType; capacityWeight?: number; dropAdditionalSkillsTimeout?: number; isAttributeBased?: boolean; label: string; pausedCapacityPercentage?: number; pausedCapacityWeight?: number; pushTimeout?: number; queueOverflowAssignee?: string; routingModel: RoutingModel; routingPriority: number; skills: QueueRoutingConfigSkill[]; userOverflowAssignee?: string; }; export type QueueRoutingConfigSkill = { skill?: string; }; export type QuickAction = Metadata & { actionSubtype?: ActionSubtype; canvas?: string; description?: string; fieldOverrides: FieldOverride[]; flowDefinition?: string; height?: number; icon?: string; isProtected?: boolean; label?: string; lightningComponent?: string; lightningWebComponent?: string; optionsCreateFeedItem: boolean; page?: string; quickActionLayout?: QuickActionLayout; quickActionParameters: QuickActionParameters[]; quickActionSendEmailOptions?: QuickActionSendEmailOptions; standardLabel?: QuickActionLabel; successMessage?: string; targetObject?: string; targetParentField?: string; targetRecordType?: string; type: QuickActionType; width?: number; }; export type FieldOverride = { field: string; formula?: string; literalValue?: string; }; export type QuickActionLayout = { layoutSectionStyle: LayoutSectionStyle; quickActionLayoutColumns: QuickActionLayoutColumn[]; }; export type QuickActionLayoutColumn = { quickActionLayoutItems: QuickActionLayoutItem[]; }; export type QuickActionLayoutItem = { emptySpace?: boolean; field?: string; uiBehavior?: UiBehavior; }; export type QuickActionParameters = { name: string; type: QuickActionParameterType; value?: string; }; export type QuickActionSendEmailOptions = { defaultEmailTemplateName?: string; ignoreDefaultEmailTemplateSubject: boolean; }; export type QuickTextSettings = Metadata & { hideQuickTextUiInLtng?: boolean; lightningQuickTextEnabled?: boolean; quickTextsInFolders?: boolean; }; export type QuoteSettings = Metadata & { enableQuote: boolean; enableQuotesWithoutOppEnabled?: boolean; }; export type RealTimeEventSettings = Metadata & { realTimeEvents: RealTimeEvent[]; }; export type RealTimeEvent = { entityName: string; isEnabled: boolean; }; export type RecommendationBuilderSettings = Metadata & { enableErbEnabledPref?: boolean; enableErbStartedPref?: boolean; }; export type RecommendationStrategy = Metadata & { actionContext: StrategyAction[]; aiLoad: StrategyNodeAiLoad[]; aiSort: StrategyNodeAiSort[]; contextRecordType?: string; description?: string; filter: StrategyNodeFilter[]; if: StrategyNodeIf[]; invocableAction: StrategyNodeInvocableAction[]; isTemplate?: boolean; label: string; map: StrategyNodeMap[]; mutuallyExclusive: StrategyNodeExclusive[]; onBehalfOfExpression?: string; recommendationLimit: StrategyNodeRecommendationLimit[]; recommendationLoad: StrategyNodeRecommendationLoad[]; sort: StrategyNodeSort[]; union: StrategyNodeUnion[]; }; export type StrategyAction = { action: string; argument: StrategyActionArg[]; description?: string; label?: string; name: string; type: InvocableActionType; }; export type StrategyActionArg = { name: string; value: string; }; export type StrategyNodeAiLoad = StrategyNodeUnionBase & { acceptanceLabel: string; actionReference: string; descriptionField: string; recommendationDefinitionDevName: string; rejectionLabel?: string; titleField: string; }; export type StrategyNodeUnionBase = StrategyNodeBase & { limit?: number; }; export type StrategyNodeBase = { childNode: string[]; description?: string; label?: string; name: string; }; export type StrategyNodeAiSort = string; export type StrategyNodeExclusive = string; export type StrategyNodeFilter = StrategyNodeUnionBase & { expression: string; }; export type StrategyNodeIf = StrategyNodeUnionBase & { childNodeExpression: IfExpression[]; onlyFirstMatch?: boolean; }; export type IfExpression = { childName: string; expression: string; }; export type StrategyNodeInvocableAction = StrategyNodeUnionBase & { action: string; argument: StrategyNodeInvocableActionArg[]; isGenerator: boolean; type: InvocableActionType; }; export type StrategyNodeInvocableActionArg = { name: string; value: string; }; export type StrategyNodeMap = StrategyNodeUnionBase & { mapExpression: MapExpression[]; }; export type MapExpression = { expression: string; name: string; type?: string; }; export type StrategyNodeRecommendationLimit = StrategyNodeUnionBase & { filterMode: StrategyReactionType[]; lookbackDuration?: number; maxRecommendationCount?: number; }; export type StrategyNodeRecommendationLoad = StrategyNodeUnionBase & { condition: RecommendationLoadCondition[]; conditionLogic?: string; object: string; sortField: StrategyNodeSortField[]; }; export type RecommendationLoadCondition = { field: string; operator: RecommendationConditionOperator; value: RecommendationConditionValue; }; export type RecommendationConditionValue = { type: RecommendationConditionValueType; value?: string; }; export type StrategyNodeSortField = { name: string; nullsFirst?: boolean; order?: SortOrder; }; export type StrategyNodeSort = StrategyNodeUnionBase & { field: StrategyNodeSortField[]; }; export type StrategyNodeUnion = string; export type RecordActionDeployment = Metadata & { channelConfigurations: RecordActionDeploymentChannel[]; componentName?: ComponentName; deploymentContexts: RecordActionDeploymentContext[]; hasComponents?: boolean; hasGuidedActions?: boolean; hasOmniscripts?: boolean; hasRecommendations?: boolean; masterLabel: string; recommendation?: RecordActionRecommendation; selectableItems: RecordActionSelectableItem[]; }; export type RecordActionDeploymentChannel = { channel: ChannelSource; channelItems: RecordActionDefaultItem[]; isAutopopEnabled?: boolean; }; export type RecordActionDefaultItem = { action: string; isMandatory?: boolean; isUiRemoveHidden?: boolean; pinned: PinnedAction; position: number; type: RecordActionType; }; export type RecordActionDeploymentContext = { entityName: string; recommendationStrategy?: string; }; export type RecordActionRecommendation = { defaultStrategy?: string; hasDescription: boolean; hasImage: boolean; hasRealtimeRecommendations?: boolean; hasRejectAction: boolean; hasTitle: boolean; maxDisplayRecommendations: number; shouldLaunchActionOnReject: boolean; }; export type RecordActionSelectableItem = { action: string; frequentActionSequenceNbr?: number; isFrequentAction?: boolean; type: RecordActionType; }; export type RecordAggregationDefinition = Metadata & { aggregateFromObject: string; aggregateToObject: string; aggregationType: RecordAggregationDefinitionAggregationType; batchProcessingDefinition?: string; description?: string; displayName: string; onDemandProcDefinition?: string; recordAggregationObject: RecordAggregationObject[]; status: RecordAggregationDefinitionStatus; }; export type RecordAggregationObject = { associatedObject: string; developerName?: string; filterLogic?: string; masterLabel: string; recordAggregationJoinCondition: RecordAggregationJoinCondition[]; recordAggregationObjectFilter: RecordAggregationObjectFilter[]; }; export type RecordAggregationJoinCondition = { joinField: string; navigationSequenceNumber: number; relatedJoinField: string; relatedRecordAggregationObject: string; type: RecordAggregationJoinConditionType; }; export type RecordAggregationObjectFilter = { associatedObjectField: string; operator: RecordAggregationObjectFilterOperator; sequenceNumber: number; value: string; }; export type RecordAlertCategory = Metadata & { description?: string; masterLabel: string; severity?: string; }; export type RecordPageSettings = Metadata & { enableActivityRelatedList?: boolean; enableFullRecordView?: boolean; }; export type RedirectWhitelistUrl = Metadata & { url: string; }; export type ReferencedDashboard = Metadata & { application: string; description?: string; embedUrl: string; masterLabel: string; templateAssetSourceName?: string; visibility: string; }; export type ReferralMarketingConfig = Metadata & { integrationSystemType: string; masterLabel: string; }; export type RelationshipGraphDefinition = Metadata & { isActive: boolean; isTemplate: boolean; masterLabel: string; relationshipGraphDefVersions: RelationshipGraphDefVersion[]; }; export type RelationshipGraphDefVersion = { graphDefinition: string; graphType: string; }; export type ReleaseMgmtSettings = Metadata & { enableITSMReleaseMgmt?: boolean; enableReleaseEventCreation?: boolean; enableReleaseValidations?: boolean; }; export type RemoteSiteSetting = Metadata & { description?: string; disableProtocolSecurity: boolean; isActive: boolean; url: string; }; export type Report = Metadata & { aggregateFilters: ReportAggregateFilter[]; aggregates: ReportAggregate[]; block: Report[]; blockInfo?: ReportBlockInfo; buckets: ReportBucketField[]; chart?: ReportChart; colorRanges: ReportColorRange[]; columns: ReportColumn[]; crossFilters: ReportCrossFilter[]; currency?: CurrencyIsoCode; customDetailFormulas: ReportCustomDetailFormula[]; dataCategoryFilters: ReportDataCategoryFilter[]; description?: string; division?: string; filter?: ReportFilter; folderName?: string; format: ReportFormat; formattingRules: ReportFormattingRule[]; groupingsAcross: ReportGrouping[]; groupingsDown: ReportGrouping[]; historicalSelector?: ReportHistoricalSelector; isSmartTotalDisabled?: boolean; name: string; numSubscriptions?: number; params: ReportParam[]; reportType: string; reportTypeApiName?: string; roleHierarchyFilter?: string; rowLimit?: number; scope?: string; showCurrentDate?: boolean; showDetails?: boolean; showGrandTotal?: boolean; showSubTotals?: boolean; sortColumn?: string; sortOrder?: SortOrder; territoryHierarchyFilter?: string; timeFrameFilter?: ReportTimeFrameFilter; userFilter?: string; }; export type ReportAggregateFilter = { aggregate: string; operator: string; value: string; }; export type ReportAggregate = { acrossGroupingContext?: string; calculatedFormula: string; datatype: ReportAggregateDatatype; description?: string; developerName: string; downGroupingContext?: string; isActive: boolean; isCrossBlock?: boolean; masterLabel: string; reportType?: string; scale?: number; }; export type ReportBlockInfo = { aggregateReferences: ReportAggregateReference[]; blockId: string; joinTable: string; }; export type ReportAggregateReference = { aggregate: string; }; export type ReportBucketField = { bucketType: ReportBucketFieldType; developerName: string; masterLabel: string; nullTreatment?: ReportFormulaNullTreatment; otherBucketLabel?: string; sourceColumnName: string; useOther?: boolean; values: ReportBucketFieldValue[]; }; export type ReportBucketFieldValue = { sourceValues: ReportBucketFieldSourceValue[]; value: string; }; export type ReportBucketFieldSourceValue = { from?: string; sourceValue?: string; to?: string; }; export type ReportChart = { backgroundColor1?: string; backgroundColor2?: string; backgroundFadeDir?: ChartBackgroundDirection; chartSummaries: ChartSummary[]; chartType: ChartType; enableHoverLabels?: boolean; expandOthers?: boolean; groupingColumn?: string; legendPosition?: ChartLegendPosition; location?: ChartPosition; secondaryGroupingColumn?: string; showAxisLabels?: boolean; showPercentage?: boolean; showTotal?: boolean; showValues?: boolean; size?: ReportChartSize; summaryAxisManualRangeEnd?: number; summaryAxisManualRangeStart?: number; summaryAxisRange?: ChartRangeType; textColor?: string; textSize?: number; title?: string; titleColor?: string; titleSize?: number; }; export type ReportColorRange = { aggregate?: ReportSummaryType; columnName: string; highBreakpoint?: number; highColor: string; lowBreakpoint?: number; lowColor: string; midColor: string; }; export type ReportColumn = { aggregateTypes: ReportSummaryType[]; field: string; isExtendedColumn?: boolean; reverseColors?: boolean; showChanges?: boolean; }; export type ReportCrossFilter = { criteriaItems: ReportFilterItem[]; operation: ObjectFilterOperator; primaryTableColumn: string; relatedTable: string; relatedTableJoinColumn: string; }; export type ReportFilterItem = { column: string; columnToColumn?: boolean; isUnlocked?: boolean; operator: FilterOperation; snapshot?: string; value?: string; }; export type ReportCustomDetailFormula = { calculatedFormula: string; dataType: string; description?: string; developerName: string; label: string; scale: number; }; export type ReportDataCategoryFilter = { dataCategory: string; dataCategoryGroup: string; operator: DataCategoryFilterOperation; }; export type ReportFilter = { booleanFilter?: string; criteriaItems: ReportFilterItem[]; language?: Language; }; export type ReportFormattingRule = { aggregate?: ReportSummaryType; columnName: string; values: ReportFormattingRuleValue[]; }; export type ReportFormattingRuleValue = { backgroundColor?: string; rangeUpperBound?: number; }; export type ReportGrouping = { aggregateType?: ReportAggrType; dateGranularity?: UserDateGranularity; field: string; sortByName?: string; sortOrder: SortOrder; sortType?: ReportSortType; }; export type ReportHistoricalSelector = { snapshot: string[]; }; export type ReportParam = { name: string; value: string; }; export type ReportTimeFrameFilter = { dateColumn: string; endDate?: Date; interval: UserDateInterval; startDate?: Date; }; export type ReportType = Metadata & { autogenerated?: boolean; baseObject: string; category?: ReportTypeCategory; deployed: boolean; description?: string; join?: ObjectRelationship; label: string; sections: ReportLayoutSection[]; }; export type ObjectRelationship = { join?: ObjectRelationship; outerJoin: boolean; relationship: string; }; export type ReportLayoutSection = { columns: ReportTypeColumn[]; masterLabel: string; }; export type ReportTypeColumn = { checkedByDefault: boolean; displayNameOverride?: string; field: string; table: string; }; export type RestrictionRule = Metadata & { active: boolean; dataspaceScope?: string; description?: string; enforcementType: EnforcementType; masterLabel: string; recordFilter: string; targetEntity: string; userCriteria?: string; version: number; }; export type RetailExecutionSettings = Metadata & { enableProductHierarchy?: boolean; enableRetailExecution?: boolean; enableVisitSharing?: boolean; }; export type RetrievalSummaryDefinition = Metadata & { masterLabel: string; retrievalSummaryDefFields: RetrievalSummaryDefField[]; retrievalSummaryDefObjects: RetrievalSummaryDefObject[]; rootObject: string; }; export type RetrievalSummaryDefField = { field: string; sequenceNumber: number; }; export type RetrievalSummaryDefObject = { recordAggregationDefinition: string; retrievalSummaryDefFields: RetrievalSummaryDefField[]; sequenceNumber: number; }; export type RiskMgmtSettings = Metadata & { enableAutoResidualRiskBRE?: boolean; enableItCompliance?: boolean; enableRiskMgmt?: boolean; }; export type RoleOrTerritory = Metadata & { caseAccessLevel?: string; contactAccessLevel?: string; description?: string; mayForecastManagerShare?: boolean; name: string; opportunityAccessLevel?: string; }; export type Role = RoleOrTerritory & { parentRole?: string; }; export type Territory = RoleOrTerritory & { accountAccessLevel?: string; parentTerritory?: string; }; export type RpaRobotPoolMetadata = Metadata & { name: string; }; export type RuleLibraryDefinition = Metadata & { contextDefinition: string; contextRuleStatus: ContextRuleStatus; description?: string; label: string; rulesetDefinitions: RulesetDefinition[]; usageType: ContextRuleUsageType; }; export type RulesetDefinition = { apiName: string; endDate?: Date; executionType: ExecutionType; label: string; ruleDefinitions: RuleDefinition[]; startDate?: Date; status: ContextRuleStatus; usageType: string; }; export type RuleDefinition = { apiName: string; description?: string; endDate?: Date; label: string; rulePayload: string; ruleStatus: ContextRuleStatus; sequenceNumber?: number; startDate: Date; usageSubType?: string; usageType: string; }; export type SalesAgreementSettings = Metadata & { actualsCalculationMode: ActualsCalculationMode; arePredfndStatusValOveride?: boolean; decimalScale?: number; displayGroups: AdvAcctFrcstDisplayGroup[]; displayedAgreementTermsMetrics: string; futureActCalcSchedules?: number; isOnlyApprovalProcessUsed: boolean; measureDefinitions: AdvAcctForecastMeasureDef[]; objectMapping?: ObjectMapping; primaryNotifEmailAddress?: string; renewalPeriodDayCount?: number; secondaryNotifEmailAddress?: string; }; export type SalesWorkQueueSettings = Metadata & { featureName: string; targetEntity: string; targetField: string; }; export type SamlSsoConfig = Metadata & { attributeName?: string; attributeNameIdFormat?: string; decryptionCertificate?: string; errorUrl?: string; executionUserId?: string; identityLocation: SamlIdentityLocationType; identityMapping: SamlIdentityType; issuer: string; loginUrl?: string; logoutUrl?: string; name: string; oauthTokenEndpoint?: string; redirectBinding?: boolean; requestSignatureMethod?: string; requestSigningCertId?: string; salesforceLoginUrl?: string; samlEntityId: string; samlJitHandlerId?: string; samlVersion: SamlType; singleLogoutBinding?: SamlSpSLOBinding; singleLogoutUrl?: string; useConfigRequestMethod?: boolean; useSameDigestAlgoForSigning?: boolean; userProvisioning?: boolean; validationCert: string; }; export type SchedulingRecipeSettings = Metadata & { schedulingRecipeSetting: SchedulingRecipeSetting[]; }; export type SchedulingRecipeSetting = { active?: boolean; criteria?: string; description?: string; expectedBehavior?: string; lklThreshold?: number; name?: string; postActions?: string; priority?: number; scenarioSpecific?: number; scenarioType?: string; schedulingPolicy?: string; semiAutomated?: boolean; }; export type SchemaDefinition = Metadata & { description?: string; domainType: DomainType; schemas: Schema[]; }; export type SchemaSettings = Metadata & { enableAdvancedCMTSecurity?: boolean; enableAdvancedCSSecurity?: boolean; enableListCustomSettingCreation?: boolean; enableSOSLOnCustomSettings?: boolean; }; export type ScoreCategory = Metadata & { categoryName: string; description: string; developerName: string; iconUrl: string; masterLabel: string; parentCategoryId?: string; scoreCategoryCalcInsights: ScoreCategoryCalcInsight[]; scoreRangeClassifications: ScoreRangeClassification[]; }; export type ScoreCategoryCalcInsight = { insightDateFieldName: string; insightName: string; insightScoreFieldName: string; insightSubjectFieldName: string; }; export type ScoreRangeClassification = { classificationName: string; colorHexadecimalCode: string; rangeEndValue: number; rangeStartValue: number; }; export type SearchCriteriaConfiguration = Metadata & { actionList?: string; additionalSearchCriteria?: string; aggrCriteriaFieldset?: FieldSet; configurationType?: SearchCriteriaConfigurationConfigurationType; description?: string; distanceCriteria?: string; filterType?: SearchCriteriaConfigurationFilterType; isActive?: boolean; isSingleFieldSort?: boolean; masterLabel: string; resultDisplayFormat?: SearchCriteriaConfigurationResultDisplayFormat; resultFieldset?: FieldSet; resultFlexCard?: string; searchCriteriaFieldset?: FieldSet; searchableObjDataSyncInfo?: string; searchableObject: string; sortingCriteriaFieldset?: FieldSet; }; export type SearchCustomization = Metadata & { channel: string; masterLabel: string; objectOverride: SearchCustomizationObjectOverride[]; objectToAlwaysSearch: string[]; selectedObject: string[]; selectedProfile: string[]; }; export type SearchCustomizationObjectOverride = { explicitFilter: SearchCustomizationExplicitFilter[]; fieldOverride: SearchCustomizationFieldOverride[]; objectApiName: string; rule: SearchCustomizationRule[]; searchable?: boolean; }; export type SearchCustomizationExplicitFilter = { fieldPath?: string; type: string; }; export type SearchCustomizationFieldOverride = { fieldApiName: string; searchable: boolean; }; export type SearchCustomizationRule = { fieldApiName: string; operator: string; ruleValue: SearchCustomizationRuleValue[]; }; export type SearchCustomizationRuleValue = { targetObjectApiName?: string; value: string; }; export type SearchOrgWideObjectConfig = Metadata & { masterLabel: string; objectReference: string; searchOrgWideFieldConfig: SearchOrgWideFieldConfig[]; }; export type SearchOrgWideFieldConfig = { fieldReference: string; isSearchable?: boolean; isSecure?: boolean; }; export type SearchResultActionConfig = Metadata & { actionReference: string; actionScope: SearchResultActionScope; actionType: SearchResultActionType; agentConfirmationMessage?: string; description?: string; isAiAction?: boolean; masterLabel: string; }; export type SearchSettings = Metadata & { documentContentSearchEnabled: boolean; enableAdvancedSearchInAlohaSidebar?: boolean; enableEinsteinSearchAnswersGPT?: boolean; enableEinsteinSearchAnswersOnDMO?: boolean; enableEinsteinSearchAssistantDialog?: boolean; enableEinsteinSearchEs4kPilot?: boolean; enableEinsteinSearchNLSFilters?: boolean; enableEinsteinSearchNaturalLanguage?: boolean; enableEinsteinSearchPersonalization?: boolean; enableEinsteinSearchQA?: boolean; enablePersonalTagging?: boolean; enablePublicTagging?: boolean; enableQuerySuggestionPigOn?: boolean; enableSalesforceGeneratedSynonyms?: boolean; enableSearchTermHistory?: boolean; enableSetupSearch?: boolean; enableSuggestArticlesLinksOnly?: boolean; enableUseDefaultSearchEntity?: boolean; optimizeSearchForCJKEnabled: boolean; recentlyViewedUsersForBlankLookupEnabled: boolean; searchSettingsByObject: SearchSettingsByObject; sidebarAutoCompleteEnabled: boolean; sidebarDropDownListEnabled: boolean; sidebarLimitToItemsIOwnCheckboxEnabled: boolean; singleSearchResultShortcutEnabled: boolean; spellCorrectKnowledgeSearchEnabled: boolean; }; export type SearchSettingsByObject = { searchSettingsByObject: ObjectSearchSetting[]; }; export type ObjectSearchSetting = { enhancedLookupEnabled: boolean; lookupAutoCompleteEnabled: boolean; name: string; resultsPerPageCount: number; }; export type SearchableObjDataSyncInfo = Metadata & { dataSyncActive?: boolean; dataSyncJob?: string; description?: string; displayFieldSet?: FieldSet; lastDataSyncRunDate?: string; lookupMappings?: ObjectMapping; masterLabel: string; parsingFieldSet?: FieldSet; picklistMappings: ObjectMapping[]; scheduleFrequencyInHours?: string; searchableObject: string; typeAheadMappings: ObjectMapping[]; }; export type SecuritySettings = Metadata & { canUsersGrantLoginAccess?: boolean; enableAdminLoginAsAnyUser?: boolean; enableAuditFieldsInactiveOwner?: boolean; enableAuraSecureEvalPref?: boolean; enableCoepHeader?: boolean; enableCoopHeader?: boolean; enableCrossOrgRedirects?: boolean; enablePermissionsPolicy?: boolean; enableRequireHttpsConnection?: boolean; networkAccess?: NetworkAccess; passwordPolicies?: PasswordPolicies; redirectBlockModeEnabled?: boolean; sendCspForUncommonClients?: boolean; sessionSettings?: SessionSettings; singleSignOnSettings?: SingleSignOnSettings; }; export type NetworkAccess = { ipRanges: IpRange[]; }; export type IpRange = { description?: string; end?: string; start?: string; }; export type PasswordPolicies = { apiOnlyUserHomePageURL?: string; complexity?: Complexity; expiration?: Expiration; historyRestriction?: string; lockoutInterval?: LockoutInterval; maxLoginAttempts?: MaxLoginAttempts; minimumPasswordLength?: string; minimumPasswordLifetime?: boolean; obscureSecretAnswer?: boolean; passwordAssistanceMessage?: string; passwordAssistanceURL?: string; questionRestriction?: QuestionRestriction; }; export type SessionSettings = { allowUserAuthenticationByCertificate?: boolean; allowUserCertBasedAuthenticationWithOcspValidation?: boolean; auraBoxcarReductionPref?: boolean; canConfirmEmailChangeInLightningCommunities?: boolean; canConfirmIdentityBySmsOnly?: boolean; disableTimeoutWarning?: boolean; enableBuiltInAuthenticator?: boolean; enableCSPOnEmail?: boolean; enableCSRFOnGet?: boolean; enableCSRFOnPost?: boolean; enableCacheAndAutocomplete?: boolean; enableClickjackNonsetupSFDC?: boolean; enableClickjackNonsetupUser?: boolean; enableClickjackNonsetupUserHeaderless?: boolean; enableClickjackSetup?: boolean; enableCoepHeader?: boolean; enableContentSniffingProtection?: boolean; enableCoopHeader?: boolean; enableLightningLogin?: boolean; enableLightningLoginOnlyWithUserPerm?: boolean; enableMFADirectUILoginOptIn?: boolean; enableOauthCorsPolicy?: boolean; enablePermissionsPolicy?: boolean; enablePostForSessions?: boolean; enableSMSIdentity?: boolean; enableU2F?: boolean; enforceIpRangesEveryRequest?: boolean; enforceUserDeviceRevoked?: boolean; forceLogoutOnSessionTimeout?: boolean; forceRelogin?: boolean; grantCameraAccess?: string; grantMicrophoneAccess?: string; hasRetainedLoginHints?: boolean; hasUserSwitching?: boolean; hstsOnForcecomSites?: boolean; identityConfirmationOnEmailChange?: boolean; identityConfirmationOnTwoFactorRegistrationEnabled?: boolean; lockSessionsToDomain?: boolean; lockSessionsToIp?: boolean; lockerServiceAPIVersion?: string; lockerServiceCSP?: boolean; lockerServiceNext?: boolean; lockerServiceNextControl?: boolean; lockerTrustedMode?: boolean; lockerTrustedResources?: string; logoutURL?: string; redirectBlockModeEnabled?: boolean; redirectionWarning?: boolean; referrerPolicy?: boolean; referrerPolicyDirective?: string; requireHttpOnly?: boolean; sendCspForUncommonClients?: boolean; sessionTimeout?: SessionTimeout; sidToken3rdPartyAuraApp?: boolean; skipSFAWhenMFADirectUILogin?: boolean; terminateUserSessionsWhenAdminResetsPassword?: boolean; untrustedRedirect?: UntrustedRedirectEnum; useEAPIRateLimitForConnectAPI?: boolean; useLocalStorageForLogoutUrl?: boolean; welcomeEmailTemplateId?: string; }; export type SingleSignOnSettings = { enableCaseInsensitiveFederationID?: boolean; enableForceDelegatedCallout?: boolean; enableMultipleSamlConfigs?: boolean; enableSamlJitProvisioning?: boolean; enableSamlLogin?: boolean; isLoginWithSalesforceCredentialsDisabled?: boolean; }; export type ServiceAISetupDefinition = Metadata & { appSourceType: ApplicationSourceType; name: string; setupStatus: ServiceAISetupDefStatus; supportedLanguages?: string; }; export type ServiceAISetupField = Metadata & { entity: string; field: string; fieldMappingType: ServiceAISetupFieldType; fieldPosition: number; name: string; setupDefinition: string; }; export type ServiceChannel = Metadata & { acwExtensionDuration?: number; afterConvoWorkMaxTime?: number; capacityModel?: CapacityModel; doesCheckCapOnOwnerChange?: boolean; doesCheckCapOnStatusChange?: boolean; doesMinimizeWidgetOnAccept?: boolean; hasAcwExtensionEnabled?: boolean; hasAfterConvoWorkTimer?: boolean; hasAutoAcceptEnabled?: boolean; interactionComponent?: string; isInterruptible?: boolean; label: string; maxExtensions?: string; relatedEntityType: string; secondaryRoutingPriorityField?: string; serviceChannelFieldPriorities: ServiceChannelFieldPriority[]; serviceChannelStatusFieldMappings: ServiceChannelStatusFieldMapping[]; statusField?: string; }; export type ServiceChannelFieldPriority = { priority: number; value: string; }; export type ServiceChannelStatusFieldMapping = { type: StatusFieldMappingType; value: string; }; export type ServiceCloudVoiceSettings = Metadata & { disableSCVTaskCreationForHVS?: boolean; enableAmazonQueueManagement?: boolean; enableDefaultChannelForSCV?: boolean; enableEndUserForSCV?: boolean; enableOmniCapacityForSCV?: boolean; enablePTQueueManagement?: boolean; enablePhoneNumberMaskingForSCV?: boolean; enableRZoneCloudVoiceOptIn?: boolean; enableSCVASAContextLinkingEnabled?: boolean; enableSCVBYOT?: boolean; enableSCVExternalTelephony?: boolean; enableSCVOpenVCAsNewTabHVS?: boolean; enableSCVSupportBannerDisplayed?: boolean; enableServiceCloudVoice?: boolean; }; export type ServiceItsmIntelligenceUddSettings = Metadata & { enableAsgnProbWEinstein?: boolean; enableAsocSmlrProbToProb?: boolean; enableCheckIncAttrProactvAsst?: boolean; enableCheckProbmForAttr?: boolean; enableCreaProbmForRootCseSum?: boolean; enableCreateChgReqWithEinstein?: boolean; enableEinsteinAssignGrpInc?: boolean; enableEinsteinProbmCreationInc?: boolean; enableIncAsgntProactvAsst?: boolean; enableIncPrpsRsolSumProactvAsst?: boolean; enableIncRootCseSumProactvAsst?: boolean; enableIncSmlrRecProactvAsst?: boolean; enableIncSrvcPlanProactvAsst?: boolean; enableIncSummaryProactvAsst?: boolean; enableItSrvcsEmployeeAgent?: boolean; enableItSrvcsFulfillerAgent?: boolean; enableProactivAsstForProbm?: boolean; enableProactvAsstforItSrvcs?: boolean; enableProposSumForProbm?: boolean; enableQuickActnForSvcPlan?: boolean; enableSumForProbm?: boolean; }; export type ServiceLegalStatusesSettings = Metadata & { serviceLegalStatus: ServiceLegalStatus[]; }; export type ServiceLegalStatus = { activityType?: string; allowedProfiles?: string; customVF?: string; fromStatus?: string; name: string; toStatus?: string; }; export type ServicePresenceStatus = Metadata & { channels?: ServiceChannelStatus; label: string; }; export type ServiceChannelStatus = { channel: string[]; }; export type ServiceProcess = Metadata & { description?: string; processLabel: string; serviceProcessAttributes: ServiceProcessAttribute[]; serviceProcessDependencies: ServiceProcessDependency[]; serviceProcessItemGroups: ServiceProcessItemGroup[]; shortDescription?: string; shouldHideEmptyAttributes?: boolean; usageType: SvcCatalogItemUsageType; }; export type ServiceProcessAttribute = { attributeType?: SvcCtlgItemAttrAttributeType; baseObjectApiName?: string; dataType?: SvcCatalogItemAttrDataType; description?: string; developerName: string; fieldIdentifier?: string; groupApiName: string; inputVariableValue?: string; isAttrValueDerivAtRuntime?: boolean; isRequired?: boolean; label: string; parentAttribute?: string; referenceObjectApiName?: string; sortOrder?: number; }; export type ServiceProcessDependency = { dependencyReference: string; processStepName?: SvcCtlgItemDpndProcType; type: SvcCatalogItemDependencyType; }; export type ServiceProcessItemGroup = { apiName: string; groupName: string; sortOrder: number; }; export type ServiceScheduleConfig = Metadata & { areOnlyApprovedAbsnConsidered?: boolean; defaultAerialTravelSpeed?: number; distanceMeasurementUnit: DistanceMeasurementUnit; isCmplxWrkSldngByTerrEnabled?: boolean; isIndvRsrcCrewSchdConsidered?: boolean; isSvcRsrcCrewsSkillAgg?: boolean; masterLabel: string; maxDaysForSchedulingHorizon?: number; schedulingMode?: SchedulingMode; travelTimeBuffer?: number; }; export type ServiceSetupAssistantSettings = Metadata & { enableServiceSetupAssistant?: boolean; }; export type SharingBaseRule = Metadata & { accessLevel: string; accountSettings?: AccountSharingRuleSettings; description?: string; label: string; sharedTo: SharedTo; }; export type AccountSharingRuleSettings = { caseAccessLevel: string; contactAccessLevel: string; opportunityAccessLevel: string; }; export type SharingCriteriaRule = SharingBaseRule & { booleanFilter?: string; criteriaItems: FilterItem[]; includeRecordsOwnedByAll: boolean; }; export type SharingGuestRule = SharingBaseRule & { booleanFilter?: string; criteriaItems: FilterItem[]; includeHVUOwnedRecords: boolean; }; export type SharingOwnerRule = SharingBaseRule & { sharedFrom: SharedTo; }; export type SharingTerritoryRule = string; export type SharingRules = Metadata & { sharingCriteriaRules: SharingCriteriaRule[]; sharingGuestRules: SharingGuestRule[]; sharingOwnerRules: SharingOwnerRule[]; sharingTerritoryRules: SharingTerritoryRule[]; }; export type SharingSet = Metadata & { accessMappings: AccessMapping[]; description?: string; name: string; profiles: string[]; }; export type AccessMapping = { accessLevel: string; object: string; objectField: string; userField: string; }; export type SharingSettings = Metadata & { deferGroupMembership?: boolean; deferSharingRules?: boolean; enableAccountRoleOptimization?: boolean; enableAssetSharing?: boolean; enableCommunityUserVisibility?: boolean; enableExternalSharingModel?: boolean; enableManagerGroups?: boolean; enableManualUserRecordSharing?: boolean; enablePartnerSuperUserAccess?: boolean; enablePortalUserCaseSharing?: boolean; enablePortalUserVisibility?: boolean; enableRemoveTMGroupMembership?: boolean; enableRestrictAccessLookupRecords?: boolean; enableSecureGuestAccess?: boolean; enableShareObjectReportTypes?: boolean; enableStandardReportVisibility?: boolean; enableTerritoryForecastManager?: boolean; }; export type SiteSettings = Metadata & { enableExpBuilderCopilot?: boolean; enableProxyLoginICHeader?: boolean; enableTopicsInSites?: boolean; }; export type Skill = Metadata & { assignments?: SkillAssignments; description?: string; label: string; skillType?: string; }; export type SkillAssignments = { profiles?: SkillProfileAssignments; users?: SkillUserAssignments; }; export type SkillProfileAssignments = { profile: string[]; }; export type SkillUserAssignments = { user: string[]; }; export type SkillType = Metadata & { masterLabel: string; }; export type SlackRecordLayout = Metadata & { isProtected?: boolean; masterLabel: string; sobjectType: string; viewMode: SlackRecordLayoutViewMode; }; export type SoFieldMappingSettings = Metadata & { soFieldMapping: SoFieldMapping[]; }; export type SoFieldMapping = { label: string; name: string; objectName: string; sfFieldName: string; type: string; }; export type SocialCustomerServiceSettings = Metadata & { caseSubjectOption: CaseSubjectOption; enableAllFBResponseAccounts?: boolean; enableInboundProcessingConcurrency?: boolean; enableSocialApprovals?: boolean; enableSocialCaseAssignmentRules?: boolean; enableSocialCustomerService?: boolean; enableSocialPersonaHistoryTracking?: boolean; enableSocialPostHistoryTracking?: boolean; enableSocialReceiveParentPost?: boolean; }; export type SrvcMgmtObjCollabAppCnfg = Metadata & { collabApplication: SrvcMgmtCollabAppChannelType; isActive: boolean; isProtected?: boolean; masterLabel: string; refObjRecPageLayout?: string; refObjRecordType?: string; referenceObject: SrvcMgmtCollabAppRefObjType; targetApplication: string; }; export type StageAssignment = Metadata & { active: boolean; description?: string; masterLabel: string; referenceObject: string; referenceObjectRecordType?: string; ruleCriteria: StgAssignmentRuleCriteria[]; stageDefinition?: string; }; export type StgAssignmentRuleCriteria = { condition: StgAssignmentRuleCond[]; criteriaType: StageCriteriaType; logicalExpression?: string; name: string; priority: number; stageDefinition: string; }; export type StgAssignmentRuleCond = { fieldName: string; operator: StageConditionOperator; sequenceNumber: number; value: string; }; export type StageDefinition = Metadata & { active: boolean; description?: string; masterLabel: string; referenceObject: string; referenceObjectField: string; referenceObjectRecordType?: string; stageTransition: StageTransition[]; stageValue: StageValue[]; }; export type StageTransition = { criteria: StageCriteria[]; customPermission?: string; fromStageValue: string; stepGroup: StgFulfillmentStepDefGrp[]; toStageValue: string; userPermission?: StageUserPermission; }; export type StageCriteria = { condition: StageCondition[]; criteriaType?: StageCriteriaType; errorMessage?: string; executionType: StageCriteriaExecType; flowDefinitionName?: string; isChildObject?: boolean; logicalExpression?: string; targetFieldName?: string; targetObject?: string; }; export type StageCondition = { operator: StageConditionOperator; sequenceNumber: number; sourceField: string; value: string; }; export type StgFulfillmentStepDefGrp = { name: string; step: StgFulfillmentStepDef[]; }; export type StgFulfillmentStepDef = { apiName: string; assignedToQueue?: string; assignedToUser?: string; dependency: StgFulfillmentStepDpndDef[]; executeOnRule?: string; flowDefinitionName?: string; integrationDefinitionName?: string; isVisibleByExternalUsers?: boolean; name: string; omniscriptName?: string; runAsUser?: string; stepType: string; }; export type StgFulfillmentStepDpndDef = { step: string; }; export type StageValue = { criteria: StageCriteria[]; stepGroup: StgFulfillmentStepDefGrp[]; value: string; }; export type StandardValueSet = Metadata & { groupingStringEnum?: string; sorted: boolean; standardValue: StandardValue[]; }; export type StandardValueSetTranslation = Metadata & { valueTranslation: ValueTranslation[]; }; export type StaticDynamicValMapping = Metadata & { attribute: string; dynamicValue: string; dynamicValueObject: string; dynamicValueObjectField: string; masterLabel: string; staticValue: string; staticValueObject: string; staticValueObjectField: string; uniqueConstraintFormula?: string; }; export type StnryAssetEnvSrcCnfg = Metadata & { recordType: string; stationaryAssetType: StationaryAssetType; }; export type StockRotationSettings = Metadata & { enableStockRotation?: boolean; }; export type StreamingAppDataConnector = Metadata & { appIdentifier: string; dataConnectorType: DataConnectorType; isProtected?: boolean; masterLabel: string; streamingAppDataConnectorType: StreamingAppDataConnectorType; }; export type SubscriptionManagementSettings = Metadata & { enableConvertNegativeInvoiceLinesToCreditMemoAndApply?: boolean; enablePaymentScheduleAutomation?: boolean; enableRefundAutomation?: boolean; enableRevSubMgmtBlngOptOut?: boolean; enableSubscriptionManagement?: boolean; }; export type SurveySettings = Metadata & { enableConversationalSurveys?: boolean; enableGenerativeAISurveys?: boolean; enableIndustriesCxmEnabled?: boolean; enableSurvey?: boolean; enableSurveyInvLinkWithoutAppExtension?: boolean; enableSurveyOwnerCanManageResponse?: boolean; }; export type SurveyStyleSet = Metadata & { description?: string; masterLabel: string; status?: string; }; export type SustainabilityUom = Metadata & { description?: string; isProductUom?: boolean; isProtected?: boolean; isStationaryAssetUom?: boolean; isVehicleAssetUom?: boolean; isWasteUom?: boolean; masterLabel: string; unitType: UnitType; }; export type SustnUomConversion = Metadata & { conversionFactor: number; fuelType?: string; isProtected?: boolean; masterLabel?: string; sourceUom: string; targetUom: string; uomsKey?: string; }; export type SvcCatalogCategory = Metadata & { image?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; parentCategory?: string; sortOrder?: number; }; export type SvcCatalogFilterCriteria = Metadata & { conditions: SvcCatalogFilterCondition[]; criteriaRelation: CriteriaRelationshipType; description?: string; isActive?: boolean; mainLabel: string; }; export type SvcCatalogFilterCondition = { index: number; operator: CriterionOperator; source: string; value: string; }; export type SvcCatalogFulfillmentFlow = Metadata & { description: string; flow: string; icon?: string; isProtected?: boolean; items: SvcCatalogFulfillFlowItem[]; masterLabel: string; }; export type SvcCatalogFulfillFlowItem = { catalogInputVariable: string; displayType?: PropertyDisplayType; fieldDefinition?: string; fieldLookupDomain?: string; isAdditionalQuestionsInputVariable?: boolean; isRequired?: boolean; lookupDomainFieldType?: string; masterLabel: string; objectLookupDomain?: string; }; export type SvcCatalogItemDef = Metadata & { apiVersion?: number; catalogFilterCriteria: SvcCatalogItemDefFiltrCrit[]; categories: SvcCatalogCategoryItem[]; dataCategories: SvcCatalogItemDefDataCategorySelection[]; description?: string; fulfillmentFlow?: string; image?: string; inputs: SvcCatalogItemAttribute[]; internalNotes?: string; isAvailableToAllCustomers: boolean; isFeatured?: boolean; isGuestAccessible: boolean; isProtected?: boolean; masterLabel: string; sharedTo?: SharedTo; status: PublishStatusType; }; export type SvcCatalogItemDefFiltrCrit = { svcCatalogFilterCriteria: string; }; export type SvcCatalogCategoryItem = { isPrimaryCategory?: boolean; sortOrder?: number; svcCatalogCategory: string; }; export type SvcCatalogItemDefDataCategorySelection = { category: string; categoryGroup: string; }; export type SvcCatalogItemAttribute = { field?: string; inputType: SvcCatalogItemAttrDataType; inputVariable?: string; isRequired: boolean; label: string; maxValue?: number; minValue?: number; name: string; object?: string; options: SvcCatalogItemAttrDetail[]; type: SvcCatalogItemAttrType; value?: string; }; export type SvcCatalogItemAttrDetail = { isDefault: boolean; label: string; value: string; }; export type SynchronizeSettings = Metadata & { synchronizeSetting: SynchronizeSetting[]; }; export type SynchronizeSetting = { displayName?: string; enforceValidations?: boolean; fromSalesforce?: boolean; name: string; toSalesforce?: boolean; }; export type SynonymDictionary = Metadata & { groups: SynonymGroup[]; isProtected?: boolean; label: string; }; export type SystemNotificationSettings = Metadata & { disableDowntimeNotifications?: boolean; disableMaintenanceNotifications?: boolean; }; export type Tag = Metadata & { description?: string; label: string; name: string; options: TagOption[]; properties: TagProperty[]; }; export type TagOption = { name: string; value: boolean; }; export type TagProperty = { name: string; value: string; }; export type TagSet = Metadata & { description?: string; label: string; name: string; options: TagOption[]; properties: TagProperty[]; tags: Tag[]; }; export type TelemetryActionDefStep = Metadata & { delayInSeconds?: number; groupName: string; isProtected?: boolean; masterLabel: string; operationType: TelemetryActnDefStepOpType; remoteEndPointUrl?: string; sequenceNumber: number; targetComponentPath: string; telemetryActionDefinition: string; telemetryDefVersion?: string; }; export type TelemetryActionDefinition = Metadata & { actionName: string; description?: string; executionProcedure?: string; isProtected?: boolean; masterLabel: string; telemetryDefinitionVersion: string; }; export type TelemetryActnDefStepAttr = Metadata & { allowedValues?: string; attributeName: string; dataType: TelActnDefStepAttrDataType; description?: string; isProtected?: boolean; masterLabel: string; maximumValue?: number; minimumValue?: number; telemetryActnDefStep: string; type: TelemetryActnDefStepAttrType; unitOfMeasure?: string; }; export type TelemetryDefinition = Metadata & { description?: string; isProtected?: boolean; isTemplate: boolean; masterLabel: string; usageType: TelemetryDefinitionUsageType; }; export type TelemetryDefinitionVersion = Metadata & { description?: string; isActive: boolean; isProtected?: boolean; masterLabel: string; telemetryComponentStructure?: string; telemetryDefinition: string; versionNumber?: number; }; export type Territory2 = Metadata & { accountAccessLevel?: string; caseAccessLevel?: string; contactAccessLevel?: string; customFields: FieldValue[]; description?: string; name: string; objectAccessLevels: Territory2AccessLevel[]; opportunityAccessLevel?: string; parentTerritory?: string; ruleAssociations: Territory2RuleAssociation[]; territory2Type: string; }; export type FieldValue = { name: string; value?: any; }; export type Territory2AccessLevel = { accessLevel: string; objectType: string; }; export type Territory2RuleAssociation = { inherited: boolean; ruleName: string; }; export type Territory2Model = Metadata & { customFields: FieldValue[]; description?: string; name: string; recordVisibility?: string; userRecordAccess?: string; }; export type Territory2Rule = Metadata & { active: boolean; booleanFilter?: string; name: string; objectType: string; ruleItems: Territory2RuleItem[]; }; export type Territory2RuleItem = { field: string; operation: FilterOperation; value?: string; }; export type Territory2Settings = Metadata & { defaultAccountAccessLevel?: string; defaultCaseAccessLevel?: string; defaultContactAccessLevel?: string; defaultOpportunityAccessLevel?: string; enableTerritoryManagement2?: boolean; opportunityFilterSettings?: Territory2SettingsOpportunityFilter; showTM2EnabledBanner?: boolean; supportedObjects: Territory2SupportedObject[]; t2ForecastAccessLevel?: string; tm2BypassRealignAccInsert?: boolean; tm2EnableUserAssignmentLog?: boolean; }; export type Territory2SettingsOpportunityFilter = { apexClassName?: string; enableFilter: boolean; runMultiThreaded: boolean; runOnCreate: boolean; }; export type Territory2SupportedObject = { defaultAccessLevel: string; objectType: string; state: string; }; export type Territory2Type = Metadata & { description?: string; name: string; priority: number; }; export type TimeSheetTemplate = Metadata & { active: boolean; description?: string; frequency: TimeSheetFrequency; isDuplicatePreventionEnabled?: boolean; masterLabel: string; startDate: Date; timeSheetTemplateAssignments: TimeSheetTemplateAssignment[]; workWeekEndDay: DaysOfWeek; workWeekStartDay: DaysOfWeek; }; export type TimeSheetTemplateAssignment = { assignedTo?: string; }; export type TimelineObjectDefinition = Metadata & { baseObject: string; definition: string; isActive?: boolean; masterLabel: string; }; export type TmshtLaborCostOptimAiSettings = Metadata & { enableTimesheetsAI?: boolean; }; export type TopLevelFTestMd1 = Metadata & { booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; integerField: number; label: string; staticEnumField?: FTestTopLevelSelection; unnamedChildFTestMd1: UnnamedChildFTestMd1[]; unnamedChildFTestMd2?: UnnamedChildFTestMd2; }; export type UnnamedChildFTestMd1 = { booleanField?: boolean; emailField?: string; enumOrIdField?: string; integerField: number; subUnnamedChildFTestMd1: SubUnnamedChildFTestMd1[]; }; export type SubUnnamedChildFTestMd1 = { dateField?: Date; doubleField?: number; integerField: number; staticEnumField?: FTestTopLevelSelection; }; export type UnnamedChildFTestMd2 = { booleanField?: boolean; integerField: number; }; export type TopicsForObjects = Metadata & { enableTopics: boolean; entityApiName: string; }; export type TrailheadSettings = Metadata & { enableConfettiEffect?: boolean; enableMyTrailheadPref?: boolean; enableTrailheadInLexTerms?: boolean; }; export type TransactionProcessingType = Metadata & { description?: string; isProtected?: boolean; masterLabel: string; ratingPreference?: TPTRatingPreference; ruleEngine?: RuleEngine; saveType: SaveType; tptPricingPreference?: TPTPricingPreference; tptTaxPreference?: TPTTaxPreference; }; export type TransactionSecurityPolicy = Metadata & { action: TransactionSecurityAction; active: boolean; apexClass?: string; blockMessage?: string; customEmailContent?: string; description?: string; developerName?: string; eventName?: TransactionSecurityEventName; eventType?: MonitoredEvents; executionUser?: string; flow?: string; masterLabel?: string; resourceName?: string; type?: TxnSecurityPolicyType; }; export type TransactionSecurityAction = { block: boolean; endSession: boolean; freezeUser: boolean; notifications: TransactionSecurityNotification[]; twoFactorAuthentication: boolean; }; export type TransactionSecurityNotification = { inApp: boolean; sendEmail: boolean; user: string; }; export type Translations = Metadata & { aiCoachAgentScnrDefs: AiCoachAgentScnrDefTranslation[]; botBlocks: BotBlockTranslation[]; botTemplates: BotTemplateTranslation[]; bots: BotTranslation[]; conversationMessageDefinitions: ConversationMessageDefinitionTranslation[]; customApplications: CustomApplicationTranslation[]; customLabels: CustomLabelTranslation[]; customPageWebLinks: CustomPageWebLinkTranslation[]; customTabs: CustomTabTranslation[]; dataConnectors: DataConnectorTranslation[]; desFieldTemplateMessages: ExplainabilityMsgTemplateFieldTranslation[]; flowDefinitions: FlowDefinitionTranslation[]; identityVerificationCustomFieldLabels: IdentityVerificationFieldTranslation[]; pipelineInspMetricConfigs: PipelineInspMetricConfigTranslation[]; productSpecificationTypes: ProductSpecificationTypeTranslation[]; prompts: PromptTranslation[]; quickActions: GlobalQuickActionTranslation[]; recordAlertCategories: RecordAlertCategoryTranslation[]; recordAlertTemplates: RecordAlertTemplateTranslation[]; reportTypes: ReportTypeTranslation[]; scontrols: ScontrolTranslation[]; svcCatalogItemAttributes: ServiceProcessAttributeTranslation[]; svcCatalogItemGroups: ServiceProcessItemGroupTranslation[]; timelineObjectDefinitions: TimelineObjectDefinitionTranslation[]; }; export type AiCoachAgentScnrDefTranslation = { description?: string; label?: string; name: string; userGuidance?: string; }; export type BotBlockTranslation = { botBlockVersions: BotBlockVersionTranslation[]; fullName: string; }; export type BotBlockVersionTranslation = { botDialogs: BotDialogTranslation[]; fullName: string; }; export type BotDialogTranslation = { botSteps: BotStepTranslation[]; developerName: string; label?: string; }; export type BotStepTranslation = { botMessages: BotMessageTranslation[]; botSteps: BotStepTranslation[]; botVariableOperation?: BotVariableOperationTranslation; stepIdentifier: string; type: BotStepType; }; export type BotMessageTranslation = { message?: string; messageIdentifier: string; }; export type BotVariableOperationTranslation = { botMessages: BotMessageTranslation[]; botQuickReplyOptions: BotQuickReplyOptionTranslation[]; quickReplyOptionTemplate?: string; retryMessages: BotMessageTranslation[]; successMessages: BotMessageTranslation[]; type: BotVariableOperationType; variableOperationIdentifier: string; }; export type BotQuickReplyOptionTranslation = { literalValue?: string; quickReplyOptionIdentifier: string; }; export type BotTemplateTranslation = { botDialogs: BotDialogTranslation[]; fullName: string; }; export type BotTranslation = { botVersions: BotVersionTranslation[]; fullName: string; }; export type BotVersionTranslation = { botDialogs: BotDialogTranslation[]; fullName: string; }; export type ConversationMessageDefinitionTranslation = { constantValueTranslations: ConversationMessageConstantValueTranslation[]; label: string; name: string; }; export type ConversationMessageConstantValueTranslation = { name: string; value: string; }; export type CustomApplicationTranslation = { description?: string; label?: string; name: string; }; export type CustomLabelTranslation = { label: string; name: string; }; export type CustomPageWebLinkTranslation = { label: string; name: string; }; export type CustomTabTranslation = { label: string; name: string; }; export type DataConnectorTranslation = { attributes: DataConnectorAttributeTranslation[]; description?: string; errors: DataConnectorErrorTranslation[]; help?: string; label?: string; language?: string; name?: string; }; export type DataConnectorAttributeTranslation = { errorMessage?: string; infoMessage?: string; inputLabel?: string; label: string; name: string; options: DataConnectorAttributeOptTranslation[]; }; export type DataConnectorAttributeOptTranslation = { label: string; name: string; }; export type DataConnectorErrorTranslation = { label: string; name: string; }; export type ExplainabilityMsgTemplateFieldTranslation = { description?: string; label?: string; name: string; templateMessage?: string; }; export type FlowDefinitionTranslation = { flows: FlowTranslation[]; fullName: string; label?: string; }; export type FlowTranslation = { choices: FlowChoiceTranslation[]; customErrorMessages: FlowCustomErrorMessageTranslation[]; fullName?: string; label?: string; orchestrationStages: FlowOrchestrationStageTranslation[]; orchestrationSteps: FlowOrchestrationStepTranslation[]; screens: FlowScreenTranslation[]; stages: FlowStageTranslation[]; textTemplates: FlowTextTemplateTranslation[]; }; export type FlowChoiceTranslation = { choiceText?: string; name: string; userInput?: FlowChoiceUserInputTranslation; }; export type FlowChoiceUserInputTranslation = { promptText?: string; validationRule?: FlowInputValidationRuleTranslation; }; export type FlowInputValidationRuleTranslation = { errorMessage?: string; }; export type FlowCustomErrorMessageTranslation = { developerName: string; errorMessage?: string; field?: string; }; export type FlowOrchestrationStageTranslation = { name: string; stageLabel?: string; }; export type FlowOrchestrationStepTranslation = { name: string; stepLabel?: string; }; export type FlowScreenTranslation = { backButtonLabel?: string; fields: FlowScreenFieldTranslation[]; helpText?: string; name: string; nextOrFinishButtonLabel?: string; pauseButtonLabel?: string; pausedText?: string; }; export type FlowScreenFieldTranslation = { fieldText?: string; helpText?: string; inputParameters: FlowInputParameterTranslation[]; name: string; validationRule?: FlowInputValidationRuleTranslation; }; export type FlowInputParameterTranslation = { name: string; value: FlowFerovTranslation; }; export type FlowFerovTranslation = { complexValues: FlowComplexLiteralTranslation[]; stringValue?: string; }; export type FlowComplexLiteralTranslation = { customAspectKey?: string; value?: string; }; export type FlowStageTranslation = { label?: string; name: string; }; export type FlowTextTemplateTranslation = { name: string; text?: string; }; export type IdentityVerificationFieldTranslation = { customFieldLabel?: string; description?: string; label?: string; name: string; }; export type PipelineInspMetricConfigTranslation = { label: string; name: string; }; export type ProductSpecificationTypeTranslation = { description?: string; label?: string; name: string; }; export type PromptTranslation = { description?: string; label?: string; name: string; promptVersions: PromptVersionTranslation[]; }; export type PromptVersionTranslation = { actionButtonLabel?: string; actionButtonLink?: string; body?: string; description?: string; dismissButtonLabel?: string; header?: string; imageAltText?: string; imageLink?: string; label?: string; name: string; stepNumber?: number; title?: string; videoLink?: string; }; export type GlobalQuickActionTranslation = { aspect?: string; label: string; name: string; }; export type RecordAlertCategoryTranslation = { description?: string; label: string; name: string; }; export type RecordAlertTemplateTranslation = { description?: string; label?: string; name: string; subject?: string; }; export type ReportTypeTranslation = { description?: string; label?: string; name: string; sections: ReportTypeSectionTranslation[]; }; export type ReportTypeSectionTranslation = { columns: ReportTypeColumnTranslation[]; label?: string; name: string; }; export type ReportTypeColumnTranslation = { label: string; name: string; }; export type ScontrolTranslation = { label: string; name: string; }; export type ServiceProcessAttributeTranslation = { label: string; name: string; serviceProcessName: string; }; export type ServiceProcessItemGroupTranslation = { groupName: string; name: string; serviceProcessName: string; }; export type TimelineObjectDefinitionTranslation = { label?: string; name: string; }; export type TrialOrgSettings = Metadata & { enableSampleDataDeleted?: boolean; }; export type TriggerConfigurationsSettings = Metadata & { triggerConfiguration: TriggerConfiguration[]; }; export type TriggerConfiguration = { description: string; name: string; run: boolean; }; export type UIObjectRelationConfig = Metadata & { UIObjectRelationFieldConfigs: UIObjectRelationFieldConfig[]; contextObject: string; contextObjectRecordType?: string; directRelationshipField?: string; indirectObjectContextField?: string; indirectObjectRelatedField?: string; indirectRelationshipObject?: string; isActive?: boolean; masterLabel: string; relatedObject: string; relatedObjectRecordType?: string; relationshipType: ObjectRelationshipType; }; export type UIObjectRelationFieldConfig = { displayLabel: string; queryText: string; rowOrder: number; }; export type UiFormatSpecificationSet = Metadata & { field: string; formatType: FormatType; masterLabel: string; sobjectType: string; uiFormatSpecifications: UiFormatSpecification[]; }; export type UiFormatSpecification = { formatProperties: string; formatType: FormatType; order: number; visibilityRule?: UiFormulaRule; }; export type UserAccessPolicy = Metadata & { booleanFilter: string; description?: string; isProtected?: boolean; masterLabel: string; order?: number; status: UserAccessPolicyStatus; triggerType?: UserAccessPolicyTriggerType; userAccessPolicyActions: UserAccessPolicyAction[]; userAccessPolicyFilters: UserAccessPolicyFilter[]; }; export type UserAccessPolicyAction = { action: UserAccessPolicyActionType; target: string; type: UserAccessPolicyActionTargetType; }; export type UserAccessPolicyFilter = { columnName?: string; operation: UserAccessPolicyFilterOperation; sortOrder: number; target: string; type: UserAccessPolicyFilterTargetType; value?: string; }; export type UserCriteria = Metadata & { creationAgeInSeconds?: number; description?: string; lastChatterActivityAgeInSeconds?: number; masterLabel: string; profiles: string[]; userTypes: NetworkUserType[]; }; export type UserEngagementSettings = Metadata & { canUseAdoptionApps?: 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; isSmartNudgesDisabled?: boolean; optimizerAppEnabled?: boolean; suggestedForYou?: boolean; }; export type UserInterfaceSettings = Metadata & { alternateAlohaListView?: boolean; dynamicMruActionsOff?: boolean; enableAsyncRelatedLists?: boolean; enableClickjackUserPageHeaderless?: boolean; enableCollapsibleSections?: boolean; enableCollapsibleSideBar?: boolean; enableCustomObjectTruncate?: boolean; enableCustomeSideBarOnAllPages?: boolean; enableDeleteFieldHistory?: boolean; enableExternalObjectAsyncRelatedLists?: boolean; enableHoverDetails?: boolean; enableInlineEdit?: boolean; enableLightningVerticalNav?: boolean; enableNewPageLayoutEditor?: boolean; enablePersonalCanvas?: boolean; enablePrintableListViews?: boolean; enableProfileCustomTabsets?: boolean; enableQuickCreate?: boolean; enableQuickSetupPanel?: boolean; enableRelatedListHovers?: boolean; enableSldsV2?: boolean; enableSldsV2DarkModeInCosmos?: boolean; enableSpotlight?: boolean; enableTabOrganizer?: boolean; enableVertNavThemedIconsEnabled?: boolean; enableVerticalNavSeamlessSwitching?: boolean; multiColumnSort?: boolean; multiColumnSortLv?: boolean; multiColumnSortRl?: boolean; }; export type UserLicenseDefinition = Metadata & { cloudServiceProvider?: string; defaultLicenseDuration?: number; defaultStatus?: DefaultLicenseStatus; description?: string; hasDynamicResourceGroupKey?: boolean; includedFeatures: IncludedFeature[]; isPermissionSetLicense?: boolean; licenseKey?: string; licenseOwner?: string; licensingAuthority?: string; managementServiceProvider?: string; managementTenantId?: string; minPlatformVersion?: number; name: string; recordVisibility?: string; settingItems: SettingItem[]; settingUsageDefinitions: SettingUsageDefinition[]; standardPermissionSets: StandardPermissionSet[]; userRecordAccess?: string; }; export type StandardPermissionSet = { developerName: string; isSessionBased?: boolean; namespace?: string; profileKey?: string; recordVisibility?: string; requiredAccessCheck?: string; settingValues: SettingValue[]; userRecordAccess?: string; }; export type SettingValue = { durableId: string; value: string; }; export type UserManagementSettings = Metadata & { enableCanAnswerContainUsername?: boolean; enableConcealPersonalInfo?: boolean; enableContactlessExternalIdentityUsers?: boolean; enableEnhancedConcealPersonalInfo?: boolean; enableEnhancedPermsetMgmt?: boolean; enableEnhancedProfileMgmt?: boolean; enableEnhcUiUserAccessPolicies?: boolean; enableNewProfileUI?: boolean; enableProfileFiltering?: boolean; enableRestrictEmailDomains?: boolean; enableScrambleUserData?: boolean; enableUserSelfDeactivate?: boolean; enhancedPermSetList?: boolean; enhancedUserListView?: boolean; enhancedUserRoleListView?: boolean; groupSummaryUIEnhancement?: boolean; permsetsInFieldCreation?: boolean; psaExpirationUIEnabled?: boolean; restrictedProfileCloning?: boolean; userAccessPoliciesEnabled?: boolean; userFieldHistoryTracking?: boolean; }; export type UserProvisioningConfig = Metadata & { approvalRequired?: string; connectedApp: string; enabled?: boolean; enabledOperations?: string; flow?: string; masterLabel: string; namedCredential?: string; notes?: string; onUpdateAttributes?: string; reconFilter?: string; userAccountMapping?: string; }; export type VehicleAssetEmssnSrcCnfg = Metadata & { recordType: string; vehicleAssetType: VehicleAssetType; }; export type VisualizationPlugin = Metadata & { description?: string; developerName: string; icon: string; masterLabel: string; visualizationResources: VisualizationResource[]; visualizationTypes: VisualizationType[]; }; export type VisualizationResource = { description?: string; file: string; rank?: number; type: VisualizationResourceType; }; export type VisualizationType = { description?: string; developerName: string; icon: string; masterLabel: string; scriptBootstrapMethod?: string; }; export type VoiceEngagementMediaFile = Metadata & { contentDocId?: string; fileName?: string; fileUrl?: string; id?: string; isCustom?: boolean; masterLabel?: string; message?: string; uploadStatus?: UploadStatus; }; export type VoiceEngagementMediaUsage = Metadata & { id?: string; masterLabel?: string; mediaName?: string; }; export type VoiceEngmtMediaFileAsgnt = Metadata & { assignmentType?: AssignmentType; id?: string; isActive?: boolean; isDefault?: boolean; masterLabel?: string; voiceEngagementMediaFile?: string; voiceEngagementMediaUsage?: string; }; export type VoiceSettings = Metadata & { enableCallDisposition?: boolean; enableConsentReminder?: boolean; enableDefaultRecording?: boolean; enableVoiceCallList?: boolean; enableVoiceCallRecording?: boolean; enableVoiceCoaching?: boolean; enableVoiceConferencing?: boolean; enableVoiceLocalPresence?: boolean; enableVoiceMail?: boolean; enableVoiceMailDrop?: boolean; }; export type WarrantyLifecycleMgmtSettings = Metadata & { enableWarrantyLCMgmt?: boolean; }; export type WaveAnalyticAssetCollection = Metadata & { collectionType: string; color: string; description?: string; folder?: string; items: WaveAnalyticAssetCollectionItem[]; label: string; masterLabel: string; shares: FolderShare[]; }; export type WaveAnalyticAssetCollectionItem = { asset?: string; assetType?: string; sortOrder?: number; }; export type WaveApplication = Metadata & { assetIcon?: string; description?: string; folder: string; masterLabel: string; shares: FolderShare[]; templateOrigin?: string; templateVersion?: string; }; export type WaveDataset = Metadata & { application: string; description?: string; masterLabel: string; templateAssetSourceName?: string; type?: string; }; export type WaveTemplateBundle = Metadata & { assetIcon?: string; assetVersion?: number; description?: string; label: string; templateType: string; }; export type WaveTemplateDetailsMetadata = string; export type WaveTemplateExternalDataMetadata = Metadata & { edgemartLabel: string; format: string; label: string; simulatedRowCount?: number; }; export type WaveTemplateLensDashboardMetadata = string; export type WaveXmd = Metadata & { application?: string; dataset: string; datasetConnector?: string; datasetFullyQualifiedName?: string; dates: WaveXmdDate[]; dimensions: WaveXmdDimension[]; measures: WaveXmdMeasure[]; organizations: WaveXmdOrganization[]; origin?: string; type?: string; waveVisualization?: string; }; export type WaveXmdDate = { 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; }; export type WaveXmdDimension = { conditionalFormatting: WaveXmdFormattingProperty[]; customActions: WaveXmdDimensionCustomAction[]; customActionsEnabled?: boolean; dateFormat?: string; defaultAction?: string; description?: string; field: string; fullyQualifiedName?: string; imageTemplate?: string; isDerived: boolean; isMultiValue?: boolean; label?: string; linkTemplate?: string; linkTemplateEnabled?: boolean; linkTooltip?: string; members: WaveXmdDimensionMember[]; origin?: string; recordDisplayFields: WaveXmdRecordDisplayLookup[]; recordIdField?: string; recordOrganizationIdField?: string; salesforceActions: WaveXmdDimensionSalesforceAction[]; salesforceActionsEnabled?: boolean; showDetailsDefaultFieldIndex?: number; showInExplorer?: boolean; sortIndex: number; }; export type WaveXmdFormattingProperty = { formattingBins: WaveXmdFormattingBin[]; formattingPredicates: WaveXmdFormattingPredicate[]; property: string; referenceField: string; sortIndex: number; type: string; }; export type WaveXmdFormattingBin = { bin: string; formatValue: string; label: string; sortIndex: number; }; export type WaveXmdFormattingPredicate = { formatValue: string; operator: string; sortIndex: number; value: string; }; export type WaveXmdDimensionCustomAction = { customActionName: string; enabled: boolean; icon?: string; method?: string; sortIndex: number; target?: string; tooltip?: string; url?: string; }; export type WaveXmdDimensionMember = { color?: string; label?: string; member: string; sortIndex: number; }; export type WaveXmdRecordDisplayLookup = { recordDisplayField: string; sortIndex: number; }; export type WaveXmdDimensionSalesforceAction = { enabled: boolean; salesforceActionName: string; sortIndex: number; }; export type WaveXmdMeasure = { conditionalFormatting: WaveXmdFormattingProperty[]; currencies: WaveXmdMeasure[]; currencyCode?: string; dateFormat?: string; description?: string; field: string; formatCustomFormat?: string; formatDecimalDigits?: number; formatDecimalSeparator?: string; formatIsNegativeParens?: boolean; formatPrefix?: string; formatSuffix?: string; formatThousandsSeparator?: string; formatUnit?: string; formatUnitMultiplier?: number; fullyQualifiedName?: string; isDerived: boolean; isMultiCurrency?: boolean; label?: string; origin?: string; showDetailsDefaultFieldIndex?: number; showInExplorer?: boolean; sortIndex: number; }; export type WaveXmdOrganization = { instanceUrl: string; label: string; organizationIdentifier: string; sortIndex: number; }; export type WebStoreBundle = Metadata & { autoFacetingEnabled?: boolean; cartToOrderAutoCustomFieldMapping?: boolean; commerceEinsteinActivitiesTracked?: boolean; commerceEinsteinDeployed?: boolean; country?: CountryIsoCode; defaultCurrency?: string; defaultLanguage?: string; defaultTaxLocaleType: TaxLocaleType; description?: string; guestBrowsingEnabled?: boolean; guestCartTimeToLive?: number; label: string; orderLifeCycleType?: OrderLifeCycleType; pricingStrategy: PricingStrategy; productGrouping?: ProductGrouping; skipAdditionalEntitlementCheckForSearch?: boolean; skuDetectionEnabled?: boolean; storeName?: string; supportedCurrencies?: string; supportedLanguages?: string; supportedShipToCountries?: string; type: WebStoreType; }; export type WebStoreTemplate = Metadata & { autoFacetingEnabled?: boolean; cartAsyncProcessingEnabled?: boolean; cartCalculateEnabled?: boolean; cartToOrderAutoCustomFieldMapping?: boolean; checkoutTimeToLive?: number; checkoutValidAfterDate?: Date; commerceEinsteinActivitiesTracked?: boolean; commerceEinsteinDeployed?: boolean; country?: CountryIsoCode; defaultCurrency?: string; defaultLanguage: string; defaultTaxLocaleType: TaxLocaleType; description?: string; duplicateCartItemsEnabled?: boolean; guestBrowsingEnabled?: boolean; guestCartEnabled: boolean; guestCartTimeToLive?: number; guestCheckoutEnabled: boolean; masterLabel: string; maxValuesPerFacet?: number; orderActivationStatus?: string; orderLifeCycleType?: OrderLifeCycleType; paginationSize?: number; preserveGuestCartEnabled: boolean; pricingStrategy: PricingStrategy; productGrouping?: ProductGrouping; skipAdditionalEntitlementCheckForSearch?: boolean; skuDetectionEnabled?: boolean; splitShipmentEnabled: boolean; supportedCurrencies?: string; supportedLanguages: string; supportedShipToCountries?: string; type: WebStoreType; }; export type WebToXSettings = Metadata & { optOutEmailForInactiveWebToCase?: boolean; shouldHideRecordInfoInEmail?: boolean; webToCaseSpamFilter?: boolean; webToLeadSpamFilter?: boolean; }; export type WindowsPushApplicationSetup = Metadata & { packageSecurityIdentifier: string; secretKey: string; }; export type WorkDotComSettings = Metadata & { 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; }; export type WorkSkillRouting = Metadata & { isActive: boolean; masterLabel: string; relatedEntity: string; workSkillRoutingAttributes: WorkSkillRoutingAttribute[]; }; export type WorkSkillRoutingAttribute = { field: string; isAdditionalSkill?: boolean; skill: string; skillLevel?: number; skillPriority?: number; value?: string; }; export type Workflow = Metadata & { alerts: WorkflowAlert[]; fieldUpdates: WorkflowFieldUpdate[]; flowActions: WorkflowFlowAction[]; flowAutomation: WorkflowFlowAutomation[]; knowledgePublishes: WorkflowKnowledgePublish[]; outboundMessages: WorkflowOutboundMessage[]; rules: WorkflowRule[]; send: WorkflowSend[]; tasks: WorkflowTask[]; }; export type WorkflowAlert = WorkflowAction & { ccEmails: string[]; description: string; protected: boolean; recipients: WorkflowEmailRecipient[]; senderAddress?: string; senderType?: ActionEmailSenderType; template: string; }; export type WorkflowAction = string; export type WorkflowFieldUpdate = WorkflowAction & { description?: string; field: string; formula?: string; literalValue?: string; lookupValue?: string; lookupValueType?: LookupValueType; name: string; notifyAssignee: boolean; operation: FieldUpdateOperation; protected: boolean; reevaluateOnChange?: boolean; targetObject?: string; }; export type WorkflowFlowAction = WorkflowAction & { description?: string; flow: string; flowInputs: WorkflowFlowActionParameter[]; label: string; language?: string; protected: boolean; }; export type WorkflowFlowActionParameter = { name: string; value?: string; }; export type WorkflowFlowAutomation = WorkflowAction & { activeOrLastInactiveVersion?: string; activeOrLatestVersion?: string; activeVersion?: string; fireflyGuid?: string; isFlowAccessEnabled?: boolean; latestVersion?: string; masterLabel?: string; migratedFrom?: string; objectType?: string; }; export type WorkflowKnowledgePublish = WorkflowAction & { action: KnowledgeWorkflowAction; description?: string; label: string; language?: string; protected: boolean; }; export type WorkflowOutboundMessage = WorkflowAction & { apiVersion: number; description?: string; endpointUrl: string; fields: string[]; includeSessionId: boolean; integrationUser: string; name: string; protected: boolean; useDeadLetterQueue?: boolean; }; export type WorkflowSend = WorkflowAction & { action: SendAction; description?: string; label: string; language?: string; protected: boolean; }; export type WorkflowTask = WorkflowAction & { assignedTo?: string; assignedToType: ActionTaskAssignedToTypes; description?: string; dueDateOffset: number; notifyAssignee: boolean; offsetFromField?: string; priority: string; protected: boolean; status: string; subject: string; }; export type WorkflowEmailRecipient = { field?: string; recipient?: string; type: ActionEmailRecipientTypes; }; export type WorkflowRule = Metadata & { actions: WorkflowActionReference[]; active: boolean; booleanFilter?: string; criteriaItems: FilterItem[]; description?: string; failedMigrationToolVersion?: string; formula?: string; triggerType: WorkflowTriggerTypes; workflowTimeTriggers: WorkflowTimeTrigger[]; }; export type WorkflowTimeTrigger = { actions: WorkflowActionReference[]; offsetFromField?: string; timeLength?: string; workflowTimeTriggerUnit: WorkflowTimeUnits; }; export type SaveResult = { errors: Error[]; fullName: string; success: boolean; }; export type Error = { extendedErrorDetails: ExtendedErrorDetails[]; fields: string[]; message: string; statusCode: StatusCode; }; export type ExtendedErrorDetails = { extendedErrorCode: ExtendedErrorCode; }; export type DeleteResult = { errors: Error[]; fullName: string; success: boolean; }; export type DeployOptions = { allowMissingFiles: boolean; autoUpdatePackage: boolean; checkOnly: boolean; ignoreWarnings: boolean; performRetrieve: boolean; purgeOnDelete: boolean; rollbackOnError: boolean; runTests: string[]; singlePackage: boolean; testLevel: TestLevel; }; export type DescribeMetadataResult = { metadataObjects: DescribeMetadataObject[]; organizationNamespace: string; partialSaveAllowed: boolean; testRequired: boolean; }; export type DescribeMetadataObject = { childXmlNames: string[]; directoryName: string; inFolder: boolean; metaFile: boolean; suffix?: string; xmlName: string; }; export type DescribeValueTypeResult = { apiCreatable: boolean; apiDeletable: boolean; apiReadable: boolean; apiUpdatable: boolean; parentField?: ValueTypeField; valueTypeFields: ValueTypeField[]; }; export type ValueTypeField = { fields: ValueTypeField[]; foreignKeyDomain: string[]; isForeignKey: boolean; isNameField: boolean; minOccurs: number; name: string; picklistValues: PicklistEntry[]; soapType: string; valueRequired: boolean; }; export type PicklistEntry = { active: boolean; defaultValue: boolean; label: string; validFor?: string; value: string; }; export type ListMetadataQuery = { folder?: string; type: string; }; export type ReadResult = { records: Metadata[]; }; export type RetrieveRequest = { apiVersion: number; packageNames: string[]; rootTypesWithDependencies: string[]; singlePackage: boolean; specificFiles: string[]; unpackaged?: Package; }; export type UpdateMetadata = { currentName: string; metadata: Metadata; }; export type UpsertResult = { created: boolean; errors: Error[]; fullName: string; success: boolean; }; export type LogInfo = { category: LogCategory; level: LogCategoryLevel; }; export type PermissionSetLicenseDefinitionCustomObject = { allowCreate?: boolean; allowDelete?: boolean; allowRead?: boolean; allowUpdate?: boolean; name: string; }; export type ServiceProcessSettings = Metadata & { enableExposeSvcPrcArtifactsPref?: boolean; }; export type PolicyJoinOnExpression = { field: string; resourceAlias?: string; schema?: string; }; export type TransformExpressionArgument = { type: TransformExpressionArgumentType; value: string; }; export type PolicyJoinPredicate = { attribute?: string; comparator?: string; on?: PolicyJoinOnExpression; }; export type TransformExpression = { argument: TransformExpressionArgument[]; }; export type ProjectionJoin = { alias: string; predicate: PolicyJoinPredicate[]; schema: string; }; export type PrincipalExpression = { plural?: boolean; relationship?: string; select: string; }; export type ProjectionExpression = { join: ProjectionJoin[]; }; export type PolicyJsonExpression = { projection?: ProjectionExpression; soqlTarget?: PrincipalExpression; transformExpression?: TransformExpression; type: PolicyJsonExpressionType; version: number; }; export type AiSurfaceInstruction = Metadata & { instruction: string; sortOrder: number; }; export type AiSurface = Metadata & { description: string; instructions: AiSurfaceInstruction[]; masterLabel: string; responseFormats: AiSurfaceResponseFormat[]; source?: string; surfaceType: SurfaceType; }; export type AiSurfaceResponseFormat = { enabled: boolean; responseFormat: string; }; export type AiResponseFormat = Metadata & { description: string; input: string; instructions: AiResponseFormatIstr[]; invocationTarget?: string; invocationTargetType?: ResponseFormatInvocableActionType; masterLabel: string; source?: string; }; export type AiResponseFormatIstr = Metadata & { instruction: string; sortOrder: number; }; export type ApiSchemaTypes = { DeployProblemType: DeployProblemType; ManageableState: ManageableState; RetrieveStatus: RetrieveStatus; FlowProcessType: FlowProcessType; DeployStatus: DeployStatus; AsyncRequestState: AsyncRequestState; AIFilterUnit: AIFilterUnit; AIFilterOperation: AIFilterOperation; AISide: AISide; AIValueType: AIValueType; AIManagedFieldType: AIManagedFieldType; AIModelDefinitionApprovalType: AIModelDefinitionApprovalType; AIModelDefinitionStatus: AIModelDefinitionStatus; AIModelType: AIModelType; AIPredictionStrategy: AIPredictionStrategy; AIPredictionDefinitionStatus: AIPredictionDefinitionStatus; AIPredictionType: AIPredictionType; AIApplicationStatus: AIApplicationStatus; AIApplicationType: AIApplicationType; AIScoringMode: AIScoringMode; RecsOutputFieldName: RecsOutputFieldName; ConfigStatus: ConfigStatus; AIModelApproval: AIModelApproval; AIModelMetricOperation: AIModelMetricOperation; AIIntensityType: AIIntensityType; AIModelFactorType: AIModelFactorType; AIDataSetType: AIDataSetType; AIModelGraphType: AIModelGraphType; AIMetricType: AIMetricType; AIScoringStatus: AIScoringStatus; AIScoringModelDefVersionMode: AIScoringModelDefVersionMode; MappedFieldType: MappedFieldType; BatchInputSourceType: BatchInputSourceType; ExtractorType: ExtractorType; FeatureInputType: FeatureInputType; PredictionPlatform: PredictionPlatform; CreatorType: CreatorType; RcmdSourceType: RcmdSourceType; FormulaType: FormulaType; CalculationFrequency: CalculationFrequency; ForecastFrequency: ForecastFrequency; AccountingType: AccountingType; ExpectedCashFlowGrouping: ExpectedCashFlowGrouping; PaidCashFlowGrouping: PaidCashFlowGrouping; PeriodTypes: PeriodTypes; TeamMemberHierarchyType: TeamMemberHierarchyType; ItemActionType: ItemActionType; ItemCategory: ItemCategory; ActionLinkType: ActionLinkType; ActionLinkHttpMethod: ActionLinkHttpMethod; ActionLinkUserVisibility: ActionLinkUserVisibility; PlatformActionGroupCategory: PlatformActionGroupCategory; ActionLinkExecutionsAllowed: ActionLinkExecutionsAllowed; ActionPlanTemplateType: ActionPlanTemplateType; ActivationFlowType: ActivationFlowType; ActivationPlatformConnectorType: ActivationPlatformConnectorType; ActivationPlatformCreationType: ActivationPlatformCreationType; ActivationPlatformFileOutputFormat: ActivationPlatformFileOutputFormat; ActivationPlatformFileOutputGrouping: ActivationPlatformFileOutputGrouping; ActivationPlatformPeriodicFullRefresh: ActivationPlatformPeriodicFullRefresh; ActivationPlatformProcessingType: ActivationPlatformProcessingType; ActivationPlatformType: ActivationPlatformType; ActivationPlatformRefreshFrequency: ActivationPlatformRefreshFrequency; ActivationPlatformRefreshMode: ActivationPlatformRefreshMode; ActivationPlatformFieldDataType: ActivationPlatformFieldDataType; ActionableListKPIAggType: ActionableListKPIAggType; ActionableListKPIStType: ActionableListKPIStType; ActivationPlatformIdentifierHashMethod: ActivationPlatformIdentifierHashMethod; ActivationPlatformIdentifierType: ActivationPlatformIdentifierType; OAuthProviderType: OAuthProviderType; DefaultLicenseStatus: DefaultLicenseStatus; AdvAcctFcstCalcFrequency: AdvAcctFcstCalcFrequency; AdvAcctFrcstDisplayGroupType: AdvAcctFrcstDisplayGroupType; AdvAcctFcstFormulaType: AdvAcctFcstFormulaType; AdvAcctFcstAggregationType: AdvAcctFcstAggregationType; AdvAcctFcstComputationMethod: AdvAcctFcstComputationMethod; AdvAcctFcstMeasureType: AdvAcctFcstMeasureType; AdvAccForecastSetStatus: AdvAccForecastSetStatus; ForecastPeriodGroupStatus: ForecastPeriodGroupStatus; FieldMappingClient: FieldMappingClient; AffinityScoreType: AffinityScoreType; AiAuthoringBundleType: AiAuthoringBundleType; EvalInputScope: EvalInputScope; EvalStatus: EvalStatus; ReportSummaryType: ReportSummaryType; ReportJobSourceTypes: ReportJobSourceTypes; AnalyticsDynamicTokenType: AnalyticsDynamicTokenType; AnalyticsWidgetType: AnalyticsWidgetType; AnalyticsActionType: AnalyticsActionType; AnalyticsActionEventType: AnalyticsActionEventType; AnalyticsWorkspaceAssetType: AnalyticsWorkspaceAssetType; AnalyticsWorkspaceAssetUsageType: AnalyticsWorkspaceAssetUsageType; AnalyticsWorkspaceAssetMetadataSourceType: AnalyticsWorkspaceAssetMetadataSourceType; VisualizationFieldDisplayCategoryType: VisualizationFieldDisplayCategoryType; VisualizationFieldFunctionType: VisualizationFieldFunctionType; VisualizationFieldRoleType: VisualizationFieldRoleType; VisualizationFieldType: VisualizationFieldType; ApplicationObjectName: ApplicationObjectName; ApplicationUsageType: ApplicationUsageType; AppDomainUsageType: AppDomainUsageType; PolicyApplicableDuration: PolicyApplicableDuration; AssignmentPolicyType: AssignmentPolicyType; UtilizationFactor: UtilizationFactor; ProcessSubmitterType: ProcessSubmitterType; WorkflowActionType: WorkflowActionType; NextOwnerType: NextOwnerType; RoutingType: RoutingType; FilterOperation: FilterOperation; StepCriteriaNotMetType: StepCriteriaNotMetType; StepRejectBehaviorType: StepRejectBehaviorType; RecordEditabilityType: RecordEditabilityType; AssignToLookupValueType: AssignToLookupValueType; BusinessHoursSourceType: BusinessHoursSourceType; EscalationStartTimeType: EscalationStartTimeType; AssistantDefinitionStatus: AssistantDefinitionStatus; AssistantSkillSobjectActionType: AssistantSkillSobjectActionType; AssistantSkillType: AssistantSkillType; AudienceCriterionOperator: AudienceCriterionOperator; AudienceCriterionType: AudienceCriterionType; FormulaFilterType: FormulaFilterType; AuraBundleType: AuraBundleType; MuleSoftControlPlane: MuleSoftControlPlane; AuthProviderType: AuthProviderType; BatchCalcJobCSVDelimiter: BatchCalcJobCSVDelimiter; BatchCalcJobDataType: BatchCalcJobDataType; BatchCalcJobFileSource: BatchCalcJobFileSource; BatchCalcJobDatasourceType: BatchCalcJobDatasourceType; BatchCalcJobFilterOperator: BatchCalcJobFilterOperator; BatchCalcJobFrcstAccuracy: BatchCalcJobFrcstAccuracy; BatchCalcJobAggregateFunction: BatchCalcJobAggregateFunction; BatchCalcJobFrcstModel: BatchCalcJobFrcstModel; BatchCalcJobFrcstPeriodType: BatchCalcJobFrcstPeriodType; BatchCalcJobFrcstSeasonality: BatchCalcJobFrcstSeasonality; BatchCalcJobParameterDataType: BatchCalcJobParameterDataType; BatchCalcJobSourceJoinType: BatchCalcJobSourceJoinType; BatchCalcJobOrderType: BatchCalcJobOrderType; BatchCalcJobTransformType: BatchCalcJobTransformType; BatchCalcJobWritebackKeyType: BatchCalcJobWritebackKeyType; BatchCalcJobWritebackOpn: BatchCalcJobWritebackOpn; BatchCalcJobWritebackType: BatchCalcJobWritebackType; BatchCalcJobDefRunMode: BatchCalcJobDefRunMode; ExecutionPlatformObjectType: ExecutionPlatformObjectType; ExecutionPlatformType: ExecutionPlatformType; BatchCalcProcessType: BatchCalcProcessType; BatchJobDefinitionStatus: BatchJobDefinitionStatus; DataSourceType: DataSourceType; BenefitActionDataType: BenefitActionDataType; BuildingEnergyIntensityType: BuildingEnergyIntensityType; GenAiAgentType: GenAiAgentType; Language: Language; MlSlotClassDataType: MlSlotClassDataType; MlSlotClassExtractionType: MlSlotClassExtractionType; BotSourceType: BotSourceType; ConversationInvocableTargetType: ConversationInvocableTargetType; BotInvocationMappingType: BotInvocationMappingType; ConversationVariableType: ConversationVariableType; BotNavigationType: BotNavigationType; BotStepConditionOperatorType: BotStepConditionOperatorType; ConversationVariableOperandSourceType: ConversationVariableOperandSourceType; ConversationMessageExecutionType: ConversationMessageExecutionType; BotQuickReplyType: BotQuickReplyType; BotWidgetType: BotWidgetType; BotVariableOperationType: BotVariableOperationType; ConversationDefinitionLogicalOperatorType: ConversationDefinitionLogicalOperatorType; SortOrder: SortOrder; ConversationMappingType: ConversationMappingType; ConversationSystemMessageParamType: ConversationSystemMessageParamType; ConversationSystemMessageType: ConversationSystemMessageType; BotStepType: BotStepType; ConversationSystemDialogType: ConversationSystemDialogType; ConversationVariableCollectionType: ConversationVariableCollectionType; ConversationDataType: ConversationDataType; ConversationVariableVisibilityType: ConversationVariableVisibilityType; ConversationDefinitionNlpProviderType: ConversationDefinitionNlpProviderType; GenAiBotToneType: GenAiBotToneType; MessageType: MessageType; BotType: BotType; ConvDefBlockVersionStatus: ConvDefBlockVersionStatus; BriefcaseFilterOperator: BriefcaseFilterOperator; FilterScope: FilterScope; BriefcaseRuleRelationshipType: BriefcaseRuleRelationshipType; BriefcaseType: BriefcaseType; ForecastCategories: ForecastCategories; ExpFeedbackCollType: ExpFeedbackCollType; SurveyQuestionType: SurveyQuestionType; CMSSourceConnectionType: CMSSourceConnectionType; CMSConnectionStatus: CMSConnectionStatus; CMSConnectionSourceType: CMSConnectionSourceType; FeedItemDisplayFormat: FeedItemDisplayFormat; FeedItemType: FeedItemType; EmailToCaseOnFailureActionType: EmailToCaseOnFailureActionType; EmailToCaseRoutingAddressType: EmailToCaseRoutingAddressType; CaseSubjectParticleType: CaseSubjectParticleType; APIInstanceAccessStatus: APIInstanceAccessStatus; APIInstanceApprovalType: APIInstanceApprovalType; APIInstanceEndpointType: APIInstanceEndpointType; ExternalServiceRegistrationProviderType: ExternalServiceRegistrationProviderType; APIType: APIType; ActionForNoRecordFound: ActionForNoRecordFound; ActionForSingleRecordFound: ActionForSingleRecordFound; ChannelType: ChannelType; ObjectToLink: ObjectToLink; ChatterExtensionType: ChatterExtensionType; EmbeddedServiceFeature: EmbeddedServiceFeature; EmbeddedServiceLabelKey: EmbeddedServiceLabelKey; CCRDType: CCRDType; ClmCategoryUsageType: ClmCategoryUsageType; MappingOperation: MappingOperation; CleanRuleStatus: CleanRuleStatus; AuthType: AuthType; CloudServiceProviderApiType: CloudServiceProviderApiType; ProvisioningAutomationType: ProvisioningAutomationType; AggregatorName: AggregatorName; CodeFeature: CodeFeature; CodeProvider: CodeProvider; CodeProvisioningStatus: CodeProvisioningStatus; CodeStatus: CodeStatus; CodeSubType: CodeSubType; CommunicationChannelLineType: CommunicationChannelLineType; RegulatoryStatus: RegulatoryStatus; SourceCountryCode: SourceCountryCode; ModelEntityType: ModelEntityType; ModelStatus: ModelStatus; CommunityBaseTemplate: CommunityBaseTemplate; CommunityTemplateBundleInfoType: CommunityTemplateBundleInfoType; CommunityTemplateCategory: CommunityTemplateCategory; CommunityThemeLayoutType: CommunityThemeLayoutType; ComputeExtensionType: ComputeExtensionType; AccessMethod: AccessMethod; CanvasLocationOptions: CanvasLocationOptions; CanvasOptions: CanvasOptions; SamlInitiationMethod: SamlInitiationMethod; DevicePlatformType: DevicePlatformType; DeviceType: DeviceType; ConnectedAppOauthAccessScope: ConnectedAppOauthAccessScope; SamlEncryptionType: SamlEncryptionType; SamlIdpSLOBinding: SamlIdpSLOBinding; SamlNameIdFormatType: SamlNameIdFormatType; SamlSigningAlgoType: SamlSigningAlgoType; SamlSubjectType: SamlSubjectType; BannerFontFamily: BannerFontFamily; BannerPosition: BannerPosition; ContextMappingIntentType: ContextMappingIntentType; ContextAttributeDataType: ContextAttributeDataType; ContextAttributeFieldType: ContextAttributeFieldType; ContextMappingConfigUsageType: ContextMappingConfigUsageType; ContextMappingType: ContextMappingType; ContextUseCaseType: ContextUseCaseType; ContractConfigType: ContractConfigType; ContractUsageType: ContractUsageType; ConvIntelligenceActionType: ConvIntelligenceActionType; ConvParticipantRole: ConvParticipantRole; ConvIntelligenceService: ConvIntelligenceService; ConvIntelligenceOperator: ConvIntelligenceOperator; ConvIntelligenceType: ConvIntelligenceType; RefreshFrequency: RefreshFrequency; ReportStatus: ReportStatus; SegmentationType: SegmentationType; CustomChannelConnectedAppType: CustomChannelConnectedAppType; ConsentOwner: ConsentOwner; RoutingOwner: RoutingOwner; ConversationMessageConstantType: ConversationMessageConstantType; ConversationMessageConstantValueType: ConversationMessageConstantValueType; ConversationMessageValueType: ConversationMessageValueType; ConversationMessageContentCategory: ConversationMessageContentCategory; ConversationMessageHandlerType: ConversationMessageHandlerType; ConvMsgExternalErrorCode: ConvMsgExternalErrorCode; ConvMsgExternalRejectionReason: ConvMsgExternalRejectionReason; ConvMsgExternalTemplateVersionStatus: ConvMsgExternalTemplateVersionStatus; ConvMsgExternalTemplateVersionType: ConvMsgExternalTemplateVersionType; ConversationMessageFormatType: ConversationMessageFormatType; ConversationMessageCollectionType: ConversationMessageCollectionType; ConversationMessageMergeFieldType: ConversationMessageMergeFieldType; ConversationMessageLayoutValueType: ConversationMessageLayoutValueType; ConversationMessageLayoutVariant: ConversationMessageLayoutVariant; ConversationMessageType: ConversationMessageType; ConversationMessageOptionsParameterType: ConversationMessageOptionsParameterType; ConversationMessageParameterType: ConversationMessageParameterType; ConversationMessageDefinitionType: ConversationMessageDefinitionType; ClientAuthMode: ClientAuthMode; ServerAuthMode: ServerAuthMode; ConversationVendorType: ConversationVendorType; CourseWaitlistConfigSortOrder: CourseWaitlistConfigSortOrder; CourseWaitlistConfigType: CourseWaitlistConfigType; CspTrustedSiteContext: CspTrustedSiteContext; FormFactor: FormFactor; ActionOverrideType: ActionOverrideType; NavType: NavType; UiType: UiType; FieldType: FieldType; FeedItemVisibility: FeedItemVisibility; DeleteConstraint: DeleteConstraint; ElementType: ElementType; EncryptionScheme: EncryptionScheme; FieldManageability: FieldManageability; TreatBlanksAs: TreatBlanksAs; EncryptedFieldMaskChar: EncryptedFieldMaskChar; EncryptedFieldMaskType: EncryptedFieldMaskType; DefinitionCreationType: DefinitionCreationType; UsageTag: UsageTag; InvalidMergeActionType: InvalidMergeActionType; MappingAlertType: MappingAlertType; MktDataModelFieldUsageTag: MktDataModelFieldUsageTag; SummaryOperations: SummaryOperations; NotificationActionType: NotificationActionType; Channel: Channel; Template: Template; CustomSettingsType: CustomSettingsType; DeploymentStatus: DeploymentStatus; PlatformEventType: PlatformEventType; SharingModel: SharingModel; Gender: Gender; PlatformEventPublishBehavior: PlatformEventPublishBehavior; StartsWith: StartsWith; SetupObjectVisibility: SetupObjectVisibility; WebLinkAvailability: WebLinkAvailability; WebLinkDisplayType: WebLinkDisplayType; Encoding: Encoding; WebLinkType: WebLinkType; WebLinkWindowType: WebLinkWindowType; WebLinkPosition: WebLinkPosition; Article: Article; CaseType: CaseType; Possessive: Possessive; SiteClickjackProtectionLevel: SiteClickjackProtectionLevel; SiteRedirect: SiteRedirect; SiteType: SiteType; ChartBackgroundDirection: ChartBackgroundDirection; ChartTheme: ChartTheme; ChartColorPalettes: ChartColorPalettes; DashboardFilterOperation: DashboardFilterOperation; ChartRangeType: ChartRangeType; ChartAxis: ChartAxis; DashboardComponentType: DashboardComponentType; Fit: Fit; HorizontalAlignment: HorizontalAlignment; VerticalAlignment: VerticalAlignment; DashboardComponentFilter: DashboardComponentFilter; ChartUnits: ChartUnits; DashboardComponentColumnType: DashboardComponentColumnType; ChartLegendPosition: ChartLegendPosition; DashboardType: DashboardType; DashboardComponentSize: DashboardComponentSize; CalculatedInsightCreationType: CalculatedInsightCreationType; CalculatedInsightDefinitionType: CalculatedInsightDefinitionType; DataConnectorCapability: DataConnectorCapability; DataConnectorDataType: DataConnectorDataType; TranslationAspect: TranslationAspect; DataConnectorFeature: DataConnectorFeature; DataConnectorReleaseLevel: DataConnectorReleaseLevel; DataModelType: DataModelType; AccelerationEnabled: AccelerationEnabled; DataObjectType: DataObjectType; StorageType: StorageType; DataImportDataExtractMethods: DataImportDataExtractMethods; FullRefreshIntervalDays: FullRefreshIntervalDays; DataImportRefreshFrequency: DataImportRefreshFrequency; DataImportRefreshMode: DataImportRefreshMode; StreamType: StreamType; StreamingAppDataConnectorType: StreamingAppDataConnectorType; ExpsSetProcessType: ExpsSetProcessType; DecisionMatrixType: DecisionMatrixType; DecisionMatrixColumnType: DecisionMatrixColumnType; DecisionMatrixDataType: DecisionMatrixDataType; DecisionMatrixDefStatus: DecisionMatrixDefStatus; DecisionTableCollectOperator: DecisionTableCollectOperator; DecisionTableConditionType: DecisionTableConditionType; DecisionTableDataSourceType: DecisionTableDataSourceType; DTParameterDataType: DTParameterDataType; DecisionTableOperator: DecisionTableOperator; DecisionTableSortType: DecisionTableSortType; DecisionTableParameterType: DecisionTableParameterType; DTSourceCriteriaOperator: DTSourceCriteriaOperator; DTSourceCriteriaValueType: DTSourceCriteriaValueType; DecisionTableDownloadStatus: DecisionTableDownloadStatus; DTRowLevelOverrideType: DTRowLevelOverrideType; DecisionTableExecutionType: DecisionTableExecutionType; DecisionTableHitPolicy: DecisionTableHitPolicy; DecisionTableRefreshStatus: DecisionTableRefreshStatus; DecisionTableStatus: DecisionTableStatus; DecisionTableType: DecisionTableType; DecisionTableUploadStatus: DecisionTableUploadStatus; FTestTopLevelSelection: FTestTopLevelSelection; SchedulingCategory: SchedulingCategory; SchedulingObjectiveType: SchedulingObjectiveType; ObjectiveParameterKey: ObjectiveParameterKey; FTestOnOffSelection: FTestOnOffSelection; FTestSeasonSelection: FTestSeasonSelection; PipelineInspectionMetric: PipelineInspectionMetric; VirtualVisitComprehendServiceType: VirtualVisitComprehendServiceType; VirtualVisitUsageType: VirtualVisitUsageType; VirtualVisitVisitRegion: VirtualVisitVisitRegion; MobileSecurityMobilePlatform: MobileSecurityMobilePlatform; MobileSecurityPolicyRuleValueType: MobileSecurityPolicyRuleValueType; MobileSecurityPolicySeverityLevel: MobileSecurityPolicySeverityLevel; MobileSecurityPolicyType: MobileSecurityPolicyType; LearningAchievementType: LearningAchievementType; RecordAlertDataSourceType: RecordAlertDataSourceType; ServicePlanSourceType: ServicePlanSourceType; ExtensionPointName: ExtensionPointName; RegistryProviderType: RegistryProviderType; CustomFieldDisplayType: CustomFieldDisplayType; SupportedChannel: SupportedChannel; MappingBehaviorType: MappingBehaviorType; RRADJctObjFilterLogic: RRADJctObjFilterLogic; RelatedRecordAccessDefShareTo: RelatedRecordAccessDefShareTo; RRADSourceObjFilterLogic: RRADSourceObjFilterLogic; RelatedRecordAccessDefStatus: RelatedRecordAccessDefStatus; RRADTargetObjFilterLogic: RRADTargetObjFilterLogic; RRAFObjectType: RRAFObjectType; RRAFOperator: RRAFOperator; ObjectAccessLevel: ObjectAccessLevel; MobileSecurityCertPinType: MobileSecurityCertPinType; ActionableListSourceType: ActionableListSourceType; ActionableListType: ActionableListType; DatasetColumnDataType: DatasetColumnDataType; DatatableDataType: DatatableDataType; ProviderSearchObjectMapping: ProviderSearchObjectMapping; SourceSystemFieldRole: SourceSystemFieldRole; CareLimitTypeMetricType: CareLimitTypeMetricType; AssessmentConfigurationOption: AssessmentConfigurationOption; AssessmentType: AssessmentType; SchedulingRuleType: SchedulingRuleType; SchedulingParameterKey: SchedulingParameterKey; CareProviderAfflType: CareProviderAfflType; AssociationType: AssociationType; AssociationEventType: AssociationEventType; AssociationStatusType: AssociationStatusType; ShiftSegmentTypeCategory: ShiftSegmentTypeCategory; DgtAssetMgmtPrvdLghtCpntType: DgtAssetMgmtPrvdLghtCpntType; ManagedContentSpaceModuleStatusEnum: ManagedContentSpaceModuleStatusEnum; ACPStatus: ACPStatus; ApexCodeUnitStatus: ApexCodeUnitStatus; ContentAssetFormat: ContentAssetFormat; ContentAssetAccess: ContentAssetAccess; DataPipelineType: DataPipelineType; DiscoveryAlgorithmType: DiscoveryAlgorithmType; DiscoveryModelFieldType: DiscoveryModelFieldType; DiscoveryModelRuntimeType: DiscoveryModelRuntimeType; DiscoveryPredictionType: DiscoveryPredictionType; DiscoveryModelSourceType: DiscoveryModelSourceType; DiscoveryAIModelStatus: DiscoveryAIModelStatus; DiscoveryAIModelTransformationType: DiscoveryAIModelTransformationType; DiscoveryStoryAutopilotStatus: DiscoveryStoryAutopilotStatus; DiscoveryStoryOutcomeGoal: DiscoveryStoryOutcomeGoal; DiscoveryStoryOutcomeType: DiscoveryStoryOutcomeType; DiscoveryStorySourceType: DiscoveryStorySourceType; DocumentGenerationMechanism: DocumentGenerationMechanism; DocumentTemplateStatus: DocumentTemplateStatus; TargetTokenItemObject: TargetTokenItemObject; TargetTokenObject: TargetTokenObject; TokenMappingMethodType: TokenMappingMethodType; TokenMappingType: TokenMappingType; DocumentTemplateType: DocumentTemplateType; DocumentTemplateUsageType: DocumentTemplateUsageType; EmailTemplateStyle: EmailTemplateStyle; EmailTemplateType: EmailTemplateType; EmailTemplateUiType: EmailTemplateUiType; PlatformSchemaContentType: PlatformSchemaContentType; SControlContentSource: SControlContentSource; StaticResourceCacheControl: StaticResourceCacheControl; FlexiPageType: FlexiPageType; ViewTargetType: ViewTargetType; AuthoringMode: AuthoringMode; DiscoveryFieldMapSourceType: DiscoveryFieldMapSourceType; DiscoveryFilterOperator: DiscoveryFilterOperator; DiscoveryFilterFieldType: DiscoveryFilterFieldType; DiscoveryFilterValueType: DiscoveryFilterValueType; DiscoveryOutcomeGoal: DiscoveryOutcomeGoal; DiscoveryPushbackType: DiscoveryPushbackType; GenerationMechanism: GenerationMechanism; PreviewType: PreviewType; DupeActionType: DupeActionType; DupeSecurityOptionType: DupeSecurityOptionType; ConfigType: ConfigType; ConfigGroup: ConfigGroup; Vendor: Vendor; EmailServicesAttOptions: EmailServicesAttOptions; EmailServicesErrorAction: EmailServicesErrorAction; EmbeddedServiceAuthMethod: EmbeddedServiceAuthMethod; EmbeddedServiceClientVersion: EmbeddedServiceClientVersion; EmbeddedServiceDeploymentFeature: EmbeddedServiceDeploymentFeature; EmbeddedServiceDeploymentType: EmbeddedServiceDeploymentType; EmbeddedServiceComponentBundleType: EmbeddedServiceComponentBundleType; EmbeddedServiceCustomComponentType: EmbeddedServiceCustomComponentType; EmbeddedServiceResourceType: EmbeddedServiceResourceType; EmbeddedServiceFlowType: EmbeddedServiceFlowType; EmbeddedServiceFormDisplayContext: EmbeddedServiceFormDisplayContext; EmbeddedServiceFormFieldType: EmbeddedServiceFormFieldType; MessagingChannelParameterType: MessagingChannelParameterType; EmbeddedServiceLayoutType: EmbeddedServiceLayoutType; EswInvitationConditionResource: EswInvitationConditionResource; EswInvitationConditionOperator: EswInvitationConditionOperator; EmbeddedServiceQuickActionType: EmbeddedServiceQuickActionType; EmbeddedServiceFontSize: EmbeddedServiceFontSize; EmbeddedServiceScenario: EmbeddedServiceScenario; EmbeddedServiceChannelType: EmbeddedServiceChannelType; EmployeeUseCaseMethod: EmployeeUseCaseMethod; EmployeeUseCaseStatus: EmployeeUseCaseStatus; EnablementAggregationType: EnablementAggregationType; EnablementFilterOperator: EnablementFilterOperator; EnblProgramMeasureStatus: EnblProgramMeasureStatus; ProgramExtContentDefProvider: ProgramExtContentDefProvider; EnblCompositeMilestoneType: EnblCompositeMilestoneType; ProgramTaskDefCategory: ProgramTaskDefCategory; MilestoneTimeUnits: MilestoneTimeUnits; EventDeliveryType: EventDeliveryType; EventRelayAdminState: EventRelayAdminState; EventRelayUsageType: EventRelayUsageType; ExperienceContainerType: ExperienceContainerType; ActionLogSchemaType: ActionLogSchemaType; EASAppType: EASAppType; EvaluationResult: EvaluationResult; ExpressionSetStepType: ExpressionSetStepType; ExpsSetExecutionMode: ExpsSetExecutionMode; ExpsSetExecutionScale: ExpsSetExecutionScale; ExpsSetInterfaceSourceType: ExpsSetInterfaceSourceType; ResourceInitializationType: ResourceInitializationType; ExpsSetUsageSubtype: ExpsSetUsageSubtype; ExpsSetStatus: ExpsSetStatus; BusinessKnowledgeModel: BusinessKnowledgeModel; ExpsSetConditionOperator: ExpsSetConditionOperator; ExpsSetValueType: ExpsSetValueType; ExpsSetAggregationFunction: ExpsSetAggregationFunction; ExpsSetStepType: ExpsSetStepType; ExpsSetDataType: ExpsSetDataType; ExpsSetVariableLookupType: ExpsSetVariableLookupType; ExpsSetVariableType: ExpsSetVariableType; ExpsSetObjectDataType: ExpsSetObjectDataType; BotProvider: BotProvider; ChannelMode: ChannelMode; ExternalBotType: ExternalBotType; ExtConvParticipantIntegDefStatus: ExtConvParticipantIntegDefStatus; ApplicationSourceType: ApplicationSourceType; ExternalModelStatus: ExternalModelStatus; IdentityProviderAuthFlow: IdentityProviderAuthFlow; IdentityProviderAuthProtocol: IdentityProviderAuthProtocol; ExtlIdentityProviderParmType: ExtlIdentityProviderParmType; ExtlClntAppDistState: ExtlClntAppDistState; ExtlClntAppManagedType: ExtlClntAppManagedType; AuthenticationProtocol: AuthenticationProtocol; ExternalCredentialParamType: ExternalCredentialParamType; DataConnectionStatus: DataConnectionStatus; DataConnectorType: DataConnectorType; AvailabilityStatus: AvailabilityStatus; ExternalDataSrcDescSubtype: ExternalDataSrcDescSubtype; ExternalDataSrcDescType: ExternalDataSrcDescType; ExternalPrincipalType: ExternalPrincipalType; ExternalDataSourceType: ExternalDataSourceType; StorageDriveType: StorageDriveType; TargetObject: TargetObject; AttestEnforceLevel: AttestEnforceLevel; AttestServiceType: AttestServiceType; ExtlClntAppStartPage: ExtlClntAppStartPage; ScreenLockTimeout: ScreenLockTimeout; JWTSessionTimeoutType: JWTSessionTimeoutType; PermittedUsersPolicyType: PermittedUsersPolicyType; PolicyAction: PolicyAction; RefreshTokenPolicyType: RefreshTokenPolicyType; SessionSecurityLevel: SessionSecurityLevel; ApplePushEnvironmentType: ApplePushEnvironmentType; PushServiceType: PushServiceType; ExtlClntAppSamlEncryptType: ExtlClntAppSamlEncryptType; ExtlClntAppNameIdFormatType: ExtlClntAppNameIdFormatType; ExtlClntAppSamlSignAlgoType: ExtlClntAppSamlSignAlgoType; ExtlClntAppSamlBindingType: ExtlClntAppSamlBindingType; ExtlClntAppSamlSubjectType: ExtlClntAppSamlSubjectType; FeatureParameterDataflowDirection: FeatureParameterDataflowDirection; FieldMappingConfigProcessType: FieldMappingConfigProcessType; ClassificationType: ClassificationType; EnforcementType: EnforcementType; AscAutomaticMode: AscAutomaticMode; BgGeoLocationAccuracy: BgGeoLocationAccuracy; DestinationTypeForMetadata: DestinationTypeForMetadata; GeoLocationAccuracy: GeoLocationAccuracy; TimeIntervalSetupForMetadata: TimeIntervalSetupForMetadata; ApptAssistantRadiusUnit: ApptAssistantRadiusUnit; MappingType: MappingType; WorkOrderDurationSource: WorkOrderDurationSource; FieldSrcTrgtRelationshipOwner: FieldSrcTrgtRelationshipOwner; RelationshipCardinality: RelationshipCardinality; FileDownloadBehavior: FileDownloadBehavior; FileType: FileType; FlexipageEventSourceTypeEnum: FlexipageEventSourceTypeEnum; FlexipageEventTargetTypeEnum: FlexipageEventTargetTypeEnum; RegionFlagStatus: RegionFlagStatus; ComponentInstancePropertyTypeEnum: ComponentInstancePropertyTypeEnum; ComponentInstanceType: ComponentInstanceType; FlexipageDataSourceModeEnum: FlexipageDataSourceModeEnum; FlexipageDataSourceTypeEnum: FlexipageDataSourceTypeEnum; FlexiPageRegionMode: FlexiPageRegionMode; FlexiPageRegionType: FlexiPageRegionType; PlatformActionListContext: PlatformActionListContext; PlatformActionType: PlatformActionType; FlexipageSchemaPropType: FlexipageSchemaPropType; FlowComplexValueType: FlowComplexValueType; FlowDataType: FlowDataType; FlowInputConfiguratorMode: FlowInputConfiguratorMode; InvocableActionType: InvocableActionType; FlowTransformValueActionType: FlowTransformValueActionType; FlowAssignmentOperator: FlowAssignmentOperator; FlowAttributeType: FlowAttributeType; FlowComparisonOperator: FlowComparisonOperator; FlowValueMappingType: FlowValueMappingType; FlowRecordFilterOperator: FlowRecordFilterOperator; FlowStageStepAssigneeType: FlowStageStepAssigneeType; FlowScheduledPathOffsetUnit: FlowScheduledPathOffsetUnit; FlowScheduledPathType: FlowScheduledPathType; FlowScheduledPathTimeSource: FlowScheduledPathTimeSource; FlowScreenFieldType: FlowScreenFieldType; FlowScreenFieldInputsRevisited: FlowScreenFieldInputsRevisited; FlowRegionContainerType: FlowRegionContainerType; FlowElementSubtype: FlowElementSubtype; FlowWaitInteractionType: FlowWaitInteractionType; RecordTriggerType: RecordTriggerType; FlowCollectionProcessorType: FlowCollectionProcessorType; FlowExperimentFallbackMode: FlowExperimentFallbackMode; FlowExperimentType: FlowExperimentType; IterationOrder: IterationOrder; FlowNodeGroupType: FlowNodeGroupType; FlowEntryType: FlowEntryType; FlowRunAsUser: FlowRunAsUser; FlowStartFrequency: FlowStartFrequency; FlowTriggerType: FlowTriggerType; FlowTransactionModel: FlowTransactionModel; FlowActionCallTimeoutPath: FlowActionCallTimeoutPath; FlowEnvironment: FlowEnvironment; FlowRunInMode: FlowRunInMode; FlowVersionStatus: FlowVersionStatus; FlowTestDataSourceType: FlowTestDataSourceType; FlowTestParameterType: FlowTestParameterType; FlowTestType: FlowTestType; FlowValueMapDefaultStrategy: FlowValueMapDefaultStrategy; FlowValueMapDataType: FlowValueMapDataType; FolderAccessTypes: FolderAccessTypes; FolderShareAccessLevel: FolderShareAccessLevel; FolderSharedToType: FolderSharedToType; PublicFolderAccess: PublicFolderAccess; ForecastingDateType: ForecastingDateType; DonorMatchingMethod: DonorMatchingMethod; PlannerFunctionInvocableTargetType: PlannerFunctionInvocableTargetType; PlannerAttrMappingType: PlannerAttrMappingType; AttributeType: AttributeType; AttributeMappingType: AttributeMappingType; PluginType: PluginType; OutboundRouteType: OutboundRouteType; SurfaceType: SurfaceType; PlannerType: PlannerType; GenAiAgentVariableType: GenAiAgentVariableType; GenAiRuleExpressionOperator: GenAiRuleExpressionOperator; ExpressionType: ExpressionType; GenAiPromptTemplateResponseFormat: GenAiPromptTemplateResponseFormat; GenAiPromptTemplateStatus: GenAiPromptTemplateStatus; GenAiPromptTemplateVisibilityType: GenAiPromptTemplateVisibilityType; GenAiPromptTemplateActvAccessLevel: GenAiPromptTemplateActvAccessLevel; PageComponentType: PageComponentType; PageComponentWidth: PageComponentWidth; IPAddressFeature: IPAddressFeature; IPAddressUsageScope: IPAddressUsageScope; IconUsageType: IconUsageType; IdentityVerificationDataSourceType: IdentityVerificationDataSourceType; IdentityVerificationProcFldDataSourceType: IdentityVerificationProcFldDataSourceType; IdentityVerificationProcFldFieldDataType: IdentityVerificationProcFldFieldDataType; IdentityVerificationProcFldFieldType: IdentityVerificationProcFldFieldType; IdentityVerificationSearchType: IdentityVerificationSearchType; IdentityVerificationSearchLayoutType: IdentityVerificationSearchLayoutType; IFrameWhitelistContext: IFrameWhitelistContext; ExternalConnectionType: ExternalConnectionType; InboundConnPropertyName: InboundConnPropertyName; ExternalConnectionStatus: ExternalConnectionStatus; InsPolicyLifecycleProcess: InsPolicyLifecycleProcess; InsRatePlanCmsnConfigCalcType: InsRatePlanCmsnConfigCalcType; AttrDataType: AttrDataType; DefinitionType: DefinitionType; InvocableActionExtAttributeDataType: InvocableActionExtAttributeDataType; InvocableActionExtTargetType: InvocableActionExtTargetType; KnowledgeCaseEditor: KnowledgeCaseEditor; KnowledgeLanguageLookupValueType: KnowledgeLanguageLookupValueType; FeedLayoutFilterPosition: FeedLayoutFilterPosition; FeedLayoutFilterType: FeedLayoutFilterType; FeedLayoutComponentType: FeedLayoutComponentType; LayoutHeader: LayoutHeader; UiBehavior: UiBehavior; ReportChartComponentSize: ReportChartComponentSize; LayoutSectionStyle: LayoutSectionStyle; SummaryLayoutStyle: SummaryLayoutStyle; VisibleOrRequired: VisibleOrRequired; LetterheadHorizontalAlignment: LetterheadHorizontalAlignment; LetterheadVerticalAlignment: LetterheadVerticalAlignment; LifeSciConfigCategoryType: LifeSciConfigCategoryType; LifeSciCategoryType: LifeSciCategoryType; LifeSciAssignmentLevel: LifeSciAssignmentLevel; LifeSciConfigFieldDataType: LifeSciConfigFieldDataType; LightningBoltCategory: LightningBoltCategory; LightningDesignSystemVersion: LightningDesignSystemVersion; SupervisorAgentStatusFilter: SupervisorAgentStatusFilter; LiveChatButtonPresentation: LiveChatButtonPresentation; LiveChatButtonInviteEndPosition: LiveChatButtonInviteEndPosition; LiveChatButtonInviteStartPosition: LiveChatButtonInviteStartPosition; LiveChatButtonRoutingType: LiveChatButtonRoutingType; LiveChatButtonType: LiveChatButtonType; SensitiveDataActionType: SensitiveDataActionType; SensitiveDataRuleProcessing: SensitiveDataRuleProcessing; SensitiveDataRuleVersion: SensitiveDataRuleVersion; LoyaltyPgmProcExecutionType: LoyaltyPgmProcExecutionType; LoyaltyPgmProcCondOperator: LoyaltyPgmProcCondOperator; LoyaltyPgmProcCondType: LoyaltyPgmProcCondType; LoyaltyPgmProcRuleType: LoyaltyPgmProcRuleType; LoyaltyPgmProcParmDataType: LoyaltyPgmProcParmDataType; LoyaltyPgmProcParmType: LoyaltyPgmProcParmType; LoyaltyPgmProcActParamOper: LoyaltyPgmProcActParamOper; LoyaltyPgmProcActParamType: LoyaltyPgmProcActParamType; LoyaltyPgmProcActionType: LoyaltyPgmProcActionType; LoyaltyPgmProcCrudActType: LoyaltyPgmProcCrudActType; LoyaltyPgmProcRuleStatus: LoyaltyPgmProcRuleStatus; LoyaltyPgmProcStatus: LoyaltyPgmProcStatus; MLRelationType: MLRelationType; MLFieldType: MLFieldType; MLDataDefinitionType: MLDataDefinitionType; MLGenerativeDefinitionStatus: MLGenerativeDefinitionStatus; MLGenerativeType: MLGenerativeType; MLPredictionDefinitionStatus: MLPredictionDefinitionStatus; MLRecommendationDefinitionStatus: MLRecommendationDefinitionStatus; MCNodeType: MCNodeType; EventSubscriptionReplayPreset: EventSubscriptionReplayPreset; EventSubscriptionAdminState: EventSubscriptionAdminState; ContactPointType: ContactPointType; AudienceFieldType: AudienceFieldType; MarketAudienceStatus: MarketAudienceStatus; MarketSegmentType: MarketSegmentType; BlankValueBehavior: BlankValueBehavior; MatchingMethod: MatchingMethod; MatchingRuleStatus: MatchingRuleStatus; ApiSource: ApiSource; AutoResponseContentType: AutoResponseContentType; MessagingAutoResponseType: MessagingAutoResponseType; MessagingChannelConsentType: MessagingChannelConsentType; MessagingChannelUsageDeploymentType: MessagingChannelUsageDeploymentType; MessagingChannelTargetLookupValueType: MessagingChannelTargetLookupValueType; EmbeddedServiceAuthModeType: EmbeddedServiceAuthModeType; MessagingAuthorizationType: MessagingAuthorizationType; EmbeddedMsgQueueLimitType: EmbeddedMsgQueueLimitType; MessagingChannelType: MessagingChannelType; MessagingKeywordType: MessagingKeywordType; MessagingSessionHandlerType: MessagingSessionHandlerType; MessagingChannelStandardParameterType: MessagingChannelStandardParameterType; MfgProgramTransformationType: MfgProgramTransformationType; MfgProgramTemplateStatus: MfgProgramTemplateStatus; MilestoneTypeRecurrenceType: MilestoneTypeRecurrenceType; MktDataConnectionMethod: MktDataConnectionMethod; MktDataConnectionStatus: MktDataConnectionStatus; MlAIModelAlgorithmType: MlAIModelAlgorithmType; MlModelConnectorType: MlModelConnectorType; MlModelDeployStatus: MlModelDeployStatus; MlGenerativeModelType: MlGenerativeModelType; MlGenerativeModelCapability: MlGenerativeModelCapability; MlModelCapability: MlModelCapability; MlModelType: MlModelType; MlParameterSubtype: MlParameterSubtype; MlParameterType: MlParameterType; MlModelPredictionType: MlModelPredictionType; MlRuntimeType: MlRuntimeType; MlModelSourceType: MlModelSourceType; MlAIModelType: MlAIModelType; MlModelEndpointType: MlModelEndpointType; MlInferenceFormat: MlInferenceFormat; ModerationRuleAction: ModerationRuleAction; RateLimitTimePeriod: RateLimitTimePeriod; ModerationRuleType: ModerationRuleType; OrgDomainShard: OrgDomainShard; EdgeRoutingOption: EdgeRoutingOption; OrgDomainRedirectOption: OrgDomainRedirectOption; OrgDomainProdSuffix: OrgDomainProdSuffix; CalloutStatus: CalloutStatus; NamedCredentialParamType: NamedCredentialParamType; NamedCredentialType: NamedCredentialType; NetworkPageOverrideSetting: NetworkPageOverrideSetting; AudienceCriteriaType: AudienceCriteriaType; RecommendationChannel: RecommendationChannel; SitesArchiveStatus: SitesArchiveStatus; NetworkStatus: NetworkStatus; ChangeEventType: ChangeEventType; ObjHierarchyMappingType: ObjHierarchyMappingType; MappingUsageType: MappingUsageType; OcrApplicationType: OcrApplicationType; ItemType: ItemType; OcrMappingType: OcrMappingType; OmniDataTransformInputType: OmniDataTransformInputType; ODTItemFilterDataType: ODTItemFilterDataType; OmniAnalyticsComponentType: OmniAnalyticsComponentType; ExternalTrackingVendor: ExternalTrackingVendor; OmniProcessType: OmniProcessType; OmniSupervisorActionName: OmniSupervisorActionName; OmniSupervisorActionTab: OmniSupervisorActionTab; OmniSupervisorTabType: OmniSupervisorTabType; OmniSuperSkillVisibilityType: OmniSuperSkillVisibilityType; OmniTrackingGroupType: OmniTrackingGroupType; OmniUiCardType: OmniUiCardType; OnboardingDataObjGrpUsageType: OnboardingDataObjGrpUsageType; OnboardingDataObjGrpCompType: OnboardingDataObjGrpCompType; OnboardingDataObjBusContext: OnboardingDataObjBusContext; OnboardingDataObjGrpTgtObject: OnboardingDataObjGrpTgtObject; RelatedOnboardingDataObjRole: RelatedOnboardingDataObjRole; OnboardingDataObjVerGrpStatus: OnboardingDataObjVerGrpStatus; OutboundConnPropertyName: OutboundConnPropertyName; APIAccessLevel: APIAccessLevel; ParticipantRoleAccessLevel: ParticipantRoleAccessLevel; PtyPrflDataObjVldDefBusCtx: PtyPrflDataObjVldDefBusCtx; PtyPrflDataFldVldDefCompType: PtyPrflDataFldVldDefCompType; PtyPrflDataFldVldDefDrtnType: PtyPrflDataFldVldDefDrtnType; PtyPrflDataObjVldDefFldResObj: PtyPrflDataObjVldDefFldResObj; PartyPrflDataObjVldDefStatus: PartyPrflDataObjVldDefStatus; GatewayType: GatewayType; IdempotencySupportStatus: IdempotencySupportStatus; PermissionSetTabVisibility: PermissionSetTabVisibility; LicenseExpirationPolicy: LicenseExpirationPolicy; PlatformCacheType: PlatformCacheType; PlatformEventChannelType: PlatformEventChannelType; PlatformEventChannelEventType: PlatformEventChannelEventType; Frequency: Frequency; Category: Category; Effect: Effect; PrincipalAuthenticationLevel: PrincipalAuthenticationLevel; RulePrincipalScopeType: RulePrincipalScopeType; RuleResourceScopeType: RuleResourceScopeType; ResourceTransform: ResourceTransform; RuleConsumer: RuleConsumer; RuleDefinitionClause: RuleDefinitionClause; RuleContextPath: RuleContextPath; RuleDefinitionOperator: RuleDefinitionOperator; PolicyRuleValueSetReferenceType: PolicyRuleValueSetReferenceType; RulePrincipalPath: RulePrincipalPath; RuleResourcePath: RuleResourcePath; PortalRoles: PortalRoles; PortalType: PortalType; ConditionLogic: ConditionLogic; InputValueType: InputValueType; TypeOfAction: TypeOfAction; AccumulateResultCondInputType: AccumulateResultCondInputType; AccumulateResultOperator: AccumulateResultOperator; ConditionAggregationFunction: ConditionAggregationFunction; TargetEntityMatchType: TargetEntityMatchType; ConditionFilterInputValueType: ConditionFilterInputValueType; ConditionFilterOperator: ConditionFilterOperator; ConditionType: ConditionType; ExecutionStageOfPriceRule: ExecutionStageOfPriceRule; RuleStatus: RuleStatus; PriceSheetColumnType: PriceSheetColumnType; BusinessVertical: BusinessVertical; PricingElementType: PricingElementType; ProductFamilyUsageType: ProductFamilyUsageType; CategoryGroupVisibility: CategoryGroupVisibility; LoginFlowType: LoginFlowType; UiLoginFlowType: UiLoginFlowType; TabVisibility: TabVisibility; PromptDisplayPosition: PromptDisplayPosition; PromptDisplayType: PromptDisplayType; PromptElementRelativePosition: PromptElementRelativePosition; PromptExperience: PromptExperience; PromptImageLocation: PromptImageLocation; PromptThemeColor: PromptThemeColor; PromptThemeSaturation: PromptThemeSaturation; PromptUserAccess: PromptUserAccess; PromptUserProfileAccess: PromptUserProfileAccess; SampleLimitDiscAlertType: SampleLimitDiscAlertType; PublicKeyCertificateSetType: PublicKeyCertificateSetType; CapacityType: CapacityType; RoutingModel: RoutingModel; ActionSubtype: ActionSubtype; QuickActionParameterType: QuickActionParameterType; QuickActionLabel: QuickActionLabel; QuickActionType: QuickActionType; StrategyReactionType: StrategyReactionType; RecommendationConditionOperator: RecommendationConditionOperator; RecommendationConditionValueType: RecommendationConditionValueType; ChannelSource: ChannelSource; PinnedAction: PinnedAction; RecordActionType: RecordActionType; ComponentName: ComponentName; RecordAggregationDefinitionAggregationType: RecordAggregationDefinitionAggregationType; RecordAggregationJoinConditionType: RecordAggregationJoinConditionType; RecordAggregationObjectFilterOperator: RecordAggregationObjectFilterOperator; RecordAggregationDefinitionStatus: RecordAggregationDefinitionStatus; ReportAggregateDatatype: ReportAggregateDatatype; ReportBucketFieldType: ReportBucketFieldType; ReportFormulaNullTreatment: ReportFormulaNullTreatment; ChartType: ChartType; ChartPosition: ChartPosition; ReportChartSize: ReportChartSize; ObjectFilterOperator: ObjectFilterOperator; CurrencyIsoCode: CurrencyIsoCode; DataCategoryFilterOperation: DataCategoryFilterOperation; ReportFormat: ReportFormat; ReportAggrType: ReportAggrType; UserDateGranularity: UserDateGranularity; ReportSortType: ReportSortType; UserDateInterval: UserDateInterval; ReportTypeCategory: ReportTypeCategory; ContextRuleStatus: ContextRuleStatus; ExecutionType: ExecutionType; ContextRuleUsageType: ContextRuleUsageType; ActualsCalculationMode: ActualsCalculationMode; SamlIdentityLocationType: SamlIdentityLocationType; SamlIdentityType: SamlIdentityType; SamlType: SamlType; SamlSpSLOBinding: SamlSpSLOBinding; DomainType: DomainType; SearchCriteriaConfigurationConfigurationType: SearchCriteriaConfigurationConfigurationType; SearchCriteriaConfigurationFilterType: SearchCriteriaConfigurationFilterType; SearchCriteriaConfigurationResultDisplayFormat: SearchCriteriaConfigurationResultDisplayFormat; SearchResultActionScope: SearchResultActionScope; SearchResultActionType: SearchResultActionType; Complexity: Complexity; Expiration: Expiration; LockoutInterval: LockoutInterval; MaxLoginAttempts: MaxLoginAttempts; QuestionRestriction: QuestionRestriction; SessionTimeout: SessionTimeout; UntrustedRedirectEnum: UntrustedRedirectEnum; ServiceAISetupDefStatus: ServiceAISetupDefStatus; ServiceAISetupFieldType: ServiceAISetupFieldType; CapacityModel: CapacityModel; StatusFieldMappingType: StatusFieldMappingType; SvcCtlgItemAttrAttributeType: SvcCtlgItemAttrAttributeType; SvcCatalogItemAttrDataType: SvcCatalogItemAttrDataType; SvcCtlgItemDpndProcType: SvcCtlgItemDpndProcType; SvcCatalogItemDependencyType: SvcCatalogItemDependencyType; SvcCatalogItemUsageType: SvcCatalogItemUsageType; DistanceMeasurementUnit: DistanceMeasurementUnit; SchedulingMode: SchedulingMode; SlackRecordLayoutViewMode: SlackRecordLayoutViewMode; CaseSubjectOption: CaseSubjectOption; SrvcMgmtCollabAppChannelType: SrvcMgmtCollabAppChannelType; SrvcMgmtCollabAppRefObjType: SrvcMgmtCollabAppRefObjType; StageConditionOperator: StageConditionOperator; StageCriteriaType: StageCriteriaType; StageCriteriaExecType: StageCriteriaExecType; StageUserPermission: StageUserPermission; StationaryAssetType: StationaryAssetType; UnitType: UnitType; CriterionOperator: CriterionOperator; CriteriaRelationshipType: CriteriaRelationshipType; PropertyDisplayType: PropertyDisplayType; SvcCatalogItemAttrType: SvcCatalogItemAttrType; PublishStatusType: PublishStatusType; TelemetryActnDefStepOpType: TelemetryActnDefStepOpType; TelActnDefStepAttrDataType: TelActnDefStepAttrDataType; TelemetryActnDefStepAttrType: TelemetryActnDefStepAttrType; TelemetryDefinitionUsageType: TelemetryDefinitionUsageType; TimeSheetFrequency: TimeSheetFrequency; DaysOfWeek: DaysOfWeek; TPTRatingPreference: TPTRatingPreference; RuleEngine: RuleEngine; SaveType: SaveType; TPTPricingPreference: TPTPricingPreference; TPTTaxPreference: TPTTaxPreference; TransactionSecurityEventName: TransactionSecurityEventName; MonitoredEvents: MonitoredEvents; TxnSecurityPolicyType: TxnSecurityPolicyType; ObjectRelationshipType: ObjectRelationshipType; FormatType: FormatType; UserAccessPolicyStatus: UserAccessPolicyStatus; UserAccessPolicyTriggerType: UserAccessPolicyTriggerType; UserAccessPolicyActionType: UserAccessPolicyActionType; UserAccessPolicyActionTargetType: UserAccessPolicyActionTargetType; UserAccessPolicyFilterOperation: UserAccessPolicyFilterOperation; UserAccessPolicyFilterTargetType: UserAccessPolicyFilterTargetType; NetworkUserType: NetworkUserType; VehicleAssetType: VehicleAssetType; VisualizationResourceType: VisualizationResourceType; UploadStatus: UploadStatus; AssignmentType: AssignmentType; CountryIsoCode: CountryIsoCode; TaxLocaleType: TaxLocaleType; OrderLifeCycleType: OrderLifeCycleType; PricingStrategy: PricingStrategy; ProductGrouping: ProductGrouping; WebStoreType: WebStoreType; LookupValueType: LookupValueType; FieldUpdateOperation: FieldUpdateOperation; KnowledgeWorkflowAction: KnowledgeWorkflowAction; SendAction: SendAction; ActionTaskAssignedToTypes: ActionTaskAssignedToTypes; ActionEmailRecipientTypes: ActionEmailRecipientTypes; ActionEmailSenderType: ActionEmailSenderType; WorkflowTriggerTypes: WorkflowTriggerTypes; WorkflowTimeUnits: WorkflowTimeUnits; ExtendedErrorCode: ExtendedErrorCode; TestLevel: TestLevel; PerfOption: PerfOption; LogCategory: LogCategory; LogCategoryLevel: LogCategoryLevel; LogType: LogType; ID: ID; StatusCode: StatusCode; TransformExpressionArgumentType: TransformExpressionArgumentType; PolicyJsonExpressionType: PolicyJsonExpressionType; ResponseFormatInvocableActionType: ResponseFormatInvocableActionType; AllOrNoneHeader: AllOrNoneHeader; CallOptions: CallOptions; DebuggingHeader: DebuggingHeader; DebuggingInfo: DebuggingInfo; SessionHeader: SessionHeader; cancelDeploy: cancelDeploy; cancelDeployResponse: cancelDeployResponse; checkDeployStatus: checkDeployStatus; checkDeployStatusResponse: checkDeployStatusResponse; checkRetrieveStatus: checkRetrieveStatus; checkRetrieveStatusResponse: checkRetrieveStatusResponse; checkStatus: checkStatus; checkStatusResponse: checkStatusResponse; create: create; createResponse: createResponse; createMetadata: createMetadata; createMetadataResponse: createMetadataResponse; delete_: delete_; deleteResponse: deleteResponse; deleteMetadata: deleteMetadata; deleteMetadataResponse: deleteMetadataResponse; deploy: deploy; deployResponse: deployResponse; deployRecentValidation: deployRecentValidation; deployRecentValidationResponse: deployRecentValidationResponse; describeMetadata: describeMetadata; describeMetadataResponse: describeMetadataResponse; describeValueType: describeValueType; describeValueTypeResponse: describeValueTypeResponse; listMetadata: listMetadata; listMetadataResponse: listMetadataResponse; readMetadata: readMetadata; readMetadataResponse: readMetadataResponse; renameMetadata: renameMetadata; renameMetadataResponse: renameMetadataResponse; retrieve: retrieve; retrieveResponse: retrieveResponse; update: update; updateResponse: updateResponse; updateMetadata: updateMetadata; updateMetadataResponse: updateMetadataResponse; upsertMetadata: upsertMetadata; upsertMetadataResponse: upsertMetadataResponse; CancelDeployResult: CancelDeployResult; DeployResult: DeployResult; DeployDetails: DeployDetails; DeployMessage: DeployMessage; RetrieveResult: RetrieveResult; FileProperties: FileProperties; RetrieveMessage: RetrieveMessage; RunTestsResult: RunTestsResult; CodeCoverageResult: CodeCoverageResult; CodeLocation: CodeLocation; CodeCoverageWarning: CodeCoverageWarning; RunTestFailure: RunTestFailure; FlowCoverageResult: FlowCoverageResult; FlowCoverageWarning: FlowCoverageWarning; RunTestSuccess: RunTestSuccess; AsyncResult: AsyncResult; Metadata: Metadata; AIApplication: AIApplication; AIPredictionDefinition: AIPredictionDefinition; AIDataDefinition: AIDataDefinition; AIFilterGroup: AIFilterGroup; AIFilter: AIFilter; AIPredictionField: AIPredictionField; AIFilterValue: AIFilterValue; AIManagedField: AIManagedField; AIModelDefinition: AIModelDefinition; AIPredictionTarget: AIPredictionTarget; AIPredictionExpression: AIPredictionExpression; AIApplicationConfig: AIApplicationConfig; AIConvSummarizationConfig: AIConvSummarizationConfig; AIModel: AIModel; AIModelFactor: AIModelFactor; AIFactorComponent: AIFactorComponent; AIModelGraph: AIModelGraph; AIModelMetric: AIModelMetric; AIReplyRecommendationsSettings: AIReplyRecommendationsSettings; AIScoringModelDefVersion: AIScoringModelDefVersion; AIScoringStep: AIScoringStep; AIScoringModelDefinition: AIScoringModelDefinition; AIUsecaseDefinition: AIUsecaseDefinition; AIUsecaseFieldMapping: AIUsecaseFieldMapping; AIUsecaseModel: AIUsecaseModel; AIFeatureExtractor: AIFeatureExtractor; AccountForecastSettings: AccountForecastSettings; AccountForecastFormula: AccountForecastFormula; ObjectMapping: ObjectMapping; ObjectMappingField: ObjectMappingField; AccountIntelligenceSettings: AccountIntelligenceSettings; AccountPlanObjMeasCalcDef: AccountPlanObjMeasCalcDef; AccountPlanObjMeasCalcCond: AccountPlanObjMeasCalcCond; AccountRelationshipShareRule: AccountRelationshipShareRule; AccountSettings: AccountSettings; AccountingModelConfig: AccountingModelConfig; AcctMgrTargetSettings: AcctMgrTargetSettings; ActionLauncherItemDef: ActionLauncherItemDef; ActionLinkGroupTemplate: ActionLinkGroupTemplate; ActionLinkTemplate: ActionLinkTemplate; ActionPlanTemplate: ActionPlanTemplate; ActionPlanTemplateItem: ActionPlanTemplateItem; ActionPlanTemplateItemValue: ActionPlanTemplateItemValue; ActionPlanTemplateItemDependency: ActionPlanTemplateItemDependency; ActionableEventOrchDef: ActionableEventOrchDef; ActionableEventTypeDef: ActionableEventTypeDef; EventSubtype: EventSubtype; ActionsSettings: ActionsSettings; ActivationPlatform: ActivationPlatform; ActivationPlatformActvAttr: ActivationPlatformActvAttr; ActivationPlatformField: ActivationPlatformField; ActivitiesSettings: ActivitiesSettings; ActnblListKeyPrfmIndDef: ActnblListKeyPrfmIndDef; ActvPfrmDataConnectorS3: ActvPfrmDataConnectorS3; ActvPlatformAdncIdentifier: ActvPlatformAdncIdentifier; ActvPlatformFieldValue: ActvPlatformFieldValue; ActvPlatformOAuthConnector: ActvPlatformOAuthConnector; AddOnDefinition: AddOnDefinition; IncludedPlatformLicenseDefinition: IncludedPlatformLicenseDefinition; IncludedUserLicenseDefinition: IncludedUserLicenseDefinition; AddressSettings: AddressSettings; CountriesAndStates: CountriesAndStates; Country: Country; State: State; AdvAccountForecastSet: AdvAccountForecastSet; AdvAcctForecastDimension: AdvAcctForecastDimension; AdvAcctFrcstDisplayGroup: AdvAcctFrcstDisplayGroup; AdvAcctFrcstDplyGroupItem: AdvAcctFrcstDplyGroupItem; AdvAcctForecastAdjPeriod: AdvAcctForecastAdjPeriod; AdvAccountForecastFormula: AdvAccountForecastFormula; AdvAcctForecastMeasureDef: AdvAcctForecastMeasureDef; AdvAcctForecastDimSource: AdvAcctForecastDimSource; AdvAcctForecastPeriodGroup: AdvAcctForecastPeriodGroup; AdvAccountForecastPeriod: AdvAccountForecastPeriod; AdvancedObjectMapping: AdvancedObjectMapping; AdvancedFieldMapping: AdvancedFieldMapping; AffinityScoreDefinition: AffinityScoreDefinition; Ai4mSettings: Ai4mSettings; AiAuthoringBundle: AiAuthoringBundle; AiEvaluationDefinition: AiEvaluationDefinition; AiEvaluationTestCase: AiEvaluationTestCase; AiEvaluationExpectation: AiEvaluationExpectation; AiEvaluationTestCaseCritParam: AiEvaluationTestCaseCritParam; AiEvaluationAgentTestCaseInput: AiEvaluationAgentTestCaseInput; AiEvalCopilotTestCaseCntxtVar: AiEvalCopilotTestCaseCntxtVar; AiEvalCopilotTestCaseConv: AiEvalCopilotTestCaseConv; AiEvaluationFunctionDefinition: AiEvaluationFunctionDefinition; AiEvaluationFunctionVersion: AiEvaluationFunctionVersion; AiEvaluationFunctionEnumSpecValue: AiEvaluationFunctionEnumSpecValue; AiEvaluationFunctionEngine: AiEvaluationFunctionEngine; AiEvaluationAgentAssociation: AiEvaluationAgentAssociation; AiEvaluationFunctionSpecification: AiEvaluationFunctionSpecification; AiEvaluationFunctionValuesSpecification: AiEvaluationFunctionValuesSpecification; AiPlannerVoiceDef: AiPlannerVoiceDef; AnalyticSnapshot: AnalyticSnapshot; AnalyticSnapshotMapping: AnalyticSnapshotMapping; AnalyticsDashboard: AnalyticsDashboard; AnalyticsDashboardLayout: AnalyticsDashboardLayout; AnalyticsDashboardPage: AnalyticsDashboardPage; AnalyticsDashPageWidget: AnalyticsDashPageWidget; AnalyticsDashboardWidget: AnalyticsDashboardWidget; AnalyticsButtonWidgetDef: AnalyticsButtonWidgetDef; AnalyticsContainerWidgetDef: AnalyticsContainerWidgetDef; AnlytDshbrdWdgtDynamicTkn: AnlytDshbrdWdgtDynamicTkn; AnalyticsFilterWidgetDef: AnalyticsFilterWidgetDef; AnalyticsImageWidgetDef: AnalyticsImageWidgetDef; AnalyticsMetricWidgetDef: AnalyticsMetricWidgetDef; AnalyticsParamWidgetDef: AnalyticsParamWidgetDef; AnalyticsTextWidgetDef: AnalyticsTextWidgetDef; AnalyticsVizWidgetDef: AnalyticsVizWidgetDef; AnalyticsAssetAction: AnalyticsAssetAction; AnalyticsWorkspaceAsset: AnalyticsWorkspaceAsset; AnalyticsDatasetDefinition: AnalyticsDatasetDefinition; AnalyticsSettings: AnalyticsSettings; AnalyticsVisualization: AnalyticsVisualization; AnalyticsVizField: AnalyticsVizField; AnalyticsVizViewDef: AnalyticsVizViewDef; AnalyticsWorkspace: AnalyticsWorkspace; AndroidPushApplicationSetup: AndroidPushApplicationSetup; AnimationRule: AnimationRule; ApexEmailNotifications: ApexEmailNotifications; ApexEmailNotification: ApexEmailNotification; ApexLimitSettings: ApexLimitSettings; ApexLimit: ApexLimit; ApexSettings: ApexSettings; ApexTestSuite: ApexTestSuite; ApiNamedQuery: ApiNamedQuery; ApiNamedQueryParameter: ApiNamedQueryParameter; AppExperienceSettings: AppExperienceSettings; AppFrameworkTemplateBundle: AppFrameworkTemplateBundle; AppMenu: AppMenu; AppMenuItem: AppMenuItem; AppNotificationType: AppNotificationType; ApplePushApplicationSetup: ApplePushApplicationSetup; Application: Application; ModuleRefs: ModuleRefs; ModuleRef: ModuleRef; ApplicationRecordTypeConfig: ApplicationRecordTypeConfig; ApplicationSubtypeDefinition: ApplicationSubtypeDefinition; AppointmentAssignmentPolicy: AppointmentAssignmentPolicy; AppointmentBookingSettings: AppointmentBookingSettings; AppointmentSchedulingPolicy: AppointmentSchedulingPolicy; ApprovalProcess: ApprovalProcess; ApprovalSubmitter: ApprovalSubmitter; ApprovalPageField: ApprovalPageField; ApprovalStep: ApprovalStep; ApprovalAction: ApprovalAction; WorkflowActionReference: WorkflowActionReference; ApprovalStepApprover: ApprovalStepApprover; Approver: Approver; ApprovalEntryCriteria: ApprovalEntryCriteria; FilterItem: FilterItem; DuplicateRuleFilterItem: DuplicateRuleFilterItem; ApprovalStepRejectBehavior: ApprovalStepRejectBehavior; NextAutomatedApprover: NextAutomatedApprover; AssessmentQuestion: AssessmentQuestion; AssessmentQuestionVersion: AssessmentQuestionVersion; AssessmentQuestionVersionChoice: AssessmentQuestionVersionChoice; AssessmentQuestionSet: AssessmentQuestionSet; AssignmentRule: AssignmentRule; RuleEntry: RuleEntry; EscalationAction: EscalationAction; AssignmentRules: AssignmentRules; AssistantContextItem: AssistantContextItem; AssistantDefinition: AssistantDefinition; AssistantDefinitionProfile: AssistantDefinitionProfile; AssistantSkillQuickAction: AssistantSkillQuickAction; AssistantSkillQuickActionParam: AssistantSkillQuickActionParam; AssistantSkillSobjectAction: AssistantSkillSobjectAction; AssistantSkillSobjectParam: AssistantSkillSobjectParam; AssistantVersion: AssistantVersion; AssistantSkill: AssistantSkill; AssistantSkillIntent: AssistantSkillIntent; AssistantVersionAction: AssistantVersionAction; Audience: Audience; AudienceCriteria: AudienceCriteria; AudienceCriterion: AudienceCriterion; AudienceCriteriaValue: AudienceCriteriaValue; PersonalizationTargetInfos: PersonalizationTargetInfos; PersonalizationTargetInfo: PersonalizationTargetInfo; AuraDefinitionBundle: AuraDefinitionBundle; AuraDefinitions: AuraDefinitions; AuraDefinition: AuraDefinition; PackageVersion: PackageVersion; AuthProvider: AuthProvider; AuthProvParamFwdAllowlist: AuthProvParamFwdAllowlist; AutoResponseRule: AutoResponseRule; AutoResponseRules: AutoResponseRules; AutomatedContactsSettings: AutomatedContactsSettings; AutomatorConfigSettings: AutomatorConfigSettings; AutomatorConfig: AutomatorConfig; BatchCalcJobDefinition: BatchCalcJobDefinition; BatchCalcJobAggregate: BatchCalcJobAggregate; BatchCalcJobAbstractMetadataValue: BatchCalcJobAbstractMetadataValue; DpeToRecipeTranslateAbstractMetadataValue: DpeToRecipeTranslateAbstractMetadataValue; BatchCalcJobAtomicWriteback: BatchCalcJobAtomicWriteback; BatchCalcJobAtomicWritebackRelationship: BatchCalcJobAtomicWritebackRelationship; BatchCalcJobCustomNode: BatchCalcJobCustomNode; BatchCalcJobCustomNodeParameter: BatchCalcJobCustomNodeParameter; BatchCalcJobDatasource: BatchCalcJobDatasource; BatchCalcJobDatasourceField: BatchCalcJobDatasourceField; BatchCalcJobFilter: BatchCalcJobFilter; BatchCalcJobFilterCriteria: BatchCalcJobFilterCriteria; BatchCalcJobForecast: BatchCalcJobForecast; BtchCalcJobFrcstAggrFld: BtchCalcJobFrcstAggrFld; BatchCalcJobFrcstGrpFld: BatchCalcJobFrcstGrpFld; BatchCalcJobHierarchyPath: BatchCalcJobHierarchyPath; BatchCalcJobParameter: BatchCalcJobParameter; BatchCalcJobSourceJoin: BatchCalcJobSourceJoin; BatchCalcJobJoinResultField: BatchCalcJobJoinResultField; BatchCalcJobJoinKey: BatchCalcJobJoinKey; BatchCalcJobTransform: BatchCalcJobTransform; BatchCalcJobTransformDroppedField: BatchCalcJobTransformDroppedField; BatchCalcJobTransformAddedField: BatchCalcJobTransformAddedField; BatchCalcJobOrderByField: BatchCalcJobOrderByField; BatchCalcJobUnion: BatchCalcJobUnion; BatchCalcJobWritebackObject: BatchCalcJobWritebackObject; BatchCalcJobWritebackMapping: BatchCalcJobWritebackMapping; BatchCalcJobAggregateField: BatchCalcJobAggregateField; BatchProcessJobDefinition: BatchProcessJobDefinition; BatchDataSource: BatchDataSource; BatchDataSrcFilterCriteria: BatchDataSrcFilterCriteria; BatchDataSourceOrderField: BatchDataSourceOrderField; BenefitAction: BenefitAction; BenefitActionParameter: BenefitActionParameter; BenefitActionParameterValue: BenefitActionParameterValue; BillingSettings: BillingSettings; BlacklistedConsumer: BlacklistedConsumer; BldgEnrgyIntensityCnfg: BldgEnrgyIntensityCnfg; BlockchainSettings: BlockchainSettings; Bot: Bot; LocalMlDomain: LocalMlDomain; MlIntent: MlIntent; MlIntentUtterance: MlIntentUtterance; MlRelatedIntent: MlRelatedIntent; MlSlotClass: MlSlotClass; MlSlotClassValue: MlSlotClassValue; SynonymGroup: SynonymGroup; BotVersion: BotVersion; BotDialogGroup: BotDialogGroup; BotDialog: BotDialog; BotStep: BotStep; BotInvocation: BotInvocation; BotInvocationMapping: BotInvocationMapping; BotMessage: BotMessage; BotNavigation: BotNavigation; BotNavigationLink: BotNavigationLink; BotStepCondition: BotStepCondition; BotVariableOperation: BotVariableOperation; BotQuickReplyOption: BotQuickReplyOption; BotVariableOperand: BotVariableOperand; ConversationDefinitionRichMessage: ConversationDefinitionRichMessage; ConversationRecordLookup: ConversationRecordLookup; ConversationRecordLookupCondition: ConversationRecordLookupCondition; ConversationRecordLookupField: ConversationRecordLookupField; ConversationDefinitionStepGoalMapping: ConversationDefinitionStepGoalMapping; ConversationSystemMessage: ConversationSystemMessage; ConversationSystemMessageMapping: ConversationSystemMessageMapping; ConversationDefinitionPlanner: ConversationDefinitionPlanner; ConversationDefinitionGoal: ConversationDefinitionGoal; ConversationSystemDialog: ConversationSystemDialog; ConversationVariable: ConversationVariable; ConversationDefinitionNlpProvider: ConversationDefinitionNlpProvider; WelcomeRecommendation: WelcomeRecommendation; ConversationContextVariable: ConversationContextVariable; ConversationContextVariableMapping: ConversationContextVariableMapping; ConversationDefinitionChannelProvider: ConversationDefinitionChannelProvider; PageContextVariable: PageContextVariable; BotBlock: BotBlock; BotBlockVersion: BotBlockVersion; BotSettings: BotSettings; BotTemplate: BotTemplate; BrandingSet: BrandingSet; BrandingSetProperty: BrandingSetProperty; BriefcaseDefinition: BriefcaseDefinition; BriefcaseRule: BriefcaseRule; BriefcaseRuleFilter: BriefcaseRuleFilter; FldSvcBriefcaseRuleConfig: FldSvcBriefcaseRuleConfig; BusinessHoursEntry: BusinessHoursEntry; BusinessHoursSettings: BusinessHoursSettings; Holiday: Holiday; BusinessProcess: BusinessProcess; PicklistValue: PicklistValue; GlobalPicklistValue: GlobalPicklistValue; BusinessProcessGroup: BusinessProcessGroup; BusinessProcessDefinition: BusinessProcessDefinition; BusinessProcessFeedback: BusinessProcessFeedback; BusinessProcessTypeDefinition: BusinessProcessTypeDefinition; CMSConnectSource: CMSConnectSource; CMSConnectAsset: CMSConnectAsset; CMSConnectLanguage: CMSConnectLanguage; CMSConnectPersonalization: CMSConnectPersonalization; CMSConnectResourceType: CMSConnectResourceType; CMSConnectResourceDefinition: CMSConnectResourceDefinition; CallCenter: CallCenter; ContactCenterChannel: ContactCenterChannel; CallCenterSection: CallCenterSection; CallCenterItem: CallCenterItem; VendorCallCenterStatusMap: VendorCallCenterStatusMap; CallCenterRoutingMap: CallCenterRoutingMap; CallCoachingMediaProvider: CallCoachingMediaProvider; CallCtrAgentFavTrfrDest: CallCtrAgentFavTrfrDest; CampaignInfluenceModel: CampaignInfluenceModel; CampaignSettings: CampaignSettings; CampaignTemplateDefinition: CampaignTemplateDefinition; CanvasMetadata: CanvasMetadata; CareBenefitVerifySettings: CareBenefitVerifySettings; CareRequestConfiguration: CareRequestConfiguration; CareRequestRecords: CareRequestRecords; CaseSettings: CaseSettings; FeedItemSettings: FeedItemSettings; EmailToCaseSettings: EmailToCaseSettings; EmailToCaseRoutingAddress: EmailToCaseRoutingAddress; WebToCaseSettings: WebToCaseSettings; CaseSubjectParticle: CaseSubjectParticle; CatalogedApi: CatalogedApi; CatalogedApiInstance: CatalogedApiInstance; CatalogedApiArtifactVersionInfo: CatalogedApiArtifactVersionInfo; CatalogedApiVersion: CatalogedApiVersion; ChannelLayout: ChannelLayout; ChannelLayoutItem: ChannelLayoutItem; ChannelObjectLinkingRule: ChannelObjectLinkingRule; ChannelRevMgmtSettings: ChannelRevMgmtSettings; ChatterAnswersSettings: ChatterAnswersSettings; ChatterEmailsMDSettings: ChatterEmailsMDSettings; ChatterExtension: ChatterExtension; ChatterSettings: ChatterSettings; ChoiceList: ChoiceList; ChoiceListValue: ChoiceListValue; EmbeddedServiceCustomLabel: EmbeddedServiceCustomLabel; ClaimCoverageProdtProcDef: ClaimCoverageProdtProcDef; ClaimFinancialSettings: ClaimFinancialSettings; ClauseCatgConfiguration: ClauseCatgConfiguration; CleanDataService: CleanDataService; CleanRule: CleanRule; FieldMapping: FieldMapping; FieldMappingRow: FieldMappingRow; FieldMappingField: FieldMappingField; CloudServiceProvider: CloudServiceProvider; CloudServiceProviderApi: CloudServiceProviderApi; CmsnStmtLineItemConfig: CmsnStmtLineItemConfig; CmsnStmtLineItemTypConfig: CmsnStmtLineItemTypConfig; CommandAction: CommandAction; CommandActionIntent: CommandActionIntent; CommandActionResponse: CommandActionResponse; CommandActionParam: CommandActionParam; CommerceSettings: CommerceSettings; CommissionStatementConfig: CommissionStatementConfig; CommsServiceConsoleSettings: CommsServiceConsoleSettings; CommunicationChannelLine: CommunicationChannelLine; CommunicationChannelType: CommunicationChannelType; CommunitiesSettings: CommunitiesSettings; Community: Community; ReputationLevels: ReputationLevels; ChatterAnswersReputationLevel: ChatterAnswersReputationLevel; IdeaReputationLevel: IdeaReputationLevel; CommunityAIModelMapping: CommunityAIModelMapping; CommunityTemplateDefinition: CommunityTemplateDefinition; CommunityTemplateBundleInfo: CommunityTemplateBundleInfo; CommunityThemeBundleInfo: CommunityThemeBundleInfo; NavigationLinkSet: NavigationLinkSet; NavigationMenuItem: NavigationMenuItem; NavigationMenuItemBranding: NavigationMenuItemBranding; NavigationSubMenu: NavigationSubMenu; CommunityTemplatePageSetting: CommunityTemplatePageSetting; CommunityThemeDefinition: CommunityThemeDefinition; CommunityCustomThemeLayoutType: CommunityCustomThemeLayoutType; CommunityThemeRouteOverride: CommunityThemeRouteOverride; CommunityThemeSetting: CommunityThemeSetting; CompactLayout: CompactLayout; CompanySettings: CompanySettings; FiscalYearSettings: FiscalYearSettings; ComputeExtension: ComputeExtension; ConnectedApp: ConnectedApp; ConnectedAppAttribute: ConnectedAppAttribute; ConnectedAppCanvasConfig: ConnectedAppCanvasConfig; ConnectedAppIpRange: ConnectedAppIpRange; ConnectedAppMobileDetailConfig: ConnectedAppMobileDetailConfig; ConnectedAppOauthConfig: ConnectedAppOauthConfig; ConnectedAppOauthAssetToken: ConnectedAppOauthAssetToken; ConnectedAppOauthIdToken: ConnectedAppOauthIdToken; ConnectedAppOauthPolicy: ConnectedAppOauthPolicy; ConnectedAppSamlConfig: ConnectedAppSamlConfig; ConnectedAppSessionPolicy: ConnectedAppSessionPolicy; ConnectedAppSettings: ConnectedAppSettings; ConnectivityDevConfigMetadata: ConnectivityDevConfigMetadata; ConsentBannerSettings: ConsentBannerSettings; ContentSettings: ContentSettings; ContentTypeBundle: ContentTypeBundle; ContentTypeBundleResource: ContentTypeBundleResource; ContextDefinition: ContextDefinition; ContextDefinitionReference: ContextDefinitionReference; ContextDefinitionVersion: ContextDefinitionVersion; ContextDefinitionFilter: ContextDefinitionFilter; ContextMapping: ContextMapping; ContextMappingIntent: ContextMappingIntent; ContextNodeMapping: ContextNodeMapping; ContextAttributeMapping: ContextAttributeMapping; ContextAttrHydrationDetail: ContextAttrHydrationDetail; CtxAttrHydrationCtx: CtxAttrHydrationCtx; ContextNodeAttrDictionary: ContextNodeAttrDictionary; ContextNode: ContextNode; ContextAttribute: ContextAttribute; ContextTag: ContextTag; ContextMappingConfig: ContextMappingConfig; ContextUseCaseMapping: ContextUseCaseMapping; ContractSettings: ContractSettings; ContractType: ContractType; ContractTypeConfig: ContractTypeConfig; ConvIntelligenceSignalRule: ConvIntelligenceSignalRule; ConvIntelligenceSignalSubRule: ConvIntelligenceSignalSubRule; ConvReasonReportDefinition: ConvReasonReportDefinition; ConvReasonReportSegmentDef: ConvReasonReportSegmentDef; ConversationChannelDefinition: ConversationChannelDefinition; ConversationMessageDefinition: ConversationMessageDefinition; ConversationMessageConstant: ConversationMessageConstant; ConversationMessageConstantCompositeValue: ConversationMessageConstantCompositeValue; ConversationMessageConstantPrimitiveValue: ConversationMessageConstantPrimitiveValue; ConversationMessageHandler: ConversationMessageHandler; ConversationMessageLayout: ConversationMessageLayout; ConvMsgExternalTemplateVersion: ConvMsgExternalTemplateVersion; ConversationMessageLayoutItem: ConversationMessageLayoutItem; ConversationMessageLayoutCompositeValue: ConversationMessageLayoutCompositeValue; ConversationMessageLayoutPrimitiveValue: ConversationMessageLayoutPrimitiveValue; ConversationMessageMergeField: ConversationMessageMergeField; ConversationMessageOptionsParameter: ConversationMessageOptionsParameter; ConversationMessageParameterCompositeDetails: ConversationMessageParameterCompositeDetails; ConversationMessageParameterPrimitiveDetails: ConversationMessageParameterPrimitiveDetails; ConversationMessageParameter: ConversationMessageParameter; ConversationVendorInfo: ConversationVendorInfo; ConversationalIntelligenceSettings: ConversationalIntelligenceSettings; CorsWhitelistOrigin: CorsWhitelistOrigin; CourseWaitlistConfig: CourseWaitlistConfig; CriteriaSettings: CriteriaSettings; CriteriaSetting: CriteriaSetting; CspTrustedSite: CspTrustedSite; CurrencySettings: CurrencySettings; CustomAddressFieldSettings: CustomAddressFieldSettings; CustomApplication: CustomApplication; AppActionOverride: AppActionOverride; ActionOverride: ActionOverride; AppBrand: AppBrand; ServiceCloudConsoleConfig: ServiceCloudConsoleConfig; AppComponentList: AppComponentList; KeyboardShortcuts: KeyboardShortcuts; CustomShortcut: CustomShortcut; DefaultShortcut: DefaultShortcut; ListPlacement: ListPlacement; LiveAgentConfig: LiveAgentConfig; PushNotification: PushNotification; TabLimitConfig: TabLimitConfig; AppPreferences: AppPreferences; AppProfileActionOverride: AppProfileActionOverride; ProfileActionOverride: ProfileActionOverride; AppWorkspaceConfig: AppWorkspaceConfig; WorkspaceMapping: WorkspaceMapping; CustomApplicationComponent: CustomApplicationComponent; CustomDataType: CustomDataType; CustomDataTypeComponent: CustomDataTypeComponent; CustomFeedFilter: CustomFeedFilter; FeedFilterCriterion: FeedFilterCriterion; CustomField: CustomField; LookupFilter: LookupFilter; MktDataLakeFieldAttributes: MktDataLakeFieldAttributes; MktDataModelFieldAttributes: MktDataModelFieldAttributes; Picklist: Picklist; ValueSet: ValueSet; ValueSetValuesDefinition: ValueSetValuesDefinition; CustomValue: CustomValue; StandardValue: StandardValue; ValueSettings: ValueSettings; CustomHelpMenuSection: CustomHelpMenuSection; CustomHelpMenuItem: CustomHelpMenuItem; CustomIndex: CustomIndex; CustomLabel: CustomLabel; CustomLabels: CustomLabels; CustomMetadata: CustomMetadata; CustomMetadataValue: CustomMetadataValue; CustomNotificationType: CustomNotificationType; CustomNotificationActionGroup: CustomNotificationActionGroup; CustomNotificationActionDefinition: CustomNotificationActionDefinition; CustomObject: CustomObject; ArticleTypeChannelDisplay: ArticleTypeChannelDisplay; ArticleTypeTemplate: ArticleTypeTemplate; FieldSet: FieldSet; FieldSetItem: FieldSetItem; HistoryRetentionPolicy: HistoryRetentionPolicy; Index: Index; IndexField: IndexField; ListView: ListView; ListViewFilter: ListViewFilter; SharedTo: SharedTo; MktDataLakeAttributes: MktDataLakeAttributes; MktDataModelAttributes: MktDataModelAttributes; ProfileSearchLayouts: ProfileSearchLayouts; RecordType: RecordType; RecordTypePicklistValue: RecordTypePicklistValue; SearchLayouts: SearchLayouts; SharingReason: SharingReason; SharingRecalculation: SharingRecalculation; ValidationRule: ValidationRule; WebLink: WebLink; CustomObjectBinding: CustomObjectBinding; CustomFieldBinding: CustomFieldBinding; CustomObjectTranslation: CustomObjectTranslation; ObjectNameCaseValue: ObjectNameCaseValue; FieldSetTranslation: FieldSetTranslation; CustomFieldTranslation: CustomFieldTranslation; LookupFilterTranslation: LookupFilterTranslation; PicklistValueTranslation: PicklistValueTranslation; LayoutTranslation: LayoutTranslation; LayoutSectionTranslation: LayoutSectionTranslation; QuickActionTranslation: QuickActionTranslation; QuickActionParametersTranslation: QuickActionParametersTranslation; RecordTypeTranslation: RecordTypeTranslation; SharingReasonTranslation: SharingReasonTranslation; StandardFieldTranslation: StandardFieldTranslation; ValidationRuleTranslation: ValidationRuleTranslation; WebLinkTranslation: WebLinkTranslation; WorkflowTaskTranslation: WorkflowTaskTranslation; CustomPageWebLink: CustomPageWebLink; CustomPermission: CustomPermission; CustomPermissionDependencyRequired: CustomPermissionDependencyRequired; CustomSite: CustomSite; SiteWebAddress: SiteWebAddress; SiteIframeWhiteListUrl: SiteIframeWhiteListUrl; SiteRedirectMapping: SiteRedirectMapping; CustomTab: CustomTab; CustomerDataPlatformSettings: CustomerDataPlatformSettings; CustomizablePropensityScoringSettings: CustomizablePropensityScoringSettings; Dashboard: Dashboard; DashboardFilter: DashboardFilter; DashboardFilterOption: DashboardFilterOption; DashboardGridLayout: DashboardGridLayout; DashboardGridComponent: DashboardGridComponent; DashboardComponent: DashboardComponent; ChartSummary: ChartSummary; DashboardComponentContent: DashboardComponentContent; DashboardDynamicValue: DashboardDynamicValue; DashboardFilterColumn: DashboardFilterColumn; DashboardTableColumn: DashboardTableColumn; DashboardFlexTableComponentProperties: DashboardFlexTableComponentProperties; DashboardComponentColumn: DashboardComponentColumn; DashboardComponentSortInfo: DashboardComponentSortInfo; DashboardComponentGroupingSortProperties: DashboardComponentGroupingSortProperties; DashboardComponentGroupingSort: DashboardComponentGroupingSort; DashboardComponentSection: DashboardComponentSection; DataCalcInsightTemplate: DataCalcInsightTemplate; DataCategoryGroup: DataCategoryGroup; DataCategory: DataCategory; ObjectUsage: ObjectUsage; DataCleanRoomProvider: DataCleanRoomProvider; DataConnectionParamTmpl: DataConnectionParamTmpl; DataConnector: DataConnector; DataConnectorAttribute: DataConnectorAttribute; DataConnectorAttributeOpt: DataConnectorAttributeOpt; LocalizedValue: LocalizedValue; DataConnectorError: DataConnectorError; DataConnectorIngestApi: DataConnectorIngestApi; DataConnectorS3: DataConnectorS3; DataDotComSettings: DataDotComSettings; DataKitObjectDependency: DataKitObjectDependency; DataKitObjectTemplate: DataKitObjectTemplate; DataModelTaxonomy: DataModelTaxonomy; DataObjectCategory: DataObjectCategory; DataObjectBuildOrgTemplate: DataObjectBuildOrgTemplate; DataObjectSearchIndexConf: DataObjectSearchIndexConf; DataPackageKitDefinition: DataPackageKitDefinition; DataPackageKitObject: DataPackageKitObject; DataPlatform: DataPlatform; DataPlatDataSetBundle: DataPlatDataSetBundle; DataPlatformDataSet: DataPlatformDataSet; DataSource: DataSource; DataSourceBundleDefinition: DataSourceBundleDefinition; DataSourceField: DataSourceField; DataSourceObject: DataSourceObject; DataSourceTenant: DataSourceTenant; DataSrcDataModelFieldMap: DataSrcDataModelFieldMap; DataStreamDefinition: DataStreamDefinition; MktDataConnectionSrcParam: MktDataConnectionSrcParam; DataStreamTemplate: DataStreamTemplate; DataspaceScope: DataspaceScope; DataspaceScopeSchemaAccess: DataspaceScopeSchemaAccess; DecisionMatrixDefinition: DecisionMatrixDefinition; DecisionMatrixDefinitionVersion: DecisionMatrixDefinitionVersion; DecisionMatrixDefinitionVersionColumn: DecisionMatrixDefinitionVersionColumn; DecisionTable: DecisionTable; DecisionTableParameter: DecisionTableParameter; DecisionTableSourceCriteria: DecisionTableSourceCriteria; DecisionTableDatasetLink: DecisionTableDatasetLink; DecisionTblDatasetParameter: DecisionTblDatasetParameter; PlatformEventSubscriberConfig: PlatformEventSubscriberConfig; FtestTopLevelWithDeclMd1: FtestTopLevelWithDeclMd1; FtestDetailWithDeclMd1: FtestDetailWithDeclMd1; FtestSubDetailWithDeclMd: FtestSubDetailWithDeclMd; FtestDetailWithDeclMd2: FtestDetailWithDeclMd2; FtestTopLevelWithDeclMd3: FtestTopLevelWithDeclMd3; FtestTopLevelWithCrud: FtestTopLevelWithCrud; SchedulingObjective: SchedulingObjective; SchedulingObjectiveParameter: SchedulingObjectiveParameter; FtestTopLevelWithDeclMd2: FtestTopLevelWithDeclMd2; PipelineInspMetricConfig: PipelineInspMetricConfig; VirtualVisitConfig: VirtualVisitConfig; MobileSecurityPolicy: MobileSecurityPolicy; LearningAchievementConfig: LearningAchievementConfig; RecordAlertDataSource: RecordAlertDataSource; DocumentCategory: DocumentCategory; RecAlrtDataSrcExpSetDef: RecAlrtDataSrcExpSetDef; GenOpPlanEligibilityConfig: GenOpPlanEligibilityConfig; EmployeeDataSyncProfile: EmployeeDataSyncProfile; EmployeeDataSyncField: EmployeeDataSyncField; RegisteredExternalService: RegisteredExternalService; CustomFieldDisplay: CustomFieldDisplay; UiPreviewMessageTabDef: UiPreviewMessageTabDef; AccountingFieldMapping: AccountingFieldMapping; ServiceMgmtKnwlgArtclConfig: ServiceMgmtKnwlgArtclConfig; RecordAlertTemplate: RecordAlertTemplate; RelatedRecordAccessDef: RelatedRecordAccessDef; RelatedRecordAccessFltr: RelatedRecordAccessFltr; RelatedRecordAccessMap: RelatedRecordAccessMap; MobSecurityCertPinConfig: MobSecurityCertPinConfig; SlackFeatureSettings: SlackFeatureSettings; ActionableListDefinition: ActionableListDefinition; ActionableListDatasetColumn: ActionableListDatasetColumn; ActionableListMemberStatus: ActionableListMemberStatus; CareProviderSearchConfig: CareProviderSearchConfig; CareSystemFieldMapping: CareSystemFieldMapping; CareLimitType: CareLimitType; AssessmentConfiguration: AssessmentConfiguration; SchedulingRule: SchedulingRule; SchedulingRuleParameter: SchedulingRuleParameter; CareProviderAfflRoleConfig: CareProviderAfflRoleConfig; DatasetImportRequest: DatasetImportRequest; PortalDelegablePermissionSet: PortalDelegablePermissionSet; RelatedRecordAssocCriteria: RelatedRecordAssocCriteria; DocumentCategoryDocumentType: DocumentCategoryDocumentType; ShiftSegmentType: ShiftSegmentType; ProductConfiguratorSettings: ProductConfiguratorSettings; DataImportManagementSettings: DataImportManagementSettings; UnifiedSalesIntelligenceSettings: UnifiedSalesIntelligenceSettings; WorkforceEngagementSettings: WorkforceEngagementSettings; ServiceMgmtKnwlgArtclConfigSettings: ServiceMgmtKnwlgArtclConfigSettings; ClaimMgmtFoundationEnabledSettings: ClaimMgmtFoundationEnabledSettings; PaynowStarterUpgradeEnabledSettings: PaynowStarterUpgradeEnabledSettings; EinsteinCopilotSettings: EinsteinCopilotSettings; ServiceCloudNotificationOrchestratorSettings: ServiceCloudNotificationOrchestratorSettings; IndustriesConstraintsSettings: IndustriesConstraintsSettings; FTestSettings: FTestSettings; MediaAdSalesSettings: MediaAdSalesSettings; IndustriesPricingSettings: IndustriesPricingSettings; BranchManagementSettings: BranchManagementSettings; DynamicFormsSettings: DynamicFormsSettings; CodeBuilderSettings: CodeBuilderSettings; IndustriesContextSettings: IndustriesContextSettings; IndustriesLsCommercialSettings: IndustriesLsCommercialSettings; IncludeEstTaxInQuoteCPQSettings: IncludeEstTaxInQuoteCPQSettings; ConversationServiceIntegrationSettings: ConversationServiceIntegrationSettings; EinsteinAISettings: EinsteinAISettings; IndustriesGamificationSettings: IndustriesGamificationSettings; PlatformEventSettings: PlatformEventSettings; AssociationEngineSettings: AssociationEngineSettings; SecurityHubSettings: SecurityHubSettings; IndustriesUsageSettings: IndustriesUsageSettings; MediaAgentSettings: MediaAgentSettings; OrgSettings: OrgSettings; AgentforceForDevelopersSettings: AgentforceForDevelopersSettings; IncludeEstTaxInQuoteSettings: IncludeEstTaxInQuoteSettings; SalesDealAgentSettings: SalesDealAgentSettings; ReferralMarketingSettings: ReferralMarketingSettings; SequenceServiceSettings: SequenceServiceSettings; AccountPlanSettings: AccountPlanSettings; AgentPlatformSettings: AgentPlatformSettings; PaymentsManagementEnabledSettings: PaymentsManagementEnabledSettings; AgentforceAccountManagementSettings: AgentforceAccountManagementSettings; EinsteinGptSettings: EinsteinGptSettings; ServiceAIRecommendationsSettings: ServiceAIRecommendationsSettings; PlatformSlackSettings: PlatformSlackSettings; EinsteinAIObservabilitySettings: EinsteinAIObservabilitySettings; RevenueManagementSettings: RevenueManagementSettings; KnowledgeGenerationSettings: KnowledgeGenerationSettings; DynamicFulfillmentOrchestratorSettings: DynamicFulfillmentOrchestratorSettings; MailMergeSettings: MailMergeSettings; AccountingSettings: AccountingSettings; CollectionsDashboardSettings: CollectionsDashboardSettings; SetupCopilotSettings: SetupCopilotSettings; InvLatePymntRiskCalcSettings: InvLatePymntRiskCalcSettings; FTestAccessSettings: FTestAccessSettings; SceGlobalModelOptOutSettings: SceGlobalModelOptOutSettings; SandboxSettings: SandboxSettings; PrmCoreSettings: PrmCoreSettings; DxGlobalTermsSettings: DxGlobalTermsSettings; InterestTaggingSettings: InterestTaggingSettings; IndustriesRatingSettings: IndustriesRatingSettings; EvfSettings: EvfSettings; SourceTrackingSettings: SourceTrackingSettings; DevHubSettings: DevHubSettings; IndustriesLoyaltySettings: IndustriesLoyaltySettings; Web3Settings: Web3Settings; IndustriesUnifiedPromotionsSettings: IndustriesUnifiedPromotionsSettings; AppAnalyticsSettings: AppAnalyticsSettings; TmfOutboundNotificationSettings: TmfOutboundNotificationSettings; MapsAndLocationSettings: MapsAndLocationSettings; LargeQuotesandOrdersForRlmSettings: LargeQuotesandOrdersForRlmSettings; OnlineSalesSettings: OnlineSalesSettings; DelegateGroup: DelegateGroup; DeploymentSettings: DeploymentSettings; DgtAssetMgmtProvider: DgtAssetMgmtProvider; DgtAssetMgmtPrvdLghtCpnt: DgtAssetMgmtPrvdLghtCpnt; DictionariesSettings: DictionariesSettings; Dictionary: Dictionary; DigitalExperienceBundle: DigitalExperienceBundle; DigitalExperienceFolderShares: DigitalExperienceFolderShares; DigitalExperienceFolderShare: DigitalExperienceFolderShare; SharedWith: SharedWith; DigitalExperienceModuleCollection: DigitalExperienceModuleCollection; DigitalExperienceModule: DigitalExperienceModule; DigitalExperience: DigitalExperience; MetadataWithContent: MetadataWithContent; AccessControlPolicy: AccessControlPolicy; ApexClass: ApexClass; ApexComponent: ApexComponent; ApexPage: ApexPage; ApexTrigger: ApexTrigger; Certificate: Certificate; CodeBundle: CodeBundle; ContentAsset: ContentAsset; ContentAssetRelationships: ContentAssetRelationships; ContentAssetLink: ContentAssetLink; ContentAssetVersions: ContentAssetVersions; ContentAssetVersion: ContentAssetVersion; DataPipeline: DataPipeline; DataWeaveResource: DataWeaveResource; DiscoveryAIModel: DiscoveryAIModel; DiscoveryModelField: DiscoveryModelField; DiscoveryModelTransform: DiscoveryModelTransform; DiscoveryStory: DiscoveryStory; DiscoveryStoryOutcome: DiscoveryStoryOutcome; Document: Document; DocumentTemplate: DocumentTemplate; EclairGeoData: EclairGeoData; EclairMap: EclairMap; EmailTemplate: EmailTemplate; Attachment: Attachment; FieldServiceMobileExtension: FieldServiceMobileExtension; InboundCertificate: InboundCertificate; NetworkBranding: NetworkBranding; Orchestration: Orchestration; Schema: Schema; Scontrol: Scontrol; SiteDotCom: SiteDotCom; SlackApp: SlackApp; StaticResource: StaticResource; UiPlugin: UiPlugin; UiViewDefinition: UiViewDefinition; UserAuthCertificate: UserAuthCertificate; ViewDefinition: ViewDefinition; WaveDashboard: WaveDashboard; WaveComponent: WaveComponent; WaveDataflow: WaveDataflow; WaveLens: WaveLens; WaveRecipe: WaveRecipe; DigitalExperienceConfig: DigitalExperienceConfig; Site: Site; DisclosureDefinition: DisclosureDefinition; DisclosureDefinitionVersion: DisclosureDefinitionVersion; DisclosureType: DisclosureType; DiscoveryGoal: DiscoveryGoal; DiscoveryDeployedModel: DiscoveryDeployedModel; DiscoveryFieldMap: DiscoveryFieldMap; DiscoveryFilter: DiscoveryFilter; DiscoveryFilterValue: DiscoveryFilterValue; DiscoveryPrescribableField: DiscoveryPrescribableField; DiscoveryCustomPrescribableFieldDefinition: DiscoveryCustomPrescribableFieldDefinition; DiscoveryModelCard: DiscoveryModelCard; DiscoveryGoalOutcome: DiscoveryGoalOutcome; DiscoverySettings: DiscoverySettings; DocumentChecklistSettings: DocumentChecklistSettings; DocumentExtractionDef: DocumentExtractionDef; DocumentExtractionDefVer: DocumentExtractionDefVer; DocumentGenerationSetting: DocumentGenerationSetting; DocumentType: DocumentType; DripFeedConfigSettings: DripFeedConfigSettings; DuplicateRule: DuplicateRule; DuplicateRuleFilter: DuplicateRuleFilter; DuplicateRuleMatchRule: DuplicateRuleMatchRule; DynamicGanttSettings: DynamicGanttSettings; DynamicGantt: DynamicGantt; EACSettings: EACSettings; ESignatureConfig: ESignatureConfig; ESignatureEnvelopeConfig: ESignatureEnvelopeConfig; EditionDefinition: EditionDefinition; EinsteinAgentSettings: EinsteinAgentSettings; EinsteinAssistantSettings: EinsteinAssistantSettings; EinsteinDealInsightsSettings: EinsteinDealInsightsSettings; EinsteinDocumentCaptureSettings: EinsteinDocumentCaptureSettings; EmailAdministrationSettings: EmailAdministrationSettings; EmailIntegrationSettings: EmailIntegrationSettings; EmailServicesFunction: EmailServicesFunction; EmailServicesAddress: EmailServicesAddress; EmailTemplateSettings: EmailTemplateSettings; EmbeddedServiceBranding: EmbeddedServiceBranding; EmbeddedServiceConfig: EmbeddedServiceConfig; EmbeddedServiceAppointmentSettings: EmbeddedServiceAppointmentSettings; EmbeddedServiceCustomComponent: EmbeddedServiceCustomComponent; EmbeddedServiceCustomization: EmbeddedServiceCustomization; EmbeddedServiceResource: EmbeddedServiceResource; EmbeddedServiceFlowConfig: EmbeddedServiceFlowConfig; EmbeddedServiceFlow: EmbeddedServiceFlow; EmbeddedServiceForm: EmbeddedServiceForm; EmbeddedServiceFormField: EmbeddedServiceFormField; EmbeddedServiceLayout: EmbeddedServiceLayout; EmbeddedServiceLayoutRule: EmbeddedServiceLayoutRule; EmbeddedServiceMessagingChannel: EmbeddedServiceMessagingChannel; EmbdMsgChannelInvitationCondition: EmbdMsgChannelInvitationCondition; EmbeddedServiceFieldService: EmbeddedServiceFieldService; EmbeddedServiceLiveAgent: EmbeddedServiceLiveAgent; EmbeddedServiceQuickAction: EmbeddedServiceQuickAction; EmbeddedServiceMenuSettings: EmbeddedServiceMenuSettings; EmbeddedServiceMenuItem: EmbeddedServiceMenuItem; EmergencySettings: EmergencySettings; EmpSvcInvocableActionDef: EmpSvcInvocableActionDef; EmployeeFieldAccessSettings: EmployeeFieldAccessSettings; EmployeeUserSettings: EmployeeUserSettings; EnablementMeasureDefinition: EnablementMeasureDefinition; EnablementMeasureSourceObjectDefinition: EnablementMeasureSourceObjectDefinition; EnablementMeasureFilterDefinition: EnablementMeasureFilterDefinition; EnablementMeasureRelatedObjectDefinition: EnablementMeasureRelatedObjectDefinition; EnablementProgramDefinition: EnablementProgramDefinition; EnablementProgramSection: EnablementProgramSection; EnablementProgramTask: EnablementProgramTask; EnablementProgramTaskExercise: EnablementProgramTaskExercise; EnablementProgramTaskCmsContent: EnablementProgramTaskCmsContent; EnablementProgramTaskCustomContent: EnablementProgramTaskCustomContent; EnablementProgramTaskExternalContent: EnablementProgramTaskExternalContent; EnablementProgramTaskFeedbackContent: EnablementProgramTaskFeedbackContent; EnablementProgramTaskMilestone: EnablementProgramTaskMilestone; EnablementProgramTaskMilestoneMeasure: EnablementProgramTaskMilestoneMeasure; EnblProgramTaskSubCategory: EnblProgramTaskSubCategory; EncryptionKeySettings: EncryptionKeySettings; EnhancedNotesSettings: EnhancedNotesSettings; EntitlementProcess: EntitlementProcess; EntitlementRule: EntitlementRule; EntitlementProcessMilestoneItem: EntitlementProcessMilestoneItem; MilestoneCompletionCriteria: MilestoneCompletionCriteria; MilestonePauseCriteria: MilestonePauseCriteria; EntitlementProcessMilestoneTimeTrigger: EntitlementProcessMilestoneTimeTrigger; EntitlementSettings: EntitlementSettings; EntitlementTemplate: EntitlementTemplate; EscalationRule: EscalationRule; EscalationRules: EscalationRules; EssentialsSettings: EssentialsSettings; EventDelivery: EventDelivery; EventParameterMap: EventParameterMap; EventLogObjectSettings: EventLogObjectSettings; EventLogObject: EventLogObject; EventRelayConfig: EventRelayConfig; EventSettings: EventSettings; EventSubscription: EventSubscription; ExperienceBundle: ExperienceBundle; ExperienceResources: ExperienceResources; ExperienceResource: ExperienceResource; ExperienceBundleSettings: ExperienceBundleSettings; ExperienceContainer: ExperienceContainer; ExperiencePropertyTypeBundle: ExperiencePropertyTypeBundle; ExperiencePropertyTypeBundleResource: ExperiencePropertyTypeBundleResource; ExplainabilityActionDefinition: ExplainabilityActionDefinition; ExplainabilityActionVersion: ExplainabilityActionVersion; ExplainabilityMsgTemplate: ExplainabilityMsgTemplate; ExpressionSetDefinition: ExpressionSetDefinition; ExpressionSetDefinitionVersion: ExpressionSetDefinitionVersion; ExpressionSetStep: ExpressionSetStep; ExpressionSetAdvancedCondition: ExpressionSetAdvancedCondition; ExpressionSetConditionCriteria: ExpressionSetConditionCriteria; ExpressionSetAggregation: ExpressionSetAggregation; ExpressionSetAssignment: ExpressionSetAssignment; ExpressionSetConditionExpression: ExpressionSetConditionExpression; ExpressionSetCustomElement: ExpressionSetCustomElement; ExpressionSetElementParameter: ExpressionSetElementParameter; ExpressionSetDecisionTable: ExpressionSetDecisionTable; ExplainabilityMessageTemplateTokenMapping: ExplainabilityMessageTemplateTokenMapping; ExpressionSetSubExpression: ExpressionSetSubExpression; ExpressionSetVariable: ExpressionSetVariable; ExpressionSetVariableField: ExpressionSetVariableField; ExpressionSetMessageToken: ExpressionSetMessageToken; ExpressionSetObjectAlias: ExpressionSetObjectAlias; ExpressionSetObjectAliasField: ExpressionSetObjectAliasField; ExtConvParticipantIntegDef: ExtConvParticipantIntegDef; ExternalConversationBotDef: ExternalConversationBotDef; ExtDataTranFieldTemplate: ExtDataTranFieldTemplate; ExtDataTranObjectTemplate: ExtDataTranObjectTemplate; ExternalAIModel: ExternalAIModel; ExternalAuthIdentityProvider: ExternalAuthIdentityProvider; ExternalAuthIdentityProviderParameter: ExternalAuthIdentityProviderParameter; ExternalClientAppSettings: ExternalClientAppSettings; ExternalClientApplication: ExternalClientApplication; ExternalCredential: ExternalCredential; ExternalCredentialParameter: ExternalCredentialParameter; ExternalDataConnector: ExternalDataConnector; ExternalDataTranObject: ExternalDataTranObject; ExternalDataTranField: ExternalDataTranField; ExternalDataSource: ExternalDataSource; CustomHttpHeader: CustomHttpHeader; ExternalDataSrcDescriptor: ExternalDataSrcDescriptor; ExternalDocStorageConfig: ExternalDocStorageConfig; ExternalServiceRegistration: ExternalServiceRegistration; ExternalServiceOperation: ExternalServiceOperation; ExternalStoragePrvdConfig: ExternalStoragePrvdConfig; ExtlClntAppAttestConfigurablePolicies: ExtlClntAppAttestConfigurablePolicies; ExtlClntAppAttestSettings: ExtlClntAppAttestSettings; ExtlClntAppCanvasSettings: ExtlClntAppCanvasSettings; ExtlClntAppConfigurablePolicies: ExtlClntAppConfigurablePolicies; ExtlClntAppGlobalOauthSettings: ExtlClntAppGlobalOauthSettings; ExternalAppIdTokenConfig: ExternalAppIdTokenConfig; ExtlClntAppMobileConfigurablePolicies: ExtlClntAppMobileConfigurablePolicies; ExtlClntAppMobileSettings: ExtlClntAppMobileSettings; ExtlClntAppNotificationSettings: ExtlClntAppNotificationSettings; ExtlClntAppNotificationType: ExtlClntAppNotificationType; ExtlClntAppOauthConfigurablePolicies: ExtlClntAppOauthConfigurablePolicies; ExtlClntAppOauthPoliciesAttribute: ExtlClntAppOauthPoliciesAttribute; ExtlClntAppOauthSettings: ExtlClntAppOauthSettings; ExtlClntAppOauthSettingsAttribute: ExtlClntAppOauthSettingsAttribute; ExtlClntAppOauthIpRange: ExtlClntAppOauthIpRange; ExtlClntAppPushConfigurablePolicies: ExtlClntAppPushConfigurablePolicies; ExtlClntAppPushSettings: ExtlClntAppPushSettings; ExtlClntAppAndroidPushConfig: ExtlClntAppAndroidPushConfig; ExtlClntAppApplePushConfig: ExtlClntAppApplePushConfig; ExtlClntAppSamlConfigurablePolicies: ExtlClntAppSamlConfigurablePolicies; ExtlClntAppSamlConfigurablePoliciesAttribute: ExtlClntAppSamlConfigurablePoliciesAttribute; ExtlClntAppSampleConfigurablePolicies: ExtlClntAppSampleConfigurablePolicies; ExtlClntAppSampleSettings: ExtlClntAppSampleSettings; FTestFieldMappingMd: FTestFieldMappingMd; FTestToolingFLU: FTestToolingFLU; FeatureParameterBoolean: FeatureParameterBoolean; FeatureParameterDate: FeatureParameterDate; FeatureParameterInteger: FeatureParameterInteger; FieldMappingConfig: FieldMappingConfig; FieldMappingConfigItem: FieldMappingConfigItem; FieldRestrictionRule: FieldRestrictionRule; FieldServiceMobileConfig: FieldServiceMobileConfig; FieldServiceSettings: FieldServiceSettings; ObjectMappingItem: ObjectMappingItem; FieldSrcTrgtRelationship: FieldSrcTrgtRelationship; FileUploadAndDownloadSecuritySettings: FileUploadAndDownloadSecuritySettings; FileTypeDispositionAssignmentBean: FileTypeDispositionAssignmentBean; FilesConnectSettings: FilesConnectSettings; FlexiPage: FlexiPage; FlexiPageEvent: FlexiPageEvent; FlexiPageEventSourceProperty: FlexiPageEventSourceProperty; FlexiPageEventTarget: FlexiPageEventTarget; FlexiPageEventPropertyMapping: FlexiPageEventPropertyMapping; FlexiPageEventTargetProperty: FlexiPageEventTargetProperty; FlexiPageRegion: FlexiPageRegion; ItemInstance: ItemInstance; ComponentInstance: ComponentInstance; ComponentInstanceProperty: ComponentInstanceProperty; ComponentInstancePropertyList: ComponentInstancePropertyList; ComponentInstancePropertyListItem: ComponentInstancePropertyListItem; UiFormulaRule: UiFormulaRule; UiFormulaCriterion: UiFormulaCriterion; FlexipageDataSource: FlexipageDataSource; FieldInstance: FieldInstance; FieldInstanceProperty: FieldInstanceProperty; PlatformActionList: PlatformActionList; PlatformActionListItem: PlatformActionListItem; QuickActionList: QuickActionList; QuickActionListItem: QuickActionListItem; FlexiPageTemplateInstance: FlexiPageTemplateInstance; FlexiPageCompSchemaPropertyDef: FlexiPageCompSchemaPropertyDef; Flow: Flow; FlowActionCall: FlowActionCall; FlowNode: FlowNode; FlowElement: FlowElement; FlowBaseElement: FlowBaseElement; FlowMetadataValue: FlowMetadataValue; FlowElementReferenceOrValue: FlowElementReferenceOrValue; FlowInlineTransform: FlowInlineTransform; FlowTransformValue: FlowTransformValue; FlowTransformValueAction: FlowTransformValueAction; FlowTransformValueActionInputParameter: FlowTransformValueActionInputParameter; FlowActionCallInputParameter: FlowActionCallInputParameter; FlowActionCallOutputParameter: FlowActionCallOutputParameter; FlowActionCallPath: FlowActionCallPath; FlowConnector: FlowConnector; FlowApexPluginCallInputParameter: FlowApexPluginCallInputParameter; FlowApexPluginCallOutputParameter: FlowApexPluginCallOutputParameter; FlowAssignmentItem: FlowAssignmentItem; FlowAttribute: FlowAttribute; FlowChoiceUserInput: FlowChoiceUserInput; FlowInputValidationRule: FlowInputValidationRule; FlowCollectionMapItem: FlowCollectionMapItem; FlowCollectionSortOption: FlowCollectionSortOption; FlowCondition: FlowCondition; FlowCustomErrorMessage: FlowCustomErrorMessage; FlowDataTypeMapping: FlowDataTypeMapping; FlowInputFieldAssignment: FlowInputFieldAssignment; FlowOutputFieldAssignment: FlowOutputFieldAssignment; FlowRecordFilter: FlowRecordFilter; FlowRelatedRecordLookup: FlowRelatedRecordLookup; FlowScreenActionInputParameter: FlowScreenActionInputParameter; FlowScreenFieldInputParameter: FlowScreenFieldInputParameter; FlowScreenFieldOutputParameter: FlowScreenFieldOutputParameter; FlowScreenRule: FlowScreenRule; FlowScreenRuleAction: FlowScreenRuleAction; FlowScreenStyleSetting: FlowScreenStyleSetting; FlowScreenTrigger: FlowScreenTrigger; FlowScreenTriggerHandler: FlowScreenTriggerHandler; FlowStageStepAssignee: FlowStageStepAssignee; FlowStageStepEntryActionInputParameter: FlowStageStepEntryActionInputParameter; FlowStageStepEntryActionOutputParameter: FlowStageStepEntryActionOutputParameter; FlowStageStepExitActionInputParameter: FlowStageStepExitActionInputParameter; FlowStageStepExitActionOutputParameter: FlowStageStepExitActionOutputParameter; FlowStageStepInputParameter: FlowStageStepInputParameter; FlowStageStepOutputConfigParam: FlowStageStepOutputConfigParam; FlowStageStepOutputParameter: FlowStageStepOutputParameter; FlowStartInputParameter: FlowStartInputParameter; FlowSubflowInputAssignment: FlowSubflowInputAssignment; FlowSubflowOutputAssignment: FlowSubflowOutputAssignment; FlowVisibilityRule: FlowVisibilityRule; FlowWaitEventInputParameter: FlowWaitEventInputParameter; FlowWaitEventOutputParameter: FlowWaitEventOutputParameter; FlowCapability: FlowCapability; FlowCapabilityInput: FlowCapabilityInput; FlowChoice: FlowChoice; FlowIcon: FlowIcon; FlowCollectionFilterCriteria: FlowCollectionFilterCriteria; FlowConstant: FlowConstant; FlowDynamicChoiceSet: FlowDynamicChoiceSet; FlowExitRule: FlowExitRule; FlowExperimentPath: FlowExperimentPath; FlowFormula: FlowFormula; FlowRule: FlowRule; FlowScheduledPath: FlowScheduledPath; FlowScreenAction: FlowScreenAction; FlowScreenField: FlowScreenField; FlowScreenFieldStyleProperties: FlowScreenFieldStyleProperties; FlowStage: FlowStage; FlowStageStep: FlowStageStep; FlowTextTemplate: FlowTextTemplate; FlowVariable: FlowVariable; FlowWaitEvent: FlowWaitEvent; FlowApexPluginCall: FlowApexPluginCall; FlowAssignment: FlowAssignment; FlowCollectionProcessor: FlowCollectionProcessor; FlowCustomError: FlowCustomError; FlowDecision: FlowDecision; FlowExperiment: FlowExperiment; FlowLoop: FlowLoop; FlowNodeGroup: FlowNodeGroup; FlowOrchestratedStage: FlowOrchestratedStage; FlowRecordCreate: FlowRecordCreate; FlowRecordDelete: FlowRecordDelete; FlowRecordLookup: FlowRecordLookup; FlowRecordRollback: FlowRecordRollback; FlowRecordUpdate: FlowRecordUpdate; FlowScreen: FlowScreen; FlowStart: FlowStart; FlowSchedule: FlowSchedule; FlowStep: FlowStep; FlowSubflow: FlowSubflow; FlowTransform: FlowTransform; FlowWait: FlowWait; FlowCustomProperty: FlowCustomProperty; FlowCategory: FlowCategory; FlowCategoryItems: FlowCategoryItems; FlowDefinition: FlowDefinition; FlowSettings: FlowSettings; FlowTest: FlowTest; FlowTestDataSource: FlowTestDataSource; FlowTestFlowVersion: FlowTestFlowVersion; FlowTestIsolObjExtlKey: FlowTestIsolObjExtlKey; FlowTestExtKeyField: FlowTestExtKeyField; FlowTestPoint: FlowTestPoint; FlowTestAssertion: FlowTestAssertion; FlowTestCondition: FlowTestCondition; FlowTestReferenceOrValue: FlowTestReferenceOrValue; FlowTestParameter: FlowTestParameter; FlowValueMap: FlowValueMap; FlowValueMapEntry: FlowValueMapEntry; Folder: Folder; FolderShare: FolderShare; DashboardFolder: DashboardFolder; DocumentFolder: DocumentFolder; EmailFolder: EmailFolder; EmailTemplateFolder: EmailTemplateFolder; ReportFolder: ReportFolder; ForecastingFilter: ForecastingFilter; ForecastingFilterCondition: ForecastingFilterCondition; ForecastingGroup: ForecastingGroup; ForecastingGroupItem: ForecastingGroupItem; ForecastingObjectListSettings: ForecastingObjectListSettings; ForecastingTypeObjectListSettings: ForecastingTypeObjectListSettings; ForecastingObjectListLabelMapping: ForecastingObjectListLabelMapping; ForecastingObjectListSelectedSettings: ForecastingObjectListSelectedSettings; ForecastingObjectListUnselectedSettings: ForecastingObjectListUnselectedSettings; ForecastingSettings: ForecastingSettings; ForecastingCategoryMapping: ForecastingCategoryMapping; WeightedSourceCategory: WeightedSourceCategory; ForecastingDisplayedFamilySettings: ForecastingDisplayedFamilySettings; ForecastingSubmissionSettings: ForecastingSubmissionSettings; ForecastingTypeSettings: ForecastingTypeSettings; OpportunityListFieldsLabelMapping: OpportunityListFieldsLabelMapping; OpportunityListFieldsSelectedSettings: OpportunityListFieldsSelectedSettings; OpportunityListFieldsUnselectedSettings: OpportunityListFieldsUnselectedSettings; AdjustmentsSettings: AdjustmentsSettings; ForecastRangeSettings: ForecastRangeSettings; QuotasSettings: QuotasSettings; ForecastingSourceDefinition: ForecastingSourceDefinition; ForecastingType: ForecastingType; ForecastingTypeSource: ForecastingTypeSource; FormulaSettings: FormulaSettings; FtestFirstTopLevel: FtestFirstTopLevel; FtestSecondTopLevel: FtestSecondTopLevel; FuelType: FuelType; FuelTypeSustnUom: FuelTypeSustnUom; FulfillmentStepType: FulfillmentStepType; FunctionReference: FunctionReference; FundraisingConfig: FundraisingConfig; GRCIntelligenceUddSettings: GRCIntelligenceUddSettings; GatewayProviderPaymentMethodType: GatewayProviderPaymentMethodType; GenAiFunction: GenAiFunction; GenAiPlannerAttr: GenAiPlannerAttr; GenAiPlannerBundle: GenAiPlannerBundle; GenAiPlannerAttrMapping: GenAiPlannerAttrMapping; GenAiPlannerFunctionDef: GenAiPlannerFunctionDef; GenAiLocalPlugin: GenAiLocalPlugin; AiPluginUtteranceDef: AiPluginUtteranceDef; GenAiPluginFunctionDef: GenAiPluginFunctionDef; GenAiPluginInstructionDef: GenAiPluginInstructionDef; AiPlannerSurfaceDef: AiPlannerSurfaceDef; AiPlannerSurfOtbdRouteDef: AiPlannerSurfOtbdRouteDef; GenAiPlannerRuleExprAsgn: GenAiPlannerRuleExprAsgn; GenAiPlannerRuleExprDef: GenAiPlannerRuleExprDef; GenAiPlannerRuleExprCondition: GenAiPlannerRuleExprCondition; GenAiPlugin: GenAiPlugin; GenAiPromptTemplate: GenAiPromptTemplate; GenAiPromptTemplateVersion: GenAiPromptTemplateVersion; GenAiPromptTemplateGenerationConfig: GenAiPromptTemplateGenerationConfig; GenAiPromptTemplateInput: GenAiPromptTemplateInput; GenAiPromptTemplateDataProvider: GenAiPromptTemplateDataProvider; GenAiPromptTemplateDataProviderParam: GenAiPromptTemplateDataProviderParam; GenAiPromptTemplateActv: GenAiPromptTemplateActv; GenComputingSummaryDef: GenComputingSummaryDef; GeneralConfigSettings: GeneralConfigSettings; GeneralConfig: GeneralConfig; GeocodeSettings: GeocodeSettings; GiftEntryGridTemplate: GiftEntryGridTemplate; GlobalPicklist: GlobalPicklist; GlobalValueSet: GlobalValueSet; GlobalValueSetTranslation: GlobalValueSetTranslation; ValueTranslation: ValueTranslation; GoogleAppsSettings: GoogleAppsSettings; Group: Group; HerokuAppLinkSettings: HerokuAppLinkSettings; HighVelocitySalesSettings: HighVelocitySalesSettings; HomePageComponent: HomePageComponent; HomePageLayout: HomePageLayout; IPAddressRange: IPAddressRange; Icon: Icon; IdeasSettings: IdeasSettings; IdentityProviderSettings: IdentityProviderSettings; IdentityVerificationProcDef: IdentityVerificationProcDef; IdentityVerificationProcDtl: IdentityVerificationProcDtl; IdentityVerificationProcFld: IdentityVerificationProcFld; IframeWhiteListUrlSettings: IframeWhiteListUrlSettings; IframeWhiteListUrl: IframeWhiteListUrl; InboundNetworkConnection: InboundNetworkConnection; InboundNetworkConnProperty: InboundNetworkConnProperty; IncidentMgmtSettings: IncidentMgmtSettings; IndustriesAutomotiveSettings: IndustriesAutomotiveSettings; IndustriesChannelPartnerInventorySettings: IndustriesChannelPartnerInventorySettings; IndustriesConnectedServiceSettings: IndustriesConnectedServiceSettings; IndustriesEinsteinFeatureSettings: IndustriesEinsteinFeatureSettings; IndustriesEnergyUtilitiesMultiSiteSettings: IndustriesEnergyUtilitiesMultiSiteSettings; IndustriesEventOrchSettings: IndustriesEventOrchSettings; IndustriesFieldServiceSettings: IndustriesFieldServiceSettings; IndustriesManufacturingSettings: IndustriesManufacturingSettings; IndustriesMfgSampleManagementSettings: IndustriesMfgSampleManagementSettings; IndustriesSettings: IndustriesSettings; IndustriesUnifiedInventorySettings: IndustriesUnifiedInventorySettings; InsPlcyCoverageSpecConfig: InsPlcyCoverageSpecConfig; InsPlcyLineOfBusConfig: InsPlcyLineOfBusConfig; InsPolicyLifecycleConfig: InsPolicyLifecycleConfig; InsPolicyManagementConfig: InsPolicyManagementConfig; InsRatePlanCmsnConfig: InsRatePlanCmsnConfig; InsRatePlanTypeConfig: InsRatePlanTypeConfig; InstalledPackage: InstalledPackage; InsuranceBrokerageSettings: InsuranceBrokerageSettings; IntegArtifactDef: IntegArtifactDef; IntegrationProviderDef: IntegrationProviderDef; IntegrationProviderAttr: IntegrationProviderAttr; InternalDataConnector: InternalDataConnector; InternalOrganization: InternalOrganization; InventoryAllocationSettings: InventoryAllocationSettings; InventoryReplenishmentSettings: InventoryReplenishmentSettings; InventorySettings: InventorySettings; InvocableActionExtension: InvocableActionExtension; InvocableActionExtensionTarget: InvocableActionExtensionTarget; InvocableActionExtensionTargetAttribute: InvocableActionExtensionTargetAttribute; InvocableActionSettings: InvocableActionSettings; IoTSettings: IoTSettings; KeywordList: KeywordList; Keyword: Keyword; KnowledgeSettings: KnowledgeSettings; KnowledgeAnswerSettings: KnowledgeAnswerSettings; KnowledgeCaseSettings: KnowledgeCaseSettings; KnowledgeCommunitiesSettings: KnowledgeCommunitiesSettings; KnowledgeSitesSettings: KnowledgeSitesSettings; KnowledgeLanguageSettings: KnowledgeLanguageSettings; KnowledgeLanguage: KnowledgeLanguage; KnowledgeSuggestedArticlesSettings: KnowledgeSuggestedArticlesSettings; KnowledgeCaseFieldsSettings: KnowledgeCaseFieldsSettings; KnowledgeCaseField: KnowledgeCaseField; KnowledgeWorkOrderFieldsSettings: KnowledgeWorkOrderFieldsSettings; KnowledgeWorkOrderField: KnowledgeWorkOrderField; KnowledgeWorkOrderLineItemFieldsSettings: KnowledgeWorkOrderLineItemFieldsSettings; KnowledgeWorkOrderLineItemField: KnowledgeWorkOrderLineItemField; LaborCostOptimizationSettings: LaborCostOptimizationSettings; LanguageSettings: LanguageSettings; Layout: Layout; CustomConsoleComponents: CustomConsoleComponents; PrimaryTabComponents: PrimaryTabComponents; Container: Container; SidebarComponent: SidebarComponent; RelatedList: RelatedList; SubtabComponents: SubtabComponents; FeedLayout: FeedLayout; FeedLayoutFilter: FeedLayoutFilter; FeedLayoutComponent: FeedLayoutComponent; LayoutSection: LayoutSection; LayoutColumn: LayoutColumn; LayoutItem: LayoutItem; AnalyticsCloudComponentLayoutItem: AnalyticsCloudComponentLayoutItem; ReportChartComponentLayoutItem: ReportChartComponentLayoutItem; MiniLayout: MiniLayout; RelatedListItem: RelatedListItem; RelatedContent: RelatedContent; RelatedContentItem: RelatedContentItem; SummaryLayout: SummaryLayout; SummaryLayoutItem: SummaryLayoutItem; LeadConfigSettings: LeadConfigSettings; LeadConvertSettings: LeadConvertSettings; LearningItemType: LearningItemType; Letterhead: Letterhead; LetterheadLine: LetterheadLine; LetterheadHeaderFooter: LetterheadHeaderFooter; LicenseDefinition: LicenseDefinition; LicensedCustomPermissions: LicensedCustomPermissions; LicensingSettings: LicensingSettings; LifeSciConfigCategory: LifeSciConfigCategory; LifeSciConfigRecord: LifeSciConfigRecord; LifeSciConfigAssignment: LifeSciConfigAssignment; LifeSciConfigFieldValue: LifeSciConfigFieldValue; LightningBolt: LightningBolt; LightningBoltFeatures: LightningBoltFeatures; LightningBoltImages: LightningBoltImages; LightningBoltItems: LightningBoltItems; LightningComponentBundle: LightningComponentBundle; Capabilities: Capabilities; LwcResources: LwcResources; LwcResource: LwcResource; Targets: Targets; LightningExperienceSettings: LightningExperienceSettings; LightningExperienceTheme: LightningExperienceTheme; LightningMessageChannel: LightningMessageChannel; LightningMessageField: LightningMessageField; LightningOnboardingConfig: LightningOnboardingConfig; LightningTypeBundle: LightningTypeBundle; LightningTypeBundleResource: LightningTypeBundleResource; LiveAgentSettings: LiveAgentSettings; LiveChatAgentConfig: LiveChatAgentConfig; AgentConfigAssignments: AgentConfigAssignments; AgentConfigProfileAssignments: AgentConfigProfileAssignments; AgentConfigUserAssignments: AgentConfigUserAssignments; SupervisorAgentConfigSkills: SupervisorAgentConfigSkills; AgentConfigButtons: AgentConfigButtons; AgentConfigSkills: AgentConfigSkills; LiveChatButton: LiveChatButton; LiveChatButtonDeployments: LiveChatButtonDeployments; LiveChatButtonSkills: LiveChatButtonSkills; LiveChatDeployment: LiveChatDeployment; LiveChatDeploymentDomainWhitelist: LiveChatDeploymentDomainWhitelist; LiveChatSensitiveDataRule: LiveChatSensitiveDataRule; LiveMessageSettings: LiveMessageSettings; LocationUse: LocationUse; LogicSettings: LogicSettings; LoyaltyProgramSetup: LoyaltyProgramSetup; LoyaltyProgramProcess: LoyaltyProgramProcess; LoyaltyProgramProcessParameter: LoyaltyProgramProcessParameter; LoyaltyProgramProcessCondition: LoyaltyProgramProcessCondition; LoyaltyProgramProcessConditionFilterCriteria: LoyaltyProgramProcessConditionFilterCriteria; LoyaltyProgramProcessRule: LoyaltyProgramProcessRule; LoyaltyProgramProcessAction: LoyaltyProgramProcessAction; LoyaltyProgramProcessActionParameter: LoyaltyProgramProcessActionParameter; LoyaltyProgramProcessRuleStepMapping: LoyaltyProgramProcessRuleStepMapping; MLDataDefinition: MLDataDefinition; MLField: MLField; MLFilter: MLFilter; MLGenerativeDefinition: MLGenerativeDefinition; MLPredictionDefinition: MLPredictionDefinition; MLRecommendationDefinition: MLRecommendationDefinition; MacroSettings: MacroSettings; ManagedContentType: ManagedContentType; ManagedContentNodeType: ManagedContentNodeType; ManagedContentTypeBundle: ManagedContentTypeBundle; ManagedEventSubscription: ManagedEventSubscription; ManagedTopic: ManagedTopic; ManagedTopics: ManagedTopics; MapReportSettings: MapReportSettings; MarketAudienceDefinition: MarketAudienceDefinition; AudienceContactPoint: AudienceContactPoint; MarketAudienceField: MarketAudienceField; MarketSegmentDefinition: MarketSegmentDefinition; MarketingAppExtActivity: MarketingAppExtActivity; MarketingAppExtension: MarketingAppExtension; MarketingAppExtAction: MarketingAppExtAction; MatchingRule: MatchingRule; MatchingRuleItem: MatchingRuleItem; MatchingRules: MatchingRules; McpServerDefinition: McpServerDefinition; McpServerPromptDefinition: McpServerPromptDefinition; McpServerToolDefinition: McpServerToolDefinition; McpServerToolApiDefinition: McpServerToolApiDefinition; MeetingsSettings: MeetingsSettings; MessagingChannel: MessagingChannel; MessagingAutoResponse: MessagingAutoResponse; MessagingChannelUsage: MessagingChannelUsage; MessagingChannelCustomParameter: MessagingChannelCustomParameter; MessagingChannelActionParameterMapping: MessagingChannelActionParameterMapping; MessagingChannelParameterValueMapping: MessagingChannelParameterValueMapping; EmbeddedMessagingChannel: EmbeddedMessagingChannel; MessagingAuthorization: MessagingAuthorization; MessagingKeyword: MessagingKeyword; MessagingChannelStandardParameter: MessagingChannelStandardParameter; MetadataGroup: MetadataGroup; MfgProgramTemplate: MfgProgramTemplate; MfgProgramTemplateItem: MfgProgramTemplateItem; MfgServiceConsoleSettings: MfgServiceConsoleSettings; MilestoneType: MilestoneType; MktCalcInsightObjectDef: MktCalcInsightObjectDef; MktDataConnection: MktDataConnection; MktDataConnectionCred: MktDataConnectionCred; MktDataConnectionParam: MktDataConnectionParam; MktDataTranField: MktDataTranField; MktDataTranObject: MktDataTranObject; MktDatalakeSrcKeyQualifier: MktDatalakeSrcKeyQualifier; MlDomain: MlDomain; MlModelArtifact: MlModelArtifact; MlModelInput: MlModelInput; MlModelOutput: MlModelOutput; MlParameterOverride: MlParameterOverride; MlParameterDefinition: MlParameterDefinition; MlModelConnection: MlModelConnection; MlModelEndpoint: MlModelEndpoint; MlModelOutputEndpoint: MlModelOutputEndpoint; MlModelSchema: MlModelSchema; MobileApplicationDetail: MobileApplicationDetail; MobileSecurityAssignment: MobileSecurityAssignment; MobileSettings: MobileSettings; DashboardMobileSettings: DashboardMobileSettings; ModerationRule: ModerationRule; ModeratedEntityField: ModeratedEntityField; Module: Module; ModuleDependencies: ModuleDependencies; PackageTypeMembers: PackageTypeMembers; MyDomainDiscoverableLogin: MyDomainDiscoverableLogin; MyDomainSettings: MyDomainSettings; NameSettings: NameSettings; NamedCredential: NamedCredential; NamedCredentialParameter: NamedCredentialParameter; NavigationMenu: NavigationMenu; Network: Network; Branding: Branding; CommunityRoles: CommunityRoles; NetworkAuthApiSettings: NetworkAuthApiSettings; NetworkEmailTmplAllowlist: NetworkEmailTmplAllowlist; NetworkMemberGroup: NetworkMemberGroup; NetworkPageOverride: NetworkPageOverride; RecommendationAudience: RecommendationAudience; RecommendationAudienceDetail: RecommendationAudienceDetail; RecommendationDefinition: RecommendationDefinition; RecommendationDefinitionDetail: RecommendationDefinitionDetail; ScheduledRecommendation: ScheduledRecommendation; ScheduledRecommendationDetail: ScheduledRecommendationDetail; ReputationLevelDefinitions: ReputationLevelDefinitions; ReputationLevel: ReputationLevel; ReputationBranding: ReputationBranding; ReputationPointsRules: ReputationPointsRules; ReputationPointsRule: ReputationPointsRule; NetworkTabSet: NetworkTabSet; NotificationTypeConfig: NotificationTypeConfig; NotificationTypeSettings: NotificationTypeSettings; AppSettings: AppSettings; NotificationChannels: NotificationChannels; NotificationsSettings: NotificationsSettings; NtfcnDefinition: NtfcnDefinition; NtfcnCriteria: NtfcnCriteria; NtfcnCondition: NtfcnCondition; NtfcnChannelDef: NtfcnChannelDef; NtfcnChannelActionDef: NtfcnChannelActionDef; NtfcnChannelCont: NtfcnChannelCont; NtfcnChannelRec: NtfcnChannelRec; OauthCustomScope: OauthCustomScope; OauthCustomScopeApp: OauthCustomScopeApp; OauthOidcSettings: OauthOidcSettings; OauthTokenExchangeHandler: OauthTokenExchangeHandler; OauthTokenExchHandlerApp: OauthTokenExchHandlerApp; ObjIntegProviderDefMapping: ObjIntegProviderDefMapping; ObjectHierarchyRelationship: ObjectHierarchyRelationship; ObjectLinkingSettings: ObjectLinkingSettings; ObjectMappingSettings: ObjectMappingSettings; ObjectMappingSetting: ObjectMappingSetting; ObjectSourceTargetMap: ObjectSourceTargetMap; FieldSourceTargetMap: FieldSourceTargetMap; OcrSampleDocument: OcrSampleDocument; OcrSampleDocumentField: OcrSampleDocumentField; OcrSampleDocumentPageItem: OcrSampleDocumentPageItem; OcrSampleDocumentPage: OcrSampleDocumentPage; OcrTemplate: OcrTemplate; OcrTargetObject: OcrTargetObject; OcrTargetObjFieldMapping: OcrTargetObjFieldMapping; OcrTemplateSampleDocument: OcrTemplateSampleDocument; OmniChannelPricingSettings: OmniChannelPricingSettings; OmniChannelSettings: OmniChannelSettings; OmniDataTransform: OmniDataTransform; OmniDataTransformItem: OmniDataTransformItem; OmniExtTrackingDef: OmniExtTrackingDef; OmniExtTrackingEventDef: OmniExtTrackingEventDef; OmniIntegrationProcedure: OmniIntegrationProcedure; OmniProcessElement: OmniProcessElement; OmniInteractionAccessConfig: OmniInteractionAccessConfig; OmniInteractionConfig: OmniInteractionConfig; OmniScript: OmniScript; AssessmentDefinitionMetadata: AssessmentDefinitionMetadata; OmniAssessmentTaskMetadata: OmniAssessmentTaskMetadata; OmniStudioSettings: OmniStudioSettings; OmniSupervisorConfig: OmniSupervisorConfig; OmniSpvsrConfigAIAgent: OmniSpvsrConfigAIAgent; OmniSupervisorConfigAction: OmniSupervisorConfigAction; OmniSupervisorConfigGroup: OmniSupervisorConfigGroup; OmniSupervisorConfigProfile: OmniSupervisorConfigProfile; OmniSupervisorConfigQueue: OmniSupervisorConfigQueue; OmniSupervisorConfigSkill: OmniSupervisorConfigSkill; OmniSupervisorConfigTab: OmniSupervisorConfigTab; OmniSupervisorConfigUser: OmniSupervisorConfigUser; OmniTrackingComponentDef: OmniTrackingComponentDef; OmniTrackingGroup: OmniTrackingGroup; OmniUiCard: OmniUiCard; OnboardingDataObjectGroup: OnboardingDataObjectGroup; OnboardingDataObjGrpVer: OnboardingDataObjGrpVer; OnboardingDataObject: OnboardingDataObject; OnboardingDataObjectField: OnboardingDataObjectField; OnbrdDataObjGrpDocCatgMap: OnbrdDataObjGrpDocCatgMap; OpportunityScoreSettings: OpportunityScoreSettings; OpportunitySettings: OpportunitySettings; FindSimilarOppFilter: FindSimilarOppFilter; OpptStageDescription: OpptStageDescription; OptimizationSettings: OptimizationSettings; OptimizationSetting: OptimizationSetting; OrchestrationContext: OrchestrationContext; OrchestrationContextDataset: OrchestrationContextDataset; OrchestrationContextEvent: OrchestrationContextEvent; OrderManagementSettings: OrderManagementSettings; OrderSettings: OrderSettings; OutboundNetworkConnection: OutboundNetworkConnection; OutboundNetworkConnProperty: OutboundNetworkConnProperty; Package: Package; ProfileObjectPermissions: ProfileObjectPermissions; PardotEinsteinSettings: PardotEinsteinSettings; PardotSettings: PardotSettings; ParticipantRole: ParticipantRole; PartyDataModelSettings: PartyDataModelSettings; PartyProfileDataObjectValidityDefinition: PartyProfileDataObjectValidityDefinition; PartyPrflDataFldVldDef: PartyPrflDataFldVldDef; PathAssistant: PathAssistant; PathAssistantStep: PathAssistantStep; PathAssistantSettings: PathAssistantSettings; PaymentGatewayProvider: PaymentGatewayProvider; PaymentsSettings: PaymentsSettings; PaymentsSharingSettings: PaymentsSharingSettings; PermissionSet: PermissionSet; PermissionSetAgentAccess: PermissionSetAgentAccess; PermissionSetApplicationVisibility: PermissionSetApplicationVisibility; PermissionSetApexClassAccess: PermissionSetApexClassAccess; PermissionSetCustomMetadataTypeAccess: PermissionSetCustomMetadataTypeAccess; PermissionSetCustomPermissions: PermissionSetCustomPermissions; PermissionSetCustomSettingAccess: PermissionSetCustomSettingAccess; DataspaceScopeAccess: DataspaceScopeAccess; PermissionSetEmailRoutingAddressAccess: PermissionSetEmailRoutingAddressAccess; PermissionSetExternalCredentialPrincipalAccess: PermissionSetExternalCredentialPrincipalAccess; PermissionSetExternalDataSourceAccess: PermissionSetExternalDataSourceAccess; PermissionSetFieldPermissions: PermissionSetFieldPermissions; PermissionSetFlowAccess: PermissionSetFlowAccess; PermissionSetGenComputingSummaryDefAccess: PermissionSetGenComputingSummaryDefAccess; PermissionSetObjectPermissions: PermissionSetObjectPermissions; PermissionSetApexPageAccess: PermissionSetApexPageAccess; PermissionSetRecordTypeVisibility: PermissionSetRecordTypeVisibility; PermissionSetServicePresenceStatusAccess: PermissionSetServicePresenceStatusAccess; PermissionSetTabSetting: PermissionSetTabSetting; PermissionSetUserPermission: PermissionSetUserPermission; MutingPermissionSet: MutingPermissionSet; PermissionSetGroup: PermissionSetGroup; PermissionSetLicenseDefinition: PermissionSetLicenseDefinition; PermissionSetLicenseDefinitionCustomPermission: PermissionSetLicenseDefinitionCustomPermission; PersonAccountOwnerPowerUser: PersonAccountOwnerPowerUser; PicklistSettings: PicklistSettings; PlatformCachePartition: PlatformCachePartition; PlatformCachePartitionType: PlatformCachePartitionType; PlatformEncryptionSettings: PlatformEncryptionSettings; PlatformEventChannel: PlatformEventChannel; PlatformEventChannelMember: PlatformEventChannelMember; EnrichedField: EnrichedField; PlatformLicenseDefinition: PlatformLicenseDefinition; IncludedFeature: IncludedFeature; SettingOverride: SettingOverride; SettingItem: SettingItem; SettingUsageDefinition: SettingUsageDefinition; PolicyRuleDefinition: PolicyRuleDefinition; PolicyRuleResourceDomain: PolicyRuleResourceDomain; PolicyRuleDefinitionClauseConjunction: PolicyRuleDefinitionClauseConjunction; PolicyRuleDefinitionCondition: PolicyRuleDefinitionCondition; PolicyRuleValueSet: PolicyRuleValueSet; PolicyRuleDefinitionSet: PolicyRuleDefinitionSet; Portal: Portal; PortalsSettings: PortalsSettings; PostTemplate: PostTemplate; PredictionBuilderSettings: PredictionBuilderSettings; PresenceDeclineReason: PresenceDeclineReason; PresenceUserConfig: PresenceUserConfig; PresenceConfigAssignments: PresenceConfigAssignments; PresenceConfigProfileAssignments: PresenceConfigProfileAssignments; PresenceConfigUserAssignments: PresenceConfigUserAssignments; PriceRule: PriceRule; PriceRuleAction: PriceRuleAction; PriceRuleActionItem: PriceRuleActionItem; PriceRuleCondition: PriceRuleCondition; PriceRuleConditionFilter: PriceRuleConditionFilter; PriceRuleExecutionStage: PriceRuleExecutionStage; PriceSheetDefinition: PriceSheetDefinition; PrcShtAttrDefinition: PrcShtAttrDefinition; PricingActionParameters: PricingActionParameters; PricingRecipe: PricingRecipe; PricingRecipeTableMapping: PricingRecipeTableMapping; PricingProcedureOutputMap: PricingProcedureOutputMap; PrivacySettings: PrivacySettings; ProcedureOutputResolution: ProcedureOutputResolution; ProcedurePlanDefinition: ProcedurePlanDefinition; ProcedurePlanDefinitionVersion: ProcedurePlanDefinitionVersion; ProcedurePlanSection: ProcedurePlanSection; ProcedurePlanOption: ProcedurePlanOption; ProcedurePlanCriterion: ProcedurePlanCriterion; ProcessFlowMigration: ProcessFlowMigration; ProductAttrDisplayConfig: ProductAttrDisplayConfig; ProductAttributeSet: ProductAttributeSet; ProductAttributeSetItem: ProductAttributeSetItem; ProductCatalogManagementSettings: ProductCatalogManagementSettings; ProductDiscoverySettings: ProductDiscoverySettings; ProductFamilyUsage: ProductFamilyUsage; ProductSettings: ProductSettings; ProductSpecificationRecType: ProductSpecificationRecType; ProductSpecificationType: ProductSpecificationType; Profile: Profile; ProfileAgentAccess: ProfileAgentAccess; ProfileApplicationVisibility: ProfileApplicationVisibility; ProfileCategoryGroupVisibility: ProfileCategoryGroupVisibility; ProfileApexClassAccess: ProfileApexClassAccess; ProfileCustomMetadataTypeAccess: ProfileCustomMetadataTypeAccess; ProfileCustomPermissions: ProfileCustomPermissions; ProfileCustomSettingAccess: ProfileCustomSettingAccess; ProfileExternalDataSourceAccess: ProfileExternalDataSourceAccess; ProfileFieldLevelSecurity: ProfileFieldLevelSecurity; ProfileFlowAccess: ProfileFlowAccess; ProfileGenComputingSummaryDefAccess: ProfileGenComputingSummaryDefAccess; ProfileLayoutAssignment: ProfileLayoutAssignment; LoginFlow: LoginFlow; ProfileLoginHours: ProfileLoginHours; ProfileLoginIpRange: ProfileLoginIpRange; ProfileApexPageAccess: ProfileApexPageAccess; ProfileRecordTypeVisibility: ProfileRecordTypeVisibility; ProfileServicePresenceStatusAccess: ProfileServicePresenceStatusAccess; ProfileTabVisibility: ProfileTabVisibility; ProfileUserPermission: ProfileUserPermission; ProfilePasswordPolicy: ProfilePasswordPolicy; ProfileSessionSetting: ProfileSessionSetting; Prompt: Prompt; PromptVersion: PromptVersion; ProviderSampleLimitTemplate: ProviderSampleLimitTemplate; PublicKeyCertificate: PublicKeyCertificate; PublicKeyCertificateSet: PublicKeyCertificateSet; PublicKeyCertificateSetKey: PublicKeyCertificateSetKey; PurchaseOrderMgmtSettings: PurchaseOrderMgmtSettings; Queue: Queue; QueueMembers: QueueMembers; PublicGroups: PublicGroups; RoleAndSubordinates: RoleAndSubordinates; RoleAndSubordinatesInternal: RoleAndSubordinatesInternal; Roles: Roles; Users: Users; QueueSobject: QueueSobject; QueueRoutingConfig: QueueRoutingConfig; QueueRoutingConfigSkill: QueueRoutingConfigSkill; QuickAction: QuickAction; FieldOverride: FieldOverride; QuickActionLayout: QuickActionLayout; QuickActionLayoutColumn: QuickActionLayoutColumn; QuickActionLayoutItem: QuickActionLayoutItem; QuickActionParameters: QuickActionParameters; QuickActionSendEmailOptions: QuickActionSendEmailOptions; QuickTextSettings: QuickTextSettings; QuoteSettings: QuoteSettings; RealTimeEventSettings: RealTimeEventSettings; RealTimeEvent: RealTimeEvent; RecommendationBuilderSettings: RecommendationBuilderSettings; RecommendationStrategy: RecommendationStrategy; StrategyAction: StrategyAction; StrategyActionArg: StrategyActionArg; StrategyNodeAiLoad: StrategyNodeAiLoad; StrategyNodeUnionBase: StrategyNodeUnionBase; StrategyNodeBase: StrategyNodeBase; StrategyNodeAiSort: StrategyNodeAiSort; StrategyNodeExclusive: StrategyNodeExclusive; StrategyNodeFilter: StrategyNodeFilter; StrategyNodeIf: StrategyNodeIf; IfExpression: IfExpression; StrategyNodeInvocableAction: StrategyNodeInvocableAction; StrategyNodeInvocableActionArg: StrategyNodeInvocableActionArg; StrategyNodeMap: StrategyNodeMap; MapExpression: MapExpression; StrategyNodeRecommendationLimit: StrategyNodeRecommendationLimit; StrategyNodeRecommendationLoad: StrategyNodeRecommendationLoad; RecommendationLoadCondition: RecommendationLoadCondition; RecommendationConditionValue: RecommendationConditionValue; StrategyNodeSortField: StrategyNodeSortField; StrategyNodeSort: StrategyNodeSort; StrategyNodeUnion: StrategyNodeUnion; RecordActionDeployment: RecordActionDeployment; RecordActionDeploymentChannel: RecordActionDeploymentChannel; RecordActionDefaultItem: RecordActionDefaultItem; RecordActionDeploymentContext: RecordActionDeploymentContext; RecordActionRecommendation: RecordActionRecommendation; RecordActionSelectableItem: RecordActionSelectableItem; RecordAggregationDefinition: RecordAggregationDefinition; RecordAggregationObject: RecordAggregationObject; RecordAggregationJoinCondition: RecordAggregationJoinCondition; RecordAggregationObjectFilter: RecordAggregationObjectFilter; RecordAlertCategory: RecordAlertCategory; RecordPageSettings: RecordPageSettings; RedirectWhitelistUrl: RedirectWhitelistUrl; ReferencedDashboard: ReferencedDashboard; ReferralMarketingConfig: ReferralMarketingConfig; RelationshipGraphDefinition: RelationshipGraphDefinition; RelationshipGraphDefVersion: RelationshipGraphDefVersion; ReleaseMgmtSettings: ReleaseMgmtSettings; RemoteSiteSetting: RemoteSiteSetting; Report: Report; ReportAggregateFilter: ReportAggregateFilter; ReportAggregate: ReportAggregate; ReportBlockInfo: ReportBlockInfo; ReportAggregateReference: ReportAggregateReference; ReportBucketField: ReportBucketField; ReportBucketFieldValue: ReportBucketFieldValue; ReportBucketFieldSourceValue: ReportBucketFieldSourceValue; ReportChart: ReportChart; ReportColorRange: ReportColorRange; ReportColumn: ReportColumn; ReportCrossFilter: ReportCrossFilter; ReportFilterItem: ReportFilterItem; ReportCustomDetailFormula: ReportCustomDetailFormula; ReportDataCategoryFilter: ReportDataCategoryFilter; ReportFilter: ReportFilter; ReportFormattingRule: ReportFormattingRule; ReportFormattingRuleValue: ReportFormattingRuleValue; ReportGrouping: ReportGrouping; ReportHistoricalSelector: ReportHistoricalSelector; ReportParam: ReportParam; ReportTimeFrameFilter: ReportTimeFrameFilter; ReportType: ReportType; ObjectRelationship: ObjectRelationship; ReportLayoutSection: ReportLayoutSection; ReportTypeColumn: ReportTypeColumn; RestrictionRule: RestrictionRule; RetailExecutionSettings: RetailExecutionSettings; RetrievalSummaryDefinition: RetrievalSummaryDefinition; RetrievalSummaryDefField: RetrievalSummaryDefField; RetrievalSummaryDefObject: RetrievalSummaryDefObject; RiskMgmtSettings: RiskMgmtSettings; RoleOrTerritory: RoleOrTerritory; Role: Role; Territory: Territory; RpaRobotPoolMetadata: RpaRobotPoolMetadata; RuleLibraryDefinition: RuleLibraryDefinition; RulesetDefinition: RulesetDefinition; RuleDefinition: RuleDefinition; SalesAgreementSettings: SalesAgreementSettings; SalesWorkQueueSettings: SalesWorkQueueSettings; SamlSsoConfig: SamlSsoConfig; SchedulingRecipeSettings: SchedulingRecipeSettings; SchedulingRecipeSetting: SchedulingRecipeSetting; SchemaDefinition: SchemaDefinition; SchemaSettings: SchemaSettings; ScoreCategory: ScoreCategory; ScoreCategoryCalcInsight: ScoreCategoryCalcInsight; ScoreRangeClassification: ScoreRangeClassification; SearchCriteriaConfiguration: SearchCriteriaConfiguration; SearchCustomization: SearchCustomization; SearchCustomizationObjectOverride: SearchCustomizationObjectOverride; SearchCustomizationExplicitFilter: SearchCustomizationExplicitFilter; SearchCustomizationFieldOverride: SearchCustomizationFieldOverride; SearchCustomizationRule: SearchCustomizationRule; SearchCustomizationRuleValue: SearchCustomizationRuleValue; SearchOrgWideObjectConfig: SearchOrgWideObjectConfig; SearchOrgWideFieldConfig: SearchOrgWideFieldConfig; SearchResultActionConfig: SearchResultActionConfig; SearchSettings: SearchSettings; SearchSettingsByObject: SearchSettingsByObject; ObjectSearchSetting: ObjectSearchSetting; SearchableObjDataSyncInfo: SearchableObjDataSyncInfo; SecuritySettings: SecuritySettings; NetworkAccess: NetworkAccess; IpRange: IpRange; PasswordPolicies: PasswordPolicies; SessionSettings: SessionSettings; SingleSignOnSettings: SingleSignOnSettings; ServiceAISetupDefinition: ServiceAISetupDefinition; ServiceAISetupField: ServiceAISetupField; ServiceChannel: ServiceChannel; ServiceChannelFieldPriority: ServiceChannelFieldPriority; ServiceChannelStatusFieldMapping: ServiceChannelStatusFieldMapping; ServiceCloudVoiceSettings: ServiceCloudVoiceSettings; ServiceItsmIntelligenceUddSettings: ServiceItsmIntelligenceUddSettings; ServiceLegalStatusesSettings: ServiceLegalStatusesSettings; ServiceLegalStatus: ServiceLegalStatus; ServicePresenceStatus: ServicePresenceStatus; ServiceChannelStatus: ServiceChannelStatus; ServiceProcess: ServiceProcess; ServiceProcessAttribute: ServiceProcessAttribute; ServiceProcessDependency: ServiceProcessDependency; ServiceProcessItemGroup: ServiceProcessItemGroup; ServiceScheduleConfig: ServiceScheduleConfig; ServiceSetupAssistantSettings: ServiceSetupAssistantSettings; SharingBaseRule: SharingBaseRule; AccountSharingRuleSettings: AccountSharingRuleSettings; SharingCriteriaRule: SharingCriteriaRule; SharingGuestRule: SharingGuestRule; SharingOwnerRule: SharingOwnerRule; SharingTerritoryRule: SharingTerritoryRule; SharingRules: SharingRules; SharingSet: SharingSet; AccessMapping: AccessMapping; SharingSettings: SharingSettings; SiteSettings: SiteSettings; Skill: Skill; SkillAssignments: SkillAssignments; SkillProfileAssignments: SkillProfileAssignments; SkillUserAssignments: SkillUserAssignments; SkillType: SkillType; SlackRecordLayout: SlackRecordLayout; SoFieldMappingSettings: SoFieldMappingSettings; SoFieldMapping: SoFieldMapping; SocialCustomerServiceSettings: SocialCustomerServiceSettings; SrvcMgmtObjCollabAppCnfg: SrvcMgmtObjCollabAppCnfg; StageAssignment: StageAssignment; StgAssignmentRuleCriteria: StgAssignmentRuleCriteria; StgAssignmentRuleCond: StgAssignmentRuleCond; StageDefinition: StageDefinition; StageTransition: StageTransition; StageCriteria: StageCriteria; StageCondition: StageCondition; StgFulfillmentStepDefGrp: StgFulfillmentStepDefGrp; StgFulfillmentStepDef: StgFulfillmentStepDef; StgFulfillmentStepDpndDef: StgFulfillmentStepDpndDef; StageValue: StageValue; StandardValueSet: StandardValueSet; StandardValueSetTranslation: StandardValueSetTranslation; StaticDynamicValMapping: StaticDynamicValMapping; StnryAssetEnvSrcCnfg: StnryAssetEnvSrcCnfg; StockRotationSettings: StockRotationSettings; StreamingAppDataConnector: StreamingAppDataConnector; SubscriptionManagementSettings: SubscriptionManagementSettings; SurveySettings: SurveySettings; SurveyStyleSet: SurveyStyleSet; SustainabilityUom: SustainabilityUom; SustnUomConversion: SustnUomConversion; SvcCatalogCategory: SvcCatalogCategory; SvcCatalogFilterCriteria: SvcCatalogFilterCriteria; SvcCatalogFilterCondition: SvcCatalogFilterCondition; SvcCatalogFulfillmentFlow: SvcCatalogFulfillmentFlow; SvcCatalogFulfillFlowItem: SvcCatalogFulfillFlowItem; SvcCatalogItemDef: SvcCatalogItemDef; SvcCatalogItemDefFiltrCrit: SvcCatalogItemDefFiltrCrit; SvcCatalogCategoryItem: SvcCatalogCategoryItem; SvcCatalogItemDefDataCategorySelection: SvcCatalogItemDefDataCategorySelection; SvcCatalogItemAttribute: SvcCatalogItemAttribute; SvcCatalogItemAttrDetail: SvcCatalogItemAttrDetail; SynchronizeSettings: SynchronizeSettings; SynchronizeSetting: SynchronizeSetting; SynonymDictionary: SynonymDictionary; SystemNotificationSettings: SystemNotificationSettings; Tag: Tag; TagOption: TagOption; TagProperty: TagProperty; TagSet: TagSet; TelemetryActionDefStep: TelemetryActionDefStep; TelemetryActionDefinition: TelemetryActionDefinition; TelemetryActnDefStepAttr: TelemetryActnDefStepAttr; TelemetryDefinition: TelemetryDefinition; TelemetryDefinitionVersion: TelemetryDefinitionVersion; Territory2: Territory2; FieldValue: FieldValue; Territory2AccessLevel: Territory2AccessLevel; Territory2RuleAssociation: Territory2RuleAssociation; Territory2Model: Territory2Model; Territory2Rule: Territory2Rule; Territory2RuleItem: Territory2RuleItem; Territory2Settings: Territory2Settings; Territory2SettingsOpportunityFilter: Territory2SettingsOpportunityFilter; Territory2SupportedObject: Territory2SupportedObject; Territory2Type: Territory2Type; TimeSheetTemplate: TimeSheetTemplate; TimeSheetTemplateAssignment: TimeSheetTemplateAssignment; TimelineObjectDefinition: TimelineObjectDefinition; TmshtLaborCostOptimAiSettings: TmshtLaborCostOptimAiSettings; TopLevelFTestMd1: TopLevelFTestMd1; UnnamedChildFTestMd1: UnnamedChildFTestMd1; SubUnnamedChildFTestMd1: SubUnnamedChildFTestMd1; UnnamedChildFTestMd2: UnnamedChildFTestMd2; TopicsForObjects: TopicsForObjects; TrailheadSettings: TrailheadSettings; TransactionProcessingType: TransactionProcessingType; TransactionSecurityPolicy: TransactionSecurityPolicy; TransactionSecurityAction: TransactionSecurityAction; TransactionSecurityNotification: TransactionSecurityNotification; Translations: Translations; AiCoachAgentScnrDefTranslation: AiCoachAgentScnrDefTranslation; BotBlockTranslation: BotBlockTranslation; BotBlockVersionTranslation: BotBlockVersionTranslation; BotDialogTranslation: BotDialogTranslation; BotStepTranslation: BotStepTranslation; BotMessageTranslation: BotMessageTranslation; BotVariableOperationTranslation: BotVariableOperationTranslation; BotQuickReplyOptionTranslation: BotQuickReplyOptionTranslation; BotTemplateTranslation: BotTemplateTranslation; BotTranslation: BotTranslation; BotVersionTranslation: BotVersionTranslation; ConversationMessageDefinitionTranslation: ConversationMessageDefinitionTranslation; ConversationMessageConstantValueTranslation: ConversationMessageConstantValueTranslation; CustomApplicationTranslation: CustomApplicationTranslation; CustomLabelTranslation: CustomLabelTranslation; CustomPageWebLinkTranslation: CustomPageWebLinkTranslation; CustomTabTranslation: CustomTabTranslation; DataConnectorTranslation: DataConnectorTranslation; DataConnectorAttributeTranslation: DataConnectorAttributeTranslation; DataConnectorAttributeOptTranslation: DataConnectorAttributeOptTranslation; DataConnectorErrorTranslation: DataConnectorErrorTranslation; ExplainabilityMsgTemplateFieldTranslation: ExplainabilityMsgTemplateFieldTranslation; FlowDefinitionTranslation: FlowDefinitionTranslation; FlowTranslation: FlowTranslation; FlowChoiceTranslation: FlowChoiceTranslation; FlowChoiceUserInputTranslation: FlowChoiceUserInputTranslation; FlowInputValidationRuleTranslation: FlowInputValidationRuleTranslation; FlowCustomErrorMessageTranslation: FlowCustomErrorMessageTranslation; FlowOrchestrationStageTranslation: FlowOrchestrationStageTranslation; FlowOrchestrationStepTranslation: FlowOrchestrationStepTranslation; FlowScreenTranslation: FlowScreenTranslation; FlowScreenFieldTranslation: FlowScreenFieldTranslation; FlowInputParameterTranslation: FlowInputParameterTranslation; FlowFerovTranslation: FlowFerovTranslation; FlowComplexLiteralTranslation: FlowComplexLiteralTranslation; FlowStageTranslation: FlowStageTranslation; FlowTextTemplateTranslation: FlowTextTemplateTranslation; IdentityVerificationFieldTranslation: IdentityVerificationFieldTranslation; PipelineInspMetricConfigTranslation: PipelineInspMetricConfigTranslation; ProductSpecificationTypeTranslation: ProductSpecificationTypeTranslation; PromptTranslation: PromptTranslation; PromptVersionTranslation: PromptVersionTranslation; GlobalQuickActionTranslation: GlobalQuickActionTranslation; RecordAlertCategoryTranslation: RecordAlertCategoryTranslation; RecordAlertTemplateTranslation: RecordAlertTemplateTranslation; ReportTypeTranslation: ReportTypeTranslation; ReportTypeSectionTranslation: ReportTypeSectionTranslation; ReportTypeColumnTranslation: ReportTypeColumnTranslation; ScontrolTranslation: ScontrolTranslation; ServiceProcessAttributeTranslation: ServiceProcessAttributeTranslation; ServiceProcessItemGroupTranslation: ServiceProcessItemGroupTranslation; TimelineObjectDefinitionTranslation: TimelineObjectDefinitionTranslation; TrialOrgSettings: TrialOrgSettings; TriggerConfigurationsSettings: TriggerConfigurationsSettings; TriggerConfiguration: TriggerConfiguration; UIObjectRelationConfig: UIObjectRelationConfig; UIObjectRelationFieldConfig: UIObjectRelationFieldConfig; UiFormatSpecificationSet: UiFormatSpecificationSet; UiFormatSpecification: UiFormatSpecification; UserAccessPolicy: UserAccessPolicy; UserAccessPolicyAction: UserAccessPolicyAction; UserAccessPolicyFilter: UserAccessPolicyFilter; UserCriteria: UserCriteria; UserEngagementSettings: UserEngagementSettings; UserInterfaceSettings: UserInterfaceSettings; UserLicenseDefinition: UserLicenseDefinition; StandardPermissionSet: StandardPermissionSet; SettingValue: SettingValue; UserManagementSettings: UserManagementSettings; UserProvisioningConfig: UserProvisioningConfig; VehicleAssetEmssnSrcCnfg: VehicleAssetEmssnSrcCnfg; VisualizationPlugin: VisualizationPlugin; VisualizationResource: VisualizationResource; VisualizationType: VisualizationType; VoiceEngagementMediaFile: VoiceEngagementMediaFile; VoiceEngagementMediaUsage: VoiceEngagementMediaUsage; VoiceEngmtMediaFileAsgnt: VoiceEngmtMediaFileAsgnt; VoiceSettings: VoiceSettings; WarrantyLifecycleMgmtSettings: WarrantyLifecycleMgmtSettings; WaveAnalyticAssetCollection: WaveAnalyticAssetCollection; WaveAnalyticAssetCollectionItem: WaveAnalyticAssetCollectionItem; WaveApplication: WaveApplication; WaveDataset: WaveDataset; WaveTemplateBundle: WaveTemplateBundle; WaveTemplateDetailsMetadata: WaveTemplateDetailsMetadata; WaveTemplateExternalDataMetadata: WaveTemplateExternalDataMetadata; WaveTemplateLensDashboardMetadata: WaveTemplateLensDashboardMetadata; WaveXmd: WaveXmd; WaveXmdDate: WaveXmdDate; WaveXmdDimension: WaveXmdDimension; WaveXmdFormattingProperty: WaveXmdFormattingProperty; WaveXmdFormattingBin: WaveXmdFormattingBin; WaveXmdFormattingPredicate: WaveXmdFormattingPredicate; WaveXmdDimensionCustomAction: WaveXmdDimensionCustomAction; WaveXmdDimensionMember: WaveXmdDimensionMember; WaveXmdRecordDisplayLookup: WaveXmdRecordDisplayLookup; WaveXmdDimensionSalesforceAction: WaveXmdDimensionSalesforceAction; WaveXmdMeasure: WaveXmdMeasure; WaveXmdOrganization: WaveXmdOrganization; WebStoreBundle: WebStoreBundle; WebStoreTemplate: WebStoreTemplate; WebToXSettings: WebToXSettings; WindowsPushApplicationSetup: WindowsPushApplicationSetup; WorkDotComSettings: WorkDotComSettings; WorkSkillRouting: WorkSkillRouting; WorkSkillRoutingAttribute: WorkSkillRoutingAttribute; Workflow: Workflow; WorkflowAlert: WorkflowAlert; WorkflowAction: WorkflowAction; WorkflowFieldUpdate: WorkflowFieldUpdate; WorkflowFlowAction: WorkflowFlowAction; WorkflowFlowActionParameter: WorkflowFlowActionParameter; WorkflowFlowAutomation: WorkflowFlowAutomation; WorkflowKnowledgePublish: WorkflowKnowledgePublish; WorkflowOutboundMessage: WorkflowOutboundMessage; WorkflowSend: WorkflowSend; WorkflowTask: WorkflowTask; WorkflowEmailRecipient: WorkflowEmailRecipient; WorkflowRule: WorkflowRule; WorkflowTimeTrigger: WorkflowTimeTrigger; SaveResult: SaveResult; Error: Error; ExtendedErrorDetails: ExtendedErrorDetails; DeleteResult: DeleteResult; DeployOptions: DeployOptions; DescribeMetadataResult: DescribeMetadataResult; DescribeMetadataObject: DescribeMetadataObject; DescribeValueTypeResult: DescribeValueTypeResult; ValueTypeField: ValueTypeField; PicklistEntry: PicklistEntry; ListMetadataQuery: ListMetadataQuery; ReadResult: ReadResult; RetrieveRequest: RetrieveRequest; UpdateMetadata: UpdateMetadata; UpsertResult: UpsertResult; LogInfo: LogInfo; PermissionSetLicenseDefinitionCustomObject: PermissionSetLicenseDefinitionCustomObject; ServiceProcessSettings: ServiceProcessSettings; PolicyJoinOnExpression: PolicyJoinOnExpression; TransformExpressionArgument: TransformExpressionArgument; PolicyJoinPredicate: PolicyJoinPredicate; TransformExpression: TransformExpression; ProjectionJoin: ProjectionJoin; PrincipalExpression: PrincipalExpression; ProjectionExpression: ProjectionExpression; PolicyJsonExpression: PolicyJsonExpression; AiSurfaceInstruction: AiSurfaceInstruction; AiSurface: AiSurface; AiSurfaceResponseFormat: AiSurfaceResponseFormat; AiResponseFormat: AiResponseFormat; AiResponseFormatIstr: AiResponseFormatIstr; };