export type EmailToCaseRoutingAddressType = 'EmailToCase' | 'Outlook' | 'GmailOAuth' | 'E2cEasy'; export type KnowledgeCaseEditor = 'simple' | 'standard'; export type KnowledgeLanguageLookupValueType = 'User' | 'Queue'; 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 TabVisibility = 'Hidden' | 'DefaultOff' | 'DefaultOn'; 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_DUPLICATE_ORDER_REFERENCE_NUMBER' | '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 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 WebLinkWindowType = 'newWindow' | 'sidebar' | 'noSidebar' | 'replace' | 'onClickJavaScript'; export type WebLinkType = 'url' | 'sControl' | 'javascript' | 'page' | 'flow'; export type WebLinkPosition = 'fullScreen' | 'none' | 'topLeft'; export type ReportChartComponentSize = 'SMALL' | 'MEDIUM' | 'LARGE'; export type UiBehavior = 'Edit' | 'Required' | 'Readonly'; export type TabOrderType = 'LeftToRight' | 'TopToBottom'; export type ShareAccessLevel = 'Read' | 'Edit' | 'All'; export type orderByDirection = 'ascending' | 'descending'; export type orderByNullsPosition = 'first' | 'last'; export type soqlOperator = 'equals' | 'excludes' | 'greaterThan' | 'greaterThanOrEqualTo' | 'in' | 'includes' | 'lessThan' | 'lessThanOrEqualTo' | 'like' | 'notEquals' | 'notIn' | 'within' | 'notLike'; export type soqlConjunction = 'and' | 'or'; 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'; 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 MetadataVersionCheckFact = 'DescribeLayoutVersion' | 'DescribeSObjectVersion' | 'SystemConfigurationVersion'; export type Operation = 'RetrieveTokens' | 'ErrorOnNewerVersion' | 'SkipOnSameVersion'; export type QueryLocator = string; export type ACPStatus = 'New' | 'Pending' | 'Deployed'; 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 AIDataSetType = 'HoldOut' | 'Training' | 'Live' | 'Model' | 'Baseline'; 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 AIFilterUnit = 'Milliseconds' | 'Seconds' | 'Minutes' | 'Hours' | 'Days' | 'Weeks' | 'Months' | 'Years'; export type AIIntensityType = 'Weight' | 'Importance' | 'Correlation'; export type AIManagedFieldType = 'Included' | 'Excluded'; 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 AIModelApproval = 'Pending' | 'Approved' | 'Rejected'; export type AIModelDefinitionApprovalType = 'RequireApproval' | 'PreApproved'; export type AIModelDefinitionStatus = 'Enabled' | 'Disabled'; export type AIModelFactorType = 'Basic' | 'And' | 'Or'; export type AIModelGraphType = 'ConfidencePlot' | 'LiftPlot' | 'PrecisionGraph' | 'RecallGraph' | 'HitRateGraph' | 'MeanReciprocalRankGraph' | 'DiscountedCumulativeGainsGraph' | 'NormalizedDiscountedCumulativeGainsGraph' | 'KBasedRankingGraph' | 'ConfusionMatrixPerThreshold' | 'RegressionErrorBands' | 'MultiClassMisclassifications' | 'MultiClassConfusionMatrixPerThreshold'; export type AIModelMetricOperation = 'LessThan' | 'Equals' | 'NotEquals' | 'GreaterThan' | 'IsNull' | 'IsNotNull' | 'StartsWith' | 'EndsWith' | 'Contains'; export type AIModelType = 'RandomForest' | 'LogisticRegression' | 'LinearRegression' | 'DecisionTree' | 'DeepLearningIntent' | 'DeepLearningNER' | 'GlobalDeepLearningIntent' | 'GlobalDeepLearningNER' | 'GlobalLanguageDetection' | 'BinaryClassification' | 'GeneralizedLinearModels' | 'GradientBoostedTrees' | 'LinearSupportVectorClassifiers' | 'MulticlassClassification' | 'NaiveBayes' | 'Regression' | 'XGBoost' | 'NeuralNet' | 'PopularityCount'; export type AIPredictionDefinitionStatus = 'Enabled' | 'Disabled'; export type AIPredictionStrategy = 'Maximize' | 'Minimize'; export type AIPredictionType = 'ScoringSpecificOutcome' | 'BinaryClassification' | 'MulticlassClassification' | 'Regression' | 'LanguageDetection' | 'DeepLearningIntentClassification' | 'DeepLearningNameEntityRecognition' | 'GlobalDeepLearningIntentClassification' | 'GlobalDeepLearningNameEntityRecognition'; export type AIScoringMode = 'Batch' | 'OnDemand' | 'Streaming'; export type AIScoringModelDefVersionMode = 'TRAIN' | 'DEPLOY' | 'TRAIN_AND_DEPLOY'; export type AIScoringModelVersionStatus = 'DRAFT' | 'ACTIVATING' | 'DEACTIVATING' | 'ACTIVE' | 'INACTIVE' | 'FAILED' | 'ACTIVATIONFAILED' | 'DEACTIVATIONFAILED'; export type AIScoringStatus = 'Enabled' | 'Disabled'; export type AIScoringStepValidationStatus = 'PENDING' | 'SUCCESS' | 'FAILED' | 'DRAFT'; export type AISide = 'Left' | 'Right'; export type AIValueType = 'Number' | 'String' | 'Boolean' | 'Date' | 'DateTime' | 'Supplier' | 'Currency' | 'Varchar' | 'Comparison'; export type AccPlanObjMeasCalcCondOps = 'Equals' | 'NotEqual' | 'LessThan' | 'GreaterThan' | 'LessOrEqual' | 'GreaterOrEqual' | 'Contains' | 'NotContain' | 'StartsWith'; export type AccPlanObjMeasCalcDefRollupTy = 'Count' | 'Sum' | 'Min' | 'Max'; export type AccPlanObjMeasCalcDefStatus = 'Draft' | 'Active' | 'Inactive'; export type AccPlanObjMeasureValueTypes = 'Currency' | 'Number' | 'Percent'; export type AccelerationEnabled = 'YES' | 'NO'; export type AccelerationSchedule = 'EVERY_4_HOURS' | 'EVERY_12_HOURS' | 'EVERY_24_HOURS' | 'EVERY_7_DAYS'; export type AccessMethod = 'Get' | 'Post'; export type AccessResourceType = 'ConnectedApplication' | 'DataExport' | 'DelegatedTwoFactor' | 'ExternalClientApplication' | 'ManageAuthProviders' | 'ManageCertificates' | 'ManageEncryptionKeys' | 'ManageIpAddresses' | 'ManageLoginAccessPolicies' | 'ManagePasswordPolicies' | 'ManageProfilesPermissionsets' | 'ManageRemoteAccess' | 'ManageRoles' | 'ManageSharing' | 'ManageTwoFactor' | 'ManageUsers' | 'Reports' | 'ReportsExportPrint' | 'ResetPasswords' | 'ViewHealthCheck'; export type AccountingType = 'Revenue' | 'Expense'; export type AccumulateResultCondInputType = 'Variable' | 'Expression' | 'String'; export type AccumulateResultOperator = 'Any' | 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual'; export type ActionChatterPostRecipTypes = 'CollaborationGroup' | 'Group' | 'User' | 'OpportunityTeam' | 'AccountTeam' | 'Owner' | 'Creator' | 'PartnerUser' | 'AccountOwner' | 'CustomerSuccessUser' | 'ContactLookup' | 'UserLookup' | 'CaseTeam' | 'CampaignMemberDerivedOwner'; export type ActionChatterPostSenderType = 'CurrentUser' | 'DefaultChatterUser' | 'DefaultWorkflowUser'; 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 ActionForNoRecordFound = 'CreateNewRecordAndLink' | 'PromptAgent'; export type ActionForSingleRecordFound = 'AutoLink' | 'PromptAgent'; export type ActionHttpMethod = 'GET' | 'PUT' | 'POST' | 'DELETE' | 'PATCH'; export type ActionLinkExecutionsAllowed = 'Once' | 'OncePerUser' | 'Unlimited'; export type ActionLinkHttpMethod = 'HttpDelete' | 'HttpHead' | 'HttpGet' | 'HttpPatch' | 'HttpPost' | 'HttpPut'; export type ActionLinkType = 'API' | 'APIAsync' | 'Download' | 'UI'; export type ActionLinkUserVisibility = 'Creator' | 'Everyone' | 'EveryoneButCreator' | 'Manager' | 'CustomUser' | 'CustomExcludedUser'; export type ActionLogSchemaType = 'Other' | 'ExpressionSet'; export type ActionOverrideType = 'Default' | 'Standard' | 'Scontrol' | 'Visualforce' | 'Flexipage' | 'LightningComponent'; export type ActionPlanTemplateType = 'Industries' | 'Retail' | 'Sales' | 'ITSM' | 'PrvdEngmtCompliance' | 'KAM'; export type ActionSubtype = 'ScreenAction' | 'Action'; export type ActionTaskAssignedToTypes = 'user' | 'role' | 'opportunityTeam' | 'accountTeam' | 'owner' | 'accountOwner' | 'creator' | 'accountCreator' | 'partnerUser' | 'portalRole'; export type ActionableListKPIAggType = 'SUM' | 'COUNT' | 'MIN' | 'MAX' | 'AVG'; export type ActionableListKPIStType = 'ACTIVE' | 'INACTIVE'; export type ActionableListSourceType = 'CrmAnalytics' | 'DataCloudPlatform'; export type ActionableListType = 'RetailStoreList' | 'HealthcareProviderList'; export type ActivationAppType = 'SFS'; export type ActivationFeatureType = 'LEX' | 'Reports'; export type ActivationFlowType = 'SEGMENT' | 'DMO' | 'API_TRIGGERED' | 'TEMPLATE'; export type ActivationPlatformConnectorType = 'S3' | 'OAUTH'; export type ActivationPlatformCreationType = 'JSON' | 'MANUAL'; export type ActivationPlatformFieldDataType = 'Text' | 'Number'; export type ActivationPlatformFileOutputFormat = 'CSV' | 'JSON' | 'PARQUET'; export type ActivationPlatformFileOutputGrouping = 'PER_SEGMENT' | 'PER_ACCOUNT' | 'PER_USER'; export type ActivationPlatformIdentifierHashMethod = 'SHA1' | 'SHA256' | 'MD5' | 'NONE'; export type ActivationPlatformIdentifierType = 'EMAIL' | 'PHONE' | 'OTT' | 'MAID'; export type ActivationPlatformPeriodicFullRefresh = 'REFRESH_30' | 'REFRESH_60'; export type ActivationPlatformProcessingType = 'Batch' | 'Streaming'; export type ActivationPlatformRefreshFrequency = 'FOUR' | 'TWELVE' | 'TWENTY_FOUR'; export type ActivationPlatformRefreshMode = 'FULL' | 'INCREMENTAL'; export type ActivationPlatformType = 'Advertising' | 'Publishing' | 'Analytics' | 'Marketing' | 'Technology'; export type Activity = 'PROJECT_CREATED' | 'PIPELINE_CREATED' | 'PIPELINE_STAGE_CREATED' | 'WORK_ITEM_CREATED' | 'WORK_ITEM_CONNECTED' | 'WORK_ITEM_STATE_TRANSITION' | 'COMMIT_STARTED' | 'COMMIT_COMPONENT' | 'COMMIT_COMPLETED' | 'PROMOTION_STARTED' | 'PROMOTION_WORK_ITEM' | 'PROMOTION_COMPLETED' | 'MERGE' | 'DEPLOYMENT'; export type ActualsCalculationMode = 'Manual' | 'Orders' | 'OrdersThroughContracts' | 'DataProcessingEngine'; export type AdvAccForecastSetStatus = 'Active' | 'Inactive'; export type AdvAcctFcstAggregationType = 'SUM' | 'MINIMUM' | 'MAXIMUM' | 'AVERAGE'; export type AdvAcctFcstCalcFrequency = 'Monthly' | 'Quarterly' | 'Yearly' | 'Weekly'; export type AdvAcctFcstComputationMethod = 'DATA_PROCESSING_ENGINE_DEFINITION' | 'CUSTOM' | 'FORMULA'; export type AdvAcctFcstFormulaType = 'QUANTITY' | 'REVENUE'; export type AdvAcctFcstMeasureType = 'QUANTITY' | 'REVENUE'; export type AdvAcctFrcstDisplayGroupType = 'MEASURE'; export type AffinityScoreType = 'RFM' | 'CAP'; export type AgentType = 'CONCIERGE' | 'INSPECTOR'; export type AggregatorName = 'Bandwidth' | 'Inteliquent' | 'Sinch' | 'Twilio' | 'Vonage' | 'MessageBird' | 'Plivo' | 'Telnyx'; export type AiAgentProviderType = 'Agentforce' | 'Third_Party_A2A'; export type AiAgentStatusType = 'Active' | 'Inactive'; export type AiAssistantTemplateStatus = 'DISABLED' | 'ENABLED'; export type AiAuthoringBundleContentFormat = 'AGENT_SCRIPT'; export type AiAuthoringBundleContentType = 'REQUIREMENTS' | 'DEFINITION'; export type AiAuthoringBundleDependencyType = 'FLOW' | 'APEX' | 'PROMPT_TEMPLATE'; export type AiAuthoringBundleTargetStatus = 'ACTIVE' | 'INACTIVE'; export type AiAuthoringBundleType = 'AGENT'; export type AiAuthoringBundleVersionStatus = 'DRAFT' | 'PUBLISHED'; export type AiEvaluationMetricType = 'bot_response_rating' | 'action_sequence_match' | 'topic_sequence_match' | 'PageContextEvaluation' | 'ExpectedActionEvaluation' | 'coherence' | 'completeness' | 'factuality' | 'instruction_following' | 'conciseness' | 'ragas_faithfulness' | 'ragas_context_relevancy' | 'output_latency_milliseconds' | 'string_comparison' | 'numeric_comparison' | 'custom_aspect_critique' | 'instruction_adherence'; export type AiEvaluationProcessingStatus = 'PENDING' | 'ENQUEUED' | 'STARTED' | 'IN_PROGRESS' | 'SUCCESS' | 'RETRY' | 'FAILED' | 'TERMINATED'; export type AiEvaluationSubjectType = 'COPILOT' | 'PROMPT'; export type AiTagDataType = 'Text' | 'Integer'; export type AiTagEngineType = 'PromptTemplate' | 'Formula'; export type AiTagInputScope = 'Session' | 'Moment' | 'Interaction'; export type AiTagSourceType = 'Generated' | 'Predefined'; export type AiTagStatus = 'Active' | 'Inactive' | 'Draft'; export type AiTagUsageType = 'Agentforce'; export type AnalyticsActionEventType = 'click' | 'select'; export type AnalyticsActionType = 'recordaction' | 'flow' | 'navigate'; export type AnalyticsAssetVersionType = 'Draft' | 'Publish'; export type AnalyticsDynamicTokenType = 'query'; export type AnalyticsInteractionGroundingSourceType = 'SDM' | 'METRIC'; export type AnalyticsInteractionOrigin = 'TESTING_CENTER' | 'AGENT'; export type AnalyticsInteractionStatus = 'NEW' | 'INACCURATE' | 'VERIFIED'; export type AnalyticsThumbnailCaptureStatus = 'SUCCESS' | 'FAILED' | 'CREATE_IN_PROCESS' | 'REFRESH_IN_PROCESS'; export type AnalyticsThumbnailContentType = 'PNG'; export type AnalyticsThumbnailSize = 'STANDARD' | 'SMALL' | 'LARGE'; export type AnalyticsWidgetType = 'visualization' | 'text' | 'filter' | 'parameter' | 'button' | 'metric' | 'container' | 'image' | 'component'; export type AnalyticsWorkspaceAssetMetadataSourceType = 'Promoted' | 'Reused'; export type AnalyticsWorkspaceAssetType = 'AnalyticsDashboard' | 'AnalyticsVisualization' | 'SemanticModel' | 'MktDataModelObject' | 'MktCalculatedInsightObject' | 'MktDataLakeObject' | 'MktDataConnection' | 'MktDataTransformSetup'; export type AnalyticsWorkspaceAssetUsageType = 'Created' | 'Referenced'; export type AnimationFrequencyUnit = 'always' | 'often' | 'sometimes' | 'rarely'; export type AnimationRuleRecordTypeContext = 'All' | 'Custom' | 'Master'; export type ApexCodeUnitStatus = 'Inactive' | 'Active' | 'Deleted'; export type ApexDebuggerBreakpointHitCondition = 'None' | 'GreaterOrEquals' | 'Equals' | 'Modulo'; export type ApexDebuggerBreakpointType = 'Line' | 'Call' | 'Return' | 'Exception'; export type ApexDebuggerEventType = 'Stopped' | 'Resumed' | 'RequestStarted' | 'RequestFinished' | 'SystemInfo' | 'SystemWarning' | 'SystemGack' | 'OrgChange' | 'SessionTerminated' | 'LogLine' | 'Debug' | 'HeartBeat' | 'ApexException' | 'Ready'; export type ApexDebuggerKilledBy = 'NoOne' | 'Debugger' | 'Metadata' | 'BT' | 'OrgAdmin' | 'Sweeper'; export type ApexDebuggerLicenseType = 'Self' | 'Sandbox' | 'LMO' | 'Scratch'; export type ApexDebuggerStatus = 'Pending' | 'Active' | 'Detach' | 'Kill' | 'KillAll' | 'Dead'; export type ApexExecutionOverlayActionType = 'None' | 'Apex' | 'SOQL'; export type ApexLogLevel = 'NONE' | 'INTERNAL' | 'FINEST' | 'FINER' | 'FINE' | 'DEBUG' | 'INFO' | 'WARN' | 'ERROR'; export type ApexLogLocation = 'Monitoring' | 'Profiling' | 'SystemLog' | 'Preserved'; export type ApexRequestType = 'BATCH_APEX' | 'FUTURE' | 'SCHEDULED' | 'SYNCHRONOUS' | 'RUN_TESTS_ASYNCHRONOUS' | 'RUN_TESTS_SYNCHRONOUS' | 'RUN_TESTS_DEPLOY' | 'VISUALFORCE' | 'QUEUEABLE' | 'REMOTE_ACTION' | 'LIGHTNING' | 'QUICK_ACTION' | 'BULK' | 'SOAP' | 'REST' | 'INVOCABLE_ACTION' | 'EXECUTE_ANONYMOUS' | 'INBOUND_EMAIL_SERVICE' | 'DISCOVERABLE_LOGIN' | 'POST_INSTALL_SCRIPT' | 'EXTERNAL_SERVICE_CALLBACK'; export type ApexTestOutcome = 'Pass' | 'Fail' | 'CompileFail' | 'Skip'; export type ApiProtectionApiInstanceType = 'MCP_SERVER_DEFINITION'; export type ApiProtectionConsumerType = 'AGENTS'; export type ApiProtectionPolicyKind = 'MCP' | 'API'; export type ApiPrtcConsuApplicationType = 'RESTRICTED' | 'UNRESTRICTED'; export type ApiSource = 'CONNECT' | 'CLASSIC' | 'API_CATALOG'; export type AppAnalyticsDataType = 'PackageUsageSummary' | 'PackageUsageLog' | 'SubscriberSnapshot'; export type AppAnalyticsDeliveryConfigStatus = 'Waiting' | 'Running' | 'Error'; export type AppAnalyticsQueryRequestFileCompression = 'none' | 'gzip' | 'snappy'; export type AppAnalyticsQueryRequestFileType = 'csv' | 'parquet'; export type AppDomainUsageType = 'ExplainabilityService'; export type AppMenuType = 'AppSwitcher' | 'Salesforce1' | 'NetworkTabs'; export type AppleEnvironmentType = 'Sandbox' | 'Production'; export type ApplePushEnvironmentType = 'Sandbox' | 'Production'; export type ApplicationDomain = 'Tableau' | 'DataCloud'; export type ApplicationObjectName = 'BusinessLicenseApplication' | 'IndividualApplication'; 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 ApplicationType = 'TEST' | 'SALESFORCE1_IOS' | 'SALESFORCE1_ANDROID' | 'SALESFORCE_FILES' | 'CHATTER_DESKTOP' | 'SALESFORCE_OUTLOOK' | 'WAVE_ANALYTICS_IOS' | 'WAVE_ANALYTICS_ANDROID' | 'WAVE_WEB' | 'CHATTER_WINDOWS' | 'FIELD_SERVICE_IOS' | 'FIELD_SERVICE_ANDROID' | 'SALESFORCE_A_IOS' | 'SALESFORCE_A_ANDROID' | 'CINNAMON_APP' | 'SALESFORCE_DESKTOP' | 'KONE_FSM' | 'MYCOMMUNITIES_IOS' | 'MYCOMMUNITIES_ANDROID' | 'SALESFORCE_IQ' | 'SALESFORCE_HUB' | 'PARDOT_INTEGRATION' | 'TRAILBLAZER_COMMUNITY' | 'LWCOFFLINETESTHARNESS_IOS' | 'LWCOFFLINETESTHARNESS_ANDROID' | 'LSC_IOS' | 'LSC_ANDROID' | 'CGCLOUD_IOS' | 'CGCLOUD_ANDROID'; export type ApplicationUsageType = 'LPI' | 'ERM' | 'HC' | 'EDU' | 'BA' | 'CCM' | 'Grantmaking'; export type AppointmentEndpointName = 'FIND_SLOTS' | 'GET_SLOT_STATUS' | 'CREATE_APPOINTMENT' | 'CANCEL_APPOINTMENT' | 'GET_APPOINTMENT' | 'CREATE_PATIENT'; export type ApptAssistantRadiusUnit = 'Kilometer' | 'Meter' | 'Mile' | 'Yard'; export type ArchivePolicyRunFrequency = 'None' | 'Daily' | 'Weekly' | 'Monthly'; export type ArchivePolicyType = 'None' | 'Archiving' | 'Purge' | 'Import'; export type Article = 'None' | 'Indefinite' | 'Definite'; export type AscAutomaticMode = 'Off' | 'Manual' | 'Semi' | 'Full'; export type AssertionCondition = 'EQ' | 'LT' | 'LTE' | 'GT' | 'GTE'; export type AssessmentConfigurationOption = 'Send'; export type AssessmentType = 'DiscoveryFramework'; export type AssignToLookupValueType = 'User' | 'Queue'; export type AssignmentPolicyType = 'loadBalancing'; export type AssignmentType = 'defaultMedia' | 'customMedia'; export type AssistantDefinitionStatus = 'DISABLED' | 'ENABLED'; export type AssistantSearchType = 'AllFields' | 'EmailFields' | 'NameFields' | 'PhoneFields'; export type AssistantSkillSobjectActionType = 'CREATE' | 'UPDATE' | 'READ'; export type AssistantSkillType = 'AGENDA' | 'SOBJECT'; export type AssistantStandardSlotClass = '_Text' | '_Boolean' | '_DateTime' | '_Date' | '_Money' | '_Number' | '_Object' | '_Person' | '_Location' | '_Organization' | '_Percent' | '_Phone' | '_Email' | '_Time' | '_Url'; export type AssociationEventType = 'Create' | 'Update'; export type AssociationStatusType = 'Draft' | 'Active' | 'Inactive'; export type AssociationType = 'BranchManagement'; export type AsyncApexJobStatus = 'Queued' | 'Processing' | 'Aborted' | 'Completed' | 'Failed' | 'Preparing' | 'Holding'; export type AsyncApexJobType = 'Future' | 'SharingRecalculation' | 'ScheduledApex' | 'BatchApex' | 'BatchApexWorker' | 'TestRequest' | 'TestWorker' | 'ApexToken' | 'Queueable'; export type AsyncRequestSource = 'Api' | 'Changeset' | 'ApexApi'; export type AttestEnforceLevel = 'None' | 'ClientControlled' | 'Strict'; export type AttestServiceType = 'Apple' | 'Android'; export type AttrDataType = 'String' | 'Integer' | 'Double' | 'Date' | 'DateTime' | 'Percentage' | 'Boolean'; export type AttribModelOutputKeyFieldType = 'GroupBy'; export type AttribModelStatus = 'Draft' | 'Active' | 'Inactive'; export type AttributeDefnDataType = 'Checkbox' | 'Date' | 'Datetime' | 'Number' | 'Text' | 'Currency' | 'Percent' | 'Picklist' | 'Multipicklist'; export type AttributeDisplayType = 'ComboBox' | 'Text' | 'RadioButton' | 'CheckBox' | 'Toggle' | 'Number' | 'Date' | 'Datetime' | 'Currency' | 'Percentage' | 'Multipicklist' | 'Slider' | 'MultiValueComboBox' | 'MultiSelectCheckBox'; export type AttributeMappingType = 'ActionAttribute' | 'Constant' | 'Variable' | 'ContextVariable'; export type AttributeType = 'CustomPluginFunctionAttribute' | 'StandardPluginFunctionInput' | 'StandardPluginFunctionOutput'; export type AttributionModelType = 'FirstTouch' | 'LastTouch' | 'Linear' | 'TimeDecay' | 'U_Shape' | 'W_Shape'; export type AttributionType = 'Journey' | 'Funnel'; export type AudienceCriteriaType = 'CustomList' | 'MaxDaysInCommunity'; 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 AudienceFieldType = 'Boolean' | 'Text' | 'Encrypted' | 'Number' | 'Double' | 'Date' | 'DateTime' | 'Email' | 'Phone' | 'Time' | 'URL'; export type AuraBundleType = 'Application' | 'Component' | 'Event' | 'Interface' | 'Tokens'; export type AuraDefType = 'APPLICATION' | 'CONTROLLER' | 'COMPONENT' | 'EVENT' | 'HELPER' | 'INTERFACE' | 'RENDERER' | 'STYLE' | 'PROVIDER' | 'MODEL' | 'TESTSUITE' | 'DOCUMENTATION' | 'TOKENS' | 'DESIGN' | 'SVG' | 'MODULE'; export type AuraFormat = 'XML' | 'JS' | 'CSS' | 'TEMPLATE_CSS' | 'SVG'; 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 AuthType = 'SfdcXi' | 'HttpBasic' | 'MutualSsl' | 'Hmac' | 'C2c' | 'C2cCloud' | 'None'; export type AuthenticationProtocol = 'NoAuthentication' | 'Certificate' | 'Oauth' | 'Password' | 'NTLM' | 'AwsSv4' | 'Jwt' | 'JwtExchange' | 'C2c' | 'ApiKey' | 'Custom' | 'InternalOAuth' | 'OrgJwt' | 'Basic'; export type AuthoringMode = 'OmniScriptForm' | 'Microsoft365Word' | 'OmniScriptAndMcrsft365Wrd' | 'GoogleDocs' | 'OmniscriptAndGoogleDocs'; export type AutoResponseContentType = 'TextResponse' | 'MessageDefinition'; export type AvailabilityStatus = 'Available' | 'In_Use'; export type BannerFontFamily = 'Serif' | 'SansSerif' | 'Cursive' | 'Fantasy' | 'SystemUi' | 'UiSerif' | 'UiSansSerif' | 'UiMonospace' | 'UiRounded' | 'Fangsong'; export type BannerPosition = 'Top' | 'Bottom'; export type BatchCalcJobAggregateFunction = 'Unique' | 'Sum' | 'Max' | 'Min' | 'Avg' | 'Std' | 'StdP' | 'Var' | 'VarP' | 'Count'; export type BatchCalcJobCSVDelimiter = 'COMMA' | 'BACKQUOTE' | 'CARET' | 'PIPE' | 'SEMICOLON' | 'TAB'; export type BatchCalcJobDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'MultiValue' | 'Boolean'; export type BatchCalcJobDatasourceType = 'StandardObject' | 'Analytics' | 'DataModelObject' | 'CalculatedInsightsObject' | 'CRMObject' | 'CSV' | 'DataLakeObject'; export type BatchCalcJobDefRunMode = 'Batch' | 'OnDemand'; export type BatchCalcJobFileSource = 'ContentManagement'; 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 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 BatchCalcJobOrderType = 'Ascending' | 'Descending'; export type BatchCalcJobParameterDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Filter' | 'Expression' | 'FileIdentifier'; export type BatchCalcJobSourceJoinType = 'LeftOuter' | 'RightOuter' | 'Inner' | 'Outer'; export type BatchCalcJobTransformType = 'Expression' | 'Slice' | 'ComputeRelative'; export type BatchCalcJobTrfmDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'MultiValue'; export type BatchCalcJobWritebackKeyType = 'PrimaryKey' | 'QualifierKey'; export type BatchCalcJobWritebackOpn = 'Insert' | 'Update' | 'Upsert' | 'Delete' | 'Overwrite'; export type BatchCalcJobWritebackType = 'sObject' | 'Analytics' | 'DataLakeObject' | 'DataModelObject' | 'CalculatedInsights'; 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 BatchInputSourceType = 'CRMA' | 'Data_Cloud'; export type BatchJobDefinitionStatus = 'Active' | 'Inactive'; export type BatchJobDefinitionType = 'Flow' | 'Calc' | 'LoyaltyProgramProcess' | 'HighScaleBreProcess' | 'DecisionTableRefresh' | 'Test' | 'RatableSummaryCreation' | 'NetUnitRateCalculation' | 'ConsumptionOveragesCalculation' | 'BulkUpdate' | 'SummaryCreation' | 'TestSequentialFlow' | 'IndustriesLSCommercial' | 'ProductCatalogCacheRefresh' | 'PbbToOptyConversion' | 'DeepCloneSalesAgreement' | 'TestParallelPartitioningKeysHandler' | 'TestSequentialPartitioningKeysHandler' | 'ManagerProvisioning' | 'EntitlementCreationBatchJob'; export type BenefitActionDataType = 'String' | 'Date' | 'DateTime' | 'Boolean' | 'Picklist' | 'EntityPicklist' | 'Number'; export type BenefitActionProcessType = 'Loyalty'; export type BenefitActionType = 'Flow'; export type BgGeoLocationAccuracy = 'Medium' | 'Coarse' | 'VeryCoarse'; export type BlankValueBehavior = 'MatchBlanks' | 'NullNotAllowed'; export type BotInvocationMappingType = 'Input' | 'Output' | 'Error'; export type BotNavigationType = 'Call' | 'Redirect' | 'TransferToAgent' | 'EndChat'; export type BotProvider = 'Custom' | 'GoogleCCAI'; export type BotQuickReplyType = 'Static' | 'Dynamic'; export type BotSourceType = 'None' | 'B2ASandboxBot' | 'B2AProdBot'; export type BotStatusCode = 'Active' | 'Inactive'; export type BotStepConditionOperatorType = 'Equals' | 'NotEquals' | 'IsSet' | 'IsNotSet' | 'GreaterThan' | 'LessThan' | 'GreaterThanOrEqualTo' | 'LessThanOrEqualTo'; export type BotStepType = 'Navigation' | 'Invocation' | 'VariableOperation' | 'Message' | 'Wait' | 'Group' | 'SystemMessage' | 'RecordLookup' | 'RichMessage' | 'GoalStep'; export type BotType = 'Bot' | 'InternalCopilot' | 'ExternalCopilot'; export type BotVariableOperandType = 'Source' | 'Target'; export type BotVariableOperationType = 'Set' | 'Unset' | 'Collect' | 'SetConversationLanguage' | 'CollectAttachment'; export type BotWidgetType = 'Menu' | 'Buttons'; export type BriefcaseFilterOperator = 'e' | 'n' | 'l' | 'g' | 'm' | 'h' | 's' | 'd'; export type BriefcaseRuleRelationshipType = 'ParentToChild' | 'ChildToParent'; export type BriefcaseType = 'Standard' | 'HighVolume' | 'MobileAppSync'; export type BuildingEnergyIntensityType = 'BuildingEnergyIntensity' | 'RegionalBuildingEnergyIntensity'; export type BusinessHoursSourceType = 'None' | 'Case' | 'Static'; 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' | 'InterNodeDataCopy'; export type BusinessUnitChannelType = 'Email' | 'SMS' | 'WhatsApp' | 'MobileAppMessaging'; export type BusinessUnitContributorRole = 'MarketerStandard' | 'MarketerReadOnly'; export type BusinessVertical = 'RevenueCloud'; export type CCRDType = 'Loss' | 'Expense'; export type CIAttributeDataType = 'Integer' | 'Double' | 'Boolean' | 'Text' | 'Date'; export type CMSConnectResourcePayloadType = 'JSON'; export type CMSConnectionAssetType = 'Javascript' | 'CSS'; export type CMSConnectionSourceType = 'AEM' | 'Drupal' | 'WordPress' | 'SDL' | 'Sitecore' | 'Other'; export type CMSConnectionStatus = 'ACTIVE' | 'INACTIVE'; export type CMSSourceConnectionType = 'Public' | 'Authenticated'; export type CalculatedInsightCreationType = 'Custom' | 'System'; export type CalculatedInsightDefinitionType = 'CALCULATED_METRIC' | 'EXTERNAL_METRIC' | 'STREAMING_METRIC' | 'GRAPH_METRIC' | 'HISTORY_METRIC' | 'VIRTUAL_METRIC'; export type CalculatedInsightFieldRole = 'MEASURE' | 'DIMENSION'; export type CalculationFrequency = 'Monthly' | 'Quarterly'; export type CalloutStatus = 'Enabled' | 'Disabled'; export type CanvasLocationOptions = 'None' | 'Chatter' | 'UserProfile' | 'Visualforce' | 'Aura' | 'Publisher' | 'ChatterFeed' | 'ServiceDesk' | 'OpenCTI' | 'AppLauncher' | 'MobileNav' | 'PageLayout'; export type CanvasOptions = 'HideShare' | 'HideHeader' | 'PersonalEnabled'; export type CareLimitTypeMetricType = 'Money' | 'Percentage' | 'Amount' | 'Text'; export type CareProviderAfflType = 'HospitalAffiliation'; export type CaseSubjectOption = 'SocialPostSource' | 'SocialPostContent' | 'BuildCustom'; export type CaseSubjectParticleType = 'ProvidedString' | 'Source' | 'MessageType' | 'SocialHandle' | 'SocialNetwork' | 'Sentiment' | 'RealName' | 'Content' | 'PipeSeparator' | 'ColonSeparator' | 'HyphenSeparator'; 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 CategoryGroupVisibility = 'ALL' | 'NONE' | 'CUSTOM'; export type CdnSecurityConfigType = 'Commerce' | 'Basic' | 'EC'; export type CdpEnablementStatus = 'Disabled' | 'Disabling' | 'Enabled' | 'Enabling' | 'Error'; export type ChangeEventType = 'Create' | 'Update' | 'Delete' | 'Undelete'; export type Channel = 'AllChannels' | 'App' | 'Pkb' | 'Csp' | 'Prm'; export type ChannelDeploymentStatus = 'NOT_DEPLOYED' | 'IN_PROGRESS' | 'FAILED' | 'SUCCESSFUL'; export type ChannelInsightType = 'TOPIC_EXTRACTION' | 'TARGETED_SENTIMENT_EXTRACTION' | 'SENTIMENT_EXTRACTION' | 'ENTITY_EXTRACTION' | 'KEY_PHRASE_EXTRACTION' | 'PRODUCT_INSIGHT_EXTRACTION' | 'CUSTOM_INSIGHT_EXTRACTION'; export type ChannelMode = 'Messaging' | 'Voice'; export type ChannelPlatformType = 'Standard' | 'Enhanced'; export type ChannelProviderStatus = 'Active' | 'New' | 'Blocked' | 'Disabled'; export type ChannelSource = 'Other' | 'Phone' | 'Chat'; export type ChannelType = 'FacebookMessenger' | 'Text' | 'WeChat' | 'WhatsApp' | 'Phone'; export type ChannelUsageDeploymentStatus = 'New' | 'Provisioning' | 'Active' | 'Disabled' | 'Error' | 'Deprovisioning'; export type ChannelUsageDeploymentType = 'MJ' | 'Conversation' | 'MessagingEngagement'; export type ChannelUsageErrorReason = 'InternalError' | 'InvalidSelection' | 'ProvisioningError' | 'DeprovisioningError'; export type ChannelUsageRoutingOverride = 'NonSessionMessages' | 'MJKeywordsOnly' | 'MJKeywordsWithNonSessionMessages'; export type ChartAxis = 'x' | 'y' | 'y2' | 'r'; export type ChartBackgroundDirection = 'TopToBottom' | 'LeftToRight' | 'Diagonal'; export type ChartColorPalettes = 'Default' | 'gray' | 'colorSafe' | 'unity' | 'justice' | 'nightfall' | 'sunrise' | 'bluegrass' | 'tropic' | 'heat' | 'dusk' | 'pond' | 'watermelon' | 'fire' | 'water' | 'earth' | 'accessible'; export type ChartLegendPosition = 'Right' | 'Bottom' | 'OnChart'; export type ChartPosition = 'CHART_TOP' | 'CHART_BOTTOM'; export type ChartRangeType = 'Auto' | 'Manual'; export type ChartTheme = 'light' | 'dark'; 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 ChartUnits = 'Auto' | 'Integer' | 'Hundreds' | 'Thousands' | 'Millions' | 'Billions' | 'Trillions'; export type ChatterExtensionType = 'Lightning'; export type ClassificationType = 'ComplianceCategory' | 'FieldSet'; export type CleanEntityOption = 'Flag' | 'AutoFill' | 'Custom'; export type CleanRuleDataAssessmentStatus = 'HIDDEN' | 'NOT_STARTED' | 'IN_PROGRESS' | 'PENDING_AGGREGATION' | 'AGGREGATION_COMPLETE' | 'FAILED_AGGREGATION' | 'ABORTED'; export type CleanRuleStatus = 'Inactive' | 'Active'; export type ClientAuthMode = 'SSO' | 'Custom' | 'Mixed'; export type ClmCategoryUsageType = 'DisclosureCategory' | 'ContractClauseCategory'; export type CloudServiceProviderApiType = 'Licenses' | 'Tenants' | 'Management' | 'Snapshots' | 'LicenseDefinitions' | 'TenantTrusts' | 'Usage' | 'Feature' | 'TenantProvsnProduct' | 'TenantProvsnProductLicenseInfo' | 'DigitalWalletProvisioning' | 'DigitalWalletConsumption'; export type CnfgItmAstSyncCondOperator = 'Equals' | 'Contains' | 'NotEqual' | 'DoesNotContain' | 'StartsWith'; export type CnfgItmAstSyncCritType = 'And' | 'Or' | 'CustomLogic'; export type CnfgUsageStatus = 'Used' | 'Unused'; export type CoachingMomentType = 'StandAndDeliver' | 'SimulatedConversation'; 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 CommunityBaseTemplate = 'c'; export type CommunityTemplateBundleInfoType = 'Highlight' | 'PreviewImage'; export type CommunityTemplateCategory = 'IT' | 'Marketing' | 'Sales' | 'Service' | 'Commerce'; export type CommunityThemeLayoutType = 'Login' | 'Home' | 'Inner' | 'ServiceNotAvailable'; export type ComplianceScanTenantType = 'Core' | 'Near_Core'; export type ComplianceScanType = 'Data_Subject' | 'Entity_Schema' | 'RTBF_Policy'; export type ComponentInstancePropertyTypeEnum = 'decorator'; export type ComponentInstanceType = 'Component' | 'Card'; export type ComponentName = 'ActionsAndRecommendations' | 'ActionLauncher' | 'BulkActionPanel'; export type ConditionAggregationFunction = 'Sum' | 'Average' | 'Minimum' | 'Maximum' | 'Count'; export type ConditionFilterInputValueType = 'Variable' | 'String' | 'Expression'; export type ConditionFilterOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual' | 'IsNull' | 'NotNull'; export type ConditionLogic = 'All'; export type ConditionType = 'SingleCriterion' | 'Aggregation'; export type ConfidenceThresholdType = 'ShowRecommendations' | 'PreselectBestRecommendation' | 'AutoTriage'; export type ConfigGroup = 'AnchorTabSetting' | 'EnvelopeObjectLimits' | 'CalloutConfigurationSetup' | 'Envelope' | 'eSignVendorAccount' | 'CustomClassSetting'; export type ConfigStatus = 'Enabled' | 'Disabled'; export type ConfigType = 'AnchorString' | 'SignerRoles' | 'SyncFileSizeLimit' | 'CalloutTimeout' | 'EnvelopesLastPollDate' | 'CalloutNamedCredential' | 'eSignVendorAccountId' | 'RecipientsCustomClass' | 'DocumentsCustomClass'; export type ConfiguratorDataType = 'CheckBox' | 'Date' | 'Datetime' | 'Number' | 'Text' | 'Currency' | 'Picklist' | 'Percentage' | 'Multipicklist'; export type ConfiguratorStatus = 'Draft' | 'Active' | 'Inactive'; export type ConnectionRole = 'Partner' | 'Vendor'; export type ConnectionStatus = 'Enabled' | 'Disabled' | 'Pending' | 'Unknown' | 'Error'; export type ConnectorTargetType = 'FLOW'; export type ConsentAlignmentStatus = 'Disabled' | 'Disabling' | 'Enabled' | 'Enabling' | 'Error'; export type ConsentOwner = 'Salesforce' | 'Partner'; export type ContactPointType = 'Email' | 'Phone' | 'Web' | 'Social' | 'MailingAddress' | 'InPerson' | 'Video'; export type ContainerAsyncOperation = 'Deploy' | 'DeploySource' | 'RetrieveSource'; export type ContainerAsyncRequestState = 'Queued' | 'Invalidated' | 'Completed' | 'Failed' | 'Error' | 'Aborted'; export type ContentAssetAccess = 'VIEWER' | 'COLLABORATOR' | 'INFERRED'; export type ContentAssetFormat = 'Original' | 'ZippedVersions'; export type ContextAggregateFunctionType = 'sum' | 'count' | 'average' | 'min' | 'max'; export type ContextAttributeDataType = 'string' | 'number' | 'boolean' | 'date' | 'datetime' | 'percent' | 'picklist' | 'currency' | 'reference' | 'selfreference' | 'lookup'; export type ContextAttributeFieldType = 'input' | 'output' | 'inputoutput' | 'aggregate'; export type ContextAttributeHydrationSrc = 'Input' | 'SObject'; export type ContextDefinitionArtifactType = 'context_mapping' | 'context_node' | 'context_attribute' | 'context_tag' | 'context_node_mapping' | 'context_attribute_mapping' | 'context_sobject_hyd_details'; export type ContextDefinitionSyncStatus = 'in_progress' | 'success' | 'failed'; export type ContextMappingConfigUsageType = 'Claim' | 'CaseIntakeForm' | 'DiseaseDefinition' | 'GenericDocumentProcessing'; export type ContextMappingIntentType = 'hydration' | 'association' | 'persistence' | 'translation'; export type ContextMappingType = 'Hydration' | 'Persistence'; export type ContextRuleStatus = 'Draft' | 'Inactive' | 'Active' | 'DeploymentInProgress' | 'DeploymentFailed' | 'ValidationInProgress' | 'ValidationFailed' | 'ValidationSucceeded' | 'ValidationInterrupted' | 'Obsolete'; export type ContextRuleUsageSubtype = 'OrderLevelPromotions' | 'CategoryLevelPromotions' | 'ProductLevelPromotions' | 'Product' | 'ProductClassification' | 'BundleProduct' | 'BundleProductClassification' | 'Transaction' | 'PriceGuidanceProduct' | 'Default' | 'DefaultMultipleBundle'; export type ContextRuleUsageType = 'UnifiedPromotions' | 'Default' | 'Configurator' | 'Dfo' | 'PriceGuidance' | 'Underwriting' | 'TaxOrFee' | 'DefaultOnlyRules' | 'GlobalPromotionsForRLM' | 'ClaimUnderwriting'; 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 ConvDefBlockVersionStatus = 'Published'; export type ConvIntelligenceActionType = 'LaunchNBA' | 'LaunchFlow' | 'AlertSupervisor' | 'AlertSupervisorAndAgent'; export type ConvIntelligenceOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'GreaterThan' | 'In'; export type ConvIntelligenceService = 'AmazonConnectContactLens' | 'KeywordMatch' | 'CXoneAgentAssistService' | 'VonageConversationalInsights' | 'EinsteinConversationIntelligenceSignals'; export type ConvIntelligenceType = 'Category' | 'Keyword' | 'AgentSentiment' | 'CustomerSentiment' | 'Intent'; 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 ConvParticipantRole = 'Agent' | 'Customer' | 'AgentOrCustomer'; export type ConversationDataType = 'Text' | 'Number' | 'Boolean' | 'Object' | 'Date' | 'DateTime' | 'Currency' | 'Id'; export type ConversationDefinitionEventLogLevel = 'Debug' | 'Info' | 'Error'; export type ConversationDefinitionEventLogStepType = 'Redirect' | 'Call' | 'Invocation' | 'CollectVariable' | 'SetVariable' | 'UnsetVariable' | 'Message' | 'Wait' | 'RecordLookup' | 'Transfer' | 'EndChat' | 'Condition' | 'RichMessage' | 'CancelDialog' | 'CompleteDialog'; export type ConversationDefinitionEventLogTargetType = 'StandardConversationVariable' | 'ConversationVariable' | 'ContextVariable' | 'Apex' | 'Flow' | 'StandardInvocableAction' | 'ConversationDefinitionDialog' | 'RecordLookup' | 'MlIntent' | 'BotDefinition' | 'Queue' | 'ExternalService' | 'QuickAction' | 'API'; export type ConversationDefinitionEventLogType = 'System' | 'StartSession' | 'EndSession' | 'InputMessage' | 'IntentPrediction' | 'StartDialog' | 'EndDialog' | 'Step' | 'Error' | 'ContextSetup' | 'SkipStep' | 'EntityExtraction' | 'KnowledgeFeedback' | 'VariationChanged' | 'StaticChoiceSelected' | 'GoalAchieved' | 'ELUEntityDetection' | 'ELUIntentDetection' | 'EngagedSession' | 'RichMessage' | 'ELUBooleanExtraction' | 'CancelDialog' | 'InboundFile' | 'Disambiguation' | 'DisambiguationFeedback' | 'AllELUEvent' | 'PlannerActionOutput' | 'PlannerErrorEvent' | 'PlanTypeEvent' | 'DetectedIntent' | 'FeedbackEvent' | 'CopilotMessage' | 'TopicClassificationSuccess' | 'TopicClassificationFailed' | 'ResponseEvaluationMetric' | 'PlannerInvalidAction'; export type ConversationDefinitionEventPredictionType = 'Model' | 'DirectMatch' | 'External'; export type ConversationDefinitionLogicalOperatorType = 'And' | 'Or'; export type ConversationDefinitionNlpProviderType = 'EinsteinAi' | 'Apex'; export type ConversationDefinitionSessionEndType = 'EndedByEndUser' | 'Transferred' | 'SessionTimedOut' | 'Error' | 'Other' | 'Action'; export type ConversationDefinitionSessionIntegrationType = 'API' | 'Slack' | 'SCRT_V1' | 'SCRT_V2'; export type ConversationDefinitionSessionMode = 'Normal' | 'Preview'; export type ConversationDefinitionSessionStatus = 'InProgress' | 'Ended'; export type ConversationDefinitionSessionTransferResult = 'NoTransferRequested' | 'TransferSuccessful' | 'TransferFailed' | 'NoAgentsAvailable'; export type ConversationDefinitionSessionTransferTargetType = 'Bot' | 'Agent'; export type ConversationDefinitionSessionTransferType = 'BotRequest' | 'ImplementationError' | 'InvocationTimeout' | 'InsufficientPrivileges'; export type ConversationInvocableTargetType = 'apex' | 'flow' | 'standardInvocableAction' | 'logFeedback' | 'externalService' | 'logGoalAchieved' | 'logDisambiguation' | 'quickAction' | 'api' | 'botAction'; export type ConversationMappingType = 'Input' | 'Output'; export type ConversationMessageCollectionType = 'None' | 'StaticList' | 'DynamicList'; export type ConversationMessageConstantType = 'Title' | 'Url' | 'Image' | 'Options' | 'SubTitle' | 'Custom'; export type ConversationMessageConstantValueType = 'Text' | 'Url' | 'ImageAsset' | 'FileAsset'; export type ConversationMessageContentCategory = 'Response' | 'Reminder' | 'Feedback' | 'OrderUpdate' | 'AccountUpdate' | 'PromotionalOutreach' | 'Authentication'; export type ConversationMessageDefinitionStatus = 'Active' | 'Draft' | 'Inactive'; export type ConversationMessageDefinitionType = 'RecordView' | 'RecordPicker' | 'Picklist' | 'TimePicker' | 'Link' | 'CustomMessage' | 'CustomPicker' | 'LegacyPicker' | 'AuthenticationRequest' | 'Action' | 'AutoResponse' | 'PaymentRequest' | 'Notification' | 'ApexForm' | 'CatalogMessage'; export type ConversationMessageExecutionType = 'Sync' | 'Async'; export type ConversationMessageFormatType = 'Text' | 'Attachments' | 'RichLink' | 'Media' | 'Buttons' | 'Carousel' | 'QuickReplies' | 'ListPicker' | 'TimePicker' | 'EncryptedOAuthToken' | 'Application' | 'Inputs' | 'WebView' | 'Payment' | 'ExternalTemplate' | 'Flow' | 'Catalog'; export type ConversationMessageGroupType = 'Retry' | 'Success'; export type ConversationMessageHandlerType = 'QuickAction' | 'AuthProvider' | 'PaymentProvider' | 'Attachment' | 'Survey' | 'ApexFormProvider' | 'CatalogProvider'; export type ConversationMessageLayoutValueType = 'Literal' | 'MediaAsset' | 'CompositeType' | 'SourceSobjectFieldValue' | 'SourceSobjectFormula' | 'SourcePrimitiveValue' | 'SourceCompositeType' | 'FormulaTemplate' | 'SourceSobjectField'; export type ConversationMessageLayoutVariant = 'AppleBusinessChat' | 'WhatsApp' | 'SingleProduct' | 'MultiProduct' | 'FullCatalog'; export type ConversationMessageMergeFieldType = 'ListTemplate'; export type ConversationMessageOptionsParameterType = 'RecordIdOptions' | 'TimeSlotOptions' | 'CustomPrimitiveOptions' | 'CustomCompositeOptions'; export type ConversationMessageParameterType = 'RecordIds' | 'CustomPrimitive' | 'CustomComposite'; export type ConversationMessageType = 'StaticContent' | 'Choices' | 'Form' | 'AuthenticationRequest' | 'PaymentRequest' | 'CatalogMessage'; export type ConversationMessageValueType = 'Text' | 'Boolean' | 'Integer' | 'Double' | 'Date' | 'DateTime' | 'Url' | 'RecordId' | 'ImageId' | 'Composite' | 'FileId'; export type ConversationRecordLookupType = 'Search' | 'Query'; export type ConversationSystemDialogType = 'TransferFailed' | 'ErrorHandling' | 'KnowledgeFallback' | 'Disambiguation' | 'DisambiguationFailed' | 'KnowledgeAction'; export type ConversationSystemMessageParamType = 'Transfer'; export type ConversationSystemMessageType = 'Transfer' | 'EndChat'; export type ConversationVariableCollectionType = 'List'; export type ConversationVariableOperandSourceType = 'StandardConversationVariable' | 'ConversationVariable' | 'ContextVariable' | 'MlSlotClass' | 'StandardMlSlotClass' | 'Value' | 'BotDefinition' | 'Queue' | 'FlowDefinition'; export type ConversationVariableType = 'ConversationVariable' | 'ContextVariable' | 'PageContextVariable'; export type ConversationVariableVisibilityType = 'Internal' | 'External'; export type ConversationVendorType = 'ServiceCloudVoicePartner' | 'Amazon_Connect' | 'BringYourOwnChannelPartner' | 'BringYourOwnContactCenter'; 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 CourseWaitlistConfigSortOrder = 'Ascending' | 'Descending'; export type CourseWaitlistConfigType = 'EnrollmentOfferExpiration' | 'WaitlistPosition'; export type CreationSetting = 'FullAccess' | 'EditAccess' | 'ViewAccess' | 'None'; export type CreatorType = 'INTERNAL_USER' | 'SALESFORCE_ADMIN'; export type CriteriaJoinType = 'all' | 'any' | 'custom' | 'none'; export type CriteriaRelationshipType = 'AllConditionsAreMet' | 'AnyConditionIsMet'; export type CriterionOperator = 'Equal' | 'NotEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Contains' | 'StartsWith' | 'Includes' | 'NotIncludes'; export type CspTrustedSiteContext = 'All' | 'LEX' | 'Communities' | 'FieldServiceMobileExtension' | 'LightningOut' | 'VisualForce'; 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 CustomChannelConnectedAppType = 'Partner' | 'Customer'; export type CustomFieldDisplayType = 'Dropdown' | 'ColorSwatch' | 'Pill'; export type CustomSettingsType = 'List' | 'Hierarchy'; export type CustomSettingsVisibility = 'Protected' | 'Public'; export type CustomTabDefinitionType = 'customObject' | 'url' | 'sControl' | 'apexPage' | 'flexiPage' | 'aura'; export type DCRValidationType = 'Internal' | 'External'; export type DTParameterDataType = 'String' | 'Number' | 'Date' | 'Boolean' | 'Percent' | 'Currency' | 'DateTime'; export type DTRowLevelOverrideType = 'None' | 'Condition' | 'Operator' | 'Both'; 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 DashboardComponentColumnType = 'aggregate' | 'detail' | 'grouping'; export type DashboardComponentFilter = 'RowLabelAscending' | 'RowLabelDescending' | 'RowValueAscending' | 'RowValueDescending'; export type DashboardComponentSize = 'Narrow' | 'Medium' | 'Wide'; 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 DashboardFilterOperation = 'equals' | 'notEqual' | 'lessThan' | 'greaterThan' | 'lessOrEqual' | 'greaterOrEqual' | 'contains' | 'notContain' | 'startsWith' | 'includes' | 'excludes' | 'between'; export type DashboardType = 'SpecifiedUser' | 'LoggedInUser' | 'MyTeamUser'; export type DataAccsHierCreationType = 'System' | 'Custom'; export type DataAccsHierFBDKDeployStatus = 'ERROR' | 'INPROGRESS' | 'SUCCESS'; export type DataAccsHierSrcObjType = 'DMO' | 'DLO'; export type DataAccsHierType = 'Role' | 'Manager' | 'Territory'; export type DataCategoryFilterOperation = 'above' | 'below' | 'at' | 'aboveOrBelow'; export type DataCleanRoomProviderSource = 'DATA_CLOUD' | 'AWS'; export type DataCloudComponentType = 'MktDataTransform' | 'MktDataConnection' | 'IdentityResolution' | 'DataGraph' | 'ExtDataShare' | 'DataSemanticSearch' | 'DataAction' | 'DataActionTarget' | 'MarketSegment' | 'DataSpaceMember' | 'InternalDataConnector' | 'MarketSegmentActivation' | 'StreamingAppAndIngestionConnector' | 'MlConfiguredModel' | 'ActivationTarget' | 'SemanticModel' | 'VerifiedQuestion' | 'PersonalizationRecommender' | 'PersonalizationPoint' | 'PersonalizationSchema' | 'PersonalizationObjective' | 'EngagementSignal' | 'PersnlBatchDecision' | 'McConnector' | 'MlPredictionJob' | 'MlRetriever' | 'TuaTemplatedObject' | 'IRRelatedListEnrichment' | 'TagMetadata' | 'DataCleanRoomProvider' | 'DataCleanRoomDataSpecDef' | 'IdpConfiguration' | 'CopyFieldEnrichment' | 'DataCustomCode' | 'AnalyticsVisualization' | 'AnalyticsDashboard' | 'AnalyticsWorkspace' | 'SecondaryIndex' | 'PolicyRuleDefinition' | 'PolicyRuleDefinitionSet' | 'PersnlTransformer'; export type DataConnectionStatus = 'Connected' | 'Failed' | 'Disconnected' | 'NeedsReAuthentication'; 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 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 DataConnectorType = 'SalesforceMarketingCloud' | 'SalesforceCommerceCloud' | 'StreamingApp' | 'SalesforceDotCom' | 'AmazonS3' | 'SFTP' | 'UPLOAD' | 'IngestApi' | 'SalesforceInteractionStudio' | 'CuratedEntity' | 'DataCloud' | 'GoogleCloudStorage' | 'AzureBlob' | 'ExternalPlatform' | 'ConversationStorage' | 'Snowflake' | 'BIGQUERY' | 'REDSHIFT' | 'S3Arn' | 'ACCOUNTENGAGEMENT'; export type DataExportRefreshMode = 'FULL_REFRESH' | 'INCREMENTAL'; export type DataImportDataExtractMethods = 'FULL_REFRESH' | 'NUMERIC_CDC' | 'BINARY_CDC' | 'DATETIME_CDC'; 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 DataKitBuildOrgObjectType = 'MktCalculatedInsightObject' | 'DataGraph' | 'MktDataModelObject' | 'MktDataLakeObject'; export type DataKitSource = 'LOCAL' | 'EXTERNAL'; export type DataKitType = 'STANDARD' | 'NONE' | 'SANDBOX' | 'FILEBASED'; export type DataLakeObjectStatus = 'PROCESSING' | 'ACTIVE' | 'INACTIVE' | 'ERROR' | 'DELETING' | 'NONE'; export type DataMaskMaskingCategory = 'skip' | 'clear' | 'library' | 'customLibrary' | 'characters' | 'replaceRandom'; export type DataMaskRunFrequency = 'once' | 'daily' | 'weekly' | 'monthly'; export type DataModelObjectStatus = 'PROCESSING' | 'ACTIVE' | 'INACTIVE' | 'ERROR'; export type DataModelType = 'Source' | 'Transport' | 'Landing' | 'View' | 'Reference'; export type DataObjectType = 'Object' | 'Table' | 'Api'; export type DataPipelineJobStatus = 'Scheduled' | 'Running' | 'Success' | 'Failed' | 'Killed' | 'Load' | 'Process' | 'Store'; export type DataPipelineType = 'Pig'; export type DataSourceChannelType = 'Standard' | 'Custom'; export type DataSourceFilterOperator = 'equals' | 'notEquals' | 'lessThan' | 'lessThanOrEqualTo' | 'greaterThan' | 'greaterThanOrEqualTo' | 'like' | 'in' | 'notIn' | 'includes' | 'excludes' | 'isNull' | 'isNotNull'; export type DataSourceType = 'SingleSobject' | 'MultipleSobjects'; export type DataSrcDynamicFilterType = 'integer' | 'date' | 'datetime' | 'string' | 'picklist' | 'currency' | 'boolean' | 'reference'; export type DataStoreType = 'Hot_Store' | 'Data_Lake'; export type DatasetCategory = 'PromotionsByRevenue' | 'PromotionsByTransactions' | 'PromotionsByMembers'; export type DatasetColumnDataType = 'Dimensions' | 'Dates' | 'Measures'; export type DataspaceScopeDataAccessLevel = 'NONE' | 'CONTROLLED_BY_PARENT' | 'ALL'; export type DataspaceScopeObjectAccessLevel = 'BY_POLICY' | 'ALL_IN_DATASPACE'; export type DatatableDataType = 'Boolean' | 'Currency' | 'Date' | 'DateTime' | 'Email' | 'Location' | 'Number' | 'Percent' | 'Phone' | 'Text' | 'Url'; export type DaysOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday'; export type DcManageabilityStatus = 'DataKitLocked' | 'None'; 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 DecisionMatrixType = 'Standard' | 'Grouped'; export type DecisionTableCollectOperator = 'None' | 'Sum' | 'Minimum' | 'Maximum' | 'Count'; export type DecisionTableConditionType = 'All' | 'Any' | 'Custom'; export type DecisionTableDataSourceType = 'SingleSobject' | 'MultipleSobjects' | 'CsvUpload' | 'ContextDefinition'; export type DecisionTableDownloadStatus = 'DownloadInProgress' | 'Completed' | 'Failed'; export type DecisionTableExecutionType = 'SOQL' | 'HBPO' | 'DLO' | 'SOLR' | 'HBASE'; export type DecisionTableHitPolicy = 'UniqueValues' | 'AnyValue' | 'Priority' | 'FirstMatch' | 'CollectOperator' | 'OutputOrder' | 'RuleOrder'; export type DecisionTableOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessOrEqual' | 'GreaterThan' | 'GreaterOrEqual' | 'Matches' | 'ExistsIn' | 'DoesNotExistIn' | 'DoesNotMatch' | 'Contains' | 'IsNotNull' | 'IsNull'; export type DecisionTableParameterType = 'INPUT' | 'ROWCRITERIA' | 'OUTPUT'; export type DecisionTableRefreshStatus = 'Initiated' | 'Failed' | 'Completed' | 'InProgress' | 'CompletedWithWarnings'; export type DecisionTableSortType = 'None' | 'AscNullFirst' | 'AscNullLast' | 'DescNullFirst' | 'DescNullLast'; 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 DefaultLicenseStatus = 'Active' | 'Trial' | 'Free'; 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 DefinitionType = 'Apex' | 'LowCode' | 'Java'; export type DeleteConstraint = 'Cascade' | 'Restrict' | 'SetNull'; export type DeployOperation = 'Add' | 'Delete' | 'Update'; export type DeployProblemType = 'Warning' | 'Error' | 'Info'; export type DeployStatus = 'Pending' | 'InProgress' | 'Finalizing' | 'FinalizingFailed' | 'Succeeded' | 'SucceededPartial' | 'Failed' | 'Canceling' | 'Canceled'; export type DeploymentStatus = 'InDevelopment' | 'Deployed'; export type DeploymentTargetType = 'CloudHub1' | 'CloudHub2Shared' | 'CloudHub2Private' | 'Hybrid' | 'RuntimeFabric'; export type DestinationTypeForMetadata = 'LatitudeAndLongitude' | 'Address'; export type DevicePlatformType = 'ios' | 'android'; export type DeviceType = 'phone' | 'tablet' | 'minitablet'; export type DevopsChangeType = 'NEW' | 'CHANGE' | 'DELETE' | 'DATA'; export type DevopsOrgType = 'PRODUCTION' | 'SANDBOX' | 'ORGFARM'; export type DevopsTestLevel = 'Default' | 'NoTestRun' | 'RunAllTestsInOrg' | 'RunLocalTests' | 'RunSpecifiedTests'; export type DgtAssetMgmtPrvdLghtCpntType = 'NONE' | 'DIGITAL_ASSET_MANAGER'; export type DiscoveryAIModelStatus = 'Disabled' | 'Uploading' | 'UploadFailed' | 'UploadCompleted' | 'Validating' | 'ValidationFailed' | 'ValidationCompleted' | 'Enabled'; export type DiscoveryAIModelTransformationType = 'TypographicClustering' | 'SentimentAnalysis' | 'FreeTextClustering' | 'NumericalImputation' | 'CategoricalImputation' | 'TimeSeriesForecast' | 'ExtractMonthOfYear' | 'ExtractDayOfWeek'; export type DiscoveryAlgorithmType = 'Glm' | 'Gbm' | 'Xgboost' | 'Drf' | 'Best'; export type DiscoveryFieldMapSourceType = 'SalesforceField' | 'AnalyticsDatasetField'; export type DiscoveryFilterFieldType = 'Text' | 'Number' | 'Date' | 'DateTime' | 'Boolean'; export type DiscoveryFilterOperator = 'Equal' | 'NotEqual' | 'GreaterThan' | 'GreaterThanOrEqual' | 'LessThan' | 'LessThanOrEqual' | 'Between' | 'NotBetween' | 'InSet' | 'NotIn' | 'Contains' | 'StartsWith' | 'EndsWith' | 'IsNull' | 'IsNotNull'; export type DiscoveryFilterValueType = 'Constant' | 'PlaceHolder'; export type DiscoveryModelFieldType = 'Text' | 'Number' | 'Date'; export type DiscoveryModelRuntimeType = 'Discovery' | 'H2O' | 'Py36Tensorflow244' | 'Py37Tensorflow270' | 'Py37Scikitlearn102'; export type DiscoveryModelSourceType = 'Discovery' | 'UserUpload'; export type DiscoveryOutcomeGoal = 'Minimize' | 'Maximize' | 'None'; export type DiscoveryPredictionType = 'Unknown' | 'Regression' | 'Classification' | 'MulticlassClassification'; export type DiscoveryPushbackType = 'AiRecordInsight' | 'Direct'; 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 DisplayCurrency = 'CORPORATE' | 'PERSONAL'; export type DistanceMeasurementUnit = 'Miles' | 'Kilometers'; export type DoceHubType = 'CORE' | 'MANAGED_PACKAGE'; export type DocumentGenerationMechanism = 'ClientSide' | 'ServerSide'; export type DocumentTemplateStatus = 'Draft' | 'Active' | 'Archived'; export type DocumentTemplateType = 'Web' | 'MicrosoftWord' | 'MicrosoftPowerpoint' | 'Microsoft365Word' | 'HTMLArchive' | 'GoogleDocs'; export type DocumentTemplateUsageType = 'Contract_Lifecycle_Management' | 'Tearsheets' | 'Revenue_Lifecycle_Management' | 'Invoice' | 'Account_Statement'; export type DomainDeprovisionType = 'Failed' | 'DnsCheckFailed' | 'Cancelled' | 'OrgExpired' | 'DomainRenamed' | 'HttpsOptionModified' | 'DomainDeleted' | 'ForcedDeprovision'; export type DomainHttpsOption = 'CdnPartner' | 'SitesRuntime' | 'ExternalHttps' | 'NoHttps' | 'Community' | 'CommunityAlt' | 'SitesAlt' | 'LegacyDomain' | 'Sites' | 'OrgDomain'; export type DomainProvisionStatus = 'Provisioning' | 'NoDomainSite' | 'Provisioned' | 'Deployed' | 'Completed' | 'Cancelled' | 'Failed'; export type DomainProvisionType = 'Provision' | 'Deprovision' | 'Maintenance'; export type DomainType = 'FTest' | 'FTest2' | 'FTestNegative' | 'GlobalSchema' | 'SchemaEvolution' | 'HighScaleCustomObjects' | 'HighScaleObjects'; export type DonorMatchingMethod = 'Duplicate_Management_Rules' | 'No_Matching'; export type DupeActionType = 'Allow' | 'Block'; export type DupeSecurityOptionType = 'EnforceSharingRules' | 'BypassSharingRules'; export type EASAppType = 'PublicSector' | 'Loyalty' | 'HealthCloud' | 'IndustryServiceExcellence' | 'IndustriesPricing' | 'OmniAnalytics' | 'ActionableEventOrch' | 'IndustriesDroOrderProcess' | 'Compliance' | 'EducationCloud' | 'PatientServicesProgram'; export type ERIRelationshipType = 'ACTIVE_RECORD' | 'PERSON_RECORD' | 'COMPANY_RECORD'; export type EdgeRoutingOption = 'global' | 'regional'; export type ElasticComputeStatus = 'NotApplicable' | 'NotStarted' | 'InProgress' | 'Success' | 'Failure'; export type FlowElementSubtype = sObject & { Color?: string; DescriptionKey?: string; DescriptionSection?: string; DurableId?: string; EnumOrId?: string; FieldInputCategory?: FieldInputCategory; FlowBuilderConfigComponent?: string; FullName?: string; Icon?: string; LabelKey?: string; LabelPluralKey?: string; LabelPluralSection?: string; LabelSection?: string; Metadata?: FlowElementSubtypeDefinition; Name?: string; SupportsBranching?: boolean; }; export type ElementType = 'Float' | 'Text'; export type EmailPurposeType = 'SendTranscript'; export type EmailServicesAttOptions = 'None' | 'TextOnly' | 'BinaryOnly' | 'All' | 'NoContent'; export type EmailServicesErrorAction = 'UseSystemDefault' | 'Bounce' | 'Discard' | 'Requeue'; 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 EmailToCaseOnFailureActionType = 'Bounce' | 'Discard' | 'Requeue'; export type EmbeddedMessagingHandlerType = 'Apex' | 'Flows'; export type EmbeddedMsgQueueLimitType = 'QueueLength' | 'QueueLengthPerAgent'; export type EmbeddedServiceAuthMethod = 'CommunitiesLogin' | 'CustomLogin'; export type EmbeddedServiceAuthModeType = 'Auth' | 'UnAuth'; export type EmbeddedServiceChannelType = 'EmbeddedServiceConfig' | 'MessagingChannel' | 'Phone' | 'CustomURL' | 'EmbeddedMessaging'; export type EmbeddedServiceClientVersion = 'WebV1' | 'WebV2'; export type EmbeddedServiceComponentBundleType = 'AuraDefinitionBundle' | 'LightningComponentBundle'; export type EmbeddedServiceCustomComponentType = 'LA_Prechat' | 'LA_Minimized' | 'LA_PlainTextChatMessage' | 'LA_ChatHeader' | 'MIAW_Prechat' | 'MIAW_Header' | 'MIAW_TextMessage'; export type EmbeddedServiceDeploymentFeature = 'None' | 'EmbeddedMessaging' | 'LiveAgent' | 'Flows' | 'FieldService'; export type EmbeddedServiceDeploymentType = 'Web' | 'Mobile' | 'API' | 'InternalCopilot'; export type EmbeddedServiceFeature = 'NotInUse' | 'Base' | 'LiveAgent' | 'FieldService' | 'Flows' | 'ChannelMenu' | 'EmbeddedMessaging'; export type EmbeddedServiceFlowType = 'FL_Flow' | 'FS_NewAppointment' | 'FS_ModifyAppointment' | 'FS_CancelAppointment' | 'LA_Survey'; export type EmbeddedServiceFontSize = 'Small' | 'Medium' | 'Large'; export type EmbeddedServiceFormDisplayContext = 'None' | 'Conversation' | 'Session'; export type EmbeddedServiceFormFieldType = 'Text' | 'Email' | 'Phone' | 'Number' | 'Checkbox' | 'ChoiceList'; 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' | 'EM_Chat_FileTransfer_FileAttachmentAssistiveText' | 'EM_Container_Base_CwcEwtOneMinute' | 'EM_Container_Base_CwcEwtMultipleMinutes' | 'EM_Container_Base_CwcEwtWaitedOneMinute' | 'EM_Container_Base_CwcEwtWaitedMultipleMinutes'; export type EmbeddedServiceLayoutType = 'FS_AppointmentHome'; export type EmbeddedServiceQuickActionType = 'Prechat' | 'OfflineCase'; export type EmbeddedServiceResourceType = 'SettingsFile' | 'ChatInvitation'; export type EmbeddedServiceScenario = 'Sales' | 'Service' | 'Basic'; 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 EnablementMilestoneType = 'Default' | 'TimeBound'; export type EnblCompositeMilestoneType = 'Addition' | 'Division' | 'Percentage'; export type EnblProgramMeasureStatus = 'Draft' | 'Published' | 'Archived'; 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 EncryptedFieldMaskChar = 'asterisk' | 'X'; export type EncryptedFieldMaskType = 'all' | 'creditCard' | 'ssn' | 'lastFour' | 'sin' | 'nino'; export type EncryptionScheme = 'None' | 'ProbabilisticEncryption' | 'CaseSensitiveDeterministicEncryption' | 'CaseInsensitiveDeterministicEncryption'; export type EncryptionState = 'ENCRYPTION_DISABLED' | 'PROBABILISTIC_ENCRYPTION_PENDING' | 'PROBABILISTIC_ENCRYPTION_ENABLED' | 'CASE_SENSITIVE_DETERMINISTIC_ENCRYPTION_PENDING' | 'CASE_SENSITIVE_DETERMINISTIC_ENCRYPTION_ENABLED' | 'CASE_INSENSITIVE_DETERMINISTIC_ENCRYPTION_PENDING' | 'CASE_INSENSITIVE_DETERMINISTIC_ENCRYPTION_ENABLED'; export type EnforcementPolicyStatus = 'PROCESSING' | 'ACTIVE' | 'ERROR'; export type EnforcementPolicyType = 'METADATA' | 'DATA' | 'TRANSFORM' | 'API' | 'METADATA_RECORD_ALLOW' | 'METADATA_RECORD_DENY' | 'ANALYTICS' | 'CORE_DATA_ALLOW' | 'CORE_DATA_DENY'; export type EnforcementPolicyVersionStatus = 'PROCESSING' | 'ACTIVE' | 'ARCHIVED' | 'ERROR'; export type EnforcementRuleCategory = 'GOVERNANCE' | 'ACCESS' | 'RECORD' | 'TRANSFORM' | 'EXTERNAL_RECORD' | 'IDENTIFIED_RECORD' | 'METADATA_RECORD' | 'PRIVACY_CONSTRAINT'; export type EnforcementRuleEffect = 'Forbid' | 'Permit' | 'Transform'; export type EnforcementType = 'Scoping' | 'Restrict' | 'FieldRestrict' | 'D360_Restrict'; export type EngagementInsightAction = 'ECISendEmail' | 'ECICreateTask' | 'ECIScheduleMeeting'; export type EngagementInsightCategory = 'CUSTOM' | 'SYSTEM'; export type EngagementInsightChannelType = 'VoiceCalls' | 'Emails' | 'VideoCalls'; export type EngagementInsightInsightModel = 'KEYWORD' | 'SITUATIONAL' | 'GENERATIVE' | 'TIME_BASED'; export type EngagementInsightLanguage = 'English' | 'Spanish' | 'French' | 'German' | 'Italian' | 'Portuguese' | 'Dutch' | 'Japanese' | 'Korean' | 'Chinese' | 'Arabic' | 'Danish' | 'Hebrew' | 'Hindi' | 'Swedish' | 'Thai' | 'Turkish' | 'Bulgarian' | 'Catalan' | 'Croatian' | 'Czech' | 'Finnish' | 'Norwegian' | 'Greek' | 'Hungarian' | 'Icelandic' | 'Indonesian' | 'Latvian' | 'Lithuanian' | 'Polish' | 'Punjabi' | 'Romanian' | 'Russian' | 'Serbian' | 'Slovak' | 'Ukrainian' | 'Vietnamese'; export type EngagementInsightSpeakerType = 'INTERNAL' | 'EXTERNAL' | 'EITHER'; export type EngagementInsightStatus = 'ENABLED' | 'USER_DISABLED'; export type EngagementInsightUsageType = 'SALES' | 'SERVICE' | 'SALES_SERVICE'; export type EngagementSignalType = 'Path' | 'Journey' | 'Conversion'; export type EntityLimitType = 'CustomFields' | 'RollupSummary' | 'CustomRelationship' | 'ActiveRules' | 'TotalRules' | 'ApprovalProcesses' | 'ActiveLookupFilters' | 'ActiveValidationRules' | 'VLookup' | 'CbsSharingRules' | 'SharingRules' | 'ExtraFormulaFields'; export type EntityLockType = 'Total' | 'Admin' | 'Owner' | 'Workitem' | 'Node' | 'none'; export type EntityStatus = 'Processing' | 'Active' | 'Deleting' | 'CreateError' | 'DeleteError' | 'EditError' | 'Preparing'; export type ErrorCodeOffCore = 'ConfigurationMissingError' | 'ModelValidationError' | 'InternalError' | 'DpcJobError' | 'None'; export type EscalationStartTimeType = 'CaseCreation' | 'CaseLastModified'; export type EswInvitationConditionOperator = 'Equals' | 'NotEqual' | 'LessThan' | 'GreaterThan' | 'LessOrEqual' | 'GreaterOrEqual' | 'Contains' | 'NotContain' | 'StartWith'; export type EswInvitationConditionResource = 'SecondsOnPage' | 'SecondsOnSite' | 'NumberOfPageViews' | 'UrlMatch' | 'CustomVariable'; export type EvaluationResult = 'Passed' | 'Failed' | 'NoResult'; export type EventDeliveryType = 'StartFlow' | 'ResumeFlow'; export type EventRelayAdminState = 'RUN' | 'STOP' | 'PAUSE' | 'DELETE'; export type EventRelayUsageType = 'AMAZON_EVENTBRIDGE' | 'INTERNAL_MANAGED_SUBSCRIPTIONS' | 'INTERNAL_REPLICATION'; export type EventSubscriptionAdminState = 'RUN' | 'STOP' | 'PAUSE'; export type EventSubscriptionReplayPreset = 'EARLIEST' | 'LATEST'; export type EventSubscriptionType = 'Setup' | 'ManagedSetup' | 'Runtime'; export type EventSubscriptionUsageType = 'MANAGED_EVENT_SUBSCRIPTION'; export type EventType = 'AlarmEvent' | 'DateRefAlarmEvent' | 'ApprovalEvent' | 'CustomEvent' | 'EventObject' | 'StandardPlatformEvent'; export type ExecutionPlatformObjectType = 'None' | 'DataModelObject' | 'DataLakeObject' | 'CalculatedInsightsObject'; export type ExecutionPlatformType = 'CRMA' | 'CDP' | 'CORE'; export type ExecutionStageOfPriceRule = 'PreCalculate' | 'Completion'; export type ExecutionType = 'Sequence' | 'Priority'; export type ExpFeedbackCollType = 'SURVEY' | 'PHONE_CALL'; export type ExpectedCashFlowGrouping = 'GroupByFundAccount' | 'GroupByFundAndDueDate'; export type ExperienceContainerType = 'SFS' | 'SAPP' | 'TEST' | 'LEX' | 'SCMA' | 'SAPPMOBILEHOME'; export type ExpressionSetStepType = 'Calculation' | 'Aggregation' | 'MatrixLookup' | 'ReferenceProcedure' | 'Condition' | 'DecisionTableLookup' | 'Branch' | 'BusinessElement' | 'ListEnabledGroup' | 'ListFilter'; export type ExpressionType = 'sel' | 'handlebars'; export type ExpsSetAggregationFunction = 'Sum' | 'Avg' | 'Min' | 'Max' | 'ListSum' | 'ListAvg' | 'ListSize'; export type ExpsSetConditionOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'Contains' | 'DoesNotContain' | 'IsNull' | 'IsNotNull'; export type ExpsSetDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Sobject' | 'Boolean' | 'Percent' | 'Currency' | 'ActionOutput' | 'SubExpression' | 'DecisionMatrix' | 'DecisionTable' | 'Context' | 'ContextNode' | 'Picklist'; 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 ExpsSetObjectDataType = 'sObject' | 'JSON'; 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 ExpsSetStatus = 'Draft' | 'Active' | 'Inactive' | 'InvalidDraft' | 'Obsolete'; export type ExpsSetStepType = 'Condition' | 'AdvancedCondition' | 'Branch' | 'DefaultPath' | 'SubExpression' | 'BusinessKnowledgeModel' | 'ListGroup' | 'ListFilter' | 'AdvancedListFilter'; export type ExpsSetUsageSubtype = 'SampleSubtype1' | 'SampleSubtype2' | 'SampleSubtype3' | 'AcadTermRgstrTmln' | 'LearningRules' | 'DefaultStudentInformationSystem' | 'HoldsAndBlocks' | 'RevenueCloudConfigurator' | 'Insurance' | 'Media' | 'Commerce' | 'Education' | 'GlobalPromotionsManagement' | 'Communication' | 'EnergyAndUtilities' | 'Manufacturing' | 'LifeScience' | 'Health' | 'FinancialServices'; export type ExpsSetValueType = 'Literal' | 'Parameter' | 'PickList' | 'Formula' | 'Lookup'; export type ExpsSetVariableLookupType = 'SubExpression' | 'DecisionMatrix' | 'DecisionTable'; export type ExpsSetVariableType = 'Variable' | 'Constant' | 'Formula' | 'ExecutableContextDefinitionTag' | 'ContextDynamicAttributeTag' | 'ContextCustomAttributeTag'; export type ExtConvParticipantIntegDefStatus = 'Active' | 'Inactive' | 'Deleted'; 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 ExternalActionParameterType = 'HEADER' | 'PAYLOAD' | 'URL' | 'RETURN' | 'QUERY'; export type ExternalAiMetricType = 'SENTENCE_COUNT' | 'EAR_METRICS'; export type ExternalBotType = 'Chatbot'; export type ExternalConnectionStatus = 'Unprovisioned' | 'Allocating' | 'PendingAcceptance' | 'PendingActivation' | 'RejectedRemotely' | 'DeletedRemotely' | 'TeardownInProgress' | 'Ready'; export type ExternalConnectionType = 'AwsPrivateLink' | 'DataCloudPrivateConnection'; 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 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 ExternalDataSrcDescSubtype = 'SchemaTableQualifiers' | 'SchemaTableMetadata'; export type ExternalDataSrcDescType = 'Schema'; export type ExternalEnvConnectionType = 'UserCredentials' | 'ConnectedAppCredentials' | 'CloudTOCloud'; export type ExternalIntegrationType = 'Integration' | 'DependentApp'; export type ExternalModelStatus = 'ENABLED' | 'DISABLED' | 'PAUSED'; export type ExternalObjectErrorStatus = 'ACTIVE' | 'ERROR'; export type ExternalPrincipalType = 'Anonymous' | 'PerUser' | 'NamedUser' | 'UserWithImpersonation'; export type ExternalSDataType = 'NumberType' | 'DoubleType' | 'StringType' | 'BooleanType' | 'DatetimeType' | 'ComplexType'; export type ExternalServiceObjectVariant = 'PolymorphicWrapper'; export type ExternalServiceOperationKind = 'Synchronous' | 'Asynchronous' | 'Callback' | 'ValueProvider' | 'EventSource' | 'McpTool' | 'McpResource'; export type ExternalServiceParameterKind = 'In' | 'Out' | 'InOut' | 'Exception' | 'Callback'; export type ExternalServiceRegistrationProviderType = 'MuleSoft' | 'Custom' | 'SchemaInferred' | 'Standard' | 'ExternalConnector' | 'CustomExternalConnector' | 'Heroku' | 'Anypoint' | 'ApexRest' | 'AgentActionOutputs' | 'IntegProcd' | 'DocumentProcessing' | 'NamedQuery' | 'ModelContextProtocol' | 'AuraEnabled' | 'ContextDef' | 'AgentToAgent'; export type ExternalServiceSchemaType = 'OpenApi' | 'OpenApi3' | 'InterpretedConnectivity' | 'JsonSchema' | 'ModelContextProtocol' | 'AgentToAgent'; export type ExternalServiceSimpleType = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Format?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Service?: ExternalServiceRegistration; ServiceId?: ID; SimpleType?: ExternalServiceSimpleType; SystemModstamp?: Date; }; export type ExternalServiceStatus = 'Incomplete' | 'Complete'; export type ExternalTrackingVendor = 'Google' | 'Mixpanel'; export type ExtlClntAppDistState = 'Local' | 'Packaged' | 'Managed' | 'AutoInstalled'; export type ExtlClntAppManagedType = 'Local' | 'Global'; export type ExtlClntAppNameIdFormatType = 'Unspecified' | 'EmailAddress' | 'Persistent' | 'Transient'; export type ExtlClntAppSamlBindingType = 'RedirectBinding' | 'PostBinding'; export type ExtlClntAppSamlEncryptType = 'AES_128' | 'AES_256'; export type ExtlClntAppSamlSignAlgoType = 'SHA1' | 'SHA256'; export type ExtlClntAppSamlSubjectType = 'Username' | 'FederationId' | 'UserId' | 'SpokeId' | 'CustomAttribute' | 'PersistentId'; export type ExtlClntAppStartPage = 'None' | 'Custom' | 'OAuth' | 'SAML'; 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 ExtractorType = 'APEX' | 'JAVA' | 'HYBRID'; export type FTestOnOffSelection = 'On' | 'Off'; export type FTestSeasonSelection = 'Spring' | 'Summer' | 'Autumn' | 'Winter'; export type FTestTopLevelSelection = 'SelOne' | 'SelTwo' | 'SelThree'; export type FallbackScope = 'LineItem'; export type FeatureInputType = 'Realtime_Input' | 'Sample_Input' | 'Batch_Input' | 'Batch_And_Realtime_Input'; export type FeatureName = 'DC_DC_SHARING' | 'DATA_CLEAN_ROOM'; export type FeatureParameterDataflowDirection = 'LmoToSubscriber' | 'SubscriberToLmo' | 'Provisioned'; 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 FeedItemVisibility = 'AllUsers' | 'InternalUsers'; export type FeedLayoutComponentType = 'HelpAndToolLinks' | 'CustomButtons' | 'Following' | 'Followers' | 'CustomLinks' | 'Milestones' | 'SimilarCases' | 'CaseExperts' | 'Topics' | 'CaseUnifiedFiles' | 'Visualforce'; export type FeedLayoutFilterPosition = 'CenterDropDown' | 'LeftFixed' | 'LeftFloat'; export type FeedLayoutFilterType = 'AllUpdates' | 'FeedItemType' | 'Custom'; export type FfxCopyStrategy = 'V' | 'R' | 'V2'; export type FieldClassificationConfigType = 'VisibleToAgents' | 'PreselectBestRecommendation' | 'AutoTriage'; export type FieldInputCategory = 'AttributeWait' | 'BackgroundStep' | 'AddPromptInstructions' | 'DateWait' | 'DurationWait' | 'Filter' | 'InteractiveStep' | 'ManagedContentRoleInteractiveStep' | 'ManagedContentVariantAutoPublishBackgroundStep' | 'ManagedContentVariantAutoUnpublishBackgroundStep' | 'ManagedContentVariantSetLockBackgroundStep' | 'ManagedContentVariantSetReadyBackgroundStep' | 'Map' | 'MulesoftStep' | 'Sort' | 'WaitUntilEvent' | 'AgxBackgroundStep' | 'AgxInteractiveStep' | 'RpaGroup'; export type FieldManageability = 'DeveloperControlled' | 'SubscriberControlled' | 'Locked'; export type FieldMapStatus = 'Selected' | 'SystemOverride' | 'ActiveMapping'; export type FieldMappingClient = 'PriceSheetPricing' | 'CustomFieldMappingPricing'; export type FieldMappingConfigProcessType = 'GiftEntry' | 'Incident' | 'Problem' | 'ChangeRequest'; export type FieldSetType = 'ExportedFields' | 'ImportedFields' | 'InternalFields'; export type FieldSrcTrgtRelationshipOwner = 'SObject' | 'DataCloud'; 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 FieldTypes = 'Feature' | 'Label'; export type FieldUpdateOperation = 'Formula' | 'Literal' | 'Null' | 'NextValue' | 'PreviousValue' | 'LookupValue'; 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 FilterOperation = 'equals' | 'notEqual' | 'lessThan' | 'greaterThan' | 'lessOrEqual' | 'greaterOrEqual' | 'contains' | 'notContain' | 'startsWith' | 'includes' | 'excludes' | 'within'; export type FilterScope = 'Everything' | 'Mine' | 'Queue' | 'Delegated' | 'MyTerritory' | 'MyTeamTerritory' | 'Team' | 'SalesTeam' | 'AssignedToMe' | 'MineAndMyGroups' | 'ScopingRule'; export type Fit = 'tile' | 'stretch' | 'original' | 'fitwidth' | 'fitheight'; export type FlexiPageRegionMode = 'Append' | 'Prepend' | 'Replace'; export type FlexiPageRegionType = 'Region' | 'Facet' | 'Background'; 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 FlexipageDataSourceModeEnum = 'Create' | 'Edit' | 'View'; export type FlexipageDataSourceTypeEnum = 'Record' | 'User' | 'Organization' | 'Apex'; export type FlexipageEventSourceTypeEnum = 'Component'; export type FlexipageEventTargetTypeEnum = 'FlexipageServices' | 'LwcServices' | 'InvocableApexServices' | 'InvocableExternalServices' | 'ActionServices' | 'ViewServices'; export type FlexipageSchemaPropType = 'boolean' | 'integer' | 'string'; export type FlowActionCallTimeoutPath = 'EnableTimeoutPath' | 'DisableTimeoutPath'; export type FlowAssignmentOperator = 'None' | 'Assign' | 'Add' | 'Subtract' | 'AddItem' | 'RemoveFirst' | 'RemoveBeforeFirst' | 'RemoveAfterFirst' | 'RemoveAll' | 'AddAtStart' | 'RemoveUncommon' | 'AssignCount' | 'RemovePosition'; export type FlowAttributeType = 'LlmPrompt' | 'LlmDescription'; export type FlowCollectionProcessorType = 'SortCollectionProcessor' | 'RecommendationMapCollectionProcessor' | 'FilterCollectionProcessor'; 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 FlowComplexValueType = 'JoinDefinition' | 'FieldReference' | 'ResourceDescriptor' | 'ResourceAnnotationMap' | 'ComplexObjectFieldDetails' | 'FlowDataCloudId'; export type FlowDataType = 'Currency' | 'Date' | 'Number' | 'String' | 'Boolean' | 'SObject' | 'DateTime' | 'Time' | 'Picklist' | 'Multipicklist' | 'Apex'; export type FlowElementType = 'Assignment' | 'ApexCall' | 'Constant' | 'Decision' | 'RecordCreate' | 'RecordQuery' | 'RecordUpdate' | 'RecordDelete' | 'Rule' | 'Formula' | 'TextTemplate' | 'Subflow' | 'Variable' | 'Step' | 'ScreenField' | 'Screen' | 'Choice' | 'ChoiceLookup' | 'Loop' | 'ActionCall' | 'Wait' | 'WaitEvent' | 'Stage' | 'Start' | 'CollectionProcessor' | 'OrchestratedStage' | 'ScheduledPath' | 'StageStep' | 'RecordRollback' | 'Transform' | 'ScreenAction' | 'CustomError' | 'Capability' | 'CapabilityInput' | 'ExitRule' | 'Experiment' | 'ExperimentPath' | 'Group' | 'CollectionFilterCriteria'; export type FlowEntryType = 'Always' | 'AfterCompletion' | 'Never'; export type FlowEnvironment = 'Default' | 'Slack' | 'Offline'; export type FlowExperimentFallbackMode = 'BestPerformer' | 'Randomize'; export type FlowExperimentType = 'Random' | 'Manual' | 'Automatic'; export type FlowInputConfiguratorMode = 'Custom' | 'Resource' | 'Transform' | 'ValueMapping'; export type FlowNodeGroupType = 'generic' | 'rpa'; export type FlowProgressStatus = 'Draft' | 'Scheduled' | 'PreparingData' | 'InProgress' | 'Finishing' | 'Completed' | 'Canceled' | 'Error' | 'UnderReview'; export type FlowRecordFilterOperator = 'EqualTo' | 'NotEqualTo' | 'GreaterThan' | 'LessThan' | 'GreaterThanOrEqualTo' | 'LessThanOrEqualTo' | 'StartsWith' | 'EndsWith' | 'Contains' | 'IsNull' | 'IsChanged' | 'In' | 'NotIn'; export type FlowRegionContainerType = 'SectionWithHeader' | 'SectionWithoutHeader'; export type FlowRunAsUser = 'TriggeringUser' | 'DefaultWorkflowUser'; export type FlowRunInMode = 'DefaultMode' | 'SystemModeWithSharing' | 'SystemModeWithoutSharing'; export type FlowScheduledPathOffsetUnit = 'Hours' | 'Days' | 'Minutes' | 'Months' | 'Weeks'; export type FlowScheduledPathTimeSource = 'RecordTriggerEvent' | 'RecordField'; export type FlowScheduledPathType = 'AsyncAfterCommit' | 'ApprovalRecall'; export type FlowScreenFieldInputsRevisited = 'UseStoredValues' | 'ResetValues'; export type FlowScreenFieldType = 'DisplayText' | 'InputField' | 'LargeTextArea' | 'PasswordField' | 'RadioButtons' | 'DropdownBox' | 'MultiSelectCheckboxes' | 'MultiSelectPicklist' | 'ComponentInstance' | 'ComponentInput' | 'ComponentChoice' | 'ComponentMultiChoice' | 'ComponentDisplay' | 'Repeater' | 'RegionContainer' | 'Region' | 'ObjectProvided'; export type FlowStageStepAssigneeType = 'User' | 'Group' | 'Queue' | 'Invalid' | 'Resource'; export type FlowStartFrequency = 'OnActivate' | 'Once' | 'Daily' | 'Weekly' | 'Monthly' | 'Yearly' | 'Hourly' | 'Weekdays'; export type FlowSystemVariable = 'CURRENT_DATE' | 'CURRENT_DATE_TIME' | 'FAULT_MESSAGE' | 'CURRENT_STAGE' | 'INTERVIEW_START_TIME' | 'ACTIVE_STAGES' | 'INTERVIEW_GUID' | 'CURRENT_RECORD' | 'INTERVIEW_ID' | 'FLOW_NAME' | 'FORM_FACTOR' | 'CONTEXT_RECORD' | 'ORCHESTRATION_INSTANCE' | 'FORM' | 'PROMPT' | 'INPUT' | 'OUTPUT' | 'EVENT' | 'ACTIVATIONDATA' | 'SELECTED_INDIVIDUAL' | 'CONTACT' | 'LEAD' | 'PROSPECT' | 'CONTACT_POINTS'; export type FlowTestDataSourceType = 'ApexClass'; export type FlowTestParameterType = 'InputTriggeringRecordInitial' | 'InputTriggeringRecordUpdated' | 'ScheduledPath' | 'InputVariable' | 'MockElementOutput'; export type FlowTestResultStatusType = 'Pass' | 'Fail' | 'Error' | 'Skip'; export type FlowTestType = 'WithAssertion' | 'WithoutAssertion'; export type FlowTransactionModel = 'Automatic' | 'NewTransaction' | 'CurrentTransaction'; export type FlowTransformValueActionType = 'Map' | 'Count' | 'Sum' | 'GetItemByIndex' | 'InnerJoin' | 'InvocableAction'; 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 FlowValueMapDataType = 'String' | 'Boolean' | 'DateTime' | 'Date' | 'Number'; export type FlowValueMapDefaultStrategy = 'PassThrough' | 'FixedValue'; export type FlowValueMappingType = 'FirstEntry'; export type FlowVersionStatus = 'Active' | 'Draft' | 'Obsolete' | 'InvalidDraft' | 'UnderReview'; export type FlowWaitInteractionType = 'EmailResponse' | 'SmsResponse' | 'WhatsappResponse'; 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 ForecastCategories = 'Omitted' | 'Pipeline' | 'BestCase' | 'MostLikely' | 'Forecast' | 'Closed'; export type ForecastFrequency = 'Monthly' | 'Quarterly'; export type ForecastPeriodGroupStatus = 'Active' | 'Inactive'; export type ForecastingDateType = 'OpportunityCloseDate' | 'ProductDate' | 'ScheduleDate' | 'OLIMeasureCloseDateOnly' | 'ProductDateOnly' | 'ScheduleDateOnly' | 'OpportunityCustomDate' | 'OLIMeasureOppCustomDateOnly'; export type FormFactor = 'Small' | 'Medium' | 'Large'; export type FormatType = 'ICON'; export type FormulaFilterType = 'AllCriteriaMatch' | 'AnyCriterionMatches' | 'CustomLogicMatches'; export type FormulaType = 'QUANTITY' | 'REVENUE'; export type Frequency = 'Daily' | 'Weekly' | 'Fortnightly' | 'Monthly' | 'Once' | 'Quarterly' | 'Yearly'; export type FullRefreshIntervalDays = 'NONE' | 'DAYS_10' | 'DAYS_25' | 'DAYS_50'; export type GatewayType = 'Stripe' | 'Paypal' | 'Adyen' | 'Braintree' | 'Cybersource'; 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 GenAiAgentVariableType = 'Variable' | 'ContextVariable' | 'Attribute'; export type GenAiBotToneType = 'Casual' | 'Neutral' | 'Formal'; export type GenAiPlannerAsgnTargetType = 'Plugin' | 'PluginFunction' | 'Function'; export type GenAiPlannerExpressionCondition = 'And' | 'Or' | 'Custom'; export type GenAiPromptGenerationConfigScope = 'Global'; export type GenAiPromptGenerationConfigurationType = 'Policy' | 'Language' | 'Style' | 'Length' | 'Task'; export type GenAiPromptGenerationInstructionLayer = 'Pre' | 'Post'; export type GenAiPromptGenerationInstructionRole = 'System' | 'Assistant' | 'User'; export type GenAiPromptTemplateActvAccessLevel = 'Allowed' | 'Blocked'; export type GenAiPromptTemplateResponseFormat = 'MarkDown' | 'JSON' | 'HTML'; export type GenAiPromptTemplateStatus = 'Published' | 'Draft'; export type GenAiPromptTemplateVisibilityType = 'Locked' | 'Internal' | 'API' | 'Global'; export type GenAiRuleExpressionOperator = 'equal' | 'greaterThan' | 'greaterThanOrEqual' | 'lessThan' | 'lessThanOrEqual' | 'notEqual' | 'isEmpty' | 'isNotEmpty'; export type Gender = 'Neuter' | 'Masculine' | 'Feminine' | 'AnimateMasculine' | 'ClassI' | 'ClassIII' | 'ClassV' | 'ClassVII' | 'ClassIX' | 'ClassXI' | 'ClassXIV' | 'ClassXV' | 'ClassXVI' | 'ClassXVII' | 'ClassXVIII'; export type GenerationMechanism = 'ClientSide' | 'ServerSide'; export type GeoLocationAccuracy = 'Fine' | 'Medium' | 'Coarse'; export type GeocodePrecision = 'Address' | 'NearAddress' | 'Block' | 'Street' | 'ExtendedZip' | 'Zip' | 'Neighborhood' | 'City' | 'County' | 'State' | 'Unknown'; export type GeographicRegionType = 'State' | 'Country'; export type GisAuthenticationType = 'APP_AUTH' | 'USER_AUTH'; export type GisFieldType = 'GeoJSON' | 'Geolocation'; export type GisFilterOperator = 'EQUALS' | 'STARTS_WITH' | 'ENDS_WITH' | 'IS_NULL' | 'GREATER_THAN' | 'LESS_THAN' | 'GREATER_THAN_OR_EQUAL' | 'LESS_THAN_OR_EQUAL'; export type GisJobStatus = 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLED' | 'PARTIALLY'; export type GisLayerType = 'LINE' | 'POINT' | 'POLYGON'; export type GisProvider = 'ESRI'; export type GlobalVariableContext = 'Visualforce' | 'Flow' | 'Validation'; export type GraphType = 'HorizontalHierarchy' | 'VerticalHierarchy' | 'SwimlaneItemDependency' | 'EpcProductStructure' | 'DfoFulfillmentWorkspace' | 'DfoFulfillmentPlan' | 'CrossObjectFieldHistory' | 'CardView' | 'InternalTestingGraphType' | 'FlexibleHierarchy'; export type GroupType = 'Regular' | 'Personal' | 'Role' | 'RoleAndSubordinates' | 'RoleAndSubordinatesInternal' | 'Manager' | 'ManagerAndSubordinatesInternal' | 'Organization' | 'Queue' | 'Territory' | 'TerritoryAndSubordinates' | 'PRMOrganization' | 'User' | 'PartnerUser' | 'AllCustomerPortal' | 'CustomerPortalUser' | 'AllRestrictedEmployee' | 'PortalRoleAt' | 'PortalRoleDown' | 'LicenseManagerUser' | 'PartnerNetworkConnection' | 'MLMyTeam' | 'SharingRuleGroup' | 'LitePortalUserAccessGroup' | 'Sites' | 'CollaborationGroup' | 'ChannelProgramGroup' | 'SharingRecordCollGroup' | 'Participant' | 'DataAnalytics' | 'AccountRelationshipGroup' | 'GuestUserGroup' | 'PardotUserGroup' | 'PardotUserRestrictedGroup' | 'ContactCenterGroup' | 'ManagedContentSpaceRole' | 'BusinessUnit'; export type GuidedConfigKey = 'aiDisclosure' | 'optOutMessage' | 'valueProposition' | 'companyDescription' | 'meetingOwner' | 'proofPoints' | 'language' | 'type' | 'userId' | 'label' | 'tone' | 'companyName' | 'prospectCreationMetadata' | 'prospectCreationFlowId' | 'shouldVerifyUser' | 'handoffEnabled' | 'handoffSDRAgent' | 'handoffWaitType' | 'handoffWaitDuration' | 'handoffFlowId' | 'alternateMeetingOwner' | 'isEnabled' | 'idealCustomerProfile' | 'qualifyingQuestions' | 'selectedFields' | 'outcomeFields' | 'qualificationPromptTemplateId' | 'updateLeadFlowId'; export type HandlerFunctionType = 'GetUidFromSalesforceId' | 'ConsumeCustomerIdToken'; export type HorizontalAlignment = 'left' | 'center' | 'right'; export type HydrationStatus = 'Hydrated' | 'Unhydrated' | 'PartiallyHydrated'; export type IFrameWhitelistContext = 'VisualforcePages' | 'LightningOut' | 'Surveys' | 'DCH_ADDIN_APP'; export type IPAddressFeature = 'EmailIpFiltering'; export type IPAddressUsageScope = 'Exclusion' | 'Inclusion'; export type IconUsageType = 'PersonLifeEvent' | 'InsurancePolicy' | 'BusinessMilestone' | 'Interaction' | 'AssetMilestone' | 'FinancialAccountMilestone'; export type IdempotencySupportStatus = 'No' | 'Yes'; export type IdentificationRuleAttributePurpose = 'Identification' | 'Expression'; export type IdentityProviderAuthFlow = 'AuthorizationCode' | 'ClientCredentials' | 'JwtBearer' | 'SalesforceDefined'; export type IdentityProviderAuthProtocol = 'OAuth' | 'SalesforceDefined'; export type IdentityResolutionMode = 'Individual' | 'Unified'; 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 IdentityVerificationSearchLayoutType = 'Tab' | 'Stack'; export type IdentityVerificationSearchType = 'Text-Based' | 'Object-Based'; export type InboundConnPropertyName = 'LinkId' | 'Region' | 'AwsVpcEndpointId' | 'SourceIpRanges'; export type IndexSortDirection = 'ASC' | 'DESC'; export type IndexType = 'PRIMARY' | 'SECONDARY'; export type InfluenceRecordPreferenceType = 'AllRecords' | 'RecordsWithAttribution'; export type InputValueType = 'Variable' | 'Expression' | 'String'; 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 InsightParentType = 'Opportunity' | 'Account'; export type InsightTrendType = 'Positive' | 'Negative' | 'Informational' | 'Suggestion'; export type InstallValidationStatus = 'NoErrorsDetected' | 'BetaInstallIntoProductionOrg' | 'CannotInstallEarlierVersion' | 'CannotUpgradeBeta' | 'CannotUpgradeUnmanaged' | 'DeprecatedInstallPackage' | 'ExtensionsOnLocalPackages' | 'PackageNotInstalled' | 'PackageHasInDevExtensions' | 'UnauthorizedConvertedPackageInstallation' | 'InstallIntoDevOrg' | 'NoAccess' | 'PackagingDisabled' | 'PackagingNoAccess' | 'PackageUnavailable' | 'UninstallInProgress' | 'UnknownError' | 'NamespaceCollision' | 'DisabledPackage' | 'PackageMigrationMismatchVersion' | 'PackageBlocked' | 'DataCloudPackageApiVersion' | 'DataCloudPackageInstall' | 'PackageUnavailableCrc' | 'PackageUnavailableZip'; export type InstalledPkgBundleVersionStatus = 'Installed' | 'Uninstalled'; export type IntegrationApplicationType = 'RestAPI' | 'Example' | 'App'; export type IntegrationAuthenticationType = 'Basic' | 'OAuth' | 'JWT' | 'NoAuth' | 'Custom'; export type IntegrationCategory = 'FSC' | 'Retail' | 'Health' | 'Energy' | 'Communications' | 'Media' | 'Consumer_Goods' | 'Manufacturing' | 'Automotive' | 'Loyalty_Management' | 'Data_Cloud' | 'Employee_Services' | 'Life_Sciences' | 'Revenue_Lifecycle_Management'; export type IntegrationDeploymentStatus = 'Notdeployed' | 'Inprogress' | 'Deployed' | 'DeployedNotConfigured' | 'DeployedAndUseCaseInProgress' | 'DeployedAndUseCaseFailed' | 'Deploying' | 'AuthenticationNeeded' | 'Authenticated'; export type IntegrationEnvironmentRegion = 'US' | 'EU' | 'CA' | 'AU' | 'JP' | 'QAX' | 'DEVX' | 'STGX' | 'STAGE1'; export type IntegrationEnvironmentType = 'Production' | 'Sandbox' | 'Design'; export type IntegrationEnvironmentZone = 'USEast1' | 'USEast2' | 'USWest1' | 'USWest2' | 'EUCentral1' | 'EUWest1' | 'EUWest2' | 'APSouthEast1' | 'APSouthEast2' | 'APNorthEast1' | 'CACentral1' | 'SAEast1'; export type IntegrationResourceType = 'Exchange' | 'Queue' | 'FifoQueue'; export type IntegrationVerUpdateStatus = 'Deploy_Failed' | 'Deploying'; export type InvalidMergeActionType = 'Drop' | 'Keep' | 'Override'; export type InvocableActionExtAttributeDataType = 'String' | 'Boolean' | 'Integer' | 'Date' | 'Double' | 'Long'; export type InvocableActionExtTargetType = 'ActionDefinition' | 'ActionParameter' | 'TypeDefinition' | 'TypeProperty'; 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' | 'cdpRtdgStatus' | 'cdpRtGetIdMap' | 'getSegmentMemberAbsenceContainers' | 'cdpCreateIdentityResolution' | 'cdpIdentityResolutionRunNow' | 'cdpUpdateIdentityResolution' | 'deleteCdpIdentityResolution' | 'cdpListCountOfDuplicateIds' | 'cdpGetDuplicateIds' | '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' | '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' | 'makeCampaignConversational' | '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' | 'itServiceGeneratePassword' | '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' | 'disconnectSfa' | 'summarizeExternalClientApp' | 'summarizeConnectedApp' | 'revokeEcaSessions' | 'initiateAuthProviderSetup' | 'freezeUser' | 'unfreezeUser' | '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' | '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' | 'designMobileApp' | 'createMobileApp' | 'assignSequences' | 'sendDistMktgMessageEvent' | 'getCampaignEngagementData' | 'selectExperienceSite' | '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 ItemActionType = 'Omniscript' | 'Aura' | 'LWC'; export type ItemCategory = 'dbBased' | 'fileBased'; export type ItemInstanceTypeEnum = 'component' | 'field'; export type ItemType = 'TABLE'; export type IterationOrder = 'Asc' | 'Desc'; export type JWTSessionTimeoutType = 'UserSession' | 'Custom'; export type JournalProcessType = 'Loyalty' | 'AccountingSubledger' | 'Automotive' | 'Analytics' | 'ShipAndDebit' | 'Referral' | 'UnifiedPromotions' | 'ChannelPartnerInventory'; export type KnowledgeWorkflowAction = 'PublishAsNew' | 'Publish'; export type LCResourceFormat = 'html' | 'js' | 'css' | 'json' | 'xml' | 'svg'; 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' | 'he' | 'id'; export type LastLoadStatusEnum = 'InProgress' | 'Completed' | 'Failed' | 'NotLoaded'; export type LastMilePlatform = 'LMP' | 'UCS'; export type LatestAttribModelRefreshedStatus = 'Complete' | 'Processing' | 'Canceled' | 'Failure' | 'None'; export type LayoutHeader = 'PersonalTagging' | 'PublicTagging'; export type LayoutSectionStyle = 'TwoColumnsTopToBottom' | 'TwoColumnsLeftToRight' | 'OneColumn' | 'CustomLinks'; export type LayoutType = 'Standard' | 'ProcessDefinition' | 'GlobalQuickActionList'; export type LearningAchievementType = 'LearningCourse' | 'LearningProgram' | 'AchievementGroup' | 'AchievementGroupAll' | 'Skill' | 'Custom'; export type LensType = 'lens' | 'dashboard' | 'mDashboard' | 'lensTemplate' | 'dashboardTemplate' | 'lensSnapshot' | 'dashboardSnapshot' | 'component' | 'componentTemplate'; export type LetterheadHorizontalAlignment = 'None' | 'Left' | 'Center' | 'Right'; export type LetterheadVerticalAlignment = 'None' | 'Top' | 'Middle' | 'Bottom'; export type LicenseExpirationPolicy = 'AllowNamespaceAccess' | 'BlockNamespaceAccess'; export type LicensingErrorLevel = 'Fatal' | 'Warning' | 'Info'; export type LifeSciAssignmentLevel = 'Profile' | 'User'; export type LifeSciCategoryType = 'Hierarchical' | 'List'; export type LifeSciChangeUpdateTypes = 'DoNotApplyChangesImmediately' | 'ApplyChangesByField' | 'ApplyChangesImmediately'; 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 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 LinkStatus = 'None' | 'Updating' | 'Active' | 'Error'; export type ListLayoutTypes = 'SearchResult' | 'Lookup' | 'LookupPhone' | 'KeyList' | 'ListButtons' | 'SearchFilter' | 'LookupFilter'; 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 LiveChatButtonPresentation = 'Slide' | 'Fade' | 'Appear' | 'Custom'; export type LiveChatButtonRoutingType = 'Choice' | 'LeastActive' | 'MostAvailable'; export type LiveChatButtonType = 'Standard' | 'Invite'; export type LmaApiSessionType = 'Debugger' | 'Profiler' | 'Logging' | 'Real'; export type LoginFlowType = 'UI'; export type LookupValueType = 'User' | 'Queue' | 'RecordType'; 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 LoyaltyPgmProcCondOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'Contains' | 'DoesNotContain' | 'IsNull' | 'IsNotNull'; export type LoyaltyPgmProcCondType = 'Literal' | 'Parameter' | 'Formula' | 'Lookup'; export type LoyaltyPgmProcCrudActType = 'create' | 'update'; export type LoyaltyPgmProcExecutionType = 'RealTime' | 'Batch' | 'BatchAndRealTime'; export type LoyaltyPgmProcParmDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Sobject' | 'Boolean'; export type LoyaltyPgmProcParmType = 'Variable' | 'Constant' | 'Formula'; export type LoyaltyPgmProcRuleStatus = 'Draft' | 'Active' | 'Inactive'; export type LoyaltyPgmProcRuleType = 'Condition' | 'Action' | 'ConditionGroup' | 'DefaultPath'; export type LoyaltyPgmProcStatus = 'Draft' | 'Active' | 'Inactive'; 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 MLDataDefinitionType = 'Recipient' | 'Candidate' | 'Interaction' | 'Prediction' | 'Generative'; export type MLFieldType = 'Prediction' | 'Pushback' | 'Included' | 'Excluded' | 'Join' | 'Related' | 'Expression' | 'SegmentExpression' | 'TrainingExpression' | 'ScoringExpression' | 'PositiveExpression' | 'NegativeExpression' | 'SourceDate' | 'Retriever'; 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 MLRelationType = 'Inner' | 'Leftouter' | 'Leftinner' | 'Full'; export type ManageableState = 'released' | 'deleted' | 'deprecated' | 'installed' | 'beta' | 'unmanaged' | 'installedEditable' | 'deprecatedEditable'; export type ManagedContentSpaceModuleStatusEnum = 'ENABLED' | 'DISABLED' | 'ERROR' | 'INVALID' | 'STANDBY' | 'NOT_INSTALLED'; export type MappedFieldType = 'FEATURE' | 'PREDICTION_SCORE' | 'INSIGHT' | 'SUGGESTION' | 'SECONDARY_RESPONSE_RECORD_ID' | 'RECOMMENDATION_RESPONSE_RECORD_ID' | 'RECOMMENDATION' | 'PREDICTION_SCORE_INPUT'; export type MappingAlertType = 'None' | 'Warning' | 'Error'; export type MappingBehaviorType = 'PointInTime' | 'CurrentValue'; export type MappingOperation = 'Autofill' | 'Overwrite'; export type MappingType = 'WorkPlans_WorkPlanTemplate_WorkPlan' | 'WorkPlans_WorkStepTemplate_WorkStep' | 'WorkPlans_WorkPlanTemplateEntry_WorkStep'; export type MappingUsageType = 'ConvertToSalesAgreement' | 'EligibleProgramRebateType' | 'MapJournalToMemberAggregate' | 'TransformationMapping' | 'CLMFieldMapping'; export type MarketAudienceStatus = 'New' | 'Counting' | 'Activating' | 'Activated' | 'Disabled' | 'Error'; export type MarketingConfiguration = sObject & { BusinessUnit?: BusinessUnit; BusinessUnitId?: ID; ConfigurationType?: MarketingConfiguration; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FeatureType?: MarketingFeature; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Value?: string; }; export type MarketingFeature = 'Business_Units' | 'Marketing_Performance_App' | 'UMA_SETUP_FEATURES_PROGRESS_STATUS' | 'Personalization_Data_Graphs' | 'UMA_SETUP_FEATURES_IDENTITY_RESOLUTION' | 'USERS_BACKFILLING' | 'UMA_WEB_TRACKING' | 'CONSENT' | 'UMA_CONSENT_BANNER' | 'UMA_ATTRIBUTION'; export type MatchingMethod = 'Exact' | 'FirstName' | 'LastName' | 'CompanyName' | 'Phone' | 'City' | 'Street' | 'Zip' | 'Title'; export type MatchingRuleSobjectSubtype = 'None' | 'PersonAccount'; export type MatchingRuleStatus = 'Inactive' | 'DeactivationFailed' | 'Activating' | 'Deactivating' | 'Active' | 'ActivationFailed'; export type MessagePurpose = 'TRANSACTIONAL' | 'PROMOTIONAL'; 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 MessagingAuthorizationType = 'PublicKeyCertificateSet' | 'AuthProvider'; export type MessagingAutoResponseType = 'InitialResponse' | 'AgentEngagedResponse' | 'AgentEndEngagementResponse' | 'OptInPrompt' | 'DoubleOptInPrompt' | 'EndUserInactiveResponse' | 'EndUserIdleResponse' | 'OptOutConfirmation' | 'CustomResponse' | 'HelpResponse' | 'OptInConfirmation'; export type MessagingChannelAutoResponseType = 'InitialResponse' | 'AgentEngagedResponse' | 'AgentEndEngagementResponse' | 'OptInPrompt' | 'DoubleOptInPrompt' | 'OptInConfirmation' | 'OptOutConfirmation' | 'HelpResponse' | 'CustomResponse' | 'ServerErrorResponse' | 'EndUserIdleResponse' | 'EndUserInactiveResponse'; export type MessagingChannelConsentType = 'ImplicitOptIn' | 'ExplicitOptIn' | 'DoubleOptIn'; export type MessagingChannelParameterType = 'Standard' | 'Custom'; export type MessagingChannelProcurementRequestStatus = 'New' | 'InProgress' | 'Completed' | 'Error' | 'Canceled'; export type MessagingChannelProvisioningRequestStatus = 'New' | 'InProgress' | 'AwaitingFinalization' | 'Finalized' | 'Completed' | 'Error'; export type MessagingChannelRoutingType = 'OmniQueue' | 'OmniSkills'; export type MessagingChannelStandardParameterType = 'FirstName' | 'LastName' | 'Email' | 'Subject'; export type MessagingChannelTargetLookupValueType = 'Queue' | 'Intent'; export type MessagingChannelType = 'EmbeddedMessaging' | 'InternalCopilot' | 'Voice' | 'Custom' | 'Facebook' | 'Line' | 'WhatsApp' | 'AppleMessagesForBusiness' | 'VoiceIntegrationPilot' | 'Text' | 'PstnVoice' | 'WhatsAppVoice' | 'SipVoice' | 'Email'; export type MessagingChannelTypeEnum = 'EmailDomain'; export type MessagingChannelUsageDeploymentType = 'DigitalEngagementConversation' | 'UnifiedConversation' | 'MessagingEngagement' | 'MarketingJourneyBuilder'; export type MessagingKeywordType = 'OptIn' | 'DoubleOptIn' | 'OptOut' | 'Help' | 'Custom'; export type MessagingPaymentSystemType = 'ApplePay'; export type MessagingSessionHandlerType = 'Queue' | 'Flow' | 'User' | 'AgentforceServiceAgent'; export type MessagingTemplateApprovalStatus = 'NeedsApproval' | 'Pending' | 'Approved' | 'Rejected' | 'NotApplicable'; export type MessagingTemplateIntent = 'AccountUpdate' | 'ConfirmedEventUpdate' | 'PostPurchaseUpdate' | 'PaymentUpdate' | 'PersonalFinanceUpdate' | 'ShippingUpdate' | 'ReservationUpdate' | 'IssueResolution' | 'AppointmentUpdate' | 'TransportationUpdate' | 'TicketUpdate' | 'AlertUpdate'; export type MetricAggregateFunction = 'Count' | 'Sum' | 'Avg' | 'Distinct' | 'Select'; export type MfgProgramTemplateStatus = 'Active' | 'Inactive' | 'Draft'; export type MfgProgramTransformationType = 'BusinessTransformation' | 'ForecastSetRelation'; export type MilestoneTimeUnits = 'Minutes' | 'Hours' | 'Days'; 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 MktDataModelFieldUsageTag = 'None' | 'KeyQualifier'; export type MktIntelDataPipelineRunStatus = 'SUCCESS' | 'PROCESSING' | 'FAILED' | 'PENDING'; export type MlAIModelAlgorithmType = 'Unknown' | 'Glm' | 'Gbm' | 'Xgboost' | 'RandomForest' | 'Lightgbm' | 'XgboostV2' | 'Mlp' | 'Adaboost' | 'Svm' | 'Catboost' | 'DecisionTree' | 'NaiveBayes' | 'Lda' | 'Gmm' | 'KMeans' | 'HDBSCAN'; export type MlAIModelType = 'ModelArtifact' | 'ConfiguredModel'; export type MlDomainType = 'Local' | 'Global'; export type MlGenerativeModelType = 'Text'; export type MlInferenceFormat = 'JSON_DENSE' | 'CSV' | 'JSON_INSTANCES' | 'DATAFRAME_RECORDS' | 'DATAFRAME_SPLIT' | 'JSON' | 'COLUMNAR'; export type MlIntentModelConfusionType = 'None' | 'Scattered' | 'Contains' | 'Contained' | 'Overlap'; export type MlModelCapability = 'Completion' | 'ChatCompletion' | 'Embedding' | 'Regression' | 'BinaryClassification' | 'MulticlassClassification' | 'Clustering' | 'Generic'; 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 MlModelEndpointType = 'REAL_TIME_INFERENCE' | 'BATCH_INFERENCE'; export type MlModelPredictionType = 'Regression' | 'BinaryClassification' | 'MulticlassClassification' | 'Clustering' | 'Generic'; export type MlModelSourceType = 'ModelConnector' | 'EdcNoCode' | 'OutOfTheBox' | 'FineTuned'; export type MlModelStatus = 'NEW' | 'QUEUED' | 'RUNNING' | 'SUCCEEDED' | 'FAILED'; export type MlModelType = 'Predictive' | 'Generative' | 'Unknown'; export type MlParameterSubtype = 'Integer' | 'Double' | 'Picklist'; export type MlParameterType = 'Discrete' | 'Continuous'; export type MlRuntimeType = 'External' | 'Internal' | 'InternalV2'; export type MlSlotClassDataType = 'Text' | 'Number' | 'Boolean' | 'Date' | 'DateTime' | 'Currency'; export type MlSlotClassExtractionType = 'Pattern' | 'Value'; export type MlStandardSlotClass = '_Text' | '_Boolean' | '_DateTime' | '_Date' | '_Money' | '_Number' | '_Object' | '_Person' | '_Location' | '_Organization' | '_Percent' | '_Email' | '_PhoneNumber'; export type MobileCredentialType = 'Development' | 'Production'; export type MobilePlatformType = 'Apple' | 'Android'; export type MobileSecurityCertPinType = 'AuthServer' | 'Resource'; 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 MobileSessionTimeout = 'Never' | 'OneMinute' | 'FiveMinutes' | 'TenMinutes' | 'ThirtyMinutes' | 'SixtyMinutes' | 'OneTwentyMinutes' | 'OneEightyMinutes' | 'TwoFortyMinutes'; export type ModalityType = 'UI' | 'Voice'; export type ModelContext = 'Personalization' | 'CampaignInfluence' | 'Attribution'; export type ModelEntityType = 'QA' | 'ARTICLE' | 'CASE'; export type ModelStatus = 'PUBLISHED' | 'DARK_LAUNCHED' | 'REJECTED' | 'PHASED_OUT' | 'VERIFIED' | 'NO_MODEL'; export type ModerationRuleAction = 'Block' | 'FreezeAndNotify' | 'Review' | 'Replace' | 'Flag'; export type ModerationRuleType = 'Content' | 'Rate'; export type Modifier = 'TESTMETHOD' | 'GLOBAL' | 'WEBSERVICE' | 'PUBLIC' | 'PRIVATE' | 'PROTECTED' | 'WITHSHARING' | 'WITHOUTSHARING' | 'INHERITEDSHARING' | 'STATIC' | 'TRANSIENT' | 'ABSTRACT' | 'FINAL' | 'OVERRIDE' | 'VIRTUAL'; export type MonitoredEvents = 'AuditTrail' | 'Login' | 'Entity' | 'DataExport' | 'AccessResource'; export type MsgChannelAvailabilityType = 'Country'; export type MsgChnlAvailableCountryCode = 'AI' | 'AL' | 'AR' | 'AT' | 'AW' | 'BA' | 'BF' | 'BH' | 'BR' | 'BT' | 'CH' | 'CL' | 'CO' | 'CR' | 'CY' | 'DE' | 'DK' | 'DO' | 'EC' | 'EE' | 'ES' | 'FI' | 'GD' | 'GR' | 'GY' | 'HN' | 'HR' | 'HU' | 'IN' | 'IQ' | 'IS' | 'IL' | 'KN' | 'KR' | 'KY' | 'LA' | 'LB' | 'LC' | 'LI' | 'LT' | 'LU' | 'LV' | 'ML' | 'MO' | 'MS' | 'MT' | 'MX' | 'MY' | 'MZ' | 'NL' | 'NO' | 'NZ' | 'PA' | 'PE' | 'PK' | 'PT' | 'PW' | 'PY' | 'RS' | 'SE' | 'SI' | 'SK' | 'SL' | 'TC' | 'TG' | 'TJ' | 'TT' | 'TW' | 'UA' | 'UY' | 'VC' | 'VE' | 'WS' | 'XK' | 'ZA' | 'ZW'; export type MuleSoftControlPlane = 'None' | 'US' | 'EU'; export type MultiOrgLineageFeatureType = 'TUA' | 'RDC'; export type MultiOrgNotificationStatus = 'PENDING' | 'NOTIFIED' | 'PICKED' | 'FAILED'; 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 NavType = 'Standard' | 'Console'; export type NearCorePolicyConsumer = 'ALL' | 'DATACLOUD' | 'MULESOFT' | 'TABLEAU' | 'CORE'; export type NetworkBotDefinitionFeatureCodeType = 'Default'; export type NetworkPageOverrideSetting = 'Designer' | 'VisualForce' | 'Standard' | 'Configurable'; export type NetworkStatus = 'UnderConstruction' | 'Live' | 'DownForMaintenance'; export type NetworkUserType = 'Internal' | 'Customer' | 'Partner'; export type NextOwnerType = 'adhoc' | 'user' | 'userHierarchyField' | 'relatedUserField' | 'queue' | 'apexMethod' | 'PreviousApprover' | 'none'; export type NodeType = 'Setup' | 'PersonalSettings' | 'ServiceSetup' | 'EssentialsSetup' | 'MarketingSetup' | 'Audience360Setup' | 'OslSetup' | 'P13nSetup'; export type NotificationActionName = 'ViewRecord' | 'UpdateRecord'; export type NotificationActionType = 'NotificationApiAction' | 'Share'; export type NotificationChannelType = 'Slack' | 'Email' | 'InApp' | 'Teams'; export type NotificationCondOperator = 'Equals' | 'GreaterThan' | 'GreaterOrEqual' | 'LessThan' | 'LessOrEqual' | 'Contains' | 'NotEqual' | 'DoesNotContain' | 'StartsWith' | 'IsUpdated'; export type NotificationCriteriaType = 'And' | 'Or' | 'CustomLogic'; export type NotificationDefinitionType = 'Template' | 'Custom'; export type NotificationRecipientType = 'UserId' | 'EmailId' | 'SlackChannel' | 'UserField' | 'InAppPortal'; export type NotificationStatus = 'Active' | 'Inactive' | 'Draft'; export type NotificationTriggerObject = 'Incident' | 'Problem' | 'ChangeRequest' | 'Release' | 'Case' | 'ApprovalWorkItem' | 'ServiceRequest' | 'Asset' | 'ProductTransfer' | 'WorkOrder' | 'ProductRequest' | 'CompPlcyCommsResponse' | 'RiskEvalSurveyInvt'; export type NotificationTriggerType = 'Insert' | 'Update'; export type NotificationUsageType = 'ITServices'; export type OAuthProviderType = 'GOOGLE' | 'FACEBOOK' | 'AMAZON' | 'LINKEDIN' | 'LINKEDIN_CAPI' | 'SNAPCHAT' | 'DV360' | 'META_CAPI' | 'GAM' | 'TIKTOK' | 'PINTEREST'; 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 Oauth2CannedScopes = 'id' | 'api' | 'web' | 'full' | 'chatter_api' | 'visualforce' | 'refresh_token' | 'openid' | 'profile' | 'email' | 'address' | 'phone' | 'offline_access' | 'custom_permissions' | 'wave_api' | 'eclair_api' | 'hub_api' | 'pardot_api' | 'lightning' | 'content' | 'cdp_ingest_api' | 'cdp_profile_api' | 'cdp_query_api' | 'chatbot_api' | 'cdp_segment_api' | 'cdp_identityresolution_api' | 'forgot_password' | 'cdp_calculated_insight_api' | 'user_registration_api' | 'sfap_api' | 'interaction_api' | 'cdp_api' | 'einstein_gpt_api' | 'pwdless_login_api' | 'mcp_api' | 'scrt_api'; export type ObjFldValMapUsageType = 'RiskManagement'; export type ObjHierarchyMappingType = 'ParentToParent' | 'ParentToChild' | 'ChildToChild' | 'Support'; export type ObjectAccessLevel = 'Edit' | 'Read' | 'None'; export type ObjectFilterOperator = 'with' | 'without'; export type ObjectRelationshipType = 'Direct' | 'Indirect' | 'Self' | 'InverseDirect'; export type ObjectToLink = 'Contact'; export type ObjectiveParameterKey = 'DaysBack' | 'DaysAhead' | 'PrioritizeResource' | 'MinimumGapDuration' | 'ResourcePriority' | 'SkillType' | 'UtilizationFactor' | 'PolicyApplicableDuration'; export type OcrApplicationType = 'Industries' | 'EinsteinDocumentReader'; export type OcrMappingType = 'FormField' | 'TableColumn'; export type OmniAnalyticsComponentType = 'Omniscript' | 'Flexcard'; export type OmniDataTransformInputType = 'JSON' | 'XML' | 'SObject' | 'Custom'; export type OmniProcessType = 'OmniScript'; export type OmniSuperSkillVisibilityType = 'AllSkills' | 'AnySkill'; 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 OmniTrackingGroupType = 'Internal' | 'External'; export type OmniUiCardType = 'Parent' | 'Child'; export type OnboardingDataObjBusContext = 'KYC_VALIDITY' | 'DVC'; export type OnboardingDataObjGrpCompType = 'StandardMinimumValidity' | 'Formula'; 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 OnboardingDataObjGrpUsageType = 'ValidityPeriod' | 'DocumentValidation'; export type OnboardingDataObjVerGrpStatus = 'Active' | 'Inactive'; export type OperationStatus = 'NEW' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'ABORTED'; export type OperationType = 'Ftest' | 'FtestNoOp' | 'FtestNoListener' | 'FtestDupListener' | 'FtestPartiallyDefinedListener' | 'RunTerritoryRules' | 'RunOppTerrAssignmentApex'; export type OrderLifeCycleType = 'MANAGED' | 'UNMANAGED'; export type OrgCopyStrategy = 'legacyTICopy' | 'unknown' | 'sandstormCopy'; export type OrgDomainProdSuffix = 'MySalesforceLimited' | 'DatabaseLimited' | 'CloudforceLimited' | 'OrgLevelCertificateLimited' | 'Restricted1' | 'MySalesforce' | 'Restricted2' | 'OrgLevelCertificate'; export type OrgDomainRedirectOption = 'Undeployed' | 'Redirect' | 'WarnOnRedirect' | 'NoRedirect'; export type OrgDomainShard = 'none' | 'sandbox' | 'develop' | 'patch' | 'trailblaze' | 'scratch' | 'demo' | 'free' | 'bt' | 'sfdctest' | 'sfdcdot' | 'sfrestore'; export type OrgWideEmailAddressPurpose = 'UserSelection' | 'DefaultNoreply' | 'UserSelectionAndDefaultNoReply'; 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 OutboundRouteType = 'OmniChannelFlow'; export type OutputType = 'UnitPrice' | 'AdjustmentType' | 'AdjustmentValue' | 'CustomOutput' | 'HashOutput' | 'TierType' | 'TierValue' | 'LowerBound' | 'UpperBound'; export type Package2ContainerOptions = 'Managed' | 'Unlocked' | 'Locked'; export type Package2TransferStage = 'Queued' | 'GatheringPackage2Entities' | 'WaitingOnDestinationDevHub' | 'InsertingPackage2Entities' | 'UpdatingGlobalTables' | 'DeletingPackage2Entities' | 'Success' | 'Error'; export type Package2VersionBuildStatus = 'Queued' | 'RetrievingReleasedEntityState' | 'RetrievingVersionInfo' | 'DeployingSettings' | 'WaitingForSettingsDeploy' | 'DeployingUnpackagedSeedMetadata' | 'WaitingForDeployUnpackagedSeedMetadata' | 'InstallingDependencies' | 'DeployingAncestorMetadata' | 'WaitingForAncestorMetadataDeploy' | 'DeployingMetadata' | 'WaitingForMetadataDeploy' | 'MetadataDeployComplete' | 'GeneratingReleasedEntityState' | 'RetrievingMetadata' | 'WaitingForMetadataRetrieve' | 'RetrievingDeveloperMetadata' | 'WaitingForDeveloperMetadataRetrieve' | 'DeployingUnpackagedMetadata' | 'WaitingForDeployUnpackagedMetadata' | 'RunningTests' | 'WaitingForTestRuns' | 'SendStartHubSynchronousTasks' | 'WaitingForHubSynchronousTasks' | 'ProcessAsyncTasks' | 'Success' | 'Error'; export type Package2VersionCreateRequestStatus = 'Queued' | 'Initializing' | 'VerifyingFeaturesAndSettings' | 'VerifyingDependencies' | 'VerifyingMetadata' | 'FinalizingPackageVersion' | 'PerformingValidations' | 'Success' | 'Error'; export type PackageApexInterfaceType = 'S' | 'N'; export type PackageCategory = 'Package' | 'Application' | 'Module' | 'Package2'; export type PackageInstallRequestStatus = 'InProgress' | 'Success' | 'Error' | 'Unknown' | 'Canceled'; export type PackageInstallSecurityType = 'Full' | 'None' | 'Custom' | 'Push'; export type PackageInstallSource = 'U' | 'R' | 'D' | 'S' | 'A'; export type PackageLicenseStatus = 'Trial' | 'Free' | 'Active' | 'Disabled'; export type PackageNameConflictResolution = 'RenameAllForTest' | 'RenameMetadata' | 'Block'; export type PackageReleaseState = 'Development' | 'Beta' | 'Released' | 'BranchOrg'; export type PackageUploadRequestStatus = 'InProgress' | 'Success' | 'Error' | 'Unknown' | 'Queued'; export type PageComponentType = 'links' | 'htmlArea' | 'imageOrNote' | 'visualforcePage'; export type PageComponentWidth = 'narrow' | 'wide'; export type PaidCashFlowGrouping = 'GroupBySummary' | 'GroupByFundAccount'; export type PardotTenantAccountType = 'Production' | 'Sandbox' | 'Demo'; export type PardotTenantEnvironment = 'PI0' | 'PI3' | 'PIPerf' | 'PIDev' | 'PILocal'; export type PardotTenantStatus = 'Creating' | 'Created' | 'Updating' | 'Updated' | 'Deleting' | 'Deleted' | 'Backfilled' | 'Deprovisioning' | 'Deprovisioned' | 'Error'; export type PardotTenantStatusCode = 'UnknownError' | 'UsernameCollision' | 'InvalidRequest' | 'PardotAccountNotFound' | 'InsufficientLicenseLimits'; export type ParticipantRoleAccessLevel = 'None' | 'Read' | 'Edit'; export type ParticipantRoleSharingUpdateStatus = 'Failure' | 'Success' | 'InProgress'; export type PartyPrflDataObjVldDefStatus = 'Active' | 'Inactive'; export type PathAssistantStepItemType = 'Layout' | 'Information'; export type PendingLicensingRequestStatus = 'New' | 'Pending' | 'InProgress' | 'Provisioned' | 'Error'; export type PeriodTypes = 'Month' | 'Quarter' | 'Week' | 'Year'; export type PermissionSetGroupStatus = 'Updated' | 'Outdated' | 'Updating' | 'Failed'; export type PermissionSetTabVisibility = 'None' | 'Available' | 'Visible'; export type PermissionSetType = 'Regular' | 'Profile' | 'Group' | 'Session' | 'Integration' | 'Standard'; export type PermittedUsersPolicyType = 'AllSelfAuthorized' | 'AdminApprovedPreAuthorized'; export type PersnlBatchDcsnActivationTriggerType = 'None' | 'Automatic'; export type PersnlBatchDcsnErrorCodeOffCore = 'ConfigurationMissingError' | 'ModelValidationError' | 'InternalError' | 'DpcJobError' | 'None'; export type PersnlBatchDcsnKeyFieldType = 'Email' | 'Sms' | 'MobilePush'; export type PersnlBatchDcsnStatus = 'Active' | 'Paused' | 'Error'; export type PersnlBatchLatestRefreshedStatus = 'Complete' | 'Processing' | 'Canceled' | 'Failure' | 'None'; export type PersonalizationExperienceStatus = 'Incomplete' | 'Complete'; export type PersonalizationSource = 'PersonalizationApp' | 'ExperienceBuilder' | 'BlockBuilder' | 'FlowBuilder' | 'Agentforce'; export type PersonalizationSourceMatcherType = 'ContentZone' | 'PageType' | 'PageUrlMatcher'; export type PersonalizationSubstitutionDefConfigType = 'SchemaPath' | 'Static'; export type PersonalizationTargetMethodType = 'ReplaceContentZoneContent' | 'ReplaceElementContent' | 'AddAfterElement' | 'AddBeforeElement' | 'AddOverlay' | 'ContentZoneHandler'; export type PersonalizationTransformationWhenType = 'Immediately' | 'ExitIntent' | 'ElementClick' | 'ScrollPercent'; export type PersonalizationTransformerCategory = 'EmbeddedContent' | 'Agent'; export type PersonalizationTransformerType = 'Handlebars' | 'HtmlElementModifier' | 'AgentScript' | 'Component'; export type PinnedAction = 'None' | 'Top' | 'Bottom'; export type PipelineInspectionMetric = 'TotalPipeline' | 'ClosedWon' | 'Commit' | 'MostLikely' | 'BestCase' | 'OpenPipeline' | 'ClosedLost' | 'MovedIn' | 'MovedOut'; export type PkgBundleVerCpntIstlReqStatus = 'Queued' | 'Success' | 'Error'; export type PkgBundleVerCpntUnistlReqStatus = 'Queued' | 'InProgress' | 'Success' | 'Error'; export type PkgBundleVersionCreateReqStatus = 'Queued' | 'Success' | 'Error'; export type PkgBundleVersionInstallReqStatus = 'Queued' | 'Success' | 'Error'; export type PkgBundleVersionUninstallReqStatus = 'Queued' | 'InProgress' | 'Success' | 'Error'; export type PlanUsageType = 'OrderFulfillment' | 'StageManagement' | 'IntegrationOrchestrator' | 'Fulfillment' | 'InsuranceRuleAction' | 'Generic'; export type PlannerAttrDataType = 'lightning__textType'; export type PlannerAttrMappingType = 'input' | 'output'; export type PlannerFunctionInvocableTargetType = 'apex' | 'flow' | 'standardInvocableAction' | 'generatePromptResponse' | 'externalService' | 'quickAction' | 'createCatalogItemRequest' | 'api' | 'apexRest' | 'cdpMlPrediction' | 'externalConnector' | 'slack' | 'namedQuery' | 'executeIntegrationProcedure' | 'auraEnabled' | 'mcpTool' | 'runExpressionSet' | 'retriever' | 'stub'; export type PlannerType = 'AiCopilot__SequentialPlannerIntentClassifier' | 'AiCopilot__ReAct' | 'AiCopilot__AgileAppDev' | 'Atlas__ConcurrentMultiAgentOrchestration' | 'SentOS__SearchAgent' | 'Atlas__VoiceAgent'; export type PlatformActionDeviceFormat = 'Phone' | 'Tablet' | 'Desktop' | 'Aloha'; export type PlatformActionGroupCategory = 'Primary' | 'Overflow'; 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 PlatformActionSection = 'Page' | 'ActivityComposer' | 'CollaborateComposer' | 'SingleActionLinks'; export type PlatformActionTargetType = 'Describe' | 'Invoke' | 'Visualforce' | 'LightningComponent'; export type PlatformActionType = 'QuickAction' | 'StandardButton' | 'CustomButton' | 'ProductivityAction' | 'ActionLink' | 'InvocableAction'; export type PlatformCacheType = 'Session' | 'Organization'; export type PlatformEventChannelEventType = 'custom' | 'standard' | 'monitoring' | 'data'; export type PlatformEventChannelType = 'event' | 'data'; export type PlatformEventPublishBehavior = 'PublishAfterCommit' | 'PublishImmediately'; export type PlatformEventType = 'HighVolume' | 'StandardVolume' | 'ExternalEvent'; export type PlatformSchemaContentType = 'Json'; export type PluginType = 'Topic' | 'APICustomTopic'; export type PolicyAction = 'Block' | 'RaiseSessionLevel'; export type PolicyApplicableDuration = 'ParameterBased' | 'Monthly' | 'Weekly'; export type PolicyOutcome = 'Block' | 'FreezeUser' | 'EndSession' | 'Notified' | 'NoAction' | 'TwoFAInitiated' | 'TwoFASucceeded' | 'TwoFADenied' | 'Error' | 'TwoFAInProgress' | 'TwoFARecoverableError' | 'TwoFAFailedGeneralError' | 'TwoFAFailedInvalidCode' | 'TwoFAFailedTooManyAttempts' | 'TwoFAAutomatedSuccess' | 'TwoFAReportedDenied' | 'TwoFANoAction' | 'FailedPasswordLockout' | 'FailedInvalidPassword' | 'ExemptNoAction' | 'MeteringNoAction' | 'MeteringBlock'; export type PortalRoles = 'Executive' | 'Manager' | 'Worker' | 'PersonAccount'; export type PortalType = 'CustomerSuccess' | 'Partner' | 'Network'; export type PortalTypes = 'None' | 'CustomerPortal' | 'Partner' | 'Networks'; export type Possessive = 'None' | 'First' | 'Second'; export type PredictionDefinitionFieldType = 'Source' | 'Target'; export type PredictionDefinitionMode = 'Manual'; export type PredictionDefinitionStatus = 'Building' | 'Active' | 'Inactive' | 'ReadyToActivate' | 'Failed' | 'Transitioning'; export type PredictionPlatform = 'Einstein_Discovery' | 'Default' | 'Data_Cloud' | 'Einstein_on_Data_Cloud'; export type PreviewType = 'PDF' | 'Thumbnail'; export type PriceGuidanceFrequencyType = 'Weekly' | 'Monthly' | 'Yearly'; export type PriceSheetColumnName = 'Price'; export type PriceSheetColumnType = 'Input' | 'Output'; export type PriceSheetDefinitionStatus = 'ReadyToActivate' | 'InActivationQueue' | 'ActivationInProgress' | 'ActivationFailed' | 'Active' | 'Inactive'; export type PriceSheetEntity = 'PriceSheetEntry'; export type PricingActionEntities = 'Quote' | 'Order' | 'Contract' | 'SalesAgreement' | 'Case' | 'Opportunity' | 'WorkOrder'; export type PricingElement = 'ListPrice' | 'MinimumPrice' | 'PriceAdjustmentMatrix'; export type PricingElementType = 'ListPrice' | 'AttributeDiscount' | 'VolumeDiscount' | 'BundleDiscount' | 'PriceAdjustmentMatrix' | 'PromotionsDiscount' | 'VolumeTierDiscount' | 'DerivedPricing' | 'DiscountDistributionService' | 'MinimumPrice' | 'RuleFetch' | 'AssetDiscovery' | 'PriceRevision'; export type PricingStrategy = 'LowestPrice' | 'Priority'; export type PrivacyOrgConfigType = 'dsrSearchCriteria' | 'dsrSearchScope'; export type PrivateDomainDefinitionValidationStatus = 'Pending' | 'Validated'; export type ProcPlanCriterionDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Boolean' | 'Percent' | 'Currency'; export type ProcPlanCriterionOperator = 'Equals' | 'NotEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'LessThan' | 'LessThanOrEquals' | 'In' | 'NotIn' | 'IsNull' | 'IsNotNull'; export type ProcedurePlanProcessType = 'Default' | 'Billing' | 'ProductDiscovery' | 'Insurance' | 'DeepClone' | 'DRO' | 'RevenueCloud' | 'Q3TEST' | 'GBMemberBasedRating' | 'GBSummaryBasedRating' | 'Commerce' | 'ConsumerSales'; export type ProcedurePlanSectionType = 'PricingProcedure' | 'ProductDiscoveryProcedure' | 'ProductQualificationProcedure' | 'PricingDiscoveryProcedure' | 'DiscountSpreadServiceProcedure' | 'RatingProcedure' | 'Custom' | 'RatingDiscoveryProcedure' | 'Apex'; export type ProcedurePlanVariableDataType = 'Text' | 'Numeric' | 'Date' | 'DateTime' | 'Sobject' | 'Boolean' | 'Percent' | 'Currency'; export type ProcessDefinitionState = 'Active' | 'Inactive' | 'Obsolete'; export type ProcessDefinitionType = 'Approval' | 'State' | 'Flow'; export type ProcessSubmitterType = 'group' | 'role' | 'user' | 'roleSubordinates' | 'roleSubordinatesInternal' | 'owner' | 'creator' | 'accountOwner' | 'ownerDelegate' | 'creatorDelegate' | 'accountOwnerDelegate' | 'partnerUser' | 'customerPortalUser' | 'portalRole' | 'portalRoleSubordinates' | 'allInternalUsers'; export type ProcessTriggerType = 'Normal' | 'Automatic' | 'Timed' | 'Pre' | 'Post'; export type ProductFamilyUsageType = 'AccountForecasting'; export type ProductGrouping = 'BestMatch' | 'VariationParent' | 'NoGrouping'; export type ProductName = 'ServiceCatalog' | 'FinancialServices'; export type ProgramExtContentDefProvider = 'Trailhead'; export type ProgramTaskDefCategory = 'Exercise' | 'Milestone'; 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 PropertyDisplayType = 'Lookup' | 'Picklist' | 'Text' | 'Checkbox' | 'Number' | 'Queue' | 'Date' | 'DateTime'; export type PropertyObjectScope = 'All' | 'Product2' | 'ProductAttribute'; export type ProvInvocationType = 'Flow' | 'ApexHandler'; export type Provider = 'GITHUB' | 'BITBUCKET' | 'GITLAB'; export type ProviderAlertTypes = 'Error' | 'Warning'; export type ProviderCategory = 'ActivityGoal' | 'AccountUtilizationLimit'; export type ProviderClassificationTypes = 'Account' | 'ProviderAcctTerritoryInfo' | 'ProviderAcctProductInfo' | 'Element' | 'PrvdAccountUserGroupInfo' | 'ContactPointAddress'; export type ProviderCreationType = 'PACKAGED' | 'PEER'; export type ProviderDisplayWidgetTypes = 'Checkbox' | 'Currency' | 'Date' | 'NonContinuum' | 'Continuum' | 'Doughnut' | 'Number' | 'Path' | 'Section'; export type ProviderSearchObjectMapping = 'HealthcareProvider' | 'HealthcarePractitionerFacility'; export type ProvisionedFeatureState = 'NOT_AVAILABLE' | 'AVAILABLE' | 'ENABLED' | 'ENABLED_PENDING_ROUTE'; export type ProvisioningAutomationType = 'Manual' | 'EntitlementOnly' | 'Auto'; export type PrstCntntDefContentType = 'Podcast'; export type PtyPrflDataFldVldDefCompType = 'Formula'; export type PtyPrflDataFldVldDefDrtnType = 'Day' | 'Week' | 'Month' | 'Year'; export type PtyPrflDataObjVldDefBusCtx = 'KYC_VALIDITY'; export type PtyPrflDataObjVldDefFldResObj = 'PartyCreditProfileFldVld' | 'PartyExpenseFldVld' | 'PtyFinclAstAddOwnrFldVld' | 'PartyFinclAstFldVld' | 'PtyFinclAstLienFldVld' | 'PtyFinclLiabAddBrwrFldVld' | 'PartyFinclLiabFldVld' | 'PartyIdentityVerfFldVld' | 'PartyIncomeFldVld' | 'PartyPrflAddrFldVld' | 'PartyPrflFldVld' | 'PartyProfileRiskFldVld' | 'PartyScrnSumFldVld' | 'PersonEmpFldVld'; export type PublicFolderAccess = 'ReadOnly' | 'ReadWrite'; export type PublicKeyCertificateSetType = 'JWKS' | 'JWKS_URL'; export type PublishStatusType = 'Draft' | 'Published' | 'PendingChanges' | 'Deprecated'; export type PushServiceType = 'Apple' | 'Android'; 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 QuickActionParameterType = 'Input' | 'Output'; 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 RRADJctObjFilterLogic = 'And' | 'Or' | 'Custom'; export type RRADSourceObjFilterLogic = 'And' | 'Or' | 'Custom'; 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 RateLimitTimePeriod = 'Short' | 'Medium'; export type RcmdSourceType = 'Next_Best_Action_Flow' | 'None'; export type RealTimeConfigFieldType = 'INPUT' | 'OUTPUT'; export type RealTimeConfigPhase = 'CONFIG_CREATED' | 'MODEL_CREATION_STARTED' | 'MODEL_OPERATIONAL' | 'ERROR'; export type RecActorFeatureObjectType = 'Case' | 'MessagingSession' | 'VoiceCall'; export type RecActorFeatureType = 'ServicePlanAgent' | 'ConversationCatchup' | 'CaseRealTimeSentiment'; export type RecommendationChannel = 'DefaultChannel' | 'CustomChannel1' | 'CustomChannel2' | 'CustomChannel3' | 'CustomChannel4' | 'CustomChannel5'; 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 RecordActionType = 'Flow' | 'QuickAction' | 'Omniscript' | 'LWC' | 'WebLink' | 'SvcCatalogItemDef'; export type RecordAggregationDefinitionAggregationType = 'Record'; export type RecordAggregationDefinitionStatus = 'Draft' | 'Active' | 'Inactive'; export type RecordAggregationJoinConditionType = 'AggregateTo' | 'Intermediate' | 'AggregateFrom'; export type RecordAggregationObjectFilterOperator = 'Equals' | 'NotEquals' | 'LessThan' | 'LessThanOrEquals' | 'GreaterThan' | 'GreaterThanOrEquals' | 'Contains' | 'In' | 'NotIn'; export type RecordAlertDataSourceType = 'APEX' | 'BusinessRulesEngine'; export type RecordEditabilityType = 'AdminOnly' | 'AdminOrCurrentApprover'; export type RecordRecommendationType = 'Action' | 'Insight'; export type RecordTriggerType = 'Update' | 'Create' | 'CreateAndUpdate' | 'Delete' | 'None'; export type RecordViewPreference = 'ObjectTypeOnly' | 'RecordName'; export type RecsOutputFieldName = 'Summary' | 'Issue' | 'Resolution' | 'IndividualEmailSummary' | 'CompleteEmailsSummary'; export type RefDataSourceTypeEnum = 'CommercialBuildingsEnergyConsumptionSurvey' | 'ElectricityMap' | 'InternationalEnergyAgencyData' | 'EnvironmentalProtectionAgencyElectricityData' | 'DepartmentForEnvironmentFoodAndRuralAffairs' | 'DEFRAStationaryFuelConversionFactors' | 'DEFRAMobileFuelConversionFactors' | 'USEnvironmentalProtectionAgency' | 'IntergovernmentalPanelOnClimateChange' | 'USEnvironmentallyExtendedInputOutput' | 'USBureauOfLaborStatistics'; export type ReferenceDataNameEnum = 'BuildingEnergyIntensity' | 'ElectricityEmissionFactor' | 'OtherEFSetRentalCarFreightEF' | 'AirTravelEmissionFactor' | 'HotelStayEmissionFactor' | 'GroundTravelEmissionFactor' | 'RefrigerantEmissionFactor' | 'ProcurementEmissionFactor' | 'InflationRates' | 'WasteDisposalEmissionFactor'; export type ReferralConfigSystemType = 'CORE' | 'MC' | 'UMA'; export type RefreshFrequency = 'NO_REFRESH' | 'MONTHLY'; export type RefreshTokenPolicyType = 'Infinite' | 'Zero' | 'SpecificLifetime' | 'SpecificInactivity'; export type RegionFlagStatus = 'disabled' | 'enabled'; export type RegistryProviderType = 'Price' | 'Promotions' | 'Inventory' | 'Shipment' | 'Tax' | 'Extension'; export type RegulatoryStatus = 'CampaignInProgress' | 'CampaignSuccessful' | 'CampaignFailed' | 'TollFreeVerificationInProgress' | 'TollFreeVerificationSuccessful' | 'TollFreeVerificationFailed' | 'TaxRegistration'; export type RelatedOnboardingDataObjRole = 'Parent' | 'Child'; export type RelatedRecordAccessDefShareTo = 'Internal' | 'External' | 'All'; export type RelatedRecordAccessDefStatus = 'Draft' | 'Active' | 'Inactive'; export type RelationshipCardinality = 'OneToOne' | 'ManyToOne'; export type RelationshipType = 'REQUIRES' | 'REQUIRED_BY'; export type ReleaseUpdateStatus = 'Info' | 'Nascent' | 'Pending' | 'Invocable' | 'Revocable' | 'Invoked' | 'Complete'; export type ReleaseUpdateStepStatus = 'Complete' | 'Incomplete' | 'Viewed' | 'Started' | 'New'; export type ReportAggrType = 'Sum' | 'Average' | 'Maximum' | 'Minimum' | 'Unique' | 'RowCount' | 'Median' | 'Noop'; export type ReportAggregateDatatype = 'currency' | 'percent' | 'number'; export type ReportBucketFieldType = 'text' | 'number' | 'picklist'; export type ReportChartSize = 'Tiny' | 'Small' | 'Medium' | 'Large' | 'Huge'; export type ReportFormat = 'MultiBlock' | 'Matrix' | 'Summary' | 'Tabular'; export type ReportFormulaNullTreatment = 'n' | 'z'; export type ReportJobSourceTypes = 'tabular' | 'summary' | 'snapshot'; export type ReportSortType = 'Column' | 'Aggregate' | 'CustomSummaryFormula'; export type ReportStatus = 'NEW' | 'TRAINING' | 'COMPLETED' | 'ERROR' | 'NOT_ENOUGH_DATA_AFTER_PARSING' | 'NOT_ENOUGH_DATA_WITH_CONTACT_REASON' | 'LOW_CLUSTER_QUALITY'; export type ReportSummaryType = 'Sum' | 'Average' | 'Maximum' | 'Minimum' | 'Unique' | 'Median' | 'Noop' | 'None'; 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 RequestInfoOperationType = 'PROMOTE' | 'COMMIT' | 'DEPLOY' | 'REBASE' | 'SWAP' | 'BACK_SYNC'; export type RequestInfoStatus = 'NEW' | 'IN_PROGRESS' | 'SUCCESS' | 'ERROR' | 'CANCELLED' | 'INTERRUPTED' | 'FINALIZING'; export type ResourceDeploymentStatus = 'Inprogress' | 'Failed' | 'Success' | 'UpdateFailed'; export type ResourceInitializationType = 'Default' | 'Off'; export type ResponseFormatInvocableActionType = 'apex' | 'flow' | 'standardInvocableAction' | 'generatePromptResponse'; export type RetentionJobStatus = 'CopyScheduled' | 'CopyRunning' | 'CopySucceeded' | 'CopyFailed' | 'CopyKilled' | 'NothingToArchive' | 'NothingToDelete' | 'DeleteNew' | 'DeleteScheduled' | 'DeleteRunning' | 'DeleteSucceeded' | 'DeleteFailed' | 'DeleteKilled'; export type RiskEvaluation = 'Draft' | 'Completed' | 'Canceled'; export type RiskStatus = 'New' | 'Assess' | 'Monitor' | 'Treat' | 'Closed'; export type RiskType = 'HIGH_RISK' | 'MEDIUM_RISK' | 'MEETS_STANDARD'; export type RoutingOwner = 'Salesforce' | 'Partner'; export type RoutingType = 'Unanimous' | 'FirstResponse'; export type RuleClauseConjunction = 'AND' | 'OR' | 'CUSTOM'; export type RuleContextPath = 'SESSION_DATASPACE' | 'SESSION_CONTACT_ID'; export type RuleDefinitionClause = 'UNLESS' | 'WHEN'; 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 RuleEngine = 'StandardConfigurator' | 'AdvancedConfigurator'; export type RulePrincipalAuthenticationLevel = 'Unidentified' | 'Identified' | 'Authenticated' | 'Internal'; 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 RulePrincipalScope = 'ANY' | 'ASSIGNED_PERMISSIONSET_GROUPS' | 'ASSIGNED_PERMISSIONSETS' | 'GROUP_MEMBER'; 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 RuleResourceScope = 'ANY' | 'DATASPACE' | 'FIELD' | 'RECORD' | 'SPAN'; export type RuleStatus = 'Draft' | 'Activated' | 'Deactivated' | 'Verified' | 'ActivationInProgress' | 'DeactivationInProgress'; export type SCRBStatus = 'MERGE_CONFLICT' | 'DEPLOYMENT_ERROR'; export type SCRPProvider = 'GITHUB' | 'BITBUCKET' | 'GITLAB'; export type SControlContentSource = 'HTML' | 'URL' | 'Snippet'; export type SamlEncryptionType = 'AES_128' | 'AES_256' | 'Triple_Des'; export type SamlIdentityLocationType = 'SubjectNameId' | 'Attribute'; export type SamlIdentityType = 'Username' | 'FederationId' | 'UserId'; export type SamlIdpSLOBinding = 'RedirectBinding' | 'PostBinding'; export type SamlInitiationMethod = 'None' | 'IdpInitiated' | 'SpInitiated'; export type SamlNameIdFormatType = 'Unspecified' | 'EmailAddress' | 'Persistent' | 'Transient'; export type SamlSigningAlgoType = 'SHA1' | 'SHA256'; export type SamlSpSLOBinding = 'RedirectBinding' | 'PostBinding'; export type SamlSubjectType = 'Username' | 'FederationId' | 'UserId' | 'SpokeId' | 'CustomAttribute' | 'PersistentId'; export type SamlType = 'SAML1_1' | 'SAML2_0'; export type SampleLimitDiscAlertType = 'Error' | 'Warning'; export type SandboxLicenseType = 'FULL' | 'PARTIAL' | 'DEVELOPER_PRO' | 'DEVELOPER' | 'COURTESY_FULL' | 'MIGRATION' | 'ADVANCED_DEV' | 'ADVANCED_FULL' | 'FULL_PLUS'; export type SandboxRefreshAction = 'ACTIVATE' | 'DISCARD'; export type SaveType = 'Standard' | 'Large'; export type ScheduledProcessStatus = 'PENDING' | 'FINISHED' | 'PROCESSING' | 'FAILED' | 'ACTIVATION_PENDING_CONFIRM' | 'ACTIVATION_CONFIRMED' | 'DEACTIVATION_CONFIRMED' | 'DEACTIVATION_FINISHED' | 'ACTIVATION_PROCESSING' | 'SUSPENDED' | 'OK' | 'NOT_ENABLED' | 'ALREADY_RUN' | 'DELETED' | 'PENDING_DELETE' | 'PENDING_DISCARD' | 'STOPPED' | 'PENDING_ORG_STATUS_UPDATE' | 'SET_TO_NULL' | 'NO_CHANGE' | 'PENDING_RESET' | 'PENDING_DELETE_PARTIAL' | 'SAMPLING' | 'PENDING_SAMPLING' | 'PENDING_REMOTE' | 'REMOTE_CREATED'; export type SchedulingCategory = 'B' | 'A'; export type SchedulingMode = 'Sliding' | 'Reshuffle' | 'Normal'; export type SchedulingObjectiveType = 'AgentPreference' | 'BalanceShifts' | 'BalanceNonStandardShifts' | 'ASAP' | 'MinimizeGaps' | 'MinimizeOvertime' | 'MinimizeTravel' | 'PreferredServiceResource' | 'ResourcePriority' | 'SameSiteService' | 'SkillLevelService' | 'SkillPreferencesService' | 'LoadBalancing'; 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 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 ScoreCategoryRangeType = 'Numeric' | 'Text'; export type ScoreCategoryRelatedObjectType = 'Account'; export type ScoringModel = 'Simple' | 'Objective'; 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 SectionResolutionType = 'Default' | 'RuleBased'; export type SegmentationType = 'NO_FILTER' | 'SINGLE_OBJECT_FILTER' | 'CROSS_OBJECT_FILTER'; export type SemanticAggregationType = 'SUM' | 'AVERAGE' | 'MIN' | 'MAX' | 'MEDIAN' | 'COUNT_DISTINCT' | 'COUNT' | 'STDDEV' | 'STDDEVP' | 'VAR' | 'VARP' | 'LAST' | 'FIRST' | 'USER_AGG' | 'AUTO' | 'NONE'; export type SemanticCalculatedDimensionDataType = 'TEXT' | 'DATE' | 'DATETIME' | 'IMAGE' | 'BOOLEAN' | 'GEO' | 'NUMBER' | 'URL' | 'EMAIL' | 'PHONE_NUMBER' | 'CURRENCY' | 'PERCENTAGE' | 'HIERARCHY_PATH'; export type SemanticCalculatedFieldLevel = 'CONTEXT_DEPENDENT' | 'CIO_AGGREGATABLE_METRIC' | 'CIO_NON_AGGREGATABLE_METRIC' | 'ROW' | 'AGGREGATE_FUNCTION' | 'TABLE_CALC' | 'LOD'; export type SemanticCalculatedMeasurementDataType = 'DURATION' | 'NUMBER' | 'PERCENTAGE' | 'TEXT' | 'DATE' | 'DATETIME' | 'BOOLEAN' | 'URL' | 'EMAIL' | 'PHONE_NUMBER' | 'CURRENCY' | 'HIERARCHY_PATH'; export type SemanticCardinalityType = 'ONE_TO_ONE' | 'ONE_TO_MANY' | 'MANY_TO_ONE' | 'MANY_TO_MANY' | 'UNSPECIFIED'; export type SemanticDataObjectFieldDataType = 'TEXT' | 'DATE' | 'DATETIME' | 'IMAGE' | 'BOOLEAN' | 'GEO' | 'NUMBER' | 'CURRENCY' | 'DURATION' | 'PERCENTAGE' | 'URL' | 'EMAIL' | 'PHONE_NUMBER'; export type SemanticDataObjectType = 'DMO' | 'CIO' | 'DLO' | 'CUSTOM_SQL' | 'PDS'; export type SemanticDataRole = 'DIMENSION' | 'MEASUREMENT'; export type SemanticDataType = 'IMAGE_URL' | 'WEB_URL' | 'LATITUDE' | 'LONGITUDE' | 'HIERARCHY_PATH' | 'RECORD_CURRENCY' | 'NONE'; export type SemanticDefinitionType = 'DATA_OBJECT' | 'RELATIONSHIP' | 'CALCULATED_DIMENSION' | 'CALCULATED_MEASUREMENT' | 'PARAMETER' | 'LOGICAL_VIEW' | 'METRIC' | 'MAPPED_FIELD' | 'SEMANTIC_MODEL_FILTER' | 'GROUPING' | 'DIMENSION_HIERARCHY'; export type SemanticDirectionalityType = 'UP' | 'DOWN'; export type SemanticDisplayType = 'DISCRETE' | 'CONTINUOUS'; export type SemanticExpressionSyntaxType = 'TUA'; export type SemanticExternalConnectionType = 'TableauPublishedDataSource'; export type SemanticFilterOperatorType = 'EQUALS' | 'EQUALS_IGNORE_CASE' | 'DOES_NOT_EQUAL' | 'DOES_NOT_EQUAL_IGNORE_CASE' | 'BETWEEN' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'IS_EMPTY' | 'IS_NOT_EMPTY' | 'CONTAINS' | 'CONTAINS_IGNORE_CASE' | 'NOT_CONTAINS' | 'NOT_CONTAINS_IGNORE_CASE' | 'STARTS_WITH' | 'STARTS_WITH_IGNORE_CASE' | 'DOES_NOT_START_WITH' | 'DOES_NOT_START_WITH_IGNORE_CASE' | 'ENDS_WITH' | 'ENDS_WITH_IGNORE_CASE' | 'DOES_NOT_END_WITH' | 'DOES_NOT_END_WITH_IGNORE_CASE' | 'IS_NULL' | 'IS_NOT_NULL' | 'LAST_N_DAYS' | 'NEXT_N_DAYS' | 'PREVIOUS_WEEK' | 'CURRENT_WEEK' | 'NEXT_WEEK' | 'PREVIOUS_MONTH' | 'CURRENT_MONTH' | 'NEXT_MONTH' | 'PREVIOUS_QUARTER' | 'CURRENT_QUARTER' | 'NEXT_QUARTER' | 'PREVIOUS_YEAR' | 'CURRENT_YEAR' | 'NEXT_YEAR' | 'PREVIOUS_FISCAL_QUARTER' | 'CURRENT_FISCAL_QUARTER' | 'NEXT_FISCAL_QUARTER' | 'PREVIOUS_FISCAL_YEAR' | 'CURRENT_FISCAL_YEAR' | 'NEXT_FISCAL_YEAR' | 'PREVIOUS_MONTH_TO_DATE' | 'CURRENT_MONTH_TO_DATE' | 'PREVIOUS_QUARTER_TO_DATE' | 'CURRENT_QUARTER_TO_DATE' | 'PREVIOUS_YEAR_TO_DATE' | 'CURRENT_YEAR_TO_DATE' | 'PREVIOUS_FISCAL_QUARTER_TO_DATE' | 'CURRENT_FISCAL_QUARTER_TO_DATE' | 'PREVIOUS_FISCAL_YEAR_TO_DATE' | 'CURRENT_FISCAL_YEAR_TO_DATE' | 'VALUES'; export type SemanticFilterVersion = 'flattenFilter' | 'unifiedFilter'; export type SemanticGeoRoleType = 'AIRPORT' | 'AREA_CODE' | 'CBSA_MSA' | 'CITY' | 'CONGRESSIONAL' | 'DISTRICT' | 'REGION' | 'COUNTRY' | 'NUTS' | 'LATITUDE' | 'LONGITUDE' | 'PROVINCE' | 'STATE' | 'ZIP_CODE'; export type SemanticGroupingType = 'BIN' | 'GROUP'; export type SemanticModelQueryUnrelatedDataObjectsType = 'EXCEPTION' | 'UNION'; export type SemanticModelSourceCreationType = 'APPLICATION' | 'DATA_CLOUD' | 'WORKSPACE' | 'VIZ' | 'DATA_KIT' | 'OTHER'; export type SemanticModelStatus = 'PROCESSING' | 'ACTIVE' | 'ERROR'; export type SemanticModelVersionType = 'PRE_PUBLISHED' | 'PUBLISHED' | 'DRAFT'; export type SemanticObjectType = 'SEMANTIC_DATA_OBJECT' | 'SEMANTIC_DATA_OBJECT_FIELD'; export type SemanticOverrideElementName = 'DISPLAY_NAME' | 'DATA_ROLE' | 'DESCRIPTION' | 'VISIBILITY' | 'DATA_TYPE' | 'DISPLAY_CATEGORY' | 'DECIMAL_PLACE' | 'AGGREGATION_TYPE' | 'DIRECTIONALITY' | 'SENTIMENT' | 'SORT_ORDER'; export type SemanticOverridePolicyType = 'MERGE' | 'REPLACE'; export type SemanticOverrideType = 'CDP' | 'EXTENSIBILITY'; export type SemanticParameterType = 'ALL' | 'LIST' | 'RANGE'; export type SemanticRelationshipJoinType = 'AUTO' | 'LEFT' | 'RIGHT' | 'INNER' | 'FULL'; export type SemanticSentimentType = 'SENTIMENT_TYPE_UP_IS_GOOD' | 'SENTIMENT_TYPE_UP_IS_BAD' | 'SENTIMENT_TYPE_NONE'; export type SemanticSortingType = 'ASCENDING' | 'DESCENDING' | 'NONE'; export type SemanticViewType = 'UNION' | 'HARD_JOIN' | 'CUSTOM_SQL' | 'HIERARCHY'; export type SendAction = 'Send'; export type SenderFromDefinitionStatus = 'NotVerified' | 'Verified'; export type SensitiveDataActionType = 'Remove' | 'Replace'; export type SensitiveDataRuleProcessing = 'Persist' | 'RealTime'; export type SensitiveDataRuleVersion = 'ONE' | 'TWO'; export type ServerAuthMode = 'OAuth' | 'None'; 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 ServiceOpPriorityConfigImpact = 'Low' | 'Medium' | 'High' | 'Critical'; export type ServiceOpPriorityConfigPriority = 'Low' | 'Moderate' | 'High' | 'Critical'; export type ServiceOpPriorityConfigUrgency = 'Low' | 'Medium' | 'High' | 'Critical'; export type ServicePlanActionType = 'QuickAction'; export type ServicePlanSourceType = 'Case' | 'VoiceCall' | 'MessagingSession'; export type ServiceProcessAttributeType = 'Base' | 'Extended'; export type ServiceProcessDataType = 'String' | 'Integer' | 'Boolean' | 'Double' | 'Datetime' | 'Date' | 'Currency' | 'Percentage' | 'ListOfMaps' | 'ListOfInteger' | 'ListOfString' | 'ListOfBoolean' | 'ListOfDouble' | 'Map'; export type ServiceProcessStatus = 'Inactive' | 'Active'; export type SessionSecurityLevel = 'LOW' | 'STANDARD' | 'HIGH_ASSURANCE'; export type SettingRiskCategory = 'HIGH_RISK' | 'MEDIUM_RISK' | 'LOW_RISK' | 'INFORMATIONAL'; export type SetupObjectAccessType = 'Viewer' | 'Commenter' | 'Editor' | 'Manager' | 'Owner'; export type SetupObjectType = 'AnalyticsVisualization' | 'AnalyticsDashboard' | 'AnalyticsWorkspace' | 'SemanticModel'; export type SetupObjectVisibility = 'PackageProtected' | 'Protected' | 'Public'; export type ShareInChannelPreference = 'DoNotShareData' | 'PreviewButtonOnly' | 'TypeAndPreviewButton' | 'DetailsAsDefaultRenderUser' | 'NameTypeAndPreviewButton' | 'DetailsAsRealUser'; export type SharedFieldType = 'Address' | 'MultiLineText' | 'AddressState' | 'AddressCountry' | 'Percent' | 'Boolean' | 'DateOnly' | 'DateTime' | 'Email' | 'Phone' | 'Integer' | 'Double' | 'Text' | 'Url' | 'Currency' | 'EntityId' | 'StaticEnum' | 'DynamicEnum' | 'EnumOrId'; export type SharingModel = 'Private' | 'Read' | 'ReadSelect' | 'ReadWrite' | 'ReadWriteTransfer' | 'FullAccess' | 'ControlledByParent' | 'ControlledByLeadOrContact' | 'ControlledByCampaign'; export type ShiftSegmentTypeCategory = 'Work' | 'Break' | 'NonWork'; export type SiteClickjackProtectionLevel = 'AllowAllFraming' | 'External' | 'SameOriginOnly' | 'NoFraming'; export type SiteDCProvisionStatus = 'Not_Started' | 'SITE_PACKAGE_INSTALL_IN_PROGRESS' | 'SITE_PACKAGE_INSTALL_COMPLETED' | 'SITE_PACKAGE_INSTALL_ERROR' | 'SITE_DATA_STREAM_DEPLOY_IN_PROGRESS' | 'SITE_DATA_STREAM_DEPLOY_COMPLETED' | 'SITE_DATA_STREAM_DEPLOY_ERROR'; export type SiteRedirect = 'Permanent' | 'Temporary'; export type SiteType = 'Siteforce' | 'Visualforce' | 'ChatterNetwork' | 'ChatterNetworkPicasso'; export type SitesArchiveStatus = 'TemporarilyArchived' | 'Archived' | 'NotArchived'; export type SlackAssociationType = 'EnabledForSearch' | 'EnabledForChannel'; export type SlackConnectionStatus = 'PENDING' | 'APPROVED' | 'CONNECTED' | 'MIGRATING'; export type SlackContextType = 'enterprise' | 'team' | 'all_workspaces'; export type SlackRecordLayoutViewMode = 'recordcrud' | 'urlunfurling'; export type SlackTeamUserAuthSource = 'OAUTH' | 'MAPPING_FIELD'; export type SorType = 'HBASE'; export type SortOrder = 'Asc' | 'Desc'; export type SourceCountryCode = 'US' | 'CA' | 'MX'; export type SourceSystemFieldRole = 'NotApplicable' | 'Patient' | 'ServiceProvider' | 'RemoteMonitoringPatient' | 'RemoteMonitoringDevice'; export type SplitDataStatus = 'Ready' | 'ToBeInserted' | 'ToBeDeleted' | 'InsertionFailed' | 'DeletionFailed' | 'ToBeInsertedAndActivated' | 'InsertionAndActivationFailed'; export type SrvcMgmntEmailRoutgAddrServiceOperationType = 'EmailToIncident'; export type SrvcMgmntRuleAssignmentOperationType = 'Incident' | 'Problem' | 'ChangeRequest' | 'Release' | 'ServiceRequest' | 'Risk'; 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 StageCriteriaExecType = 'CONDITION' | 'FLOW'; export type StageCriteriaType = 'AND' | 'OR' | 'CUSTOMLOGIC'; export type StageDefinitionUsageType = 'StageManagement'; export type StageUserPermission = 'ProcessOrder' | 'ManageClinicalTrials' | 'ParticipateClinicalTrials' | 'CoordinateClinicalTrials' | 'CoordinateClnclTrialExprcUsr'; export type StandardCoachingScenario = 'NegotiationRolePlay' | 'ProposalRolePlay' | 'DiscoveryStandAndDeliver' | 'QualificationStandAndDeliver'; export type StandardConversationVariable = '_LastCustomerInput' | '_ReferrerBotId' | '_AnswerInput' | '_AnswerResults' | '_CurrentConversationLanguage' | '_AmbiguousTargets' | '_AmbiguousInput' | '_KnowledgeActionResult' | '_KnowledgeActionCitations'; export type StandardEngagementSignal = 'PersonalizationServed'; export type StandardPersonalizationSchema = 'DecisionDefined' | 'ExperienceVariation' | 'FlowPath'; export type StandardResourceTransform = 'LAST_N_CHARS' | 'FIRST_N_CHARS' | 'ALL_BUT_LAST_N_CHARS' | 'ALL_BUT_FIRST_N_CHARS' | 'CLOSEST_ORDER_OF_MAGNITUDE' | 'NULL' | 'EMPTY_STRING' | 'TRUNCATE_DATE' | 'ROUND' | 'REPLACE_ALL_CHARS'; export type StartsWith = 'Consonant' | 'Vowel' | 'Special'; export type StaticResourceCacheControl = 'Private' | 'Public'; export type StationaryAssetType = 'CommercialBuilding' | 'DataCenter'; export type Status = 'Completed' | 'Error'; export type StatusCapacityType = 'TabBasedOnly' | 'StatusBasedOnly' | 'Mixed'; export type StatusDetails = 'SUCCESS' | 'FAIL'; export type StepCriteriaNotMetType = 'ApproveRecord' | 'RejectRecord' | 'GotoNextStep'; export type StepRejectBehaviorType = 'RejectRequest' | 'BackToPrevious'; export type StorageDriveType = 'MicrosoftOneDrive' | 'GoogleDrive'; export type StorageType = 'LOCAL' | 'EXTERNAL'; export type StrategyReactionType = 'Accepted' | 'Rejected'; export type StreamType = 'INGEST' | 'DIRECT_ACCESS' | 'DIRECT_ACCESS_ACCELERATED'; export type StreamingAppDataConnectorType = 'MobileApp' | 'WebApp' | 'ServerApp'; export type SubscriberPackageVersionInstallRequestStatus = 'Queued' | 'InProgress' | 'Success' | 'Error'; export type SubscriberPackageVersionUninstallRequestStatus = 'Queued' | 'InProgress' | 'Success' | 'Error'; export type SummaryLayoutStyle = 'Default' | 'QuoteTemplate' | 'DefaultQuoteTemplate' | 'ServiceReportTemplate' | 'ChildServiceReportTemplateStyle' | 'DefaultServiceReportTemplate' | 'CaseInteraction' | 'QuickActionLayoutLeftRight' | 'QuickActionLayoutTopDown' | 'PathAssistant'; export type SummaryOperations = 'count' | 'sum' | 'min' | 'max'; export type SupervisorAgentStatusFilter = 'Online' | 'Away' | 'Offline'; export type SupportedChannel = 'Email' | 'Sms' | 'WhatsApp'; export type SurfaceType = 'Messaging' | 'NextGenChat' | 'ServiceEmail' | 'Telephony' | 'UnifiedEmail' | 'CustomerWebClient' | 'Slack' | 'Test' | 'Custom'; 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 SurveyStyleResourceType = 'CascadingStyleSheet'; export type SurveyStyleSetStatus = 'Inactive' | 'Active'; 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 SvcCatalogItemAttrType = 'FulfillmentInput' | 'UserQuestion'; export type SvcCatalogItemDependencyType = 'PreprocessorApexClass' | 'FlowDefinition' | 'IntegrationProviderDef' | 'OmniScriptConfig'; export type SvcCatalogItemUsageType = 'Employee' | 'CustomerService' | 'Industry' | 'FinancialServices'; export type SvcCatalogItemVersionStatus = 'Draft' | 'Active' | 'Obsolete'; export type SvcCtlgItemAttrAttributeType = 'Base' | 'Extended'; export type SvcCtlgItemDpndProcType = 'RequestForm' | 'FulfillmentFlow' | 'IntegrationDefinition' | 'Preprocessor'; export type SymbolVisibility = 'Global' | 'Public' | 'Private' | 'Protected'; export type TPTPricingPreference = 'Force' | 'System' | 'Skip'; export type TPTRatingPreference = 'Fetch'; export type TPTTaxPreference = 'Skip'; export type TabSetType = 'AllTabSet' | 'UserDefined' | 'Salesforce' | 'Supportforce' | 'Marketing' | 'AulDefault' | 'Portal' | 'Content' | 'Ideas' | 'Community' | 'CustomerLpu' | 'PlatformLpu' | 'InternalLpu' | 'Collaboration' | 'UserDefinedServicedesk' | 'SampleServiceCloudConsole' | 'Sites' | 'LicensingAndProvisioning' | 'Network' | 'ProfilePlatform' | 'ProfilePlatformOthers' | 'EnvironmentHub' | 'ProfilePlatformNetworks' | 'ProfilePlatformNetworksOthers' | 'Work' | 'AppLauncher' | 'Insights' | 'LightningSales' | 'DataAssessment' | 'LightningSalesConsole' | 'LightningService' | 'B2BMarketingAutomation' | 'EinsteinDataDiscovery' | 'LightningBolt' | 'LightningInstrumentation' | 'HVSConsole' | 'PardotAppV1' | 'Commerce' | 'OMConsole' | 'LightningScheduler' | 'SalesforceCMS' | 'Retail' | 'SecurityHub' | 'InsuranceConsole' | 'MarketingCloud2' | 'LightningEssentialsConsole' | 'Audience360' | 'Manufacturing' | 'Optimizer' | 'OSL' | 'LightningEssentials' | 'PublicSector' | 'MedicalDevices' | 'B2CCommerce' | 'LoyaltyManagement' | 'EmployeeExperience' | 'EssentialsMobile' | 'OnlineSales' | 'ThreatDetection' | 'Isotope' | 'PreconfiguredLightningServiceConsole' | 'BranchManagementConsole' | 'TrustCard' | 'QueueManagement' | 'InventoryConsole' | 'DataManager' | 'PrivacyAnalytics' | 'EssentialsApp' | 'RetailOnBrowser' | 'PrivacyPreferenceCenter' | 'PublicSectorInspectionManagement' | 'DataCloud' | 'WorkforceEngagementConfiguration' | 'IndustriesSustainability' | 'EventMonitoring' | 'RevenueCloudConsole' | 'ProgramManagementConsole' | 'PublicSectorChildWelfareConsole' | 'MulesoftDataPath' | 'ExpressionSetConsole' | 'PaymentsManagement' | 'ServiceExcellenceConsole' | 'IndustriesEpc' | 'AdvancedTherapyManagement' | 'ManufacturingServiceConsole' | 'UMPayersConsole' | 'AutomotiveServiceConsole' | 'UnifiedMarketing' | 'Automotive' | 'GenericVisits' | 'PartnerVisits' | 'IndustriesGdf' | 'WarrantyLifecycleMgmt' | 'CrisisCenter' | 'SalesExcellenceConsole' | 'ContactCenter' | 'CommsMsmServiceConsole' | 'RecruitmentAndAdmissions' | 'Grantmaking' | 'EasyConsole' | 'HomeHealth' | 'PriceManagement' | 'SalesforceContracts' | 'StudentSuccess' | 'Onboarding' | 'ReferralConsole' | 'RuntimeIndustriesRecordAlert' | 'PhilanthropyAndPartnerships' | 'FundraisingOperationsConsole' | 'SalesforceHub' | 'FundraisingStrategy' | 'DonorEngagement' | 'Alumni' | 'AcademicOperations' | 'BehavioralHealth' | 'AutomotiveFinanceConsole' | 'OutcomeManagementConsole' | 'PromotionStudio' | 'Personalization' | 'CommerceStarter' | 'EasySales' | 'EasyService' | 'EasyHome' | 'EasyOutreach' | 'EasyMarketing' | 'ICMConsole' | 'DigitalLending' | 'SfiAdsCalendarView' | 'PrivacyCenterConsole' | 'Mentoring' | 'EUProgramManagerConsole' | 'ChannelManagementConsole' | 'EventOrchestrationConsole' | 'RemoteDataCloud' | 'ReferralManagement' | 'FlowsApp' | 'BenefitManagementApp' | 'FieldServiceHomeApp' | 'MCIApp' | 'EUAgentConsole' | 'DigitalLendingIndia' | 'EasyAccounts' | 'EasyContacts' | 'VehicleAndAssetLendingConsole' | 'ProviderNetworkManagement' | 'CommerceV2' | 'IndustriesDfo' | 'RetailBanking' | 'SalesforceArchiveConsole' | 'OperationsConsole' | 'CommercialBanking' | 'WealthManagement' | 'DataMaskConsole' | 'IndustriesGroupBenefits' | 'RatingManagement' | 'HealthCloudConsole' | 'SalesCloudMobile' | 'Approvals' | 'InformationLibrary' | 'InvestigativeCaseManagement' | 'RecruitmentManagement' | 'CollectionConsole' | 'EmployeeServiceConsole' | 'ClinicalExcellence' | 'PricingPulse' | 'CommunicationsSalesConsole' | 'AgentAssistedApplicationManagement' | 'PatientServiceConsole' | 'Shield' | 'DataGovernanceConsole' | 'StudentManagement' | 'MaterialityAssessmentHub' | 'UsageManagement' | 'TableauEinstein' | 'TimesheetManagement' | 'MSJApp' | 'SfiAdsMediaProposalWrapper' | 'UnifiedAnalyticsBusinessUserTableauHome' | 'MediaAdSalesManagement' | 'ITSMConsole' | 'SfiAdsMediaPitchDeckWrapper' | 'AnypointPlatform' | 'ACEApp' | 'GenerativeCanvas' | 'AIWorkbench' | 'DiseaseSurveillanceConsole' | 'ClubsConsole' | 'HealthInspection' | 'IndustriesEcm' | 'BillingConsole' | 'ProcessComplianceNavigator' | 'SiteManagement' | 'MarketingOverview' | 'CommerceOverview' | 'B2bReferralConsole' | 'ITAMConsole' | 'DiscoverConsole' | 'SalesforceCMDB' | 'PHLicenseAndPermit' | 'VolunteerManagement' | 'PhilanthropicResearch' | 'GiftPlanning' | 'AdvertisingInventoryCalendar' | 'TrustedServicesArchiveConsole' | 'AgentAuthoringConsole' | 'AlmDevops' | 'TransactableMarketplaceConsole' | 'AgentforceStudio' | 'DigitalWallet' | 'BackupAndRecoverConsole' | 'FundingWorkbenchConsole' | 'TrustedServicesPrivacyAgent' | 'ItCompliance' | 'Regrello' | 'SfiAdsMediaSpotCalendarWrapper' | 'Integration' | 'IntakeConsole' | 'CrossCloudCsiConsole'; export type TableType = 'STANDARD' | 'SHARED'; export type TargetEntityMatchType = 'Equals'; export type TargetObject = 'All' | 'Contract' | 'DocumentTemplate' | 'Disclosure' | 'InfoLibraryExternalDocument' | 'CompliancePolicyVersion'; export type TargetTokenItemObject = 'OPPORTUNITY_LINE_ITEM' | 'ORDER_LINE_ITEM' | 'QUOTE_LINE_ITEM'; export type TargetTokenObject = 'CONTRACT' | 'OPPORTUNITY' | 'ORDER' | 'QUOTE'; export type TargetType = 'Salesforce' | 'Portal'; export type TaxLocaleType = 'Net' | 'Gross' | 'Automatic'; export type TaxTypes = 'Actual' | 'Estimated'; export type TeamMemberHierarchyType = 'ManagerHierarchy' | 'ForecastsHierarchy'; export type TelActnDefStepAttrDataType = 'Float' | 'Integer' | 'Double' | 'Boolean' | 'String' | 'Uint8' | 'Uint16' | 'Uint32' | 'Uint64' | 'Int8' | 'Int16' | 'Int32'; export type TelemetryActnDefStepAttrType = 'Actuator' | 'Sensor'; export type TelemetryActnDefStepOpType = 'Retrieve' | 'Submit'; export type TelemetryDefinitionUsageType = 'ConnectedVehicle' | 'ConnectedAsset'; export type Template = 'Page' | 'Tab' | 'Toc'; export type TemplateDeploymentAction = 'Created' | 'Updated' | 'Deleted' | 'Unchanged'; export type TenantLicenseStatus = 'Active' | 'Free' | 'Trial' | 'Disabled' | 'Blank'; export type TimeIntervalSetupForMetadata = 'one' | 'five' | 'fifteen' | 'twenty' | 'thirty' | 'sixty'; export type TimeSheetFrequency = 'Daily' | 'Weekly' | 'EveryTwoWeeks' | 'TwiceAMonth' | 'Monthly'; export type TimezoneCalculationMethod = 'Static' | 'FromAddressTimezone' | 'ToAddressTimezone'; export type TokenMappingMethodType = 'OmniDataTransform' | 'CustomClass' | 'ContextService'; export type TokenMappingType = 'JSON' | 'SalesforceObject'; export type TraceFlagType = 'USER_DEBUG' | 'DEVELOPER_LOG' | 'CLASS_TRACING' | 'PROFILING'; export type TransactionSecurityEventName = 'ReportEvent' | 'ApiEvent' | 'AdminSetupEvent' | 'LoginEvent' | 'ListViewEvent' | 'CredentialStuffingEventStore' | 'ReportAnomalyEventStore' | 'SessionHijackingEventStore' | 'ApiAnomalyEventStore' | 'BulkApiResultEventStore' | 'PermissionSetEventStore' | 'FileEventStore' | 'GuestUserAnomalyEventStore' | 'LoginAsEvent' | 'LoginAnomalyEventStore' | 'UniversalAnomalyEventStore'; 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 TreatBlanksAs = 'BlankAsBlank' | 'BlankAsZero'; export type TxnSecurityPolicyState = 'Disabled' | 'Enabled'; export type TxnSecurityPolicyType = 'CustomApexPolicy' | 'CustomConditionBuilderPolicy'; export type TypeOfAction = 'Add' | 'Edit' | 'Delete'; export type UddFormulaType = 'VALIDATION' | 'VISUALFORCE' | 'FLOW' | 'CONVERSATION_MESSAGE' | 'LOYALTYFORMULA' | 'FIELD_VALIDITY'; export type UiLoginFlowType = 'VisualWorkFlow' | 'VisualForce'; export type UiType = 'Aloha' | 'Lightning'; export type UnitType = 'Volume' | 'Weight' | 'Energy' | 'Other'; export type UnstructuredStorageExpirationPolicyType = 'Days180' | 'Days365' | 'Never'; export type UnstructuredStorageSpaceType = 'Standard' | 'Default' | 'Public' | 'Internal' | 'InternalGlobal'; export type UnstructuredStorageTierType = 'Standard' | 'InfrequentAccess' | 'Archive'; export type UpgradeStatus = 'Not_Started' | 'Upgrade_In_Progress' | 'Completed' | 'Error'; export type UploadStatus = 'complete' | 'uploading'; export type UsageCategory = 'PromotionPerformanceInsights'; export type UsageTag = 'NONE' | 'KEY_QUALIFIER'; export type UserAccessPolicyActionTargetType = 'PermissionSet' | 'PermissionSetGroup' | 'PermissionSetLicense' | 'PackageLicense' | 'Group' | 'Queue'; export type UserAccessPolicyActionType = 'Grant' | 'Revoke'; export type UserAccessPolicyFilterOperation = 'equals' | 'equalsIgnoreCase' | 'notEquals' | 'in' | 'includes'; export type UserAccessPolicyFilterTargetType = 'Group' | 'Queue' | 'PermissionSet' | 'PermissionSetGroup' | 'PermissionSetLicense' | 'Profile' | 'UserRole' | 'PackageLicense' | 'User'; export type UserAccessPolicyStatus = 'Design' | 'Testing' | 'Migrate' | 'Updating' | 'Failed' | 'Active' | 'Completed'; export type UserAccessPolicyTriggerType = 'Create' | 'Update' | 'CreateAndUpdate'; export type UserDateGranularity = 'None' | 'Day' | 'Week' | 'Month' | 'Quarter' | 'Year' | 'FiscalQuarter' | 'FiscalYear' | 'MonthInYear' | 'DayInMonth' | 'FiscalPeriod' | 'FiscalWeek'; 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 UtilizationFactor = 'TotalAppointmentDuration' | 'NumberOfAppointments'; export type UtteranceSourceType = 'CSV' | 'FEEDBACK' | 'GENERATED' | 'MANUAL'; export type VehicleAssetType = 'FleetVehicle' | 'PrivateJet'; export type Vendor = 'DocuSign'; export type VerticalAlignment = 'top' | 'center' | 'bottom'; export type ViewTargetType = 'slack'; 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 VisibilityOperationStatus = 'New' | 'Completed' | 'InProgress' | 'Deferred' | 'Error' | 'Recovering' | 'Recovered'; export type VisibilityOperationType = 'ActivateTerritoryModel' | 'AddGroupMember' | 'AddTerritory' | 'AddUser' | 'AddUserRole' | 'AddUserTerritory' | 'ArchiveTerritoryModel' | 'AsyncObsRuleRecalc' | 'DeleteGroup' | 'DeleteMemberFromGroup' | 'DeleteTerritory' | 'DeleteUserFromGroup' | 'DeleteUserRole' | 'DeleteUserTerritory' | 'DisableCommunityUser' | 'MergeAccounts' | 'PopulateGroup' | 'RecalculateGroupMembership' | 'RecalculateSharingRules' | 'ReenableTerritoryManagement' | 'TransferAccountOwnership' | 'TransferOpportunityOwnership' | 'TransferUserTerritory' | 'UpdateCommunityContact' | 'UpdateGroup' | 'UpdateGroupMembers' | 'UpdateRoleForUser' | 'UpdateTerritory' | 'UpdateUser' | 'UpdateUserRole'; export type VisibleOrRequired = 'VisibleOptional' | 'VisibleRequired' | 'NotVisible'; 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 VisualizationResourceType = 'js' | 'css'; export type VoiceProviderType = 'Twilio' | 'Custom' | 'TwilioTrial' | 'ContactCenter' | 'RingCentral' | 'DialPad' | 'AmazonConnect' | 'AirCall' | 'VirtualVoiceAgent' | 'NativeVoice'; export type WebLinkAvailability = 'online' | 'offline'; export type WebLinkDisplayType = 'link' | 'button' | 'massActionButton'; export type WebStoreType = 'B2B' | 'B2C' | 'B2CE'; export type WorkItemStatus = 'NEW' | 'IN_PROGRESS' | 'IN_REVIEW' | 'READY_TO_PROMOTE' | 'MERGE_CONFLICT' | 'PROMOTED' | 'CLOSED' | 'NEVERED' | 'COMBINED'; export type WorkOrderDurationSource = 'WorkType' | 'TotalFromWorkPlan' | 'Custom'; export type WorkflowActionType = 'FieldUpdate' | 'KnowledgePublish' | 'Task' | 'Alert' | 'Send' | 'OutboundMessage' | 'FlowAction' | 'FlowAutomation'; export type WorkflowFilterType = 'RuleFilter' | 'Formula'; export type WorkflowTimeTriggerTypes = 'RelativeTime' | 'SpecificTime'; export type WorkflowTimeUnits = 'Hours' | 'Days'; export type WorkflowTriggerTypes = 'onCreateOnly' | 'onCreateOrTriggeringUpdate' | 'onAllChanges' | 'OnRecursiveUpdate'; export type ZeroDeploymentStatus = 'Created' | 'Initialized' | 'SigningUp' | 'SignedUp' | 'Deploying' | 'Deployed' | 'Failed' | 'Terminated'; export type AnalyticsInteropMigrDefStatus = 'Started' | 'Completed' | 'None'; export type AnalyticsInteropMigrDefSource = 'CRMA' | 'OA'; export type MergeFieldResourceType = 'DirectAttribute' | 'SegmentMembershipsDmo'; export type DashboardWidgetComponentType = 'Standard' | 'Custom'; export type ExceptionCode = 'ACCOUNT_NOT_SUPPORTED' | 'ADAPTER_ERROR' | 'ADAPTER_VALIDATION_EXCEPTION' | 'APEX_REST_SERVICES_DISABLED' | 'APEX_TRIGGER_COUPLING_LIMIT' | 'API_CURRENTLY_DISABLED' | 'API_DISABLED_FOR_ORG' | 'ARGUMENT_OBJECT_PARSE_ERROR' | 'ASYNC_OPERATION_LOCATOR' | 'ASYNC_QUERY_UNSUPPORTED_QUERY' | 'BAD_REQUEST' | 'BATCH_PROCESSING_HALTED' | 'BIG_OBJECT_UNSUPPORTED_OPERATION' | 'BILLING_ENTITIES_NO_ACCESS' | 'BUSINESS_UNIT_NOT_ASSOCIATED' | 'BUYER_ACCOUNT_NOT_FOUND' | 'CANNOT_DELETE_ENTITY' | 'CANNOT_DELETE_OWNER' | 'CANT_ADD_STANDADRD_PORTAL_USER_TO_TERRITORY' | 'CANT_ADD_STANDARD_PORTAL_USER_TO_TERRITORY' | 'CATEGORY_NOT_FOUND' | 'CDS_TIMEOUT_EXCEPTION' | 'CIRCUIT_BREAKER_OPEN_EXCEPTION' | 'CIRCULAR_OBJECT_GRAPH' | 'CLIENT_NOT_ACCESSIBLE_FOR_USER' | 'CLIENT_REQUIRE_UPDATE_FOR_USER' | 'CLONE_FIELD_INTEGRITY_EXCEPTION' | 'CLONE_NOT_SUPPORTED' | 'COMMERCE_ADMIN_MISCONFIGURATION' | 'CONFIG_PUBLISH_FAILED' | 'CONTENT_ALREADY_AN_ASSET_EXCEPTION' | 'CONTENT_CUSTOM_DOWNLOAD_EXCEPTION' | 'CONTENT_HUB_AUTHENTICATION_EXCEPTION' | 'CONTENT_HUB_FILE_DOWNLOAD_EXCEPTION' | 'CONTENT_HUB_FILE_HAS_NO_URL_EXCEPTION' | 'CONTENT_HUB_FILE_NOT_FOUND_EXCEPTION' | 'CONTENT_HUB_INVALID_OBJECT_TYPE_EXCEPTION' | 'CONTENT_HUB_INVALID_PAGE_NUMBER_EXCEPTION' | 'CONTENT_HUB_INVALID_PAYLOAD' | 'CONTENT_HUB_INVALID_RENDITION_PAGE_NUMBER_EXCEPTION' | 'CONTENT_HUB_ITEM_TYPE_NOT_FOUND_EXCEPTION' | 'CONTENT_HUB_OBJECT_NOT_FOUND_EXCEPTION' | 'CONTENT_HUB_OPERATION_NOT_SUPPORTED_EXCEPTION' | 'CONTENT_HUB_SECURITY_EXCEPTION' | 'CONTENT_HUB_TIMEOUT_EXCEPTION' | 'CONTENT_HUB_UNEXPECTED_EXCEPTION' | 'CONTENT_IMAGE_SCALING_INVALID_ARGUMENTS_EXCEPTION' | 'CONTENT_IMAGE_SCALING_INVALID_IMAGE_EXCEPTION' | 'CONTENT_IMAGE_SCALING_MAX_RENDITIONS_EXCEPTION' | 'CONTENT_IMAGE_SCALING_TIMEOUT_EXCEPTION' | 'CONTENT_IMAGE_SCALING_UNKNOWN_EXCEPTION' | 'CUSTOM_METADATA_LIMIT_EXCEEDED' | 'CUSTOM_SETTINGS_LIMIT_EXCEEDED' | 'DATACLOUD_API_CLIENT_EXCEPTION' | 'DATACLOUD_API_DISABLED_EXCEPTION' | 'DATACLOUD_API_INVALID_QUERY_EXCEPTION' | 'DATACLOUD_API_SERVER_BUSY_EXCEPTION' | 'DATACLOUD_API_SERVER_EXCEPTION' | 'DATACLOUD_API_TIMEOUT_EXCEPTION' | 'DATACLOUD_API_UNAVAILABLE' | 'DATACLOUD_FILE_UPLOAD_DATA_STREAM_LIMIT_EXCEEDED' | 'DATASTREAM_DEPLOY_ERROR_DUPLICATE_TOPIC' | 'DATA_INTEGRATION_INPUT_ERROR' | 'DATA_INTEGRATION_NOT_FOUND' | 'DATA_INTEGRATION_NO_ACCESS' | 'DATA_INTEGRATION_PACKAGE_ERROR' | 'DATA_INTEGRATION_SERVER_ERROR' | 'DATA_INTEGRATION_VENDOR_SETUP_ERROR' | 'DATA_INTEGRITY_ERROR' | 'DEPENDENCY_API_UNSUPPORTED_EXCEPTION' | 'DUPLICATE_ARGUMENT_VALUE' | 'DUPLICATE_VALUE' | 'DYNAMIC_BUNDLE_REORDER_ACTION_NOT_ALLOWED' | 'EASY_ROUTING_CREATION_NOT_ALLOWED' | 'EMAILS_PER_CASE_LIMIT_EXCEEDED' | 'EMAIL_BATCH_SIZE_LIMIT_EXCEEDED' | 'EMAIL_TO_CASE_INVALID_ROUTING' | 'EMAIL_TO_CASE_LIMIT_EXCEEDED' | 'EMAIL_TO_CASE_NOT_ENABLED' | 'ENTITY_NOT_QUERYABLE' | 'ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT' | 'ERROR_CREATING_BUYER_GROUP_MEMBER' | 'ERROR_ENABLING_BUYER' | 'EVENT_LOG_OBJECT_CONCURRENT_LIMIT_EXCEPTION' | 'EVENT_LOG_OBJECT_UNSUPPORTED_OPERATION' | 'EXCEEDED_ID_LIMIT' | 'EXCEEDED_LEAD_CONVERT_LIMIT' | 'EXCEEDED_MAX_FILTER_ENTITIES' | 'EXCEEDED_MAX_SEMIJOIN_SUBSELECTS' | 'EXCEEDED_MAX_SIZE_REQUEST' | 'EXCEEDED_MAX_SOBJECTS' | 'EXCEEDED_MAX_TYPES_LIMIT' | 'EXCEEDED_QUOTA' | 'EXCEEDED_SEARCH_QUERY_RATE_LIMIT' | 'EXTERNAL_OBJECT_AUTHENTICATION_EXCEPTION' | 'EXTERNAL_OBJECT_CONNECTION_EXCEPTION' | 'EXTERNAL_OBJECT_EXCEPTION' | 'EXTERNAL_OBJECT_UNSUPPORTED_EXCEPTION' | 'EXTERNAL_RECORD_SHARE_EXPORT_ADMIN_EXPORT_NOT_ALLOWED' | 'EXTERNAL_RECORD_SHARE_EXPORT_INVALID_CONNECTION' | 'EXTERNAL_RECORD_SHARE_EXPORT_INVALID_FIELD_MAPPING' | 'EXTERNAL_SERVICE_AUTHENTICATION_EXCEPTION' | 'EXTERNAL_SERVICE_CONNECTION_EXCEPTION' | 'EXTERNAL_SERVICE_DATA_EXCEPTION' | 'EXTERNAL_SERVICE_EXCEPTION' | 'EXTERNAL_SERVICE_INVALID_STATE_EXCEPTION' | 'EXTERNAL_SERVICE_UNSUPPORTED_EXCEPTION' | 'FEDERATED_SEARCH_ERROR' | 'FEED_NOT_ENABLED_FOR_OBJECT' | 'FLOW_APPROVAL_PROCESS_API_NAME_ALREADY_EXISTS' | 'FUNCTIONALITY_NOT_ENABLED' | 'FUNCTIONALITY_TEMPORARILY_UNAVAILABLE' | 'GMAIL_ROUTING_CREATION_NOT_ALLOWED' | 'GONE' | 'GUEST_BUYER_PROFILE_NOT_SET' | 'GUEST_CHECKOUT_NOT_SUPPORTED' | 'IAS_NOT_FOUND' | 'IAS_TIMEOUT_EXCEPTION' | 'IDEMPOTENCY_AUTHENTICATION_FAILED' | 'IDEMPOTENCY_BACKEND_CONNECTION_TIMEOUT' | 'IDEMPOTENCY_BACKEND_OPERATION_ERROR' | 'IDEMPOTENCY_CONCURRENT_REQUEST' | 'IDEMPOTENCY_FEATURE_NOT_ENABLED' | 'IDEMPOTENCY_KEY_ALREADY_USED' | 'IDEMPOTENCY_KEY_USED_DIFFERENT_USER' | 'IDEMPOTENCY_NOT_SUPPORTED' | 'ID_REQUIRED' | 'ILLEGAL_QUERY_PARAMETER_VALUE' | 'INACTIVE_OWNER_OR_USER' | 'INACTIVE_PORTAL' | 'INDEX_NOT_FOUND' | 'INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE' | 'INSTALL_KEY_INVALID' | 'INSTALL_KEY_REQUIRED' | 'INSUFFICIENT_ACCESS' | 'INSUFFICIENT_ACCESS_APEX_METADATA_DEPLOY' | 'INTERNAL_CANVAS_ERROR' | 'INTERNAL_ERROR' | 'INTERNAL_SERVER_ERROR' | 'INVALID_ACCOUNTING_SET' | 'INVALID_ASSIGNMENT_RULE' | 'INVALID_AUTH_HEADER' | 'INVALID_BATCH_REQUEST' | 'INVALID_BATCH_SIZE' | 'INVALID_CLIENT' | 'INVALID_CROSS_REFERENCE_KEY' | 'INVALID_DATE_FORMAT' | 'INVALID_DEFINITION' | 'INVALID_FIELD' | 'INVALID_FIELD_ACCESS_RULE' | 'INVALID_FILTER_LANGUAGE' | 'INVALID_FILTER_VALUE' | 'INVALID_FLOW_TYPE' | 'INVALID_IDEMPOTENCY_KEY' | 'INVALID_ID_FIELD' | 'INVALID_INPUT_COMBINATION' | 'INVALID_LOCALE_LANGUAGE' | 'INVALID_LOCATOR' | 'INVALID_LOGIN' | 'INVALID_MULTIPART_REQUEST' | 'INVALID_NEW_PASSWORD' | 'INVALID_OLD_PASSWORD' | 'INVALID_OPERATION' | 'INVALID_OPERATION_WITH_EXPIRED_PASSWORD' | 'INVALID_PACKAGE_VERSION' | 'INVALID_PAGING_OPTION' | 'INVALID_QUERY_FILTER_OPERATOR' | 'INVALID_QUERY_KEY' | 'INVALID_QUERY_LOCATOR' | 'INVALID_QUERY_SCOPE' | 'INVALID_QUERY_VALUE' | 'INVALID_RECORD_ACCESS_RULE' | 'INVALID_REPLICATION_DATE' | 'INVALID_SEARCH' | 'INVALID_SEARCH_SCOPE' | 'INVALID_SESSION_ID' | 'INVALID_SOAP_HEADER' | 'INVALID_SORT_OPTION' | 'INVALID_SSO_GATEWAY_URL' | 'INVALID_STATUS_CHANGE' | 'INVALID_STATUS_FOR_FLOW_TYPE' | 'INVALID_SUFFIX' | 'INVALID_TYPE' | 'INVALID_TYPE_FOR_OPERATION' | 'JIGSAW_ACTION_DISABLED' | 'JIGSAW_IMPORT_LIMIT_EXCEEDED' | 'JIGSAW_REQUEST_NOT_SUPPORTED' | 'JSON_PARSER_ERROR' | 'KEY_HAS_BEEN_DESTROYED' | 'LANGUAGE_PARAM_CONFLICT' | 'LICENSING_DATA_ERROR' | 'LICENSING_UNKNOWN_ERROR' | 'LIMIT_EXCEEDED' | 'LOGIN_CHALLENGE_ISSUED' | 'LOGIN_CHALLENGE_PENDING' | 'LOGIN_DURING_RESTRICTED_DOMAIN' | 'LOGIN_DURING_RESTRICTED_TIME' | 'LOGIN_MUST_USE_SECURITY_TOKEN' | 'MALFORMED_ID' | 'MALFORMED_QUERY' | 'MALFORMED_SEARCH' | 'MISMATCHING_VERSIONS' | 'MISSING_ARGUMENT' | 'MISSING_RECORD' | 'MODIFIED' | 'MULTIPLE_RECORDS_FOUND' | 'MUTUAL_AUTHENTICATION_FAILED' | 'NEGATIVE_TAX_LINES_NOT_SUPPORTED' | 'NOT_ACCEPTABLE' | 'NOT_MODIFIED' | 'NO_ACTIVE_DUPLICATE_RULE' | 'NO_BUYER_GROUPS_FOUND' | 'NO_DATASPACE_ACCESS' | 'NO_DEFINITION_ASSOCIATED' | 'NO_RECIPIENTS' | 'NO_SOFTPHONE_LAYOUT' | 'NUMBER_OUTSIDE_VALID_RANGE' | 'OCR_INVALID_REQUEST' | 'OPERATION_TOO_LARGE' | 'ORDER_MANAGEMENT_ACTION_NOT_ALLOWED' | 'ORG_ADMIN_LOCKED' | 'ORG_IN_MAINTENANCE' | 'ORG_IS_DOT_ORG' | 'ORG_IS_SIGNING_UP' | 'ORG_LOCKED' | 'ORG_NOT_OWNED_BY_INSTANCE' | 'PACKAGE_VERSION_INVALID_FOR_API_VERSION' | 'PASSWORD_LOCKOUT' | 'PAYLOAD_ITEM_MAP_ERROR' | 'PENDING_COMMIT' | 'PENDING_TRACEABILITY_RECORDS' | 'PORTAL_NO_ACCESS' | 'POST_BODY_PARSE_ERROR' | 'POST_TAX_PROCESSING_ERROR' | 'PREDICTION_REQUEST_TOO_COMPLEX' | 'PREDICTION_REQUEST_TOO_LARGE' | 'PRODUCT_NOT_FOUND' | 'PRODUCT_URL_NOT_FOUND' | 'QAT_HETEROGENOUS_CONTEXT_IDS' | 'QAT_INVALID_CONTEXT_ID' | 'QAT_INVALID_QUICK_ACTION' | 'QUERY_TIMEOUT' | 'QUERY_TOO_COMPLICATED' | 'REALTIME_PROCESSING_TIME_EXCEEDED_LIMIT' | 'RECORD_NOT_FOUND' | 'REFERENCE_DOCUMENT_CODE_MISSING' | 'REPORT_EXPORT_LIMIT_EXCEEDED' | 'REQUEST_LIMIT_EXCEEDED' | 'REQUEST_RUNNING_TOO_LONG' | 'REQUEST_TIMEOUT_OR_CONFLICT' | 'RESOURCE_NOT_FOUND' | 'RESOURCE_NOT_REACHABLE' | 'SERVER_UNAVAILABLE' | 'SERVICE_DESK_NOT_ENABLED' | 'SITE_PUBLISH_FAILED' | 'SLACK_AUTO_SALESFORCE_CANNOT_DEACTIVATE_SELF' | 'SLACK_AUTO_SALESFORCE_CANNOT_DEACTIVATE_USER' | 'SLACK_BRIDGE_ACCOUNT_INACTIVE' | 'SLACK_BRIDGE_CHANNEL_IS_LIMITED_ACCESS' | 'SLACK_BRIDGE_MIGRATION_IN_PROGRESS' | 'SLACK_BRIDGE_OBJECT_NOT_ENABLED' | 'SLACK_BRIDGE_OBJECT_NOT_ENABLED_IN_SLACK' | 'SLACK_BRIDGE_OBJECT_NOT_SUPPORTED' | 'SLACK_BRIDGE_RECORD_CHANNEL_NOT_FOUND_CANNOT_CREATE' | 'SLACK_BRIDGE_RECORD_CHANNEL_NOT_FOUND_CAN_CREATE' | 'SLACK_BRIDGE_RESOURCE_NOT_FOUND' | 'SLACK_BRIDGE_SERVER_ERROR' | 'SLACK_BRIDGE_TEAM_CONNECTION_NOT_FOUND' | 'SLACK_BRIDGE_USER_DEACTIVATED' | 'SLACK_BRIDGE_USER_MAPPING_DISABLED' | 'SLACK_BRIDGE_USER_MAPPING_NOT_FOUND' | 'SLACK_SERVICE_ALREADY_REACTED' | 'SLACK_SERVICE_INVALID_REACTION' | 'SLACK_SERVICE_INVALID_REQUEST' | 'SLACK_SERVICE_MISSING_DATA' | 'SLACK_SERVICE_NO_REACTION' | 'SLACK_SERVICE_REACTION_LIMIT_REACHED' | 'SLACK_SERVICE_RESOURCE_NOT_FOUND' | 'SLACK_SERVICE_SLACK_USER_SCOPES_NOT_FOUND' | 'SLACK_SERVICE_SLACK_USER_TOKEN_NOT_FOUND' | 'SLACK_SERVICE_UNKNOWN_ERROR' | 'SLACK_USER_MAPPING_NOT_FOUND' | 'SOCIALCRM_FEEDSERVICE_API_CLIENT_EXCEPTION' | 'SOCIALCRM_FEEDSERVICE_API_SERVER_EXCEPTION' | 'SOCIALCRM_FEEDSERVICE_API_UNAVAILABLE' | 'SPECIFICATION_GENERATION_EXCEPTION' | 'SSO_SERVICE_DOWN' | 'SST_ADMIN_FILE_DOWNLOAD_EXCEPTION' | 'STATE_TRANSITION_NOT_ALLOWED' | 'TAX_ENGINE_NOT_FOUND' | 'TAX_INTERNAL_ERROR' | 'TOO_MANY_APEX_REQUESTS' | 'TOO_MANY_JOBS' | 'TOO_MANY_RECIPIENTS' | 'TOO_MANY_RECORDS' | 'TRIAL_EXPIRED' | 'TXN_SECURITY_APEX_ERROR' | 'TXN_SECURITY_END_A_SESSION' | 'TXN_SECURITY_FAIL_CLOSE' | 'TXN_SECURITY_METERING_ERROR' | 'TXN_SECURITY_NO_ACCESS' | 'TXN_SECURITY_RUNTIME_ERROR' | 'TXN_SECURITY_TWO_FA_REQUIRED' | 'UNABLE_TO_LOCK_ROW' | 'UNKNOWN_ATTACHMENT_EXCEPTION' | 'UNKNOWN_EXCEPTION' | 'UNKNOWN_ORG_SETTING' | 'UNSUPPORTED_API_VERSION' | 'UNSUPPORTED_ATTACHMENT_ENCODING' | 'UNSUPPORTED_CIO_REPORT' | 'UNSUPPORTED_CLIENT' | 'UNSUPPORTED_DML_OPERATION' | 'UNSUPPORTED_MEDIA_TYPE' | 'UNSUPPORTED_QUERY' | 'USER_EMAIL_NOT_CONNECTED' | 'VERSION_NOT_FOUND' | 'WEBSTORE_LEGAL_BODY_NOT_FOUND' | 'WEBSTORE_NOT_FOUND' | 'XML_PARSER_ERROR'; export type APIPerformanceInfo = string; export type AllOrNoneHeader = string; export type AllowFieldTruncationHeader = string; export type CallOptions = string; export type DebuggingHeader = string; export type DebuggingInfo = string; export type DisableFeedTrackingHeader = string; export type MetadataVersionCheck = string; export type MetadataWarningsHeader = string; export type PackageVersionHeader = string; export type SessionHeader = string; export type changeOwnPassword = string; export type changeOwnPasswordResponse = string; export type create = string; export type createResponse = string; export type delete_ = string; export type deleteResponse = string; export type describeGlobal = string; export type describeGlobalResponse = string; export type describeLayout = string; export type describeLayoutResponse = string; export type describeSObject = string; export type describeSObjectResponse = string; export type describeSObjects = string; export type describeSObjectsResponse = string; export type describeSchema = string; export type describeSchemaResponse = string; export type describeSoqlListViews = string; export type describeSoqlListViewsResponse = string; export type describeValueType = string; export type describeValueTypeResponse = string; export type describeWorkitemActions = string; export type describeWorkitemActionsResponse = string; export type executeAnonymous = string; export type executeAnonymousResponse = string; export type getDeleted = string; export type getDeletedResponse = string; export type getServerTimestamp = string; export type getServerTimestampResponse = string; export type getUpdated = string; export type getUpdatedResponse = string; export type getUserInfo = string; export type getUserInfoResponse = string; export type invalidateSessions = string; export type invalidateSessionsResponse = string; export type login = string; export type loginResponse = string; export type logout = string; export type logoutResponse = string; export type query = string; export type queryResponse = string; export type queryAll = string; export type queryAllResponse = string; export type queryMore = string; export type queryMoreResponse = string; export type retrieve = string; export type retrieveResponse = string; export type runTests = string; export type runTestsResponse = string; export type runTestsAsynchronous = string; export type runTestsAsynchronousResponse = string; export type search = string; export type searchResponse = string; export type setPassword = string; export type setPasswordResponse = string; export type update = string; export type updateResponse = string; export type upsert = string; export type upsertResponse = string; export type ApiFault = string; export type ApiQueryFault = ApiFault & { row: number; column: number; }; export type LoginFault = string; export type InvalidQueryLocatorFault = string; export type InvalidNewPasswordFault = string; export type InvalidOldPasswordFault = string; export type InvalidIdFault = string; export type UnexpectedErrorFault = string; export type InvalidFieldFault = string; export type InvalidSObjectFault = string; export type MalformedQueryFault = string; export type MalformedSearchFault = string; export type AIApplication = Metadata & sObject & { developerName: string; masterLabel?: string; predictionDefinitions: AIPredictionDefinition[]; status: AIApplicationStatus; type: AIApplicationType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalId?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AIApplication; MlExternalId?: string; MlPredictionDefinitions?: QueryResult; MlRecommendationDefinitions?: QueryResult; ModuleNamespace?: string; NamespacePrefix?: string; PredictionDefinitions?: QueryResult; Status?: AIApplicationStatus; SystemModstamp?: Date; Type?: AIApplicationType; }; export type Metadata = string; export type AIApplicationConfig = Metadata & sObject & { aiApplicationDeveloperName: string; applicationId?: string; developerName: string; insightReasonEnabled?: boolean; masterLabel?: string; rank?: number; scoringMode?: AIScoringMode; AllManagedPackageMemberId?: ID; Application?: AIApplication; ApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalId?: string; FullName?: string; IsDeleted?: boolean; IsInsightReasonEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AIApplicationConfig; ModuleNamespace?: string; NamespacePrefix?: string; Rank?: number; ScoringMode?: AIScoringMode; SystemModstamp?: Date; }; export type AIConvSummarizationConfig = Metadata & sObject & { fieldName: string; lookUpRelatedRecordField?: string; name: string; objectName: string; recommendationOutputFieldName: RecsOutputFieldName; relatedEntity?: string; status: ConfigStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookUpRelatedRecordField?: string; MasterLabel?: string; Metadata?: AIConvSummarizationConfig; ModuleNamespace?: string; ObjectName?: string; RecommendationOutputFieldName?: RecsOutputFieldName; RelatedEntity?: string; Status?: ConfigStatus; SystemModstamp?: Date; }; export type AIModel = Metadata & sObject & { 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; ApprovalStatus?: AIModelApproval; ContentVersion?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dataset?: string; DeveloperName?: string; ExternalId?: string; FailureReasonCode?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AIModel; ModelContent?: string; ModelContentLength?: number; ModelDefinition?: AIModelDefinition; ModelDefinitionId?: ID; ModuleNamespace?: string; Priority?: number; ScoringStatus?: AIScoringStatus; SystemModstamp?: Date; TrainingEndTime?: Date; TrainingStartTime?: Date; Type?: AIModelType; }; export type AIModelFactor = sObject & { externalId?: string; factorComponents: AIFactorComponent[]; intensityType: AIIntensityType; intensityValue: number; lowerLimit: number; type: AIModelFactorType; upperLimit: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalId?: string; IntensityType?: AIIntensityType; IntensityValue?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LowerLimit?: number; Model?: AIModel; ModelId?: ID; SystemModstamp?: Date; Type?: AIModelFactorType; UpperLimit?: number; }; export type AIFactorComponent = sObject & { leftHandDerivedField?: string; leftHandField?: string; operator: AIModelMetricOperation; rightHandDerivedField?: string; rightHandField?: string; sortOrder?: number; value: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeftHandDerivedField?: string; LeftHandField?: AIPredictionField; LeftHandFieldId?: ID; Model?: AIModel; ModelFactor?: AIModelFactor; ModelFactorId?: ID; ModelId?: ID; Operator?: AIModelMetricOperation; RightHandDerivedField?: string; RightHandField?: AIPredictionField; RightHandFieldId?: ID; SortOrder?: number; SystemModstamp?: Date; Value?: string; }; export type AIModelGraph = sObject & { dataSetType: AIDataSetType; graphPoints: string; graphType: AIModelGraphType; schemaVersion: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSetType?: AIDataSetType; GraphPoints?: string; GraphType?: AIModelGraphType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Model?: AIModel; ModelId?: ID; SchemaVersion?: string; SystemModstamp?: Date; }; export type AIModelMetric = sObject & { classLabel1?: string; classLabel2?: string; iteration?: number; metricType: AIMetricType; metricValue: number; ClassLabel1?: string; ClassLabel2?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Iteration?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MetricType?: AIMetricType; MetricValue?: number; Model?: AIModel; ModelId?: ID; SystemModstamp?: Date; }; export type AIScoringModelDefVersion = Metadata & sObject & { aiScoringModelDefinition: string; aiScoringSteps: AIScoringStep[]; developerName: string; masterLabel: string; modelMode: AIScoringModelDefVersionMode; AIScoringModelDefinition?: AIScoringModelDefinition; AIScoringModelDefinitionId?: ID; AdditionalInformation?: string; AiUsecaseDefinition?: AIUsecaseDefinition; AiUsecaseDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AIScoringModelDefVersion; ModelMode?: AIScoringModelDefVersionMode; ModuleNamespace?: string; Status?: AIScoringModelVersionStatus; Steps?: QueryResult; SystemModstamp?: Date; }; export type AIScoringStep = sObject & { aiModelConfigStep: string; stepDetail?: string; AiModelConfigStep?: string; AiScoringModelDefVersion?: AIScoringModelDefVersion; AiScoringModelDefVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StepDetail?: string; SystemModstamp?: Date; ValidationStatus?: AIScoringStepValidationStatus; ValidationStatusResult?: string; }; export type AIScoringModelDefinition = Metadata & sObject & { aiModelConfig: string; description?: string; masterLabel: string; AiModelConfig?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AIScoringModelDefinition; ModuleNamespace?: string; SystemModstamp?: Date; Versions?: QueryResult; }; export type AIUsecaseDefinition = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreatorType?: CreatorType; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaximumInsightCount?: number; MaximumRecommendationCount?: number; MaximumSuggestionCount?: number; ModuleNamespace?: string; NamespacePrefix?: string; PrimaryResponseObject?: string; RecommendationResponseObject?: string; RecommendationSource?: RcmdSourceType; SecondaryResponseObject?: string; ShouldSaveFeatures?: boolean; ShouldSaveInsights?: boolean; ShouldSaveRecommendation?: boolean; ShouldSaveRequestResponse?: boolean; ShouldSaveScore?: boolean; ShouldSaveSuggestions?: boolean; SuggestionImpactMinimumPct?: number; SystemModstamp?: Date; UsecaseName?: string; }; export type AIUsecaseFieldMapping = sObject & { additionalFieldInformation?: string; customPredictionLabel?: string; developerName: string; joinFieldInformation?: string; mappedFieldName: string; mappedFieldType: MappedFieldType; masterLabel: string; responseFieldName: string; responseObject: string; sequenceNumber?: number; AdditionalInformation?: string; AiUsecaseDefinition?: AIUsecaseDefinition; AiUsecaseDefinitionId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomPredictionLabel?: string; DeveloperName?: string; IsDeleted?: boolean; JoinFieldInformation?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MappedFieldName?: string; MappedFieldType?: MappedFieldType; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ResponseFieldName?: string; ResponseObject?: string; SequenceNumber?: number; SystemModstamp?: Date; }; export type AIUsecaseModel = sObject & { aiFeatureExtractors: AIFeatureExtractor[]; arePredctGenInRealTime: boolean; defaultFeatureExtractor?: AIFeatureExtractor; developerName: string; masterLabel: string; predictionDefinition?: string; predictionPlatform: PredictionPlatform; AiFeatureExtractor?: AIFeatureExtractor; AiFeatureExtractorId?: ID; AiUsecaseDefinition?: AIUsecaseDefinition; AiUsecaseDefinitionId?: ID; AllManagedPackageMemberId?: ID; ArePredctGenInRealTime?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PredictionDefinition?: string; PredictionPlatform?: PredictionPlatform; SystemModstamp?: Date; }; export type AIFeatureExtractor = sObject & { batchInputSourceIdentifier?: string; batchInputSourceInformation?: string; batchInputSourceType?: BatchInputSourceType; className?: string; developerName: string; extractorType: ExtractorType; featureInputType: FeatureInputType; inputContext?: string; masterLabel: string; AiUsecaseModel?: AIUsecaseModel; AiUsecaseModelId?: ID; AllManagedPackageMemberId?: ID; BatchInputSourceIdentifier?: string; BatchInputSourceInformation?: string; BatchInputSourceType?: BatchInputSourceType; ClassName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FeatureInputType?: FeatureInputType; InputContext?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: ExtractorType; }; export type AbstractPlaceholderMetadata = string; export type CaseTeam = string; export type CaseTeamRole = string; export type Division = string; export type PermissionSetLicense = string; export type User = AbstractPlaceholderMetadata & sObject & { DelegatedUsers?: QueryResult; FirstName?: string; FtestSetups?: QueryResult; InformalName?: string; LastName?: string; LifeSciConfigAssignments?: QueryResult; ManagedUsers?: QueryResult; MiddleName?: string; Name?: string; OmniInteractionAccessConfigs?: QueryResult; PermissionSetAssignments?: QueryResult; SrvcMgmntEmailRoutgAddr_AssignedTo?: QueryResult; Suffix?: string; UserEntityAccessRights?: QueryResult; UserFieldAccessRights?: QueryResult; UserPreferences?: QueryResult; Username?: string; WorkspaceId?: ID; }; export type UserMapped = string; export type UserLicense = string; export type AccessControlPolicy = Metadata & { active: boolean; deploymentStatus: ACPStatus; description?: string; masterLabel: string; targetEntity: string; version: number; }; export type AccountForecastSettings = Metadata & sObject & { 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; AccountFilterId?: ID; AccountForecastSettings?: QueryResult; AcctPrdctPrdFrcstVolCnt?: number; CalculationFrequency?: CalculationFrequency; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayDuration?: number; DisplayedForecastMetrics?: string; DisplayedRevenueMetrics?: string; EditsAllowedFor?: number; ForecastFrequency?: ForecastFrequency; FullName?: string; HasOpportunityItemSchedule?: boolean; HasOpportunityProbability?: boolean; IsAcctFrcstOpSuccessful?: boolean; IsDeleted?: boolean; IsEditableAtStartOfPeriod?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AccountForecastSettings; ModuleNamespace?: string; ObjectMapping?: ObjectMapping; ObjectMappingId?: ID; PrimaryNotifEmailAddress?: string; ProductFilterId?: ID; RecalculateAllFrcstCnt?: number; RegenerateForecastCnt?: number; SalesAgreementFilterId?: ID; SecondaryNotifEmailAddress?: string; StartingPeriod?: number; SystemModstamp?: Date; }; export type AccountForecastFormula = sObject & { endingPeriod: number; formula: string; formulaType: FormulaType; startingPeriod: number; AccountForecastSettings?: AccountForecastSettings; AccountForecastSettingsId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EndingPeriod?: number; Formula?: string; FormulaType?: FormulaType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StartingPeriod?: number; SystemModstamp?: Date; }; export type ObjectMapping = sObject & { inputObject: string; mappingFields: ObjectMappingField[]; outputObject: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DuplicateJobMatchingRuleDefinitions?: QueryResult; InputObject?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectMappings?: QueryResult; OutputObject?: string; SystemModstamp?: Date; }; export type ObjectMappingField = sObject & { inputField: string; outputField: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InputField?: string; InputLookupObject?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjectMapping?: ObjectMapping; ObjectMappingId?: ID; OutputField?: string; OutputLookupObject?: string; SystemModstamp?: Date; }; export type AccountPlanObjMeasCalcDef = Metadata & sObject & { conditions: AccountPlanObjMeasCalcCond[]; description?: string; developerName: string; masterLabel: string; rollupType: string; status: string; targetField?: string; targetObject: string; AccountPlanObjMeasCalcConds?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RollupType?: AccPlanObjMeasCalcDefRollupTy; Status?: AccPlanObjMeasCalcDefStatus; SystemModstamp?: Date; TargetField?: string; TargetObject?: string; ValueType?: AccPlanObjMeasureValueTypes; }; export type AccountPlanObjMeasCalcCond = sObject & { fieldName: string; operation: string; value: string; AccountPlanObjMeasCalcDef?: AccountPlanObjMeasCalcDef; AccountPlanObjMeasCalcDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operation?: AccPlanObjMeasCalcCondOps; SystemModstamp?: Date; Value?: string; }; export type AccountRelationshipShareRule = Metadata & sObject & { accessLevel: string; accountToCriteriaField: string; description?: string; entityType: string; masterLabel: string; staticFormulaCriteria?: string; type: string; AccessLevel?: string; AccountToCriteriaField?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EntityType?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; StaticFormulaCriteria?: string; SystemModstamp?: Date; Type?: string; }; 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 & sObject & { acctMgrPeriodicTargetDstrCnt?: number; periodType: PeriodTypes; pricebookId?: string; teamMemberHierarchyType: TeamMemberHierarchyType; AcctMgrPeriodicTargetDstrCnt?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AcctMgrTargetSettings; ModuleNamespace?: string; PeriodType?: PeriodTypes; PricebookId?: ID; SystemModstamp?: Date; TeamMemberHierarchyType?: TeamMemberHierarchyType; }; export type ActionLauncherItemDef = Metadata & sObject & { identifier: string; itemActionType: ItemActionType; itemCategory: ItemCategory; itemLanguage: string; masterLabel: string; subType: string; type: string; versionNumber?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Identifier?: string; IsDeleted?: boolean; ItemActionType?: ItemActionType; ItemCategory?: ItemCategory; ItemLanguage?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SubType?: string; SystemModstamp?: Date; 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 & sObject & { actionableEventUsageType?: string; apiName: string; contextDefinitionDeveloperName?: string; contextMappingTitle?: string; eventCategory?: string; eventSubtypeApiName?: string; eventTypeApiName: string; executionProcedureAPIName?: string; executionProcedureType?: string; isActive: boolean; isTemplate: boolean; label: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ActionableEventTypeDef = Metadata & sObject & { apiName: string; eventSubtypes: EventSubtype[]; label: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type EventSubtype = { apiName: string; label: string; }; export type ActivationPlatform = Metadata & sObject & { 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; ActivationFlowType?: ActivationFlowType; ActivationPlatformActvAttrs?: QueryResult; ActivationPlatformAdditionalMetadata?: string; ActivationPlatformConnectorType?: ActivationPlatformConnectorType; ActivationPlatformCreationType?: ActivationPlatformCreationType; ActvPlatformFields?: QueryResult; ActvnPlatformAudIdentifiers?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomerIdTypeMapping?: string; DataConnector?: sObject; DataConnectorId?: ID; Description?: string; DeveloperName?: string; Enabled?: boolean; FullName?: string; IncludeSegmentNames?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogoUrl?: string; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActivationPlatform; ModuleNamespace?: string; NamespacePrefix?: string; Notes?: string; OutputFormat?: ActivationPlatformFileOutputFormat; OutputGrouping?: ActivationPlatformFileOutputGrouping; PeriodicRefreshFrequecy?: ActivationPlatformPeriodicFullRefresh; RefreshFrequency?: ActivationPlatformRefreshFrequency; RefreshMode?: ActivationPlatformRefreshMode; SystemModstamp?: Date; }; export type ActivationPlatformActvAttr = Metadata & sObject & { activationPlatform: string; actvPlatformAdncIdentifier?: string; applyHash?: boolean; attributeMappingSchemas?: string; destinationName?: string; fieldName?: string; isFromSourceObject?: boolean; isIdentifier?: boolean; isRequired: boolean; masterLabel: string; objectName?: string; ActivationPlatform?: ActivationPlatform; ActivationPlatformId?: ID; ActvPlatformAdncIdentifier?: ActvPlatformAdncIdentifier; ActvPlatformAdncIdentifierId?: ID; AllManagedPackageMemberId?: ID; ApplyHash?: boolean; AttributeMappingSchemas?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DestinationName?: string; DeveloperName?: string; FieldName?: string; FullName?: string; IsDeleted?: boolean; IsFromSourceObject?: boolean; IsIdentifier?: boolean; IsRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActivationPlatformActvAttr; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; SystemModstamp?: Date; }; export type ActivationPlatformField = Metadata & sObject & { activationPlatform: string; helpText?: string; isHidden: boolean; isRequired: boolean; masterLabel: string; type?: ActivationPlatformFieldDataType; ActivationPlatform?: ActivationPlatform; ActivationPlatformFieldValues?: QueryResult; ActivationPlatformId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; HelpText?: string; IsDeleted?: boolean; IsHidden?: boolean; IsRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActivationPlatformField; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: ActivationPlatformFieldDataType; }; export type ActnblListKeyPrfmIndDef = Metadata & sObject & { aggregateOperationName: ActionableListKPIAggType; description?: string; fieldName: string; filterExpression?: string; masterLabel: string; objectName: string; status: ActionableListKPIStType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FilterExpression?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActnblListKeyPrfmIndDef; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; SystemModstamp?: Date; }; export type ActvPfrmDataConnectorS3 = Metadata & sObject & { bucketName: string; exportDirectory: string; masterLabel: string; ActvPfrmDataConnectors?: QueryResult; AllManagedPackageMemberId?: ID; BucketName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExportDirectory?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActvPfrmDataConnectorS3; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ActvPlatformAdncIdentifier = Metadata & sObject & { activationPlatform: string; identifierHashMethod?: ActivationPlatformIdentifierHashMethod; identifierType: ActivationPlatformIdentifierType; masterLabel: string; ActivationPlatform?: ActivationPlatform; ActivationPlatformId?: ID; ActvPlatformAttributeAdncIdentifier?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IdentifierHashMethod?: ActivationPlatformIdentifierHashMethod; IdentifierType?: ActivationPlatformIdentifierType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActvPlatformAdncIdentifier; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ActvPlatformFieldValue = Metadata & sObject & { activationPlatformField: string; isDefault: boolean; masterLabel: string; value?: string; ActivationPlatformField?: ActivationPlatformField; ActivationPlatformFieldId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDefault?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActvPlatformFieldValue; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Value?: string; }; export type ActvPlatformOAuthConnector = Metadata & sObject & { masterLabel: string; oauthProvider: OAuthProviderType; oauthUrl: string; ActvPfrmDataConnectors?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ActvPlatformOAuthConnector; ModuleNamespace?: string; NamespacePrefix?: string; OauthProvider?: OAuthProviderType; OauthUrl?: string; SystemModstamp?: Date; }; 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 AdvAccountForecastSet = Metadata & sObject & { 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; AccountFieldName?: string; AdvAcctForecastSet?: QueryResult; AdvAcctFrcstDisplayGroupForecastSet?: QueryResult; AdvancedAccountForecastSet?: QueryResult; AllManagedPackageMemberId?: ID; CalculationFrequency?: AdvAcctFcstCalcFrequency; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ForecastFactObjectName?: string; ForecastPeriodGroup?: AdvAcctForecastPeriodGroup; ForecastPeriodGroupId?: ID; ForecastQuantityFieldName?: string; ForecastRevenueFieldName?: string; ForecastSetFieldName?: string; ForecastSetName?: string; ForecastStatusFieldName?: string; FullName?: string; GenerationDpeDefName?: BatchCalcJobDefinition; GenerationDpeDefNameId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AdvAccountForecastSet; ModuleNamespace?: string; NamespacePrefix?: string; PeriodFieldName?: string; RecalculateDpeDefName?: BatchCalcJobDefinition; RecalculateDpeDefNameId?: ID; RegenerationDpeDefName?: BatchCalcJobDefinition; RegenerationDpeDefNameId?: ID; RolloverDpeDefName?: BatchCalcJobDefinition; RolloverDpeDefNameId?: ID; RolloverFrequency?: AdvAcctFcstCalcFrequency; Status?: AdvAccForecastSetStatus; SystemModstamp?: Date; }; export type AdvAcctForecastDimension = sObject & { advAcctForecastDimName: string; dimensionFieldName: string; dimensionSourceName?: string; hierarchySequenceNumber: number; AdvAcctForecastDimName?: string; AdvAcctForecastDimSource?: AdvAcctForecastDimSource; AdvAcctForecastDimSourceId?: ID; AdvAcctForecastSet?: AdvAccountForecastSet; AdvAcctForecastSetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DimensionFieldName?: string; HierarchySequenceNumber?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type AdvAcctFrcstDisplayGroup = sObject & { advAcctFrcstDisplayGroupName: string; displayGroupItems: AdvAcctFrcstDplyGroupItem[]; displayGroupType?: AdvAcctFrcstDisplayGroupType; isDefault?: boolean; userProfileName?: string; AdvAccountForecastSet?: sObject; AdvAccountForecastSetId?: ID; AdvAcctFrcstDisplayGroupName?: string; AdvAcctFrcstDplyGroupItemParent?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GroupType?: AdvAcctFrcstDisplayGroupType; IsDefault?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; UserProfile?: Profile; UserProfileId?: ID; }; export type AdvAcctFrcstDplyGroupItem = sObject & { advAcctFrcstDplyGroupItemName: string; displayOrder: number; measureReferenceName?: string; AdvAcctFrcstDisplayGroup?: AdvAcctFrcstDisplayGroup; AdvAcctFrcstDisplayGroupId?: ID; AdvAcctFrcstDplyGroupItemName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayOrder?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MeasureReference?: AdvAcctForecastMeasureDef; MeasureReferenceId?: ID; SystemModstamp?: Date; }; export type AdvAcctForecastAdjPeriod = sObject & { adjustmentDayCount: number; frequency: PeriodTypes; profileName?: string; startDay: number; AdjustmentDayCount?: number; AdvAccountForecastSet?: AdvAccountForecastSet; AdvAccountForecastSetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Frequency?: PeriodTypes; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Profile?: Profile; ProfileId?: ID; StartDay?: number; SystemModstamp?: Date; }; export type AdvAccountForecastFormula = sObject & { endPeriod: number; formulaExpression: string; formulaType: AdvAcctFcstFormulaType; startPeriod: number; AdvAccountForecastSet?: AdvAccountForecastSet; AdvAccountForecastSetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EndPeriod?: number; FormulaExpression?: string; FormulaType?: AdvAcctFcstFormulaType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StartPeriod?: number; SystemModstamp?: Date; }; export type AdvAcctForecastMeasureDef = sObject & { advAcctForecastMeasureDefName: string; aggregationType?: AdvAcctFcstAggregationType; computationMethod?: AdvAcctFcstComputationMethod; forecastDataMeasureName: string; forecastMeasureName: string; forecastMeasureType: AdvAcctFcstMeasureType; isAdjustmentTracked?: boolean; AdvAccountForecastSet?: sObject; AdvAccountForecastSetId?: ID; AdvAcctForecastMeasureDefName?: string; AdvAcctFrcstDplyGroupItemMeasure?: QueryResult; AggregationType?: AdvAcctFcstAggregationType; ComputationMethod?: AdvAcctFcstComputationMethod; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ForecastDataMeasureName?: string; ForecastMeasureName?: string; ForecastMeasureType?: AdvAcctFcstMeasureType; IsAdjustmentTracked?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type AdvAcctForecastDimSource = Metadata & sObject & { advAcctForecastDimSrcName: string; sourceObjectName: string; AdvAcctForecastDimSrcName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AdvAcctForecastDimSource; ModuleNamespace?: string; NamespacePrefix?: string; SourceObjectName?: string; SystemModstamp?: Date; }; export type AdvAcctForecastPeriodGroup = Metadata & sObject & { forecastPeriodGroupName: string; forecastPeriods: AdvAccountForecastPeriod[]; startPeriod: number; status: ForecastPeriodGroupStatus; AdvAcctForecastPeriodGroup?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ForecastPeriodGroup?: QueryResult; ForecastPeriodGroupName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AdvAcctForecastPeriodGroup; ModuleNamespace?: string; NamespacePrefix?: string; StartPeriod?: number; Status?: ForecastPeriodGroupStatus; SystemModstamp?: Date; }; export type AdvAccountForecastPeriod = sObject & { displayDuration: number; sequenceNumber: number; type: PeriodTypes; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayDuration?: number; ForecastPeriodGroup?: AdvAcctForecastPeriodGroup; ForecastPeriodGroupId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SequenceNumber?: number; SystemModstamp?: Date; Type?: PeriodTypes; }; export type AdvancedObjectMapping = Metadata & sObject & { client: FieldMappingClient; description?: string; label: string; rows: AdvancedFieldMapping[]; sourceObject?: string; targetObject?: string; Client?: FieldMappingClient; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AdvancedObjectMapping; ModuleNamespace?: string; SourceObject?: string; SystemModstamp?: Date; TargetObject?: string; }; export type AdvancedFieldMapping = { sourceField: string; sourceObject: string; targetField: string; targetObject: string; }; export type AffinityScoreDefinition = Metadata & sObject & { affinityScoreDefinitionDesc?: string; affinityScoreDefinitionName?: string; affinityScoreType?: AffinityScoreType; masterLabel?: string; numberOfMonths?: number; numberOfRanges?: number; scoreRangeList?: string; sourceFieldApiNameList?: string; sourceObjectApiNameList?: string; targetFieldApiNameList?: string; targetObjectApiName?: string; AffinityScoreDefinitionDesc?: string; AffinityScoreDefinitionName?: string; AffinityScoreType?: AffinityScoreType; AllManagedPackageMemberId?: ID; AreRangesOverridden?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FrequencyRanges?: string; FullName?: string; IsDefinitionEnabled?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AffinityScoreDefinition; ModuleNamespace?: string; MonetaryRanges?: string; NamespacePrefix?: string; NumberOfMonths?: number; NumberOfRanges?: number; RecencyRanges?: string; ScoreRangeList?: string; SourceFieldApiNameList?: string; SourceObjectApiNameList?: string; SystemModstamp?: Date; TargetFieldApiNameList?: string; TargetLookupInScoreObj?: string; TargetObjectApiName?: string; }; export type AiPlannerVoiceDef = Metadata & sObject & { developerName?: string; inboundFillerWordsBool?: boolean; inboundKeywords?: string; inboundModel?: string; label?: string; languageCode?: string; outboundFillerSentences?: string; outboundModel?: string; outboundSimilarity?: number; outboundSpeedNum?: number; outboundStability?: number; outboundStyleExaggeration?: number; outboundVoice?: string; voiceIdentifier?: string; pronunciationDict?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GenAiPlannerDefinition?: GenAiPlannerDefinition; GenAiPlannerDefinitionId?: ID; InboundFillerWordsBool?: boolean; InboundKeywords?: string; InboundModel?: string; IsDeleted?: boolean; Language?: string; LanguageCode?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; OutboundFillerSentences?: string; OutboundModel?: string; OutboundSimilarity?: number; OutboundSpeedNum?: number; OutboundStability?: number; OutboundStyleExaggeration?: number; OutboundVoice?: string; PronunciationDict?: string; SystemModstamp?: Date; }; 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 & sObject & { 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[]; AllManagedPackageMemberId?: ID; AnalyticsWorkspace?: AnalyticsWorkspace; AnalyticsWorkspaceId?: ID; BackgroundSource?: ContentAsset; BackgroundSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastDraftModifiedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastPublishedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Owner?: User; OwnerId?: ID; Style?: string; SystemModstamp?: Date; TemplateAssetSourceName?: string; TemplateSource?: string; ThumbnailsImages?: QueryResult; Version?: number; }; 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 = sObject & { analyticsDashboard: string; analyticsDashboardVersion?: string; buttonWidgetDefs: AnalyticsButtonWidgetDef[]; containerWidgetDefs: AnalyticsContainerWidgetDef[]; filterWidgetDefs: AnalyticsFilterWidgetDef[]; label?: string; metricWidgetDefs: AnalyticsMetricWidgetDef[]; parameterWidgetDefs: AnalyticsParamWidgetDef[]; textWidgetDefs: AnalyticsTextWidgetDef[]; type: AnalyticsWidgetType; vizWidgetDefs: AnalyticsVizWidgetDef[]; widgetActions: AnalyticsAssetAction[]; widgetName?: string; AllManagedPackageMemberId?: ID; AnalyticsDashboard?: AnalyticsDashboard; AnalyticsDashboardId?: ID; AnalyticsDashboardVersion?: AnalyticsDashboardVersion; AnalyticsDashboardVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Type?: AnalyticsWidgetType; WidgetName?: string; }; export type AnalyticsButtonWidgetDef = { parameters?: string; }; export type AnalyticsContainerWidgetDef = { backgroundSource?: string; parameters?: string; }; export type AnalyticsFilterWidgetDef = { initialValues?: string; 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 = sObject & { actionType: AnalyticsActionType; analyticsAssetVersion?: string; eventType: AnalyticsActionEventType; parameters?: string; version?: number; ActionType?: AnalyticsActionType; AllManagedPackageMemberId?: ID; AnalyticsAssetVersion?: AnalyticsVizVersion; AnalyticsAssetVersionId?: ID; Asset?: sObject; AssetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EventType?: AnalyticsActionEventType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parameters?: string; SystemModstamp?: Date; Version?: number; }; export type AnalyticsWorkspaceAsset = { asset: string; assetType: AnalyticsWorkspaceAssetType; assetUsageType: AnalyticsWorkspaceAssetUsageType; metadataSourceType?: AnalyticsWorkspaceAssetMetadataSourceType; workspace: string; }; export type AnalyticsVisualization = Metadata & sObject & { 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[]; AllManagedPackageMemberId?: ID; AnalyticsWorkspace?: AnalyticsWorkspace; AnalyticsWorkspaceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSource?: SemanticModel; DataSourceId?: ID; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastDraftModifiedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastPublishedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Owner?: User; OwnerId?: ID; SystemModstamp?: Date; TemplateAssetSourceName?: string; TemplateSource?: string; ThumbnailsImages?: QueryResult; Version?: number; VisualSpecification?: string; }; export type AnalyticsVizField = sObject & { 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; AdHocCalc?: string; AllManagedPackageMemberId?: ID; AnalyticsVizVersion?: AnalyticsVizVersion; AnalyticsVizVersionId?: ID; ComputeUsing?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayCategory?: VisualizationFieldDisplayCategoryType; FieldKey?: string; Function?: VisualizationFieldFunctionType; HierarchyName?: string; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; QuickTableCalc?: string; Role?: VisualizationFieldRoleType; SemanticField?: sObject; SemanticFieldApiName?: string; SemanticFieldId?: ID; SemanticObjectApiName?: string; SystemModstamp?: Date; Type?: VisualizationFieldType; UniqueIndex?: string; Visualization?: AnalyticsVisualization; VisualizationId?: ID; }; export type AnalyticsVizViewDef = sObject & { analyticsVizVersion?: string; fullName: string; isOriginal: boolean; masterLabel: string; version?: number; viewSpecification?: string; AllManagedPackageMemberId?: ID; AnalyticsVizVersion?: AnalyticsVizVersion; AnalyticsVizVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsOriginal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Owner?: User; OwnerId?: ID; SystemModstamp?: Date; Version?: number; ViewSpecification?: string; Visualization?: AnalyticsVisualization; VisualizationId?: ID; }; export type AnalyticsWorkspace = Metadata & sObject & { description?: string; masterLabel: string; workspaceAssetRelationships: AnalyticsWorkspaceAsset[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AndroidPushApplicationSetup = Metadata & { fcmProject?: string; serverKey?: string; serviceAccount?: string; }; export type AnimationRule = Metadata & sObject & { animationFrequency: string; developerName: string; isActive: boolean; masterLabel: string; recordTypeContext: string; recordTypeName?: string; sobjectType: string; targetField: string; targetFieldChangeToValues: string; AnimationFrequency?: AnimationFrequencyUnit; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AnimationRule; ModuleNamespace?: string; RecordType?: RecordType; RecordTypeContext?: AnimationRuleRecordTypeContext; RecordTypeId?: ID; SobjectType?: string; SystemModstamp?: Date; TargetField?: string; TargetFieldChangeToValues?: string; }; export type ApexClass = Metadata & sObject & { apiVersion: number; packageVersions: PackageVersion[]; status: ApexCodeUnitStatus; AllManagedPackageMemberId?: ID; ApiVersion?: number; Body?: string; BodyCrc?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsValid?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LengthWithoutComments?: number; ManageableState?: ManageableState; Metadata?: ApexClass; Name?: string; NamespacePrefix?: string; Status?: ApexCodeUnitStatus; SymbolTable?: SymbolTable; SystemModstamp?: Date; }; export type PackageVersion = { majorNumber: number; minorNumber: number; namespace?: string; packageId?: string; }; export type ApexComponent = Metadata & sObject & { apiVersion?: number; description?: string; label: string; packageVersions: PackageVersion[]; AllManagedPackageMemberId?: ID; ApiVersion?: number; ControllerKey?: string; ControllerType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Markup?: string; MasterLabel?: string; ModuleNamespace?: string; Name?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ApexPage = Metadata & sObject & { apiVersion: number; availableInTouch?: boolean; confirmationTokenRequired?: boolean; description?: string; label: string; packageVersions: PackageVersion[]; AllManagedPackageMemberId?: ID; ApiVersion?: number; ControllerKey?: string; ControllerType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FullName?: string; IsAvailableInTouch?: boolean; IsConfirmationTokenRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Markup?: string; MasterLabel?: string; Metadata?: ApexPage; ModuleNamespace?: string; Name?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ApexTestSuite = Metadata & sObject & { testClassName: string[]; ApexClassIds?: ID[]; ApexClassJunctions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; TestSuiteName?: string; }; export type ApexTrigger = Metadata & sObject & { apiVersion: number; packageVersions: PackageVersion[]; status: ApexCodeUnitStatus; AllManagedPackageMemberId?: ID; ApiVersion?: number; Body?: string; BodyCrc?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; IsValid?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LengthWithoutComments?: number; ManageableState?: ManageableState; Metadata?: ApexTrigger; ModuleNamespace?: string; Name?: string; NamespacePrefix?: string; Status?: ApexCodeUnitStatus; SystemModstamp?: Date; TableEnumOrId?: string; UsageAfterDelete?: boolean; UsageAfterInsert?: boolean; UsageAfterUndelete?: boolean; UsageAfterUpdate?: boolean; UsageBeforeDelete?: boolean; UsageBeforeInsert?: boolean; UsageBeforeUpdate?: boolean; UsageIsBulk?: boolean; }; export type ApiNamedQuery = Metadata & sObject & { apiNamedQueryParameters: ApiNamedQueryParameter[]; apiVersion: number; body2: string; description: string; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; ApiNamedQueryParameters?: QueryResult; ApiVersion?: number; Body2?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ApiNamedQueryParameter = sObject & { description: string; parameterLabel: string; parameterName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterLabel?: string; ParameterName?: string; Parent?: ApiNamedQuery; ParentId?: ID; SystemModstamp?: Date; }; export type AppFrameworkTemplateBundle = Metadata & { assetVersion?: number; description?: string; label: string; maxAppCount?: number; templateBadgeIcon?: string; templateStatus?: string; templateSubtype?: string; templateType: 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 & sObject & { applicationObjectName: ApplicationObjectName; applicationUsageType: ApplicationUsageType; recordTypeName: string; ApplicationUsageType?: ApplicationUsageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectName?: string; RecordTypeName?: string; SystemModstamp?: Date; }; export type ApplicationSubtypeDefinition = Metadata & sObject & { applicationUsageType: AppDomainUsageType; description?: string; masterLabel: string; AllManagedPackageMemberId?: ID; ApplicationUsageType?: AppDomainUsageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AppointmentAssignmentPolicy = Metadata & sObject & { masterLabel: string; policyApplicableDuration: PolicyApplicableDuration; policyType: AssignmentPolicyType; utilizationFactor: UtilizationFactor; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AppointmentAssignmentPolicy; ModuleNamespace?: string; PolicyApplicableDuration?: PolicyApplicableDuration; PolicyType?: AssignmentPolicyType; SystemModstamp?: Date; UtilizationFactor?: UtilizationFactor; }; export type AppointmentSchedulingPolicy = Metadata & sObject & { 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; AppointmentAssignmentPolicy?: AppointmentAssignmentPolicy; AppointmentAssignmentPolicyId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExtCalEventHandler?: ApexClass; ExtCalEventHandlerId?: ID; Fullname?: string; IsDeleted?: boolean; IsSvcTerrOpHoursWithShiftsUsed?: boolean; IsSvcTerritoryMemberShiftUsed?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AppointmentSchedulingPolicy; ModuleNamespace?: string; ShouldCheckExternalCalendar?: boolean; ShouldConsiderCalendarEvents?: boolean; ShouldEnforceExcludedResource?: boolean; ShouldEnforceRequiredResource?: boolean; ShouldMatchSkill?: boolean; ShouldMatchSkillLevel?: boolean; ShouldRespectVisitingHours?: boolean; ShouldUsePrimaryMembers?: boolean; ShouldUseSecondaryMembers?: boolean; SystemModstamp?: Date; }; 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 & sObject & { active?: boolean; ruleEntry: RuleEntry[]; Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; }; 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 = string; export type AssistantContextItem = Metadata & sObject & { assistantVersionId: string; description?: string; developerName: string; index?: number; masterLabel?: string; parentContextItem?: string; parentRelationField?: string; searchType?: string; slotClass?: string; sobjectType?: string; whereClause?: string; AssistantVersion?: AssistantVersion; AssistantVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; Index?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AssistantContextItem; ModuleNamespace?: string; ParentContextItem?: AssistantContextItem; ParentContextItemId?: ID; ParentContextItems?: QueryResult; ParentRelationField?: string; ParentRelationFieldCache?: string; QuickActionParams?: QueryResult; SearchType?: AssistantSearchType; SlotClass?: string; SobjectActionParams?: QueryResult; SobjectActions?: QueryResult; SobjectType?: string; SobjectTypeCache?: string; SystemModstamp?: Date; WhereClause?: string; }; export type AssistantDefinition = Metadata & sObject & { appVersionNumber?: number; assistantDefinitionProfiles: AssistantDefinitionProfile[]; description?: string; developerName: string; masterLabel?: string; status?: AssistantDefinitionStatus; AppVersionNumber?: number; AssistantVersions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AssistantDefinition; ModuleNamespace?: string; Status?: AssistantDefinitionStatus; SystemModstamp?: Date; }; export type AssistantDefinitionProfile = sObject & { profile?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: AssistantDefinition; DefinitionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; export type AssistantSkillQuickAction = Metadata & sObject & { assistantSkillQuickActionParams: AssistantSkillQuickActionParam[]; description?: string; developerName: string; masterLabel?: string; prompt?: string; quickAction?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AssistantSkillQuickAction; ModuleNamespace?: string; Prompt?: string; QuickAction?: QuickActionDefinition; QuickActionId?: ID; QuickActionName?: string; QuickActionNamespace?: string; QuickActionParams?: QueryResult; SobjectType?: string; SystemModstamp?: Date; }; export type AssistantSkillQuickActionParam = sObject & { description?: string; field?: string; index?: number; prompt?: string; referenceTarget?: string; slotClass?: string; AssistantAction?: AssistantSkillQuickAction; AssistantActionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Field?: string; FieldCache?: string; Index?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Prompt?: string; ReferenceTarget?: AssistantContextItem; ReferenceTargetId?: ID; SlotClass?: string; SystemModstamp?: Date; }; export type AssistantSkillSobjectAction = Metadata & sObject & { assistantSkillSobjectParams: AssistantSkillSobjectParam[]; description?: string; developerName: string; masterLabel?: string; prompt?: string; recordType?: string; sobjectType?: string; target?: string; type: AssistantSkillSobjectActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AssistantSkillSobjectAction; ModuleNamespace?: string; Prompt?: string; RecordType?: RecordType; RecordTypeId?: ID; SobjectActionParams?: QueryResult; SobjectType?: string; SobjectTypeCache?: string; SystemModstamp?: Date; Target?: AssistantContextItem; TargetId?: ID; Type?: AssistantSkillSobjectActionType; }; export type AssistantSkillSobjectParam = sObject & { description?: string; field?: string; index?: number; prompt?: string; referenceTarget?: string; slotClass?: string; AssistantAction?: AssistantSkillSobjectAction; AssistantActionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Field?: string; FieldCache?: string; Index?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Prompt?: string; ReferenceTarget?: AssistantContextItem; ReferenceTargetId?: ID; SlotClass?: string; SystemModstamp?: Date; }; export type AssistantVersion = Metadata & sObject & { assistantDefinitionId: string; assistantSkills: AssistantSkill[]; assistantVersionActions: AssistantVersionAction[]; description?: string; developerName: string; masterLabel?: string; versionNumber?: number; AssistantSkills?: QueryResult; ContextItems?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: AssistantDefinition; DefinitionId?: ID; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: AssistantVersion; ModuleNamespace?: string; SystemModstamp?: Date; VersionActions?: QueryResult; VersionNumber?: number; }; export type AssistantSkill = sObject & { assistantSkillIntents: AssistantSkillIntent[]; description?: string; externalModel?: string; index?: number; mlDomain?: string; skillType?: AssistantSkillType; AssistantSkillIntents?: QueryResult; AssistantVersion?: AssistantVersion; AssistantVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; ExternalModel?: string; Index?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlDomain?: MlDomain; MlDomainId?: ID; SkillType?: string; SystemModstamp?: Date; }; export type AssistantSkillIntent = sObject & { action?: string; description?: string; field?: string; index?: number; intentName?: string; isPromptRequired?: boolean; isRequired?: boolean; mlIntent?: string; sobjectType?: string; Action?: sObject; ActionId?: ID; AssistantSkill?: AssistantSkill; AssistantSkillId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Field?: string; Index?: number; IntentName?: string; IsDeleted?: boolean; IsPromptRequired?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlIntent?: MlIntent; MlIntentId?: ID; SobjectType?: string; SystemModstamp?: Date; }; export type AssistantVersionAction = sObject & { action?: string; Action?: sObject; ActionId?: ID; AssistantVersion?: AssistantVersion; AssistantVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; 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 & sObject & { 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; AllManagedPackageMemberId?: ID; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: AuraDefinitionBundle; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AuraDefinitions = { auraDefinition: AuraDefinition[]; }; export type AuraDefinition = sObject & { defType: string; source: string; AllManagedPackageMemberId?: ID; AuraDefinitionBundle?: AuraDefinitionBundle; AuraDefinitionBundleId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefType?: AuraDefType; Format?: AuraFormat; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Source?: string; SystemModstamp?: Date; }; 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 & sObject & { active?: boolean; ruleEntry: RuleEntry[]; Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; }; export type AutoResponseRules = string; export type BatchCalcJobDefinition = Metadata & sObject & { 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[]; ActionableListDefinitions?: QueryResult; AllManagedPackageMemberId?: ID; BatchJobDefinition?: BatchJobDefinition; BatchJobDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceApiName?: string; DataSyncJobs?: QueryResult; DefinitionRunMode?: BatchCalcJobDefRunMode; DeveloperName?: string; DoesGenAllFailedRecords?: boolean; ExecutionPlatformObjectType?: ExecutionPlatformObjectType; ExecutionPlatformType?: ExecutionPlatformType; FullName?: string; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BatchCalcJobDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ProcessType?: BatchCalcProcessType; SystemModstamp?: Date; }; 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 = { dataType?: BatchCalcJobDataType; name: string; type?: 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; displaySequence?: number; 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 BatchCalcJobQuery = BatchCalcJobAbstractMetadataValue & { description?: string; label: string; name: string; prefix?: string; queryExpression: string; suffix?: 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 BatchCalcJobProcessType = Metadata & sObject & { customNodeConfigs: CustomNodeConfig[]; expressionFunctions: TransformExpressionFunction[]; isInternal: boolean; isListViewVisible: boolean; label: string; name: string; DurableId?: string; EnumOrId?: string; FullName?: string; IsInternal?: boolean; IsListViewVisible?: boolean; Label?: string; Metadata?: BatchCalcJobProcessType; Name?: string; }; export type CustomNodeConfig = { configVersions: CustomNodeConfigVersion[]; name: string; namespace: string; }; export type CustomNodeConfigVersion = { configParameters: CustomNodeConfigParameter[]; maximumRequiredSource: number; minimumRequiredSource: number; version: number; }; export type CustomNodeConfigParameter = { dataType: BatchCalcJobDataType; hasSourceFieldValue: boolean; isInputParameter: boolean; isRequired: boolean; name: string; }; export type TransformExpressionFunction = { category: string; categoryLabel: string; description: string; example: string; label: string; name: string; }; export type BatchProcessJobDefinition = Metadata & sObject & { batchSize: number; dataSource: BatchDataSource; description?: string; executionProcessApiName?: string; flowApiName?: string; flowInputVariable?: string; masterLabel: string; processGroup: string; retryCount: number; retryInterval: number; status?: string; type?: string; AllManagedPackageMemberId?: ID; BatchJobDefinition?: BatchJobDefinition; BatchJobDefinitionId?: ID; BatchJobDefinitionName?: string; BatchSize?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FlowDefinition?: FlowDefinition; FlowDefinitionId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BatchProcessJobDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ProcessGroup?: string; RecordIdVariable?: string; RetryCount?: number; RetryInterval?: number; Status?: BatchJobDefinitionStatus; SystemModstamp?: Date; Type?: BatchJobDefinitionType; TypeInstance?: string; }; export type BatchDataSource = sObject & { condition: string; criteria?: string; dataSourceType?: DataSourceType; filters: BatchDataSrcFilterCriteria[]; orderFields: BatchDataSourceOrderField[]; relatedSobjects?: string; sourceObject: string; sourceObjectField?: string; BatchJobDefinition?: BatchJobDefinition; BatchJobDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaJoinCondition?: string; CriteriaJoinType?: CriteriaJoinType; DataSourceType?: DataSourceType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RelatedSobjects?: string; SourceFieldName?: string; SourceTableName?: string; SystemModstamp?: Date; }; export type BatchDataSrcFilterCriteria = sObject & { domainObjectName?: string; dynamicValue: boolean; dynamicValueType?: string; fieldName: string; fieldPath?: string; fieldValue: string; operator: string; sequenceNo: number; BatchDataSource?: BatchDataSource; BatchDataSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DomainObjectName?: string; DynamicValueType?: DataSrcDynamicFilterType; FieldName?: string; FieldPath?: string; FieldValue?: string; FilterCriteriaSequence?: number; IsDeleted?: boolean; IsDynamicValue?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: DataSourceFilterOperator; SystemModstamp?: Date; }; export type BatchDataSourceOrderField = sObject & { domainObjectName: string; fieldName: string; fieldPath: string; BatchDataSource?: BatchDataSource; BatchDataSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DomainObjectName?: string; FieldName?: string; FieldPath?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type BenefitAction = Metadata & sObject & { benefitActionParameters: BenefitActionParameter[]; description?: string; flowDefinition?: string; isActive: boolean; isBenefitExpirationAllowed?: boolean; isBenefitUpdateAllowed?: boolean; masterLabel: string; memberBenefitVariableName?: string; processType: string; type: string; AllManagedPackageMemberId?: ID; BenefitParameterActions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FlowDefinition?: string; FlowInstance?: string; FullName?: string; IsActive?: boolean; IsBenefitExpirationAllowed?: boolean; IsBenefitUpdateAllowed?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MemberBenefitVariableName?: string; Metadata?: BenefitAction; ModuleNamespace?: string; NamespacePrefix?: string; ProcessType?: BenefitActionProcessType; SystemModstamp?: Date; Type?: BenefitActionType; }; export type BenefitActionParameter = sObject & { dataType: BenefitActionDataType; masterLabel: string; name?: string; objectName?: string; parameterValues: BenefitActionParameterValue[]; picklistName?: string; BenefitAction?: BenefitAction; BenefitActionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: BenefitActionDataType; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectName?: string; PicklistName?: string; SystemModstamp?: Date; }; export type BenefitActionParameterValue = sObject & { parameterValue: string; BenefitActionParameter?: BenefitActionParameter; BenefitActionParameterId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterValue?: string; SystemModstamp?: Date; }; export type BlacklistedConsumer = Metadata & { blockedByApiWhitelisting: boolean; consumerKey: string; consumerName: string; masterLabel: string; }; export type BldgEnrgyIntensityCnfg = Metadata & sObject & { buildingEnergyIntensityType: BuildingEnergyIntensityType; recordType: string; AllManagedPackageMemberId?: ID; BuildingEnergyIntensityType?: BuildingEnergyIntensityType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; }; 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 = sObject & { description?: string; developerName: string; label: string; mlIntentUtterances: MlIntentUtterance[]; relatedMlIntents: MlRelatedIntent[]; AllManagedPackageMemberId?: ID; ConversationDefinitionDialogs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DependentMlIntents?: QueryResult; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MlIntent; MlActualIntentModelMisclassifications?: QueryResult; MlDomain?: MlDomain; MlDomainId?: ID; MlIntentModelMetrics?: QueryResult; MlIntentUtterances?: QueryResult; MlPredictedIntentModelMisclassifications?: QueryResult; ModuleNamespace?: string; NamespacePrefix?: string; RelatedMlIntents?: QueryResult; SystemModstamp?: Date; }; export type MlIntentUtterance = sObject & { language?: Language; utterance: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlDomain?: MlDomain; MlDomainId?: ID; MlIntent?: MlIntent; MlIntentId?: ID; SystemModstamp?: Date; Utterance?: string; }; export type MlRelatedIntent = sObject & { relatedMlIntent: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlIntent?: MlIntent; MlIntentId?: ID; RelatedMlIntent?: MlIntent; RelatedMlIntentId?: ID; SystemModstamp?: Date; }; export type MlSlotClass = sObject & { dataType: MlSlotClassDataType; description?: string; developerName: string; extractionRegex?: string; extractionType?: MlSlotClassExtractionType; label: string; mlSlotClassValues: MlSlotClassValue[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: MlSlotClassDataType; Description?: string; DeveloperName?: string; ExtractionRegex?: string; ExtractionType?: MlSlotClassExtractionType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MlSlotClass; MlDomain?: MlDomain; MlDomainId?: ID; MlSlotClassValues?: QueryResult; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type MlSlotClassValue = sObject & { synonymGroup?: SynonymGroup; synonymGroups: SynonymGroup[]; value: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlSlotClass?: MlSlotClass; MlSlotClassId?: ID; SystemModstamp?: Date; Value?: string; }; export type SynonymGroup = { languages: Language[]; terms: string[]; }; export type BotVersion = Metadata & sObject & { 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; status: BotStatusCode; stopRecPrompts?: boolean; stopWelcomePrompts?: boolean; surfacesEnabled?: boolean; toneType?: GenAiBotToneType; version: number; welcomeRecommendations: WelcomeRecommendation[]; BotDefinition?: BotDefinition; BotDefinitionId?: ID; BotRecommendedUtteranceDefs?: QueryResult; Company?: string; ConversationDefinitionDialogGroups?: QueryResult; ConversationDefinitionDialogs?: QueryResult; ConversationDefinitionGoals?: QueryResult; ConversationDefinitionNlpProviders?: QueryResult; ConversationDefinitionSystemDialogs?: QueryResult; ConversationDefinitionVariables?: QueryResult; ConversationRecordOutputFields?: QueryResult; CopilotPrimaryLanguage?: string; CopilotSecondaryLanguages?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EntryDialog?: ConversationDefinitionDialog; EntryDialogId?: ID; GenAiPlannerBotVersionDefinitions?: QueryResult; IntentThreshold?: number; IsDeleted?: boolean; LastActivatedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MainMenuDialog?: ConversationDefinitionDialog; MainMenuDialogId?: ID; Metadata?: BotVersion; MlExternalModels?: QueryResult; ModuleNamespace?: string; OptionsArticleAnswersGPTEnabled?: boolean; OptionsCitationsEnabled?: boolean; OptionsInitialIntentDetectionEnabled?: boolean; OptionsIntentDisambiguationEnabled?: boolean; OptionsIntentV3Enabled?: boolean; OptionsKnowledgeActionEnabled?: boolean; OptionsKnowledgeFallbackEnabled?: boolean; OptionsSmallTalkEnabled?: boolean; OptionsStaticPromptsEnabled?: boolean; OptionsStopRecPrompts?: boolean; OptionsStopWelcomePrompts?: boolean; OptionsSurfacesEnabled?: boolean; PredictionMaxChoices?: number; PredictionSetup?: ConversationDefinitionPredictionSetup; PredictionSetupId?: ID; ResponseDelayMilliseconds?: number; Role?: string; Status?: BotStatusCode; SystemModstamp?: Date; ToneType?: GenAiBotToneType; VersionNumber?: number; }; 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 = sObject & { executionType?: ConversationMessageExecutionType; messageDefinitionMappings: BotInvocationMapping[]; messageDefinitionName: string; ConversationInvocationMappings?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExecutionType?: ConversationMessageExecutionType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessageDefinition?: string; Parent?: sObject; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; }; export type ConversationRecordLookup = sObject & { SObjectType: string; conditions: ConversationRecordLookupCondition[]; filterLogic?: string; lookupFields: ConversationRecordLookupField[]; maxLookupResults: number; sortFieldName?: string; sortOrder?: SortOrder; sourceVariableName?: string; sourceVariableType?: ConversationVariableType; targetVariableName: string; AdvancedFilterText?: string; ConversationRecordLookupConditions?: QueryResult; ConversationRecordOutputFields?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterLogicType?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxLookupResults?: number; Parent?: ConversationDefinitionStep; ParentId?: ID; RootDialog?: ConversationDefinitionDialog; RootDialogId?: ID; SobjectType?: string; SortField?: string; SortOrder?: number; SourceVariable?: string; SystemModstamp?: Date; TargetVariable?: ConversationDefinitionVariable; TargetVariableId?: ID; Type?: ConversationRecordLookupType; }; export type ConversationRecordLookupCondition = sObject & { leftOperand: string; operatorType: string; rightOperandName?: string; rightOperandType?: ConversationVariableType; rightOperandValue?: string; sortOrder: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeftOperand?: string; OperatorType?: string; Parent?: ConversationRecordLookup; ParentId?: ID; RightOperand?: string; RightOperandValue?: string; RootDialog?: ConversationDefinitionDialog; RootDialogId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type ConversationRecordLookupField = { fieldName: string; }; export type ConversationDefinitionStepGoalMapping = sObject & { goalName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Goal?: ConversationDefinitionGoal; GoalId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentRecord?: ConversationDefinitionStep; ParentRecordId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; }; export type ConversationSystemMessage = sObject & { systemMessageMappings: ConversationSystemMessageMapping[]; type: ConversationSystemMessageType; ConversationSystemMessageMappings?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: ConversationDefinitionStep; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; Type?: ConversationSystemMessageType; }; export type ConversationSystemMessageMapping = sObject & { mappingType: ConversationMappingType; parameterType: ConversationSystemMessageParamType; variableName: string; ConversationSystemMessage?: ConversationSystemMessage; ConversationSystemMessageId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappingType?: ConversationMappingType; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemMessageParamType?: ConversationSystemMessageParamType; SystemModstamp?: Date; Variable?: string; }; export type ConversationDefinitionPlanner = { genAiPlannerName: string; }; export type ConversationDefinitionGoal = sObject & { developerName: string; label: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ParentRecord?: sObject; ParentRecordId?: ID; SystemModstamp?: Date; }; 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 = sObject & { language?: Language; nlpProviderName?: string; nlpProviderType: ConversationDefinitionNlpProviderType; ConversationDefinition?: BotVersion; ConversationDefinitionId?: ID; ConversationLanguage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NlpProvider?: sObject; NlpProviderId?: ID; NlpProviderType?: ConversationDefinitionNlpProviderType; SortOrder?: number; SystemModstamp?: Date; }; 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 = sObject & { SObjectType: string; fieldName: string; messageType: MessageType; ConversationVariable?: ConversationDefinitionVariable; ConversationVariableId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessageType?: string; SobjectType?: string; SystemModstamp?: Date; }; export type ConversationDefinitionChannelProvider = sObject & { agentRequired?: boolean; chatButtonName: string; ChannelProvider?: sObject; ChannelProviderId?: ID; ConversationDefinition?: BotDefinition; ConversationDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionsAgentRequired?: boolean; SystemModstamp?: Date; }; 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 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 & sObject & { brandingSetProperty: BrandingSetProperty[]; description?: string; masterLabel: string; type?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BrandingSet; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: string; }; export type BrandingSetProperty = sObject & { propertyName: string; propertyValue?: string; BrandingSet?: BrandingSet; BrandingSetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PropertyName?: string; PropertyValue?: string; SystemModstamp?: Date; }; export type BriefcaseDefinition = Metadata & sObject & { briefcaseRules: BriefcaseRule[]; description?: string; isActive: boolean; masterLabel: string; type?: BriefcaseType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BriefcaseDefinition; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; 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 & sObject & { 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; Active?: boolean; Default?: boolean; DurableId?: string; FridayEndTime?: Date; FridayStartTime?: Date; MondayEndTime?: Date; MondayStartTime?: Date; Name?: string; SaturdayEndTime?: Date; SaturdayStartTime?: Date; SundayEndTime?: Date; SundayStartTime?: Date; ThursdayEndTime?: Date; ThursdayStartTime?: Date; TimeZoneIdentifier?: string; TuesdayEndTime?: Date; TuesdayStartTime?: Date; WednesdayEndTime?: Date; WednesdayStartTime?: Date; }; export type BusinessProcess = Metadata & sObject & { description?: string; isActive?: boolean; values: PicklistValue[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; IsActive?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: BusinessProcess; Name?: string; NamespacePrefix?: string; }; export type PicklistValue = Metadata & { color?: string; default: boolean; description?: string; isActive?: boolean; valueName: string; 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; valueName: string; }; export type BusinessProcessGroup = Metadata & sObject & { businessProcessDefinitions: BusinessProcessDefinition[]; customerSatisfactionMetric: SurveyQuestionType; description?: string; masterLabel: string; AllManagedPackageMemberId?: ID; BusinessProcessDefinitions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomerSatisfactionMetric?: SurveyQuestionType; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type BusinessProcessDefinition = sObject & { businessProcessFeedbacks: BusinessProcessFeedback[]; description?: string; developerName: string; masterLabel: string; sequenceNumber: number; BusinessProcessFeedbacks?: QueryResult; BusinessProcessGroup?: BusinessProcessGroup; BusinessProcessGroupId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProcessDescription?: string; SequenceNumber?: number; SystemModstamp?: Date; }; export type BusinessProcessFeedback = sObject & { actionName: string; actionParam: string; actionType: ExpFeedbackCollType; ActionName?: string; ActionParam?: string; ActionType?: ExpFeedbackCollType; BusProcessFeedbackConfig?: BusProcessFeedbackConfig; BusProcessFeedbackConfigId?: ID; BusinessProcessDefinition?: BusinessProcessDefinition; BusinessProcessDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type BusinessProcessTypeDefinition = Metadata & { applicationUsageType: AppDomainUsageType; description?: string; masterLabel: string; }; export type CMSConnectSource = Metadata & sObject & { 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; CMSConnectAssets?: QueryResult; CMSConnectLanguages?: QueryResult; CMSConnectResourceDefinitions?: QueryResult; CMSConnectResourceTypes?: QueryResult; CmsConnectPersonalizations?: QueryResult; ConnectionType?: CMSSourceConnectionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CssScope?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: CMSConnectSource; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; Parent?: sObject; ParentId?: ID; RootPath?: string; SortOrder?: number; Status?: CMSConnectionStatus; SystemModstamp?: Date; Type?: CMSConnectionSourceType; WebsiteUrl?: string; }; export type CMSConnectAsset = sObject & { assetPath: string; assetType: string; sortOrder: number; AssetPath?: string; AssetType?: CMSConnectionAssetType; CmsConnectSource?: CMSConnectSource; CmsConnectSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SortOrder?: number; SystemModstamp?: Date; }; export type CMSConnectLanguage = sObject & { cmsLanguage: string; language: string; CmsConnectSource?: CMSConnectSource; CmsConnectSourceId?: ID; CmsLanguage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type CMSConnectPersonalization = sObject & { connectorPage: string; connectorPageAsset: string; CmsConnectSource?: CMSConnectSource; CmsConnectSourceId?: ID; ConnectorPage?: string; ConnectorPageAsset?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionalParams?: string; SystemModstamp?: Date; }; export type CMSConnectResourceType = sObject & { cmsConnectResourceDefinition: CMSConnectResourceDefinition[]; developerName: string; masterLabel: string; resourceType: string; CMSConnectResourceTypes?: QueryResult; CmsConnectSource?: CMSConnectSource; CmsConnectSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PayloadType?: CMSConnectResourcePayloadType; SystemModstamp?: Date; }; export type CMSConnectResourceDefinition = sObject & { developerName: string; masterLabel: string; options: number; payloadType: string; resourceIdPath?: string; resourceNamePath?: string; resourcePath: string; rootNodePath?: string; CmsConnectResourceType?: CMSConnectResourceType; CmsConnectResourceTypeId?: ID; CmsConnectSource?: CMSConnectSource; CmsConnectSourceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; OptionsIsCollection?: boolean; PayloadType?: CMSConnectResourcePayloadType; ResourceIdPath?: string; ResourceNamePath?: string; ResourcePath?: string; RootNodePath?: string; SystemModstamp?: Date; }; export type CallCenter = Metadata & sObject & { adapterUrl?: string; contactCenterChannels: ContactCenterChannel[]; customSettings?: string; displayName: string; displayNameLabel: string; internalNameLabel: string; sections: CallCenterSection[]; vendorCallCenterStatusMaps: VendorCallCenterStatusMap[]; version?: string; AdapterUrl?: string; ContactCenterChannels?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomSettings?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Metadata?: CallCenter; Name?: string; Version?: number; }; export type ContactCenterChannel = sObject & { channel: string; contactCenter: string; omniCallbackFallbackQueue?: string; omniCallbackHandler?: string; voiceMailFallbackQueue?: string; voiceMailHandler?: string; Channel?: MessagingChannel; ChannelId?: ID; ContactCenter?: CallCenter; ContactCenterId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OmniCallbackFallbackQueue?: Group; OmniCallbackFallbackQueueId?: ID; OmniCallbackHandler?: string; SystemModstamp?: Date; VoicemailFallbackQueue?: Group; VoicemailFallbackQueueId?: ID; VoicemailHandler?: string; }; export type CallCenterSection = { items: CallCenterItem[]; label: string; name: string; }; export type CallCenterItem = { label: string; name: string; value: string; }; export type VendorCallCenterStatusMap = sObject & { externalStatus: string; servicePresenceStatus: string; CallCenter?: CallCenter; CallCenterId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalStatus?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ServicePresenceStatus?: ServicePresenceStatus; ServicePresenceStatusId?: ID; SystemModstamp?: Date; }; 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 & sObject & { isActive?: boolean; isDefaultModel: boolean; isModelLocked: boolean; modelDescription?: string; name: string; recordPreference?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDefaultModel?: boolean; IsDeleted?: boolean; IsModelLocked?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModelDescription?: string; ModuleNamespace?: string; NamespacePrefix?: string; RecordPreference?: InfluenceRecordPreferenceType; SystemModstamp?: Date; }; 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 & sObject & { codeSetType?: string; defaultNpi?: string; generalPlanServiceTypeCode?: string; isDefault?: boolean; masterLabel: string; organizationName?: string; serviceApexClass?: string; serviceNamedCredential?: string; serviceTypeSourceSystem?: string; uriPath?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CareBenefitVerifySettings; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UriPath?: string; }; export type CareRequestConfiguration = Metadata & sObject & { careRequestRecordType: string; careRequestRecords: CareRequestRecords[]; careRequestType: string; isActive?: boolean; isDefaultRecordType?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CareRequestRecordType?: string; CareRequestRecords?: string; CareRequestType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDefaultRecordType?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CareRequestConfiguration; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type CareRequestRecords = { careRequestRecord: string; }; export type CaseSubjectParticle = Metadata & sObject & { index: number; textField?: string; type: CaseSubjectParticleType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; Index?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: CaseSubjectParticle; ModuleNamespace?: string; SystemModstamp?: Date; TextField?: string; Type?: CaseSubjectParticleType; }; export type Certificate = Metadata & sObject & { caSigned: boolean; encryptedWithPlatformEncryption?: boolean; expirationDate?: Date; keySize?: number; masterLabel: string; privateKeyExportable?: boolean; CertificateChain?: string; CreatedDate?: Date; DeveloperName?: string; ExpirationDate?: Date; KeySize?: number; MasterLabel?: string; MessagingChannelPaymentConfigs?: QueryResult; OptionsIsAwsByok?: boolean; OptionsIsCaSigned?: boolean; OptionsIsEncryptedWithPE?: boolean; OptionsIsKeyExportTle?: boolean; OptionsIsNewEncr?: boolean; OptionsIsPrivateKeyExportable?: boolean; OptionsIsSystemManaged?: boolean; OptionsIsUnusable?: boolean; OptionsIsUsingKMS?: boolean; }; export type ChannelLayout = Metadata & sObject & { doesExcludeFieldLabels?: boolean; doesExcludeFiles?: boolean; enabledChannels: string[]; label: string; layoutItems: ChannelLayoutItem[]; recordType?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ChannelLayout; ModuleNamespace?: string; NamespacePrefix?: string; SobjectType?: string; SystemModstamp?: Date; }; export type ChannelLayoutItem = { field: string; }; export type ChannelObjectLinkingRule = Metadata & sObject & { actionForNoRecordFound: ActionForNoRecordFound; actionForSingleRecordFound: ActionForSingleRecordFound; channelType: ChannelType; description?: string; isLinkedRecordOpenedAsSubTab: boolean; isRuleActive: boolean; masterLabel: string; objectToLink: ObjectToLink; ruleName: string; ActionForNoRecordFound?: ActionForNoRecordFound; ActionForSingleRecordFound?: ActionForSingleRecordFound; AllManagedPackageMemberId?: ID; ChannelType?: ChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsLinkedRecordOpenedAsSubTab?: boolean; IsRuleActive?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectToLink?: ObjectToLink; RuleName?: string; SystemModstamp?: Date; }; 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 ChoiceList = Metadata & sObject & { choiceListValue: ChoiceListValue[]; description?: string; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ChoiceListValue = sObject & { isDefaultValue: boolean; order: number; valueName: string; ChoiceList?: ChoiceList; ChoiceListId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDefaultValue?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Order?: number; SystemModstamp?: Date; ValueName?: string; }; export type ClaimFinancialSettings = Metadata & sObject & { claimCovPendingAuthStatus: string; claimPendingAuthorityStatus: string; clmCovPymtDtlPendAuthSts: string; masterLabel: string; AllManagedPackageMemberId?: ID; ClaimCovPendingAuthStatus?: string; ClaimPendingAuthorityStatus?: string; ClmCovPymtDtlPendAuthSts?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ClauseCatgConfiguration = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; usageType: ClmCategoryUsageType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UsageType?: ClmCategoryUsageType; }; export type CleanDataService = Metadata & sObject & { cleanRules: CleanRule[]; description: string; masterLabel: string; matchEngine: string; AllManagedPackageMemberId?: ID; CleanRules?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MatchEngine?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type CleanRule = sObject & { bulkEnabled: boolean; bypassTriggers: boolean; bypassWorkflow: boolean; description: string; developerName: string; fieldMappings: FieldMapping[]; masterLabel: string; matchRule: string; sourceSobjectType: string; status: CleanRuleStatus; targetSobjectType: string; CleanDataService?: CleanDataService; CleanDataServiceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAssessmentStatus?: CleanRuleDataAssessmentStatus; Description?: string; DeveloperName?: string; FieldMappingClients?: QueryResult; IsBulkEnabled?: boolean; IsDeleted?: boolean; IsSilentSaveEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MatchConfidence?: number; MatchRule?: string; ModuleNamespace?: string; ShouldBypassTriggers?: boolean; ShouldBypassWorkflow?: boolean; SobjectType?: string; SourceSobjectType?: string; Status?: CleanRuleStatus; SystemModstamp?: Date; }; export type FieldMapping = sObject & { SObjectType: string; developerName: string; fieldMappingRows: FieldMappingRow[]; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldMappingClient?: CleanRule; FieldMappingClientId?: ID; FieldMappings?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SobjectType?: string; SystemModstamp?: Date; }; export type FieldMappingRow = sObject & { SObjectType: string; fieldMappingFields: FieldMappingField[]; fieldName: string; mappingOperation: MappingOperation; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldMapping?: FieldMapping; FieldMappingId?: ID; FieldMappingRows?: QueryResult; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operation?: MappingOperation; SobjectType?: string; SystemModstamp?: Date; }; export type FieldMappingField = sObject & { dataServiceField: string; dataServiceObjectName: string; priority: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataServiceField?: string; DataServiceObjectName?: string; FieldMappingRow?: FieldMappingRow; FieldMappingRowId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Priority?: number; SystemModstamp?: Date; }; 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 & sObject & { failureStatus: string; insPolicyMatchingCriteria: string; masterLabel: string; reprocessingEligibility: string; successStatus: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FailureStatus?: string; InsPolicyMatchingCriteria?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ReprocessingEligibility?: string; SuccessStatus?: string; SystemModstamp?: Date; }; export type CmsnStmtLineItemTypConfig = Metadata & sObject & { brkrRevSpltArngLnItmTyp?: string; commissionStmtLineItemType: string; masterLabel: string; prodSplitArngLineItemType?: string; BrkrRevSpltArngLnItmTyp?: string; CommissionStmtLineItemType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProdSplitArngLineItemType?: string; SystemModstamp?: Date; }; export type CodeBundle = Metadata & sObject & { apiVersion: number; description?: string; ApiVersion?: number; Body?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; 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 CommissionStatementConfig = Metadata & sObject & { cmsnProcBatchPrcJobDef?: string; failureStatus: string; inProgressStatus: string; invalidProducerCmsnStatus?: string; masterLabel: string; partialSuccessStatus: string; stdCmsnProcBtchPrcJobDef?: string; successStatus: string; CmsnProcBtchPrcJobDef?: BatchProcessJobDefinition; CmsnProcBtchPrcJobDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FailureStatus?: string; InProgressStatus?: string; InvalidProducerCmsnStatus?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PartialSuccessStatus?: string; StdCmsnProcBtchPrcJobDef?: string; SuccessStatus?: string; SystemModstamp?: Date; }; export type CommunicationChannelType = Metadata & sObject & { channelName: string; masterLabel: string; AllManagedPackageMemberId?: ID; ChannelName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 & sObject & { modelContent: string; modelEntityType: ModelEntityType; modelStatus: ModelStatus; name: string; networkId?: string; setupDefinition?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: CommunityAIModelMapping; ModelContent?: string; ModelEntityType?: ModelEntityType; ModelStatus?: ModelStatus; ModuleNamespace?: string; NetworkId?: ID; SetupDefinition?: ServiceAISetupDefinition; SetupDefinitionId?: ID; SystemModstamp?: Date; }; export type CommunityTemplateDefinition = Metadata & sObject & { baseTemplate?: CommunityBaseTemplate; bundlesInfo: CommunityTemplateBundleInfo[]; category: CommunityTemplateCategory; defaultBrandingSet?: string; defaultThemeDefinition: string; description?: string; enableExtendedCleanUpOnDelete?: boolean; masterLabel: string; navigationLinkSet: NavigationLinkSet[]; pageSetting: CommunityTemplatePageSetting[]; publisher?: string; AllManagedPackageMemberId?: ID; BaseTemplate?: CommunityBaseTemplate; Category?: CommunityTemplateCategory; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultBrandingSet?: BrandingSet; DefaultBrandingSetId?: ID; DefaultThemeDefinition?: CommunityThemeDefinition; DefaultThemeDefinitionId?: ID; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CommunityTemplateDefinition; ModuleNamespace?: string; NamespacePrefix?: string; Publisher?: string; SystemModstamp?: Date; }; 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 & sObject & { bundlesInfo: CommunityThemeBundleInfo[]; customThemeLayoutType: CommunityCustomThemeLayoutType[]; defaultBrandingSet?: string; description?: string; enableExtendedCleanUpOnDelete?: boolean; masterLabel: string; publisher?: string; themeRouteOverride: CommunityThemeRouteOverride[]; themeSetting: CommunityThemeSetting[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultBrandingSet?: BrandingSet; DefaultBrandingSetId?: ID; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CommunityThemeDefinition; ModuleNamespace?: string; NamespacePrefix?: string; Publisher?: string; SystemModstamp?: Date; }; 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 & sObject & { fields: string[]; label: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CompactLayout; ModuleNamespace?: string; NamespacePrefix?: string; SobjectType?: string; SystemModstamp?: Date; }; export type ConnectedApp = Metadata & { attributes: ConnectedAppAttribute[]; 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; 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 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 ContentAsset = Metadata & sObject & { format?: ContentAssetFormat; isVisibleByExternalUsers?: boolean; language: string; masterLabel: string; originNetwork?: string; relationships?: ContentAssetRelationships; versions: ContentAssetVersions; AllManagedPackageMemberId?: ID; ContentDocumentId?: ID; ConversationInvocationMappings?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsVisibleByExternalUsers?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 ContentTypeBundle = Metadata & { description?: string; masterLabel: string; resources: ContentTypeBundleResource[]; }; export type ContentTypeBundleResource = { fileName: string; filePath: string; fileType: string; source: string; }; export type ContextDefinition = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CanBeReferenceDefinition?: boolean; ClonedFrom?: string; ContextDefinitionReferences?: QueryResult; ContextDefinitionVersions?: QueryResult; ContextTtl?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisplayName?: string; HasSystemTags?: boolean; InheritedFrom?: string; InheritedFromVersion?: string; IsDeleted?: boolean; IsExtensionV2Used?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Title?: string; }; export type ContextDefinitionReference = sObject & { inheritedFrom?: string; referenceContextDefinition: string; AllManagedPackageMemberId?: ID; ContextDefinition?: ContextDefinition; ContextDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ReferenceContextDefinition?: string; SystemModstamp?: Date; }; export type ContextDefinitionVersion = sObject & { contextMappings: ContextMapping[]; contextNodes: ContextNode[]; endDate?: string; isActive?: boolean; startDate: string; versionNumber: number; AllManagedPackageMemberId?: ID; ContextDefinition?: ContextDefinition; ContextDefinitionArtifacts?: QueryResult; ContextDefinitionFilters?: QueryResult; ContextDefinitionId?: ID; ContextMappings?: QueryResult; ContextNodes?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EndDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; StartDate?: Date; SystemModstamp?: Date; VersionNumber?: number; }; export type ContextMapping = sObject & { contextMappingIntents: ContextMappingIntent[]; contextNodeMappings: ContextNodeMapping[]; default?: boolean; description?: string; inheritedFrom?: string; title: string; AllManagedPackageMemberId?: ID; ContextDefinitionVersion?: ContextDefinitionVersion; ContextDefinitionVersionId?: ID; ContextMappingIntents?: QueryResult; ContextNodeMappings?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; InheritedFrom?: string; IsDefault?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Title?: string; }; export type ContextMappingIntent = sObject & { mappingIntent: ContextMappingIntentType; AllManagedPackageMemberId?: ID; ContextMapping?: ContextMapping; ContextMappingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MappingIntent?: ContextMappingIntentType; SystemModstamp?: Date; }; export type ContextNodeMapping = sObject & { contextAttributeMappings: ContextAttributeMapping[]; contextNode?: string; contextNodeAttrDictionaries: ContextNodeAttrDictionary[]; inheritedFrom?: string; mappedContextDefinition?: string; object?: string; AllManagedPackageMemberId?: ID; ContextAttributeMappings?: QueryResult; ContextMapping?: ContextMapping; ContextMappingId?: ID; ContextNode?: ContextNode; ContextNodeAttrDictionaries?: QueryResult; ContextNodeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MappedContextDefinition?: string; Object?: string; SystemModstamp?: Date; }; export type ContextAttributeMapping = sObject & { contextAttrHydrationDetails: ContextAttrHydrationDetail[]; contextAttribute?: string; contextInputAttributeName: string; ctxAttrHydrationCtxs: CtxAttrHydrationCtx[]; inheritedFrom?: string; AllManagedPackageMemberId?: ID; ContextAttrHydrationDetails?: QueryResult; ContextAttribute?: ContextAttribute; ContextAttributeId?: ID; ContextInputAttributeName?: string; ContextNodeMapping?: ContextNodeMapping; ContextNodeMappingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CtxAttrHydrationCtxs?: QueryResult; Description?: string; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type ContextAttrHydrationDetail = sObject & { contextAttrHydrationDetails: ContextAttrHydrationDetail[]; inheritedFrom?: string; objectName: string; queryAttribute: string; AllManagedPackageMemberId?: ID; ContextAttrHydrationDetails?: QueryResult; ContextAttributeMapping?: ContextAttributeMapping; ContextAttributeMappingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjectName?: string; ParentHydrationDetail?: ContextAttrHydrationDetail; ParentHydrationDetailId?: ID; QueryAttribute?: string; SystemModstamp?: Date; }; export type CtxAttrHydrationCtx = sObject & { contextQueryAttribute: string; inheritedFrom?: string; AllManagedPackageMemberId?: ID; ContextAttributeMapping?: ContextAttributeMapping; ContextAttributeMappingId?: ID; ContextQueryAttribute?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type ContextNodeAttrDictionary = sObject & { contextAttrDictIdentifier: string; contextNodeTagPrefix: string; ContextAttrDictIdentifier?: string; ContextNode?: ContextNode; ContextNodeId?: ID; ContextNodeMapping?: ContextNodeMapping; ContextNodeMappingId?: ID; ContextNodeTagPrefix?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ContextNode = sObject & { canonicalNode?: string; contextAttributes: ContextAttribute[]; contextNodeAttrDictionaries: ContextNodeAttrDictionary[]; contextTags: ContextTag[]; customMappingAllowed?: boolean; displayName?: string; inheritedFrom?: string; title: string; transposable?: boolean; AllManagedPackageMemberId?: ID; CanonicalNode?: ContextNode; CanonicalNodeId?: ID; ContextAttributes?: QueryResult; ContextDefinitionVersion?: ContextDefinitionVersion; ContextDefinitionVersionId?: ID; ContextNodeAttrDictionaries?: QueryResult; ContextNodeMappings?: QueryResult; ContextRelationshipNodes?: QueryResult; ContextTags?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DisplayName?: string; InheritedFrom?: string; IsCustomMappingAllowed?: boolean; IsDeleted?: boolean; IsTransposable?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Title?: string; }; export type ContextAttribute = sObject & { contextTags: ContextTag[]; customMappingAllowed?: boolean; dataType: ContextAttributeDataType; description?: string; displayName?: string; domainSet?: string; fieldType: ContextAttributeFieldType; inheritedFrom?: string; key?: boolean; title: string; transient?: boolean; value?: boolean; AggregateFunctionType?: ContextAggregateFunctionType; AggregateSrcContextAttr?: ContextAttribute; AggregateSrcContextAttrId?: ID; AllManagedPackageMemberId?: ID; ContextAttributeMappings?: QueryResult; ContextAttributes?: QueryResult; ContextNode?: ContextNode; ContextNodeId?: ID; ContextTags?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ContextAttributeDataType; Description?: string; DisplayName?: string; DomainSet?: string; FieldType?: ContextAttributeFieldType; InheritedFrom?: string; IsCustomMappingAllowed?: boolean; IsDeleted?: boolean; IsKey?: boolean; IsTransient?: boolean; IsValue?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Title?: string; }; export type ContextTag = sObject & { inheritedFrom?: string; title: string; ContextAttribute?: ContextAttribute; ContextAttributeId?: ID; ContextNode?: ContextNode; ContextNodeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Title?: string; }; export type ContextUseCaseMapping = Metadata & sObject & { contextDefinitionName: string; mappingName: string; mappingType: ContextMappingType; masterLabel: string; referenceObjectName?: string; referenceObjectRecordType?: string; targetObjectCustomFieldName?: string; targetObjectName?: string; targetObjectRecordType?: string; useCaseType: ContextUseCaseType; AllManagedPackageMemberId?: ID; ContextDefinitionName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MappingName?: string; MappingType?: ContextMappingType; MasterLabel?: string; Metadata?: ContextUseCaseMapping; ModuleNamespace?: string; NamespacePrefix?: string; ReferenceObjectName?: string; ReferenceObjectRecordType?: RecordType; ReferenceObjectRecordTypeId?: ID; SystemModstamp?: Date; TargetObjectCustomFieldName?: string; TargetObjectName?: string; TargetObjectRecordType?: RecordType; TargetObjectRecordTypeId?: ID; UseCaseType?: ContextUseCaseType; }; export type ContractType = Metadata & sObject & { contractTypeConfigs: ContractTypeConfig[]; isDefault?: boolean; masterLabel: string; subTypes?: string; AllManagedPackageMemberId?: ID; ContractTypes?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDefault?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ContractType; ModuleNamespace?: string; NamespacePrefix?: string; SubTypes?: string; SystemModstamp?: Date; }; export type ContractTypeConfig = sObject & { configType: ContractConfigType; configValue: string; usageType?: ContractUsageType; AllManagedPackageMemberId?: ID; ConfigType?: ContractConfigType; ConfigValue?: string; ContractType?: ContractType; ContractTypeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; 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 & sObject & { endDate: Date; externalModelIdentifier?: string; name: string; pipelineRunIdentifier?: string; refreshFrequency: RefreshFrequency; reportLanguage?: string; startDate: Date; status: ReportStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EndDate?: Date; ExternalModelIdentifier?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ConvReasonReportDefinition; ModuleNamespace?: string; PipelineRunIdentifier?: string; RefreshFrequency?: RefreshFrequency; ReportLanguage?: string; StartDate?: Date; Status?: ReportStatus; SystemModstamp?: Date; }; export type ConvReasonReportSegmentDef = Metadata & sObject & { convReasonReportDefinition: string; conversationChannel?: string; filterCriteria?: string; filterCriteriaAsJson?: string; name: string; segmentObject?: string; segmentType: SegmentationType; targetField?: string; targetObject: string; ConvReasonReportDefinition?: ConvReasonReportDefinition; ConvReasonReportDefinitionId?: ID; ConversationChannel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FilterCriteria?: string; FilterCriteriaAsJson?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ConvReasonReportSegmentDef; ModuleNamespace?: string; SegmentObject?: string; SegmentType?: SegmentationType; SystemModstamp?: Date; TargetField?: string; TargetObject?: string; }; export type ConversationChannelDefinition = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CapabilitiesSupportsCustomChannelParameters?: boolean; CapabilitiesSupportsDoubleOptInConsent?: boolean; CapabilitiesSupportsExplicitConsent?: boolean; CapabilitiesSupportsImplicitConsent?: boolean; CapabilitiesSupportsIsoCountryCode?: boolean; CapabilitiesSupportsKeywords?: boolean; ConnectedAppOauthLink?: string; ConnectedAppType?: CustomChannelConnectedAppType; ConsentOwner?: ConsentOwner; ConversationVendorInfo?: ConversationVendorInfo; ConversationVendorInfoId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomEventPayloadField?: string; CustomEventTypeField?: string; CustomIcon?: StaticResource; CustomIconId?: ID; CustomPlatformEvent?: string; CustomerConnectedAppOauthLink?: string; DeveloperName?: string; EventCapabilitiesIsInboundAcknwOptionExposed?: boolean; EventCapabilitiesIsProgressIndicatorOptExposed?: boolean; EventCapabilitiesIsRoutingWorkResultSupported?: boolean; EventCapabilitiesIsTypingIndicatorOptionHidden?: boolean; FullName?: string; IsConferenceSupported?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaxParticipantsForCnfrOverride?: number; Metadata?: ConversationChannelDefinition; ModuleNamespace?: string; NamespacePrefix?: string; RoutingOwner?: RoutingOwner; SystemModstamp?: Date; }; export type ConversationMessageDefinition = Metadata & sObject & { constants: ConversationMessageConstant[]; contentCategory?: ConversationMessageContentCategory; description?: string; label: string; language?: string; messageHandlers: ConversationMessageHandler[]; messageLayouts: ConversationMessageLayout[]; optionsParameter?: ConversationMessageOptionsParameter; parameters: ConversationMessageParameter[]; type: ConversationMessageDefinitionType; AllManagedPackageMemberId?: ID; ContentCategory?: ConversationMessageContentCategory; ConversationMessageConstantValues?: QueryResult; ConversationMessageConstants?: QueryResult; ConversationMessageDefinitionHandlers?: QueryResult; ConversationMessageLayouts?: QueryResult; ConversationMessageParams?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefinitionType?: ConversationMessageDefinitionType; Description?: string; DeveloperName?: string; ErrorDetails?: ConvMsgExternalErrorCode; FullName?: string; HasError?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MessagingChannelAutoResponses?: QueryResult; Metadata?: ConversationMessageDefinition; ModuleNamespace?: string; NamespacePrefix?: string; Status?: ConversationMessageDefinitionStatus; SystemModstamp?: Date; }; export type ConversationMessageConstant = sObject & { compositeValues: ConversationMessageConstantCompositeValue[]; constantType: ConversationMessageConstantType; label?: string; name?: string; primitiveValues: ConversationMessageConstantPrimitiveValue[]; valueType?: ConversationMessageValueType; AllManagedPackageMemberId?: ID; ConstantType?: ConversationMessageConstantType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Parent?: ConversationMessageDefinition; ParentId?: ID; ParentValue?: ConversationMessageConstantValue; ParentValueId?: ID; SystemModstamp?: Date; 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 = sObject & { externalTemplates: ConvMsgExternalTemplateVersion[]; formatType: ConversationMessageFormatType; layoutItems: ConversationMessageLayoutItem[]; layoutVariant?: ConversationMessageLayoutVariant; messageType: ConversationMessageType; AllManagedPackageMemberId?: ID; ConversationMessageLayouts?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FormatType?: ConversationMessageFormatType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LayoutVariant?: ConversationMessageLayoutVariant; ManageableState?: ManageableState; MessageType?: ConversationMessageType; Parent?: ConversationMessageDefinition; ParentId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type ConvMsgExternalTemplateVersion = sObject & { 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; AccountIdentifier?: string; AccountName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ErrorCode?: ConvMsgExternalErrorCode; ErrorMessage?: string; ExternalConfigJson?: string; ExternalEventTimestamp?: Date; HeaderAssetHandle?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LayoutJson?: string; ManageableState?: ManageableState; Parent?: ConversationMessageLayout; ParentId?: ID; RejectionReason?: ConvMsgExternalRejectionReason; Status?: ConvMsgExternalTemplateVersionStatus; SystemModstamp?: Date; 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 & sObject & { 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; AllManagedPackageMemberId?: ID; AwsAccountKey?: string; AwsRootEmail?: string; AwsTenantVersion?: number; BridgeComponent?: string; CapabilitiesSupportsAgentSSO?: boolean; CapabilitiesSupportsEinsteinConversationInsights?: boolean; CapabilitiesSupportsIntelligence?: boolean; CapabilitiesSupportsKeyProvisioning?: boolean; CapabilitiesSupportsMultiVendorConfig?: boolean; CapabilitiesSupportsNamedCredential?: boolean; CapabilitiesSupportsPartnerContactCenterList?: boolean; CapabilitiesSupportsPartnerPhoneNumbers?: boolean; CapabilitiesSupportsPartnerTransferDestinations?: boolean; CapabilitiesSupportsQueueManagement?: boolean; CapabilitiesSupportsUnifiedRouting?: boolean; CapabilitiesSupportsUniversalCallRecordingAccess?: boolean; CapabilitiesSupportsUserSyncing?: boolean; ConnectorUrl?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomConfig?: CustomObject; CustomConfigId?: ID; CustomIcon?: StaticResource; CustomIconId?: ID; CustomLoginUrl?: string; DeveloperName?: string; FullName?: string; IntegrationClass?: ApexClass; IntegrationClassId?: ID; IsDeleted?: boolean; IsTaxCompliant?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ConversationVendorInfo; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; NamespacePrefix?: string; SystemModstamp?: Date; TelephonySettingsComponent?: string; VendorType?: ConversationVendorType; }; export type CorsWhitelistOrigin = Metadata & { urlPattern: string; }; export type CspTrustedSite = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CanAccessCamera?: boolean; CanAccessMicrophone?: boolean; Context?: CspTrustedSiteContext; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EndpointUrl?: string; IsActive?: boolean; IsApplicableToConnectSrc?: boolean; IsApplicableToFontSrc?: boolean; IsApplicableToFrameSrc?: boolean; IsApplicableToImgSrc?: boolean; IsApplicableToMediaSrc?: boolean; IsApplicableToStyleSrc?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MobileExtensionId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type CustomApplication = Metadata & sObject & { 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; BrandId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FormFactors?: string; FullName?: string; IsNavAutoTempTabsDisabled?: boolean; IsNavPersonalizationDisabled?: boolean; IsNavTabPersistenceDisabled?: boolean; IsOmniPinnedViewEnabled?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: CustomApplication; NamespacePrefix?: string; NavType?: NavType; SetupExperience?: SetupApp; SetupExperienceId?: string; TabSetType?: TabSetType; UiType?: UiType; UtilityBar?: FlexiPage; UtilityBarId?: ID; }; export type AppActionOverride = ActionOverride & { pageOrSobjectType: string; }; export type ActionOverride = sObject & { actionName?: string; comment?: string; content?: string; formFactor?: FormFactor; skipRecordTypeSelect?: boolean; type?: ActionOverrideType; ContentId?: ID; ContentName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomApplication?: CustomApplication; CustomApplicationId?: ID; Description?: string; FormFactor?: FormFactor; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Name?: string; NamespacePrefix?: string; PageOrSobjectType?: string; SkipRecordTypeSelect?: boolean; SystemModstamp?: Date; 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 = sObject & { actionName: string; content?: string; formFactor: FormFactor; pageOrSobjectType: string; recordType?: string; type: ActionOverrideType; Action?: string; Content?: FlexiPage; ContentId?: ID; ContentName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomApplication?: CustomApplication; CustomApplicationId?: ID; FormFactor?: FormFactor; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PageOrSobjectType?: string; Profile?: Profile; ProfileId?: ID; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; 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 CustomFeedFilter = Metadata & { criteria: FeedFilterCriterion[]; description?: string; isProtected?: boolean; label: string; }; export type FeedFilterCriterion = { feedItemType: FeedItemType; feedItemVisibility?: FeedItemVisibility; relatedSObjectType?: string; }; export type CustomField = Metadata & sObject & { 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; 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; 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; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataViewFields?: QueryResult; Description?: string; DeveloperName?: string; ElementType?: ElementType; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; InlineHelpText?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; ManageableState?: ManageableState; MaskChar?: EncryptedFieldMaskChar; MaskType?: EncryptedFieldMaskType; Metadata?: CustomField; NamespacePrefix?: string; Precision?: number; RelationshipLabel?: string; Scale?: number; SummaryOperation?: SummaryOperations; TableEnumOrId?: string; }; export type LookupFilter = sObject & { active: boolean; booleanFilter?: string; description?: string; errorMessage?: string; filterItems: FilterItem[]; infoMessage?: string; isOptional: boolean; Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsOptional?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: LookupFilter; NamespacePrefix?: string; SourceFieldDefinition?: FieldDefinition; SourceFieldDefinitionId?: string; SourceObject?: string; TargetEntityDefinition?: EntityDefinition; TargetEntityDefinitionId?: string; }; 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 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; valueName: 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 & sObject & { customHelpMenuItems: CustomHelpMenuItem[]; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CustomHelpMenuSection; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 = string; export type CustomMetadata = Metadata & { description?: string; label?: string; protected?: boolean; values: CustomMetadataValue[]; }; export type CustomMetadataValue = { field: string; }; export type CustomNotificationType = Metadata & sObject & { customNotifTypeName: string; description?: string; desktop: boolean; masterLabel: string; mobile: boolean; slack?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomNotifTypeName?: string; CustomNotificationActionGroups?: QueryResult; Description?: string; Desktop?: boolean; DeveloperName?: string; Email?: boolean; IsDeleted?: boolean; IsPayload?: boolean; IsSlack?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Mobile?: boolean; ModuleNamespace?: string; NamespacePrefix?: string; RenderDefinition?: string; SystemModstamp?: Date; }; export type CustomObject = Metadata & sObject & { actionOverrides: ActionOverride[]; allowInChatterGroups?: boolean; compactLayoutAssignment?: string; 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; gender?: Gender; household?: boolean; label?: string; mktDataLakeAttributes?: MktDataLakeAttributes; mktDataModelAttributes?: MktDataModelAttributes; nameField?: CustomField; pluralLabel?: string; profileSearchLayouts: ProfileSearchLayouts[]; publishBehavior?: PlatformEventPublishBehavior; recordTypeTrackHistory?: boolean; searchLayouts?: SearchLayouts; sharingModel?: SharingModel; startsWith?: StartsWith; visibility?: SetupObjectVisibility; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomHelpId?: ID; Description?: string; DeveloperName?: string; ExternalDataSource?: ExternalDataSource; ExternalDataSourceId?: ID; ExternalName?: string; ExternalRepository?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NamespacePrefix?: string; SharingModel?: 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 SearchLayouts = { customTabListAdditionalFields: string[]; excludedStandardButtons: string[]; listViewButtons: string[]; lookupDialogsAdditionalFields: string[]; lookupFilterFields: string[]; lookupPhoneDialogsAdditionalFields: string[]; massQuickActions: string[]; searchFilterFields: string[]; searchResultsAdditionalFields: string[]; searchResultsCustomButtons: string[]; }; export type CustomObjectBinding = Metadata & { fields: CustomFieldBinding[]; implementationObject: string; interfaceObject: string; masterLabel: string; }; export type CustomFieldBinding = { implementationField: string; interfaceField: 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 & sObject & { 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; ContentId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EncodingKey?: string; FullName?: string; HasSidebar?: boolean; IconId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CustomTab; MotifName?: string; NamespacePrefix?: string; Type?: CustomTabDefinitionType; Url?: string; }; 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 & sObject & { 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; AllManagedPackageMemberId?: ID; BuilderExpression?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: CalculatedInsightCreationType; DataspaceName?: string; DataspacePrefix?: string; DefinitionType?: CalculatedInsightDefinitionType; Description?: string; DeveloperName?: string; Expression?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataCalcInsightTemplate; ModuleNamespace?: string; NamespacePrefix?: string; ProcessDataKitObjectTemplate?: QueryResult; SourceDataGraphName?: string; SourceObjectDevName?: string; SystemModstamp?: Date; 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 DataConnectionParamTmpl = Metadata & sObject & { paramName: string; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataStreamTemplate?: DataStreamTemplate; DataStreamTemplateId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ParamName?: string; SystemModstamp?: Date; Value?: string; }; export type DataConnector = Metadata & sObject & { description: string; 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[]; AllManagedPackageMemberId?: ID; Attributes?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Errors?: QueryResult; FeaturesDataIn?: boolean; FeaturesDataInFrequentIngest?: boolean; FeaturesDataInStructured?: boolean; FeaturesDataInUnstructured?: boolean; FeaturesDataOut?: boolean; FeaturesFileBased?: boolean; FeaturesFileBasedDataSync?: boolean; FeaturesHidden?: boolean; FeaturesObjectBased?: boolean; FeaturesOverride?: boolean; FeaturesReadonlyConnection?: boolean; FeaturesStaticSchema?: boolean; FeaturesStreaming?: boolean; FeaturesZeroCopyIn?: boolean; Icon?: StaticResource; IconId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseAgreement?: string; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OwnerLocation?: string; OwnerLogo?: StaticResource; OwnerLogoId?: ID; OwnerName?: string; ParentConnector?: string; ReleaseLevel?: DataConnectorReleaseLevel; SupportEmail?: string; SupportMessage?: string; SupportPhone?: string; SystemModstamp?: Date; referredTargetObject?: QueryResult; }; export type LocalizedValue = sObject & { aspect?: TranslationAspect; language?: string; outOfDate?: boolean; value?: string; Aspect?: TranslationAspect; CountryCode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyCode?: string; IsOutOfDate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NamespacePrefix?: string; PackagedAncestor?: string; ParentId?: ID; ParentValue?: string; RegionCode?: string; SystemModstamp?: Date; Value?: string; }; export type DataConnectorAttribute = Metadata & sObject & { capabilities: DataConnectorCapability[]; command?: string; commandAttributes?: string; dataType: DataConnectorDataType; defaultValue?: string; editable?: boolean; externalName: string; masterLabel: string; max?: string; min?: string; order: number; pattern?: string; placeholder?: string; readonly?: boolean; required?: boolean; secure?: boolean; tooltip?: string; translations: LocalizedValue[]; validationMessageError?: string; AllManagedPackageMemberId?: ID; CapabilitiesDataIn?: boolean; CapabilitiesDataInDelete?: boolean; CapabilitiesDataInHeader?: boolean; CapabilitiesDataInIncremental?: boolean; CapabilitiesDataInSelector?: boolean; CapabilitiesDataInStructured?: boolean; CapabilitiesDataInUnstructured?: boolean; CapabilitiesDataOut?: boolean; CapabilitiesHidden?: boolean; CapabilitiesUniqueGroup?: boolean; CapabilitiesZeroCopyIn?: boolean; Command?: string; CommandAttributes?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnector?: DataConnector; DataConnectorId?: ID; DataType?: DataConnectorDataType; DefaultValue?: string; DeveloperName?: string; ExternalName?: string; IsDeleted?: boolean; IsEditable?: boolean; IsReadonly?: boolean; IsRequired?: boolean; IsSecure?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Max?: string; Min?: string; ModuleNamespace?: string; NamespacePrefix?: string; Options?: QueryResult; Order?: number; Pattern?: string; Placeholder?: string; SystemModstamp?: Date; Tooltip?: string; ValidationMessageError?: string; }; export type DataConnectorAttributeOpt = Metadata & sObject & { capabilities: DataConnectorCapability[]; conditionAttributes?: string; externalName: string; masterLabel: string; order: number; translations: LocalizedValue[]; AllManagedPackageMemberId?: ID; CapabilitiesDataIn?: boolean; CapabilitiesDataInDelete?: boolean; CapabilitiesDataInHeader?: boolean; CapabilitiesDataInIncremental?: boolean; CapabilitiesDataInSelector?: boolean; CapabilitiesDataInStructured?: boolean; CapabilitiesDataInUnstructured?: boolean; CapabilitiesDataOut?: boolean; CapabilitiesHidden?: boolean; CapabilitiesUniqueGroup?: boolean; CapabilitiesZeroCopyIn?: boolean; ConditionAttributes?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnectorAttribute?: DataConnectorAttribute; DataConnectorAttributeId?: ID; DeveloperName?: string; ExternalName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Order?: number; SystemModstamp?: Date; }; export type DataConnectorError = Metadata & sObject & { externalName: string; masterLabel: string; translations: LocalizedValue[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnector?: DataConnector; DataConnectorId?: ID; DeveloperName?: string; ExternalName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DataConnectorIngestApi = Metadata & { isProtected?: boolean; masterLabel: string; sourceName: string; }; export type DataConnectorS3 = Metadata & sObject & { delimiter?: string; fileNameWildcard?: string; fileType?: string; importFromDirectory?: string; masterLabel: string; s3AccessKey?: string; s3BucketName: string; s3SecretKey?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Delimiter?: string; DeveloperName?: string; FileNameWildcard?: string; FileType?: string; FullName?: string; ImportFromDirectory?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataConnectorS3; ModuleNamespace?: string; NamespacePrefix?: string; S3AccessKey?: string; S3BucketName?: string; S3SecretKey?: string; SystemModstamp?: Date; }; export type DataKitObjectDependency = Metadata & sObject & { dataPackageKitDef: string; developerName: string; masterLabel: string; sourceObject: string; sourceObjectType: string; targetObject: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataPackageKitDef?: DataPackageKitDefinition; DataPackageKitDefId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceObject?: sObject; SourceObjectId?: ID; SystemModstamp?: Date; TargetObject?: sObject; TargetObjectId?: ID; }; export type DataKitObjectTemplate = Metadata & sObject & { developerName: string; entityPayload?: string; entityPayloadTokenMap?: string; masterLabel: string; parentDataPackageKitDefinitionName: string; sourceObject?: string; sourceObjectType: string; templateVersion?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EntityPayload?: string; EntityPayloadTokenMap?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataKitObjectTemplate; ModuleNamespace?: string; NamespacePrefix?: string; ProcessDataKitObjectTemplate?: QueryResult; SourceObject?: string; SourceObjectType?: DataCloudComponentType; SystemModstamp?: Date; TemplateVersion?: number; referredSourceObject?: QueryResult; referredTargetObject?: QueryResult; }; export type DataModelTaxonomy = Metadata & sObject & { creationType?: DefinitionCreationType; dataModelType: DataModelType; isProtected?: boolean; masterLabel: string; supplier: string; updateDate: Date; versionNbr: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataModelType?: DataModelType; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: DataModelTaxonomy; ModuleNamespace?: string; Supplier?: string; SystemModstamp?: Date; UpdateDate?: Date; VersionNbr?: number; ViewTaxonomies?: QueryResult; }; export type DataObjectBuildOrgTemplate = Metadata & sObject & { developerName: string; masterLabel: string; objectDevName: string; objectPayload: string; objectType: string; templateObject: string; templateVersion?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Object?: string; ObjectPayload?: string; ObjectType?: DataKitBuildOrgObjectType; SystemModstamp?: Date; TemplateObject?: sObject; TemplateObjectId?: ID; TemplateVersion?: number; }; export type DataObjectCategory = Metadata & sObject & { definitionCreationType?: DefinitionCreationType; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataModelTaxonomy?: DataModelTaxonomy; DataModelTaxonomyId?: ID; DataObjectCategory?: QueryResult; DeveloperName?: string; ExternalDataTranCategories?: QueryResult; FullName?: string; IsDeleted?: boolean; LandingCategories?: QueryResult; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: DataObjectCategory; ModuleNamespace?: string; SystemModstamp?: Date; TransportCategories?: QueryResult; ViewCategories?: QueryResult; }; export type DataObjectSearchIndexConf = Metadata & sObject & { application: string; channel?: string; masterLabel: string; nameFieldReference: string; objectReference: string; retriever?: string; searchIndex: string; AllManagedPackageMemberId?: ID; Application?: string; Channel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NameFieldReference?: MktDataModelField; NameFieldReferenceId?: ID; NamespacePrefix?: string; ObjectReference?: MktDataModelObject; ObjectReferenceId?: ID; RetrieverId?: ID; SearchIndexId?: ID; SystemModstamp?: Date; }; export type DataPackageKitDefinition = Metadata & sObject & { dataKitSource?: string; dataKitType?: string; dataSpaceDefinitionDevName?: string; deploymentOrder?: string; description?: string; developerName: string; isDeployed?: boolean; isEnabled?: boolean; masterLabel: string; useDeterministicNaming?: boolean; versionNumber?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataKitSource?: DataKitSource; DataKitType?: DataKitType; DeploymentOrder?: string; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsDeployed?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataPackageKitDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ParentDataPackageKitDefinition?: QueryResult; SystemModstamp?: Date; UseDeterministicNaming?: boolean; VersionNumber?: number; }; export type DataPackageKitObject = Metadata & sObject & { masterLabel: string; parentDataPackageKitDefinitionName: string; referenceObjectName: string; referenceObjectType: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataPackageKitObject; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DataPipeline = Metadata & { apiVersion: number; label: string; scriptType: DataPipelineType; }; export type DataPlatform = Metadata & sObject & { dataConnectorType: string; dataPlatDataSetBundles: DataPlatDataSetBundle[]; description?: string; forExportIntOrgName?: string; forImportIntOrgName?: string; isConfiguredByAdmin?: boolean; isProtected?: boolean; largeIconUri?: string; masterLabel: string; smallIconUri?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnectorType?: string; DataSetBundles?: QueryResult; DataSourceBundleDefinitionDataPlatforms?: QueryResult; Description?: string; DeveloperName?: string; ForExportIntOrgName?: string; ForImportIntOrgName?: string; FullName?: string; IsConfiguredByAdmin?: boolean; IsDeleted?: boolean; Language?: string; LargeIconUri?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: DataPlatform; ModuleNamespace?: string; SmallIconUri?: string; SystemModstamp?: Date; }; export type DataPlatDataSetBundle = sObject & { bundleType?: string; dataPlatformDataSets: DataPlatformDataSet[]; description?: string; iconUri?: string; sortOrder?: number; BundleType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSets?: QueryResult; DataStreamDefinitionDataBundles?: QueryResult; Description?: string; IconUri?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SortOrder?: number; SystemModstamp?: Date; }; export type DataPlatformDataSet = sObject & { dataSetType?: string; description?: string; iconUri?: string; sortOrder?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSetType?: string; Description?: string; IconUri?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SortOrder?: number; SystemModstamp?: Date; }; export type DataSource = Metadata & sObject & { masterLabel: string; prefix: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataLandingSources?: QueryResult; DataSources?: QueryResult; DataStreamDefinitionDataSources?: QueryResult; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataSource; ModuleNamespace?: string; NamespacePrefix?: string; Prefix?: string; SystemModstamp?: Date; TransportSources?: QueryResult; }; export type DataSourceBundleDefinition = Metadata & sObject & { bundleVersion?: number; dataPlatform: string; description?: string; icon?: string; isMultiDeploymentSupported?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; BundleVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataPlatform?: DataPlatform; DataPlatformId?: ID; DataSourceBundleDefinition?: QueryResult; Description?: string; DeveloperName?: string; FullName?: string; Icon?: string; IsDeleted?: boolean; IsMultiDeploymentSupported?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataSourceBundleDefinition; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; referredSourceObject?: QueryResult; }; 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 & sObject & { accelerationEnabled?: AccelerationEnabled; additionalDLOInfoJson?: string; creationType?: string; dataConnection?: string; dataSource: string; dmoDeveloperName?: string; dmoLabel?: string; externalDatabaseName?: string; externalObjectName?: string; externalRecordIdentifier?: string; externalSchemaName?: string; masterLabel: string; objectCategory?: string; objectType?: DataObjectType; sourceObject?: string; storageType?: StorageType; templateVersion?: number; AccelerationEnabled?: AccelerationEnabled; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: string; DataConnection?: string; DataSource?: DataSource; DataSourceId?: ID; DataStreamTemplateDataSourceObject?: QueryResult; DeveloperName?: string; DmoDeveloperName?: string; DmoLabel?: string; ExtDataTranObjectTemplateDataSourceObject?: QueryResult; ExternalDatabaseName?: string; ExternalObjectName?: string; ExternalRecordIdentifier?: string; ExternalSchemaName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataSourceObject; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: string; ObjectType?: DataObjectType; SourceDSO?: QueryResult; SourceObject?: QueryResult; SystemModstamp?: Date; TemplateVersion?: number; TransportSourceObjects?: QueryResult; referredSourceObject?: QueryResult; }; export type DataSourceTenant = Metadata & { externalRecordId: string; masterLabel: string; }; export type DataSrcDataModelFieldMap = Metadata & sObject & { filterApplied?: boolean; filterOperationType?: string; filterValue?: string; masterLabel: string; sourceField: string; targetField: string; templateVersion?: number; versionNumber: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceFieldId?: ID; DeveloperName?: string; FilterOperationType?: string; FilterValue?: string; IsDeleted?: boolean; IsFilterApplied?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MktDataModelField?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceObject?: DataSourceObject; SourceObjectId?: ID; SystemModstamp?: Date; TargetObject?: string; TemplateVersion?: number; VersionNumber?: number; }; export type DataStreamDefinition = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; AreHeadersIncludedInFile?: boolean; BulkIngest?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataConnector?: sObject; DataConnectorId?: ID; DataConnectorType?: string; DataExtensionIdentifier?: string; DataExtractField?: string; DataPlatDataSetBundle?: DataPlatDataSetBundle; DataPlatDataSetBundleId?: ID; DataPlatformDataSetItemName?: string; DataSource?: DataSource; DataSourceId?: ID; DataStreamDefinition?: QueryResult; Description?: string; DeveloperName?: string; FileNameWildcard?: string; FullName?: string; InternalOrganization?: InternalOrganization; InternalOrganizationId?: ID; IsDeleted?: boolean; IsLimitedToNewFiles?: boolean; IsMissingFileFailure?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataStreamDefinition; MktDataConnectionSrcParams?: QueryResult; MktDataLakeObject?: MktDataLakeObject; MktDataLakeObjectId?: ID; MktDataTranObject?: MktDataTranObject; MktDataTranObjectId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; ParentDataStreamDefinitions?: QueryResult; SystemModstamp?: Date; }; export type DataStreamTemplate = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceBundleDefinition?: DataSourceBundleDefinition; DataSourceBundleDefinitionId?: ID; DataSourceObject?: DataSourceObject; DataSourceObjectId?: ID; DataStreamDefinitionTemplateConnection?: QueryResult; DeveloperName?: string; FilterCriteria?: string; FullName?: string; FullRefreshIntervalDays?: FullRefreshIntervalDays; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DataStreamTemplate; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: DataObjectCategory; ObjectCategoryId?: ID; ProcessDataKitObjectTemplate?: QueryResult; RefreshDayOfMonth?: number; RefreshDayOfWeek?: number; RefreshFrequency?: DataImportRefreshFrequency; RefreshHours?: string; RefreshMode?: DataImportRefreshMode; RefreshStartDate?: Date; SourceObjectName?: string; StreamType?: StreamType; StreamingAppDataConnectorType?: StreamingAppDataConnectorType; SystemModstamp?: Date; TemplateVersion?: number; referredSourceObject?: QueryResult; }; export type DataWeaveResource = Metadata & { apiVersion: number; isGlobal?: boolean; isProtected?: boolean; }; export type DataspaceScope = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; metadataGroups: DataspaceScopeSchemaAccess[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataspaceScopeSchemaAccess = { metadataGroup: string; }; export type DecisionMatrixDefinition = Metadata & sObject & { description?: string; groupKey?: string; label: string; processType?: ExpsSetProcessType; subGroupKey?: string; type?: DecisionMatrixType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecisionMatrixDef?: QueryResult; Description?: string; DeveloperName?: string; FullName?: string; GroupKey?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DecisionMatrixDefinition; ModuleNamespace?: string; NamespacePrefix?: string; PricingElementDecisionTables?: QueryResult; SubGroupKey?: string; SystemModstamp?: Date; Type?: DecisionMatrixType; UsageType?: ExpsSetProcessType; }; export type DecisionMatrixDefinitionVersion = Metadata & sObject & { columns: DecisionMatrixDefinitionVersionColumn[]; decisionMatrixDefinition?: string; endDate?: Date; groupKeyValue?: string; label: string; rank?: number; startDate: Date; status: DecisionMatrixDefStatus; subGroupKeyValue?: string; versionNumber: number; ActiveVersionSnapshotId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecisionMatrixDefinition?: DecisionMatrixDefinition; DecisionMatrixDefinitionId?: ID; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestVersionSnapshotId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DecisionMatrixDefinitionVersion; ModuleNamespace?: string; NamespacePrefix?: string; Status?: DecisionMatrixDefStatus; SystemModstamp?: Date; VersionNumber?: number; }; export type DecisionMatrixDefinitionVersionColumn = { columnType: DecisionMatrixColumnType; dataType: DecisionMatrixDataType; displaySequence: number; isWildcardColumn: boolean; name: string; rangeValue?: string; wildcardValue?: string; }; export type DecisionTable = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CollectOperator?: DecisionTableCollectOperator; ConditionCriteria?: string; ConditionType?: DecisionTableConditionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceType?: DecisionTableDataSourceType; DataSpaceName?: string; DecisionTableParameters?: QueryResult; DecisionTableSourceCriterias?: QueryResult; Description?: string; DeveloperName?: string; DoesConsiderNullValue?: boolean; DownloadStatus?: DecisionTableDownloadStatus; ExecutionType?: DecisionTableExecutionType; FilterResultBy?: DecisionTableHitPolicy; FullName?: string; HasIncrementalSyncFailed?: boolean; IsBestFitEnabled?: boolean; IsDeleted?: boolean; IsIncrementalSyncEnabled?: boolean; Language?: string; LastIncrementalSyncDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DecisionTable; ModuleNamespace?: string; NamespacePrefix?: string; PricingElementDecisionTables?: QueryResult; ProcedurePlanOptionDecisionTable?: QueryResult; RefreshFailureReason?: string; RefreshStatus?: DecisionTableRefreshStatus; RowLevelOverrideType?: DTRowLevelOverrideType; SetupName?: string; SourceConditionLogic?: string; SourceObject?: string; Status?: DecisionTableStatus; SystemModstamp?: Date; Type?: DecisionTableType; UploadStatus?: DecisionTableUploadStatus; UsageType?: ExpsSetProcessType; }; export type DecisionTableParameter = sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: DTParameterDataType; DecimalScale?: number; DecisionOutputColumn?: QueryResult; DecisionTable?: DecisionTable; DecisionTableId?: ID; DomainObject?: string; FieldName?: string; FieldPath?: string; IsDeleted?: boolean; IsGroupByField?: boolean; IsPriorityField?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; ManageableState?: ManageableState; Operator?: DecisionTableOperator; ProcedurePlanCriterionDecisionTableParameterCanonicalMappings?: QueryResult; Sequence?: number; SortType?: DecisionTableSortType; SystemModstamp?: Date; Usage?: DecisionTableParameterType; }; export type DecisionTableSourceCriteria = sObject & { operator: DTSourceCriteriaOperator; sequenceNumber: number; sourceFieldName: string; value?: string; valueType: DTSourceCriteriaValueType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecisionTable?: DecisionTable; DecisionTableId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Operator?: DTSourceCriteriaOperator; SequenceNumber?: number; SourceFieldName?: string; SystemModstamp?: Date; Value?: string; ValueType?: DTSourceCriteriaValueType; }; export type DecisionTableDatasetLink = Metadata & sObject & { decisionTableName: string; decisionTblDatasetParameters: DecisionTblDatasetParameter[]; description?: string; isDefault?: boolean; setupName: string; sourceObject?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecisionTable?: DecisionTable; DecisionTableDatasetParameters?: QueryResult; DecisionTableId?: ID; Description?: string; DeveloperName?: string; FullName?: string; IsDefault?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DecisionTableDatasetLink; ModuleNamespace?: string; NamespacePrefix?: string; SetupName?: string; SourceObject?: string; SystemModstamp?: Date; }; export type DecisionTblDatasetParameter = sObject & { datasetFieldName: string; datasetSourceObject: string; fieldName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DatasetFieldName?: string; DatasetSourceObject?: string; DecisionTableDatasetLink?: DecisionTableDatasetLink; DecisionTableDatasetLinkId?: ID; DecisionTableParameter?: DecisionTableParameter; DecisionTableParameterId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type PlatformEventSubscriberConfig = Metadata & sObject & { batchSize?: number; isProtected?: boolean; masterLabel: string; numPartitions?: number; partitionKey?: string; platformEventConsumer: string; user?: string; AllManagedPackageMemberId?: ID; BatchSize?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; NumPartitions?: number; PartitionKey?: string; PlatformEventConsumer?: ApexTrigger; PlatformEventConsumerId?: ID; SystemModstamp?: Date; User?: User; UserId?: ID; }; export type FtestTopLevelWithDeclMd1 = Metadata & sObject & { 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[]; AllManagedPackageMemberId?: ID; BooleanField?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateField?: Date; DateTimeField?: Date; DeveloperName?: string; DoubleField?: number; EmailField?: string; FullName?: string; IntegerField?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FtestTopLevelWithDeclMd1; ModuleNamespace?: string; NamespacePrefix?: string; StaticEnumField?: FTestTopLevelSelection; SystemModstamp?: Date; TypeOneItems?: QueryResult; }; export type FtestDetailWithDeclMd1 = sObject & { 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[]; BooleanField?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateField?: Date; DateTimeField?: Date; DoubleField?: number; EmailField?: string; EnumOrIdField?: string; IntegerField?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StaticEnumField?: FTestTopLevelSelection; SubItems?: QueryResult; SystemModstamp?: Date; }; export type FtestSubDetailWithDeclMd = sObject & { booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; integerField: number; staticEnumField?: FTestTopLevelSelection; BooleanField?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateField?: Date; DateTimeField?: Date; DoubleField?: number; EmailField?: string; IntegerField?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StaticEnumField?: FTestTopLevelSelection; SystemModstamp?: Date; }; export type FtestDetailWithDeclMd2 = sObject & { booleanField?: boolean; dateField?: Date; dateTimeField?: Date; doubleField?: number; emailField?: string; integerField: number; staticEnumField?: FTestTopLevelSelection; BooleanField?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateField?: Date; DateTimeField?: Date; DoubleField?: number; EmailField?: string; IntegerField?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StaticEnumField?: FTestTopLevelSelection; SystemModstamp?: Date; }; export type FtestTopLevelWithDeclMd3 = Metadata & sObject & { isProtected?: boolean; lookupThatCameBefore?: string; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookupThatCameBefore?: FtestTopLevelWithDeclMd1; LookupThatCameBeforeId?: ID; MasterLabel?: string; Metadata?: FtestTopLevelWithDeclMd3; ModuleNamespace?: string; SystemModstamp?: Date; }; export type FtestTopLevelWithCrud = Metadata & sObject & { isProtected?: boolean; masterLabel: string; textField?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; TextField?: string; }; export type SchedulingObjective = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; schedulingCategory: SchedulingCategory; schedulingObjectiveParameters: SchedulingObjectiveParameter[]; schedulingObjectiveType: SchedulingObjectiveType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SchedulingObjective; ModuleNamespace?: string; SchedulingCategory?: SchedulingCategory; SchedulingObjectiveParameters?: QueryResult; SchedulingObjectiveType?: SchedulingObjectiveType; SchedulingPolicyObjectives?: QueryResult; SystemModstamp?: Date; }; export type SchedulingObjectiveParameter = sObject & { parameterKey: ObjectiveParameterKey; value?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterKey?: ObjectiveParameterKey; SchedulingObjective?: SchedulingObjective; SchedulingObjectiveId?: ID; SystemModstamp?: Date; Value?: string; }; export type FtestTopLevelWithDeclMd2 = Metadata & sObject & { enumOrIdField?: string; isProtected?: boolean; lookupField?: string; masterLabel: string; onOrOffField: FTestOnOffSelection; season?: FTestSeasonSelection; someUser?: string; staticResourceLookup?: string; stripEnumOrIdSuffix?: string; textField?: string; urlField?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EnumOrIdField?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookupField?: FtestTopLevelWithDeclMd3; LookupFieldId?: ID; MasterLabel?: string; Metadata?: FtestTopLevelWithDeclMd2; ModuleNamespace?: string; OnOrOffField?: FTestOnOffSelection; OverriddenMaxVersionedField?: string; Season?: FTestSeasonSelection; SomeUser?: User; SomeUserId?: ID; StaticResourceLookup?: StaticResource; StaticResourceLookupId?: ID; SystemModstamp?: Date; TextField?: string; UrlField?: string; }; export type PipelineInspMetricConfig = Metadata & sObject & { isCumulative: boolean; isProtected?: boolean; masterLabel: string; metric: PipelineInspectionMetric; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ForecastingItemCategory?: string; IsCumulative?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metric?: PipelineInspectionMetric; ModuleNamespace?: string; SystemModstamp?: Date; }; export type VirtualVisitConfig = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; ComprehendServiceType?: VirtualVisitComprehendServiceType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExperienceCloudSiteUrl?: string; ExternalRoleIdentifier?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MessagingRegion?: string; Metadata?: VirtualVisitConfig; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; NamespacePrefix?: string; StorageBucketName?: string; SystemModstamp?: Date; UsageType?: VirtualVisitUsageType; VideoCallApptTypeValue?: string; VideoControlRegion?: string; VisitRegion?: VirtualVisitVisitRegion; }; export type MobileSecurityPolicy = Metadata & sObject & { effectiveDate?: Date; isEnabled: boolean; isProtected?: boolean; masterLabel: string; mobilePlatform?: MobileSecurityMobilePlatform; mobileSecurityAssignment?: string; ruleValue: string; ruleValueType: MobileSecurityPolicyRuleValueType; severityLevel: MobileSecurityPolicySeverityLevel; type: MobileSecurityPolicyType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EffectiveDate?: Date; FullName?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MobileSecurityPolicy; MobilePlatform?: MobileSecurityMobilePlatform; MobileSecurityAssignment?: MobileSecurityAssignment; MobileSecurityAssignmentId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; RuleValue?: string; RuleValueType?: MobileSecurityPolicyRuleValueType; SeverityLevel?: MobileSecurityPolicySeverityLevel; SystemModstamp?: Date; Type?: MobileSecurityPolicyType; }; export type SlackFeatureExtlConfig = Metadata & sObject & { isProtected?: boolean; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalRecordViewPreference?: RecordViewPreference; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type LearningAchievementConfig = Metadata & sObject & { description?: string; iconName?: string; isProtected?: boolean; learningAchievementType: LearningAchievementType; learningAchvRecordType: string; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IconName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LearningAchievementType?: LearningAchievementType; LearningAchvRecordType?: RecordType; LearningAchvRecordTypeId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: LearningAchievementConfig; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type RecordAlertDataSource = Metadata & sObject & { apexClass?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; type: RecordAlertDataSourceType; AllManagedPackageMemberId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecordAlertDataSource; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: RecordAlertDataSourceType; }; export type DocumentCategory = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type RecAlrtDataSrcExpSetDef = Metadata & sObject & { expressionSetDefinition: string; expressionSetObject: string; isActive: boolean; isProtected?: boolean; masterLabel: string; recordAlertDataSource: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExpressionSetDefinition?: ExpressionSetDefinition; ExpressionSetDefinitionId?: ID; ExpressionSetObject?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecAlrtDataSrcExpSetDef; ModuleNamespace?: string; NamespacePrefix?: string; RecordAlertDataSource?: RecordAlertDataSource; RecordAlertDataSourceId?: ID; SystemModstamp?: Date; }; export type AppExplorationDataConsent = Metadata & sObject & { applicationName?: string; availableObjects?: string; enabledObjects?: string; isProjectAccessEnabled?: boolean; isProtected?: boolean; masterLabel: string; projectName?: string; ApplicationName?: string; AvailableObjects?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EnabledObjects?: string; FullName?: string; IsDeleted?: boolean; IsProjectAccessEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProjectName?: string; SystemModstamp?: Date; }; export type GenOpPlanEligibilityConfig = Metadata & sObject & { eligibilityResultVariableName: string; failureReasonOutputVariableName?: string; flow?: string; isProtected?: boolean; masterLabel: string; targetIdInputVariableName: string; targetObjectType: ServicePlanSourceType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EligibilityResultVariableName?: string; FailureReasonOutputVariableName?: string; Flow?: FlowDefinition; FlowId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: GenOpPlanEligibilityConfig; ModuleNamespace?: string; SystemModstamp?: Date; TargetIdInputVariableName?: string; TargetObjectType?: ServicePlanSourceType; }; export type RegisteredExternalService = Metadata & sObject & { configUrl?: string; description?: string; documentationUrl?: string; extensionPointName?: ExtensionPointName; externalServiceProvider: string; externalServiceProviderType: RegistryProviderType; iconUri?: string; isApplication?: boolean; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; ConfigUrl?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DocumentationUrl?: string; ExtensionPointName?: ExtensionPointName; ExternalServiceProvider?: ApexClass; ExternalServiceProviderId?: ID; ExternalServiceProviderType?: RegistryProviderType; FullName?: string; IconUri?: string; IsApplication?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RegisteredExternalService; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type CustomFieldDisplay = Metadata & sObject & { displayType: CustomFieldDisplayType; fieldApiName: string; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayType?: CustomFieldDisplayType; FieldApiName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type UiPreviewMessageTabDef = Metadata & sObject & { isActive: boolean; isProtected?: boolean; label: string; lightningComponentDef: string; supportedChannel: SupportedChannel; tabName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LightningComponentDef?: LightningComponentBundle; LightningComponentDefId?: ID; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SupportedChannel?: SupportedChannel; SystemModstamp?: Date; TabName?: string; }; export type ServiceMgmtKnwlgArtclConfig = Metadata & sObject & { isProtected?: boolean; knowledgeArticleRecordType: string; masterLabel: string; rootCauseField: string; workAroundField: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; KnowledgeArticleRecordType?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RootCauseField?: string; SystemModstamp?: Date; WorkAroundField?: string; }; export type RecordAlertTemplate = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; recordAlertCategory?: string; subject?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecordAlertTemplate; ModuleNamespace?: string; NamespacePrefix?: string; RecordAlertCategory?: RecordAlertCategory; RecordAlertCategoryId?: ID; Subject?: string; SystemModstamp?: Date; }; export type RelatedRecordAccessDef = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; JctObjectCstmFilterExps?: string; JctObjectFilterLogic?: RRADJctObjFilterLogic; JunctionObject?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ShareTo?: RelatedRecordAccessDefShareTo; SourceObject?: string; SourceObjectCstmFilterExps?: string; SourceObjectFilterLogic?: RRADSourceObjFilterLogic; Status?: RelatedRecordAccessDefStatus; SystemModstamp?: Date; TargetObject?: string; TargetObjectCstmFilterExps?: string; TargetObjectFilterLogic?: RRADTargetObjFilterLogic; }; export type RelatedRecordAccessFltr = sObject & { field: string; objectType: RRAFObjectType; operator: RRAFOperator; sequenceNumber: number; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjectType?: RRAFObjectType; Operator?: RRAFOperator; RelatedRecordAccessDef?: RelatedRecordAccessDef; RelatedRecordAccessDefId?: ID; SequenceNumber?: number; SystemModstamp?: Date; Value?: string; }; export type RelatedRecordAccessMap = sObject & { sourceObjAccessLevel: ObjectAccessLevel; sourceObjParticipantRole?: string; targetObjAccessLevel: ObjectAccessLevel; targetObjParticipantRole?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RelatedRecordAccessDef?: RelatedRecordAccessDef; RelatedRecordAccessDefId?: ID; SourceObjAccessLevel?: ObjectAccessLevel; SourceObjParticipantRole?: ParticipantRole; SourceObjParticipantRoleId?: ID; SystemModstamp?: Date; TargetObjAccessLevel?: ObjectAccessLevel; TargetObjParticipantRole?: ParticipantRole; TargetObjParticipantRoleId?: ID; }; export type MobSecurityCertPinConfig = Metadata & sObject & { certificateHash: string; domainName: string; isEnabled: boolean; isProtected?: boolean; isSubdomainIncluded: boolean; masterLabel: string; mobilePlatform?: MobileSecurityMobilePlatform; mobileSecurityAssignment?: string; severityLevel: MobileSecurityPolicySeverityLevel; type: MobileSecurityCertPinType; AllManagedPackageMemberId?: ID; CertificateHash?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DomainName?: string; FullName?: string; IsDeleted?: boolean; IsEnabled?: boolean; IsSubdomainIncluded?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MobSecurityCertPinConfig; MobilePlatform?: MobileSecurityMobilePlatform; MobileSecurityAssignment?: MobileSecurityAssignment; MobileSecurityAssignmentId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; SeverityLevel?: MobileSecurityPolicySeverityLevel; SystemModstamp?: Date; Type?: MobileSecurityCertPinType; }; export type SlackFeatureSettings = Metadata & sObject & { isProtected?: boolean; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationSetting?: CreationSetting; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RecordViewPreference?: RecordViewPreference; ShareInChannelPreference?: ShareInChannelPreference; SystemModstamp?: Date; }; export type CareProviderSearchConfig = Metadata & sObject & { isActive?: boolean; isProtected?: boolean; mappedObject: ProviderSearchObjectMapping; masterLabel: string; sourceField?: string; targetField?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappedObject?: ProviderSearchObjectMapping; MasterLabel?: string; Metadata?: CareProviderSearchConfig; ModuleNamespace?: string; SourceField?: string; SystemModstamp?: Date; TargetField?: string; }; export type CareSystemFieldMapping = Metadata & sObject & { externalIdField?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; role: SourceSystemFieldRole; sourceSystem?: string; targetObject?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalIdField?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CareSystemFieldMapping; ModuleNamespace?: string; NamespacePrefix?: string; Role?: SourceSystemFieldRole; SourceSystem?: string; SystemModstamp?: Date; TargetObject?: string; }; export type CareLimitType = Metadata & sObject & { isProtected?: boolean; limitType?: string; masterLabel: string; metricType?: CareLimitTypeMetricType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LimitType?: string; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: CareLimitType; MetricType?: CareLimitTypeMetricType; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AssessmentConfiguration = Metadata & sObject & { configuration: AssessmentConfigurationOption; isProtected?: boolean; masterLabel: string; resolution: string; type: AssessmentType; AllManagedPackageMemberId?: ID; Configuration?: AssessmentConfigurationOption; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Resolution?: FlowDefinition; ResolutionId?: ID; SystemModstamp?: Date; Type?: AssessmentType; }; export type SchedulingRule = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; schedulingCategory: SchedulingCategory; schedulingRuleParameters: SchedulingRuleParameter[]; schedulingRuleType: SchedulingRuleType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SchedulingRule; ModuleNamespace?: string; SchedulingCategory?: SchedulingCategory; SchedulingPolicyRules?: QueryResult; SchedulingRuleParameters?: QueryResult; SchedulingRuleType?: SchedulingRuleType; SystemModstamp?: Date; }; export type SchedulingRuleParameter = sObject & { schedulingParameterKey: SchedulingParameterKey; value?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SchedulingParameterKey?: SchedulingParameterKey; SchedulingRule?: SchedulingRule; SchedulingRuleId?: ID; SystemModstamp?: Date; Value?: string; }; export type CareProviderAfflRoleConfig = Metadata & sObject & { affiliationType?: CareProviderAfflType; isProtected?: boolean; masterLabel: string; providerRole?: string; AffiliationType?: CareProviderAfflType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: CareProviderAfflRoleConfig; ModuleNamespace?: string; ProviderRole?: string; SystemModstamp?: Date; }; export type PortalDelegablePermissionSet = Metadata & sObject & { isProtected?: boolean; masterLabel: string; permissionSet: string; profile: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: PortalDelegablePermissionSet; ModuleNamespace?: string; PermissionSet?: PermissionSet; PermissionSetId?: ID; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; export type RelatedRecordAssocCriteria = Metadata & sObject & { associationHandlerApexClass?: string; associationType: AssociationType; description?: string; eventType: AssociationEventType; isProtected?: boolean; masterLabel: string; preCondition: string; referenceObject: string; selectedOwnerField?: string; status: AssociationStatusType; AllManagedPackageMemberId?: ID; AssociationHandlerApexClass?: ApexClass; AssociationHandlerApexClassId?: ID; AssociationType?: AssociationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EventType?: AssociationEventType; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RelatedRecordAssocCriteria; ModuleNamespace?: string; NamespacePrefix?: string; PreCondition?: string; ReferenceObject?: string; SelectedOwnerField?: string; Status?: AssociationStatusType; SystemModstamp?: Date; }; export type ShiftSegmentType = Metadata & sObject & { adherenceThreshold: number; category: ShiftSegmentTypeCategory; color?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; servicePresenceStatus?: string; AdherenceThreshold?: number; AllManagedPackageMemberId?: ID; Category?: ShiftSegmentTypeCategory; Color?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ShiftSegmentType; ModuleNamespace?: string; NamespacePrefix?: string; ServicePresenceStatus?: ServicePresenceStatus; ServicePresenceStatusId?: ID; SystemModstamp?: Date; }; export type DelegateGroup = Metadata & sObject & { customObjects: string[]; groups: string[]; label: string; loginAccess: boolean; permissionSetGroups: string[]; permissionSets: string[]; profiles: string[]; roles: string[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsLoginAccessEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; NameNorm?: string; SystemModstamp?: Date; }; export type DgtAssetMgmtProvider = Metadata & { icon: string; label: string; masterLabel: string; }; export type DgtAssetMgmtPrvdLghtCpnt = Metadata & { dgtAssetMgmtProvider: string; lightningComponentBundle?: string; masterLabel: string; type: DgtAssetMgmtPrvdLghtCpntType; }; export type DigitalExperience = Metadata & { fileName: string; filePath?: string; format: string; }; export type DigitalExperienceBundle = Metadata & { description?: string; digitalExperienceFolderShares?: DigitalExperienceFolderShares; label: string; modules?: DigitalExperienceModuleCollection; }; 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 DigitalExperienceConfig = Metadata & { label: string; site: Site; space: string; }; export type Site = { urlPathPrefix?: string; }; export type DisclosureDefinition = Metadata & sObject & { description?: string; disclosureType: string; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisclosureType?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DisclosureDefinitionVersion = Metadata & sObject & { authoringMode?: AuthoringMode; description?: string; disclosureDefCurrVer?: string; disclosureDefinition: string; documentTemplateGlobalKey?: string; isActive?: boolean; isCurrentVersion?: boolean; isProtected?: boolean; masterLabel: string; omniScriptCnfgApiName?: string; omniScriptConfiguration?: string; versionNumber: string; AllManagedPackageMemberId?: ID; AuthoringMode?: AuthoringMode; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisclosureDefCurrVer?: string; DisclosureDefinition?: string; DocumentTemplateGlobalKey?: string; IsActive?: boolean; IsCurrentVersion?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OmniScriptCnfgApiName?: string; OmniScriptConfiguration?: string; SystemModstamp?: Date; VersionNumber?: string; }; export type DisclosureType = Metadata & sObject & { description?: string; disclosureBodyLogo?: string; disclosureBodyUrl?: string; disclosureCategory: string; isProtected?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisclosureBodyLogo?: StaticResource; DisclosureBodyLogoId?: ID; DisclosureBodyUrl?: string; DisclosureCategory?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type Document = Metadata & sObject & { description?: string; internalUseOnly: boolean; keywords?: string; name?: string; public: boolean; AllManagedPackageMemberId?: ID; Author?: User; AuthorId?: ID; Body?: string; BodyLength?: number; ContentType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Folder?: sObject; FolderId?: ID; FullName?: string; IsBodySearchable?: boolean; IsDeleted?: boolean; IsInternalUseOnly?: boolean; IsPublic?: boolean; Keywords?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastReferencedDate?: Date; LastViewedDate?: Date; ManageableState?: ManageableState; Metadata?: Document; Name?: string; NamespacePrefix?: string; SecurityOptionsAttachmentHasFlash?: boolean; SecurityOptionsAttachmentHasXSSThreat?: boolean; SecurityOptionsAttachmentScannedForXSS?: boolean; SecurityOptionsAttachmentScannedforFlash?: boolean; SystemModstamp?: Date; Type?: string; Url?: string; }; export type DocumentGenerationSetting = Metadata & sObject & { batchDocGnrnPctLimitPerHour?: number; documentTemplateLibraryName: string; generationMechanism?: GenerationMechanism; guestAccessNamedCredential?: string; inProgDocGenRqstTmot?: number; isBatchDocGnrnEnabled?: boolean; isInProgRqstTmotEnab?: boolean; isServerSideDocGenEnabled?: boolean; masterLabel: string; previewType?: PreviewType; AllManagedPackageMemberId?: ID; BatchDocGnrnPctLimitPerHour?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DocumentTemplateLibraryName?: string; FullName?: string; GenerationMechanism?: GenerationMechanism; GuestAccessNamedCredential?: string; InProgDocGenRqstTmot?: number; IsBatchDocGnrnEnabled?: boolean; IsDeleted?: boolean; IsInProgRqstTmotEnab?: boolean; IsServerSideDocGenEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DocumentGenerationSetting; ModuleNamespace?: string; NamespacePrefix?: string; PreviewType?: PreviewType; SystemModstamp?: Date; }; export type DocumentTemplate = Metadata & { 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 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 ESignatureConfig = Metadata & sObject & { configType?: ConfigType; configValue?: string; description?: string; groupType?: ConfigGroup; masterLabel: string; vendor: Vendor; AllManagedPackageMemberId?: ID; ConfigType?: ConfigType; ConfigValue?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; GroupType?: ConfigGroup; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ESignatureConfig; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Vendor?: Vendor; }; export type ESignatureEnvelopeConfig = Metadata & sObject & { expirationPeriod?: number; expirationWarningPeriod?: number; firstReminderPeriod?: number; isExpirationEnabled?: boolean; isReminderEnabled?: boolean; isVendorDefaultNtfcnEnabled?: boolean; masterLabel: string; reminderIntervalPeriod?: number; targetObjectName: string; vendor: Vendor; vendorAccountIdentifier?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExpirationPeriod?: number; ExpirationWarningPeriod?: number; FirstReminderPeriod?: number; FullName?: string; IsDeleted?: boolean; IsExpirationEnabled?: boolean; IsReminderEnabled?: boolean; IsVendorDefaultNtfcnEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ESignatureEnvelopeConfig; ModuleNamespace?: string; NamespacePrefix?: string; ReminderIntervalPeriod?: number; SystemModstamp?: Date; 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 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 EmailTemplate = Metadata & sObject & { 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; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: EmailTemplate; Name?: string; NamespacePrefix?: string; RelatedEntityType?: string; Subject?: string; UiType?: EmailTemplateUiType; }; export type Attachment = { content: string; name: string; }; export type EmbeddedServiceBranding = Metadata & sObject & { contrastInvertedColor?: string; contrastPrimaryColor?: string; embeddedServiceConfig: string; font?: string; height?: number; masterLabel: string; navBarColor?: string; navBarTextColor?: string; primaryColor?: string; secondaryColor?: string; secondaryNavBarColor?: string; width?: number; AllManagedPackageMemberId?: ID; ContrastInvertedColor?: string; ContrastPrimaryColor?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Font?: string; FullName?: string; Height?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: EmbeddedServiceBranding; ModuleNamespace?: string; NamespacePrefix?: string; NavBarColor?: string; NavBarTextColor?: string; PrimaryColor?: string; SecondaryColor?: string; SecondaryNavBarColor?: string; SystemModstamp?: Date; Width?: number; }; export type EmbeddedServiceConfig = Metadata & sObject & { areGuestUsersAllowed?: boolean; authMethod?: EmbeddedServiceAuthMethod; branding?: string; clientVersion?: EmbeddedServiceClientVersion; deploymentFeature: EmbeddedServiceDeploymentFeature; deploymentType: EmbeddedServiceDeploymentType; isEnabled?: boolean; isTermsAndConditionsEnabled?: boolean; isTermsAndConditionsRequired?: boolean; masterLabel: string; shouldHideAuthDialog?: boolean; site?: string; AllManagedPackageMemberId?: ID; AreGuestUsersAllowed?: boolean; AuthMethod?: EmbeddedServiceAuthMethod; Branding?: BrandingSet; BrandingId?: ID; ClientVersion?: EmbeddedServiceClientVersion; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeploymentFeature?: EmbeddedServiceDeploymentFeature; DeploymentType?: EmbeddedServiceDeploymentType; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsEnabled?: boolean; IsTermsAndConditionsEnabled?: boolean; IsTermsAndConditionsRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: EmbeddedServiceConfig; ModuleNamespace?: string; NamespacePrefix?: string; ShouldHideAuthDialog?: boolean; SiteId?: ID; SystemModstamp?: Date; }; export type EmbeddedServiceFieldService = Metadata & { embeddedServiceConfig: string; enabled: boolean; fieldServiceConfirmCardImg?: string; fieldServiceHomeImg?: string; fieldServiceLogoImg?: string; masterLabel: string; shouldShowExistingAppointment?: boolean; shouldShowNewAppointment?: boolean; }; export type EmbeddedServiceFlowConfig = Metadata & sObject & { enabled: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Enabled?: boolean; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Metadata?: EmbeddedServiceFlowConfig; SystemModstamp?: Date; }; export type EmbeddedServiceLiveAgent = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; AvatarImg?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Enabled?: boolean; FontSize?: EmbeddedServiceFontSize; FullName?: string; IsDeleted?: boolean; IsOfflineCaseEnabled?: boolean; IsQueuePositionEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LiveAgentChatUrl?: string; LiveAgentContentUrl?: string; LiveChatButton?: LiveChatButton; LiveChatButtonId?: ID; LiveChatDeploymentId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: EmbeddedServiceLiveAgent; ModuleNamespace?: string; NamespacePrefix?: string; OfflineCaseBackgroundImg?: string; PrechatBackgroundImg?: string; PrechatEnabled?: boolean; PrechatJson?: string; Scenario?: EmbeddedServiceScenario; SmallCompanyLogoImg?: string; SystemModstamp?: Date; WaitingStateBackgroundImg?: string; }; export type EmbeddedServiceQuickAction = sObject & { embeddedServiceLiveAgent: string; order: number; quickActionDefinition: string; quickActionType?: EmbeddedServiceQuickActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceLiveAgent?: EmbeddedServiceLiveAgent; EmbeddedServiceLiveAgentId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Order?: number; QuickActionDefinition?: QuickActionDefinition; QuickActionDefinitionId?: ID; QuickActionType?: EmbeddedServiceQuickActionType; SystemModstamp?: Date; }; export type EmbeddedServiceMenuSettings = Metadata & sObject & { branding?: string; isEnabled?: boolean; masterLabel?: string; site?: string; AllManagedPackageMemberId?: ID; Branding?: BrandingSet; BrandingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: EmbeddedServiceMenuSettings; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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; externalContent?: EnablementProgramTaskExternalContent; feedbackContent?: EnablementProgramTaskFeedbackContent; }; export type EnablementProgramTaskCmsContent = { apiName: string; contentKey?: 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; milestoneType?: EnablementMilestoneType; minimumSampleSize?: number; startDay?: number; }; export type EnablementProgramTaskMilestoneMeasure = { measureDefinitionDeveloperName: string; sequenceNumber?: number; }; export type EntitlementProcess = Metadata & { SObjectType?: string; active?: boolean; businessHours?: string; description?: string; 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 EntitlementProcessMilestoneItem = { agreementType?: string; businessHours?: string; criteriaBooleanFilter?: string; isDisplayedOnLinkedEntity?: boolean; milestoneCompletionCriteria?: MilestoneCompletionCriteria; milestoneCriteriaFilterItems: FilterItem[]; milestoneCriteriaFormula?: string; milestoneName?: string; 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 EntitlementProcessMilestoneTimeTrigger = { actions: WorkflowActionReference[]; timeLength?: number; workflowTimeTriggerUnit: MilestoneTimeUnits; }; 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 = string; export type EventDelivery = Metadata & { eventParameters: EventParameterMap[]; eventSubscription: string; referenceData?: string; type: EventDeliveryType; }; export type EventParameterMap = { parameterName: string; parameterValue?: string; }; export type EventRelayConfig = Metadata & sObject & { destinationResourceName: string; eventChannel: string; label?: string; relayOption?: string; state?: EventRelayAdminState; usageType?: EventRelayUsageType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DestinationResourceName?: string; DeveloperName?: string; EventChannel?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: EventRelayConfig; ModuleNamespace?: string; NamespacePrefix?: string; RelayOption?: string; State?: EventRelayAdminState; SystemModstamp?: Date; TopicName?: string; UsageType?: EventRelayUsageType; }; 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 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 & sObject & { actionLogMessageTemplate?: string; actionSpecification: string; active: boolean; definitionVersion: number; description?: string; explainabilityActionDef: string; masterLabel: string; ActionLogMessageTemplate?: string; ActionSpecification?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefinitionVersion?: number; Description?: string; DeveloperName?: string; ExplainabilityActionDef?: ExplainabilityActionDef; ExplainabilityActionDefId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ExplainabilityMsgTemplate = Metadata & sObject & { evaluationResult: EvaluationResult; expressionSetStepType: ExpressionSetStepType; expsSetProcessType: ExpsSetProcessType; isDefault?: boolean; masterLabel: string; message: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EmtUsageType?: ExpsSetProcessType; ExpressionSetStepType?: ExpressionSetStepType; IsDefault?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Message?: string; ModuleNamespace?: string; NamespacePrefix?: string; ResultType?: EvaluationResult; SystemModstamp?: Date; }; export type ExpressionSetDefinition = Metadata & sObject & { contextDefinitions: string[]; description?: string; executionMode?: ExpsSetExecutionMode; executionScale?: ExpsSetExecutionScale; interfaceSourceType?: ExpsSetInterfaceSourceType; label: string; processType?: ExpsSetProcessType; resourceInitializationType?: ResourceInitializationType; template?: boolean; usageSubtype?: ExpsSetUsageSubtype; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultPricingProcedureForRecipe?: QueryResult; Description?: string; DeveloperName?: string; ExecutionMode?: ExpsSetExecutionMode; ExecutionScale?: ExpsSetExecutionScale; ExpressionSetDefinition?: QueryResult; FullName?: string; InterfaceSourceType?: ExpsSetInterfaceSourceType; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExpressionSetDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ProcedurePlanOptionExpSetDefinition?: QueryResult; ResourceInitializationType?: ResourceInitializationType; SystemModstamp?: Date; UsageSubtype?: ExpsSetUsageSubtype; UsageType?: ExpsSetProcessType; }; export type ExpressionSetDefinitionVersion = Metadata & sObject & { 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; ActiveVersionSnapshotId?: ID; AllManagedPackageMemberId?: ID; ConstraintModel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecimalScale?: number; DeveloperName?: string; ExpressionSetDefinition?: ExpressionSetDefinition; ExpressionSetDefinitionId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestVersionSnapshotId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExpressionSetDefinitionVersion; ModuleNamespace?: string; NamespacePrefix?: string; ShouldShowExplExternally?: boolean; Status?: ExpsSetStatus; SystemModstamp?: Date; 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 & sObject & { description?: string; developerName: string; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ExpressionSetObjectAlias = Metadata & sObject & { dataType: ExpsSetObjectDataType; mappings: ExpressionSetObjectAliasField[]; objectApiName: string; usageType: ExpsSetProcessType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ExpsSetObjectDataType; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExpressionSetObjectAlias; ModuleNamespace?: string; NamespacePrefix?: string; ObjectAlias?: string; ObjectApiName?: string; SystemModstamp?: Date; UsageType?: ExpsSetProcessType; }; export type ExpressionSetObjectAliasField = { dataType?: ExpsSetDataType; decimalScale?: number; fieldAlias: string; sourceFieldName: string; }; export type ExtConvParticipantIntegDef = Metadata & sObject & { 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; AccountKey?: string; AllManagedPackageMemberId?: ID; BotProvider?: BotProvider; ChannelMode?: ChannelMode; ClientIdentifier?: string; ConnectedAppOauthLink?: string; ConversationVendorInfo?: ConversationVendorInfo; ConversationVendorInfoId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomEventPayloadField?: string; CustomEventTypeField?: string; CustomPlatformEvent?: string; DeveloperName?: string; ExternalConversationBotDefs?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProjectIdentifier?: string; Status?: ExtConvParticipantIntegDefStatus; SystemModstamp?: Date; }; export type ExternalConversationBotDef = sObject & { additionalInfo?: string; displayName: string; externalId: string; isActive?: boolean; type?: ExternalBotType; AdditionalInfo?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayName?: string; ExtConvParticipantIntegDef?: ExtConvParticipantIntegDef; ExtConvParticipantIntegDefId?: ID; ExternalId?: string; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Type?: ExternalBotType; }; export type ExtDataTranFieldTemplate = Metadata & sObject & { dataSourceField: string; externalDataTranField?: string; externalName?: string; isDataRequired?: boolean; masterLabel: string; sourceFieldName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceFieldId?: ID; DeveloperName?: string; ExtDataTranObjectTemplate?: ExtDataTranObjectTemplate; ExtDataTranObjectTemplateId?: ID; ExternalDataTranField?: ExternalDataTranField; ExternalDataTranFieldExtDataTranFieldTemplate?: QueryResult; ExternalDataTranFieldId?: ID; ExternalName?: string; FullName?: string; IsDataRequired?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExtDataTranFieldTemplate; ModuleNamespace?: string; NamespacePrefix?: string; SourceFieldName?: string; SystemModstamp?: Date; }; export type ExtDataTranObjectTemplate = Metadata & sObject & { dataSourceObject: string; externalDataTranObject?: string; externalName?: string; masterLabel: string; sourceObjectName?: string; templateVersion?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceObject?: DataSourceObject; DataSourceObjectId?: ID; DeveloperName?: string; ExternalDataTranObject?: ExternalDataTranObject; ExternalDataTranObjectExtDataTranObjectTemplate?: QueryResult; ExternalDataTranObjectId?: ID; ExternalName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExtDataTranObjectTemplate; ModuleNamespace?: string; NamespacePrefix?: string; SourceObjectName?: string; SystemModstamp?: Date; TemplateVersion?: number; }; export type ExternalAIModel = Metadata & sObject & { applicationSourceType: ApplicationSourceType; externalModelKey: string; externalModelStatus: ExternalModelStatus; name: string; threshold?: number; trainingJobName?: string; ApplicationType?: ApplicationSourceType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalAiMetrics?: QueryResult; ExternalModelKey?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ExternalAIModel; ModuleNamespace?: string; Status?: ExternalModelStatus; SystemModstamp?: Date; Threshold?: number; TrainingJobName?: string; }; export type ExternalAuthIdentityProvider = Metadata & sObject & { authenticationFlow: IdentityProviderAuthFlow; authenticationProtocol: IdentityProviderAuthProtocol; description?: string; externalAuthIdentityProviderParameters: ExternalAuthIdentityProviderParameter[]; label: string; AllManagedPackageMemberId?: ID; AuthenticationFlow?: IdentityProviderAuthFlow; AuthenticationProtocol?: IdentityProviderAuthProtocol; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalAuthIdentityProviderParameters?: QueryResult; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalAuthIdentityProvider; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ExternalAuthIdentityProviderParameter = sObject & { description?: string; parameterName: string; parameterType: ExtlIdentityProviderParmType; parameterValue?: string; sequenceNumber?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ParameterName?: string; ParameterType?: ExtlIdentityProviderParmType; ParameterValue?: string; SequenceNumber?: number; SystemModstamp?: Date; }; 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 & sObject & { authenticationProtocol: AuthenticationProtocol; description?: string; externalCredentialParameters: ExternalCredentialParameter[]; label: string; AllManagedPackageMemberId?: ID; AuthenticationProtocol?: AuthenticationProtocol; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalCredentialParameters?: QueryResult; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalCredential; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ExternalCredentialParameter = sObject & { authProvider?: string; certificate?: string; description?: string; externalAuthIdentityProvider?: string; parameterGroup?: string; parameterName: string; parameterType: ExternalCredentialParamType; parameterValue?: string; sequenceNumber?: number; AllManagedPackageMemberId?: ID; AuthProviderId?: ID; Certificate?: Certificate; CertificateId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; ExternalCredential?: ExternalCredential; ExternalCredentialId?: ID; ExtlAuthIdentityProvider?: ExternalAuthIdentityProvider; ExtlAuthIdentityProviderId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ParameterGroup?: string; ParameterName?: string; ParameterType?: ExternalCredentialParamType; ParameterValue?: string; SequenceNumber?: number; SystemModstamp?: Date; }; export type ExternalDataConnector = Metadata & { dataConnectionStatus: DataConnectionStatus; dataConnectorConfiguration: string; dataConnectorType: DataConnectorType; dataPlatform: string; masterLabel: string; }; export type ExternalDataSource = Metadata & sObject & { authProvider?: string; certificate?: string; customConfiguration?: string; customHttpHeaders: CustomHttpHeader[]; endpoint?: string; 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; AllManagedPackageMemberId?: ID; AuthProviderId?: ID; Certificate?: Certificate; CertificateId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomConfiguration?: string; CustomEntityDefinitions?: QueryResult; CustomHttpHeaders?: QueryResult; DeveloperName?: string; Endpoint?: string; ExternalDataSrcDescriptors?: QueryResult; FullName?: string; IsDeleted?: boolean; IsWritable?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalDataSource; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; NamespacePrefix?: string; OauthRefreshToken?: string; OauthScope?: string; OauthToken?: string; Password?: string; PrincipalType?: ExternalPrincipalType; Protocol?: AuthenticationProtocol; Repository?: string; SystemModstamp?: Date; Type?: string; Username?: string; Version?: string; }; export type CustomHttpHeader = sObject & { description?: string; headerFieldName: string; headerFieldValue: string; isActive?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; HeaderFieldName?: string; HeaderFieldValue?: string; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; }; export type ExternalDataSrcDescriptor = Metadata & sObject & { customObject?: string; descriptor: string; descriptorVersion?: string; developerName: string; externalDataSource: string; subtype: ExternalDataSrcDescSubtype; systemVersion: number; type: ExternalDataSrcDescType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomObject?: CustomObject; CustomObjectId?: ID; Descriptor?: string; DescriptorVersion?: string; DeveloperName?: string; ExternalDataSource?: ExternalDataSource; ExternalDataSourceId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalDataSrcDescriptor; ModuleNamespace?: string; NamespacePrefix?: string; Subtype?: ExternalDataSrcDescSubtype; SystemModstamp?: Date; SystemVersion?: number; Type?: ExternalDataSrcDescType; }; export type ExternalDataTranField = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; Datatype?: string; DateFormat?: string; DeveloperName?: string; ExtDataTranFieldTemplate?: ExtDataTranFieldTemplate; ExtDataTranFieldTemplateExternalDataTranField?: QueryResult; ExtDataTranFieldTemplateId?: ID; ExternalDataTranObject?: ExternalDataTranObject; ExternalDataTranObjectId?: ID; ExternalName?: string; FullName?: string; IsCurrencyIsoCode?: boolean; IsDataRequired?: boolean; IsDeleted?: boolean; IsImplicitFilteringRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalDataTranField; MktDataTranField?: MktDataTranField; MktDataTranFieldId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; Precision?: number; PrimaryIndexOrder?: number; Scale?: number; Sequence?: number; SystemModstamp?: Date; }; export type ExternalDataTranObject = Metadata & sObject & { availabilityStatus: AvailabilityStatus; creationType: DefinitionCreationType; extDataTranObjectTemplate?: string; masterLabel: string; mktDataTranObject?: string; objectCategory: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DeveloperName?: string; ExtDataTranObjectTemplate?: ExtDataTranObjectTemplate; ExtDataTranObjectTemplateExternalDataTranObject?: QueryResult; ExtDataTranObjectTemplateId?: ID; ExternalDataConnectorId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalDataTranObject; MktDataTranObject?: MktDataTranObject; MktDataTranObjectId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: DataObjectCategory; ObjectCategoryId?: ID; SystemModstamp?: Date; }; export type ExternalDocStorageConfig = Metadata & sObject & { documentPath: string; externalDocStorageIdentifier: string; masterLabel: string; namedCredential: string; recordType?: string; storageDriveType: StorageDriveType; targetObject: TargetObject; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DocumentPath?: string; ExternalDocStorageIdentifier?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalDocStorageConfig; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; NamespacePrefix?: string; RecordType?: RecordType; RecordTypeId?: ID; StorageDriveType?: StorageDriveType; SystemModstamp?: Date; TargetObject?: TargetObject; }; export type ExternalServiceRegistration = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CatalogedApiVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ExternalServiceRegistration; ModuleNamespace?: string; NamedCredential?: string; NamedCredentialReference?: NamedCredential; NamedCredentialReferenceId?: ID; NamespacePrefix?: string; ObjectTypes?: QueryResult; Operations?: QueryResult; ProviderAssetEndpoint?: string; RegistrationProvider?: string; RegistrationProviderAsset?: sObject; RegistrationProviderAssetId?: ID; RegistrationProviderType?: ExternalServiceRegistrationProviderType; Schema?: string; SchemaAbsoluteUrl?: string; SchemaType?: ExternalServiceSchemaType; SchemaUploadFileExtension?: string; SchemaUploadFileName?: string; SchemaUrl?: string; ServiceBinding?: string; ServiceDescriptor?: string; ServiceName?: string; Status?: ExternalServiceStatus; SystemModstamp?: Date; SystemVersion?: number; }; export type ExternalServiceOperation = sObject & { active: boolean; name: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsDeprecated?: boolean; Kind?: ExternalServiceOperationKind; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OperationBinding?: string; OperationName?: string; Parent?: sObject; ParentId?: ID; Position?: number; Service?: ExternalServiceRegistration; ServiceId?: ID; SystemModstamp?: Date; VersionId?: ID; }; export type ExternalStoragePrvdConfig = Metadata & sObject & { customConfiguration?: string; externalDataSource?: string; flowDefinition?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomConfiguration?: string; DeveloperName?: string; ExternalDataSource?: ExternalDataSource; ExternalDataSourceId?: ID; FlowDefinition?: FlowDefinition; FlowDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 ExtlClntAppMobileSettings = Metadata & { externalClientApplication: string; isScreenLockEnabled: boolean; label?: string; }; 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 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 & sObject & { label: string; Label?: string; }; export type FTestToolingFLU = Metadata & sObject & { int: number; stringWithDifferentName: string; text2?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; Int?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: FTestToolingFLU; ModuleNamespace?: string; StringWithDifferentName?: string; SystemModstamp?: Date; 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 & sObject & { description?: string; fieldMappingConfigItems: FieldMappingConfigItem[]; masterLabel?: string; processType?: FieldMappingConfigProcessType; sourceObjectId?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FieldMappingConfigs?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProcessType?: FieldMappingConfigProcessType; SourceObjectId?: string; SystemModstamp?: Date; }; export type FieldMappingConfigItem = sObject & { destinationFieldId?: string; destinationObjectId?: string; sequence?: number; sourceFieldId?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DestinationFieldId?: string; DestinationObjectId?: string; FieldMappingConfig?: FieldMappingConfig; FieldMappingConfigId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Sequence?: number; SourceFieldId?: string; SystemModstamp?: Date; }; export type FieldRestrictionRule = Metadata & sObject & { active: boolean; classification: string[]; classificationType?: ClassificationType; description?: string; enforcementType: EnforcementType; masterLabel: string; recordFilter: string; targetEntity: string; userCriteria: string; version: number; AllManagedPackageMemberId?: ID; Classification?: string; ClassificationType?: ClassificationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EnforcementType?: EnforcementType; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FieldRestrictionRule; ModuleNamespace?: string; NamespacePrefix?: string; RecordFilter?: string; SystemModstamp?: Date; 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 FieldServiceMobileExtension = Metadata & { description?: string; developerName: string; fileName: string; masterLabel?: string; size?: number; version?: number; }; export type FieldSet = Metadata & sObject & { availableFields: FieldSetItem[]; description: string; displayedFields: FieldSetItem[]; label: string; AggrCriteriaFieldsets?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisplayFieldSets?: QueryResult; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; NamespacePrefix?: string; ParsingFieldSets?: QueryResult; ResultFieldsets?: QueryResult; SearchCriteriaFieldsets?: QueryResult; SortingCriteriaFieldsets?: QueryResult; }; export type FieldSetItem = { alternativeDisplayFormat?: string; field?: string; isFieldManaged?: boolean; isRequired?: boolean; }; export type FieldSrcTrgtRelationship = Metadata & { definitionCreationType: DefinitionCreationType; lookupFieldName?: string; masterLabel: string; owner: FieldSrcTrgtRelationshipOwner; relationshipCardinality: RelationshipCardinality; sourceFieldName: string; targetEntity: string; targetFieldName: string; }; export type FlexiPage = Metadata & sObject & { description?: string; events: FlexiPageEvent[]; flexiPageRegions: FlexiPageRegion[]; masterLabel: string; parentFlexiPage?: string; platformActionlist?: PlatformActionList; quickActionList?: QuickActionList; sobjectType?: string; template: FlexiPageTemplateInstance; type: FlexiPageType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreatedVersion?: number; Description?: string; DeveloperName?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FlexiPage; ModuleNamespace?: string; NamespacePrefix?: string; ParentFlexiPage?: string; SystemModstamp?: Date; 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 = sObject & { booleanFilter?: string; criteria: UiFormulaCriterion[]; AssociatedElement?: sObject; AssociatedElementId?: ID; BooleanFilter?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Formula?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ParentKeyPrefix?: string; SystemModstamp?: Date; }; export type UiFormulaCriterion = sObject & { leftValue: string; operator: string; rightValue?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeftHandSide?: string; Operator?: FormulaOperator; OperatorId?: string; ParentKeyPrefix?: string; RightHandSide?: string; Rule?: UiFormulaRule; RuleId?: ID; SystemModstamp?: Date; }; 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 = sObject & { actionListContext: PlatformActionListContext; platformActionListItems: PlatformActionListItem[]; relatedSourceEntity?: string; ActionListContext?: PlatformActionListContext; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeviceFormat?: PlatformActionDeviceFormat; IsDeleted?: boolean; Items?: QueryResult; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ListSource?: sObject; ListSourceId?: ID; RelatedSourceEntity?: string; SystemModstamp?: Date; }; export type PlatformActionListItem = sObject & { actionName: string; actionType: PlatformActionType; sortOrder: number; subtype?: string; Action?: sObject; ActionId?: ID; ActionName?: string; ActionType?: PlatformActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PlatformActionList?: PlatformActionList; PlatformActionListId?: ID; SortOrder?: number; Subtype?: string; SystemModstamp?: Date; }; export type QuickActionList = sObject & { quickActionListItems: QuickActionListItem[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Layout?: sObject; LayoutId?: ID; SystemModstamp?: Date; items?: QueryResult; }; export type QuickActionListItem = sObject & { quickActionName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; QuickActionDefinition?: string; QuickActionList?: QuickActionList; QuickActionListId?: ID; SortOrder?: number; SystemModstamp?: Date; }; 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 & sObject & { 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[]; ApiVersion?: number; AreMetricsLoggedToDataCloud?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: FlowDefinition; DefinitionId?: ID; Description?: string; ElementGroups?: QueryResult; Environments?: string; FullName?: string; IsOverridable?: boolean; IsPaused?: boolean; IsTemplate?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: Flow; OverriddenFlow?: string; ProcessType?: FlowProcessType; ProgressStatus?: FlowProgressStatus; RunInMode?: FlowRunInMode; SourceTemplate?: string; Status?: FlowVersionStatus; TimeZoneSidKey?: string; TriggerOrder?: number; VersionNumber?: number; }; 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 & sObject & { description?: string; flowCategoryItems: FlowCategoryItems[]; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FlowCategory; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type FlowCategoryItems = { flow: string; }; export type FlowDefinition = Metadata & sObject & { activeVersionNumber?: number; description?: string; masterLabel?: string; ActiveVersion?: Flow; ActiveVersionId?: ID; AllManagedPackageMemberId?: ID; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExecutionProcedures?: QueryResult; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestVersion?: Flow; LatestVersionId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FlowDefinition; NamespacePrefix?: string; PrstContentDefinitionAssociatedFlow?: QueryResult; SrvcMgmntRuleAssignment_Flow?: QueryResult; SystemModstamp?: Date; Versions?: QueryResult; }; export type FlowElementSubtypeDefinition = Metadata & { descriptionArguments: string[]; elementType: FlowElementType; label: string; labelArguments: string[]; labelPluralArguments: string[]; name: string; }; export type FlowEnvironmentDefinition = Metadata & sObject & { label: string; name: string; screenFieldTypeBlockList: FlowScreenFieldType[]; DurableId?: string; EnumOrId?: string; FullName?: string; Label?: string; Metadata?: FlowEnvironmentDefinition; Name?: string; }; export type FlowTest = Metadata & sObject & { description?: string; flowApiName: string; flowTestDataSources: FlowTestDataSource[]; flowTestFlowVersions: FlowTestFlowVersion[]; isolatedObjectExternalKeys: FlowTestIsolObjExtlKey[]; label: string; testPoints: FlowTestPoint[]; testType?: FlowTestType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FlowTest; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TestType?: FlowTestType; }; export type FlowTestDataSource = sObject & { apexClass: string; dataSourceType: FlowTestDataSourceType; AllManagedPackageMemberId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceType?: FlowTestDataSourceType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SortOrder?: number; SystemModstamp?: Date; }; export type FlowTestFlowVersion = sObject & { flowVersionNumber: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FlowVersion?: Flow; FlowVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SortOrder?: number; SystemModstamp?: Date; }; 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 FlowTriggerTypeDefinition = Metadata & sObject & { actionTypes: InvocableActionType[]; elementSubtypeAllowList: string[]; elementTypes: FlowElementType[]; flowStartNodeConfig: string; isRecordContextSupported: boolean; label: string; name: string; subflowAllowList: FlowProcessType[]; supportedAssignmentOperators: FlowAssignmentOperator[]; supportedComparisonOperators: FlowComparisonOperator[]; supportedFeatures: string[]; supportedFormulaFunctions: string[]; DurableId?: string; EnumOrId?: string; FullName?: string; Label?: string; Metadata?: FlowTriggerTypeDefinition; Name?: 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 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 DashboardFolder = string; export type DocumentFolder = string; export type EmailFolder = string; export type EmailTemplateFolder = string; export type ReportFolder = string; export type ForecastingFilter = Metadata & sObject & { filterLogic?: string; forecastingCustomCategory?: string; forecastingType: string; forecastingTypeSource: string; forecastingTypeSourceCategory?: string; isProtected?: boolean; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FilterLogic?: string; ForecastingCustomCategoryId?: ID; ForecastingType?: ForecastingType; ForecastingTypeId?: ID; ForecastingTypeSource?: ForecastingTypeSource; ForecastingTypeSourceId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ForecastingFilter; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ForecastingFilterCondition = Metadata & sObject & { colName?: string; fieldName: string; forecastingFilter: string; forecastingSourceDefinition?: string; isProtected?: boolean; masterLabel: string; operation: FilterOperation; sortOrder: number; value?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldName?: string; ForecastingFilter?: ForecastingFilter; ForecastingFilterId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ForecastingFilterCondition; ModuleNamespace?: string; Operation?: FilterOperation; SortOrder?: number; SystemModstamp?: Date; Value?: string; }; export type ForecastingGroup = Metadata & sObject & { developerName: string; forecastingGroupItems: ForecastingGroupItem[]; groupField: string; masterLabel: string; sourceObject: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GroupField?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SourceObject?: string; SystemModstamp?: Date; }; export type ForecastingGroupItem = { displayPosition: number; sourceApiValue?: string; }; export type ForecastingSourceDefinition = Metadata & sObject & { categoryField?: string; cdpDataspace?: string; dateField?: string; externalSourceObject?: string; familyField?: string; isProtected?: boolean; masterLabel: string; measureField?: string; sourceObject?: string; territory2Field?: string; userField?: string; CategoryField?: string; CdpDataspaceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateField?: string; DeveloperName?: string; FamilyField?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MeasureField?: string; Metadata?: ForecastingSourceDefinition; ModuleNamespace?: string; SourceObject?: string; SystemModstamp?: Date; Territory2Field?: string; UserField?: string; }; export type ForecastingType = Metadata & sObject & { 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; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DateType?: ForecastingDateType; DeveloperName?: string; FullName?: string; HasProductFamily?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ForecastingType; ModuleNamespace?: string; OpportunitySplitType?: OpportunitySplitType; OpportunitySplitTypeId?: ID; OpptyLineItemSplitType?: OpptyLineItemSplitType; OpptyLineItemSplitTypeId?: ID; RoleType?: string; SystemModstamp?: Date; Territory2ModelId?: ID; }; export type ForecastingTypeSource = Metadata & sObject & { forecastingSourceDefinition: string; forecastingType: string; isProtected?: boolean; masterLabel: string; parentSourceDefinition?: string; relationField?: string; sourceGroup: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ForecastingSourceDefinition?: ForecastingSourceDefinition; ForecastingSourceDefinitionId?: ID; ForecastingType?: ForecastingType; ForecastingTypeId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ForecastingTypeSource; ModuleNamespace?: string; ParentSourceDefinition?: ForecastingSourceDefinition; ParentSourceDefinitionId?: ID; RelationField?: string; SourceGroup?: number; SystemModstamp?: Date; }; 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 & sObject & { description?: string; isActive?: boolean; isProtected?: boolean; isStationaryAssetFuel?: boolean; isVehicleAssetFuel?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsStationaryAssetFuel?: boolean; IsVehicleAssetFuel?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type FuelTypeSustnUom = Metadata & sObject & { fuelType: string; isProtected?: boolean; masterLabel?: string; unitOfMeasure: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FuelType?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UnitOfMeasure?: string; }; export type FulfillmentStepType = Metadata & sObject & { developerName: string; handler: string; isActive: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Handler?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type FunctionReference = Metadata & { access?: string; description?: string; imageReference?: string; label?: string; permissionSet?: string; }; export type FundraisingConfig = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DonorExternalIdField?: string; DonorMatchingMethod?: DonorMatchingMethod; FailedTransactionCount?: number; FullName?: string; HouseholdSoftCreditRole?: string; InstallmentExtDayCount?: number; IsDeleted?: boolean; IsHshldSoftCrAutoCrea?: boolean; Language?: string; LapsedUnpaidTrxnCount?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: FundraisingConfig; ModuleNamespace?: string; NamespacePrefix?: string; OutreachSourceCodeGenFmla?: string; ShouldClosePaidRcrCmt?: boolean; ShouldCreateRcrSchdTrxn?: boolean; SystemModstamp?: Date; UtmCampaignSrcObj?: string; UtmCampaignSrcObjField?: string; UtmMediumSrcObj?: string; UtmMediumSrcObjField?: string; UtmSourceSrcObj?: string; UtmSourceSrcObjField?: string; }; 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 = sObject & { attributeName: string; attributeType: AttributeType; constantValue?: string; mappingTargetName?: string; mappingType: AttributeMappingType; AttributeSource?: string; AttributeType?: AttributeType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultValue?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappingType?: AttributeMappingType; Parent?: GenAiPlannerFunctionDef; ParentId?: ID; PluginFuncDef?: GenAiPluginFunctionDef; PluginFuncDefId?: ID; StandardActionAttrName?: string; SystemModstamp?: Date; Target?: sObject; TargetId?: ID; }; export type GenAiPlannerFunctionDef = sObject & { genAiCustomizedPlugin?: GenAiLocalPlugin; genAiFunctionName?: string; genAiPluginName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GenAiPlannerAttrMappings?: QueryResult; GenAiPlannerRuleExprAsgns?: QueryResult; GenAiPluginDefinitions?: QueryResult; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Planner?: GenAiPlannerDefinition; PlannerId?: ID; Plugin?: string; SystemModstamp?: Date; }; 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 = sObject & { developerName: string; language: string; masterLabel: string; utterance: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GenAiPluginDefinition?: GenAiPluginDefinition; GenAiPluginDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Utterance?: string; }; export type GenAiPluginFunctionDef = sObject & { functionName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Function?: string; GenAiPlannerAttrMappings?: QueryResult; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Plugin?: GenAiPluginDefinition; PluginId?: ID; SystemModstamp?: Date; }; export type GenAiPluginInstructionDef = sObject & { description: string; developerName: string; language: string; masterLabel: string; sortOrder: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; GenAiPluginDefinition?: GenAiPluginDefinition; GenAiPluginDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SortOrder?: number; SystemModstamp?: Date; }; export type AiPlannerSurfaceDef = sObject & { adaptiveResponseAllowed?: boolean; callRecordingAllowed?: boolean; outboundRouteConfigs: AiPlannerSurfOtbdRouteDef[]; surface: string; surfaceType: SurfaceType; AiPlannerSurfaceRouteDefs?: QueryResult; AllManagedPackageMemberId?: ID; CallRecordingAllowed?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Planner?: GenAiPlannerDefinition; PlannerId?: ID; PreventAdaptiveResponse?: boolean; Surface?: string; SurfaceType?: SurfaceType; SystemModstamp?: Date; }; export type AiPlannerSurfOtbdRouteDef = sObject & { escalationMessage?: string; outboundRouteName: string; outboundRouteType: OutboundRouteType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EscalationMessage?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OutboundRoute?: FlowDefinition; OutboundRouteId?: ID; OutboundRouteType?: OutboundRouteType; PlannerSurface?: AiPlannerSurfaceDef; PlannerSurfaceId?: ID; SystemModstamp?: Date; }; export type GenAiPlannerRuleExprAsgn = sObject & { ruleExpressionName: string; targetName: string; targetType: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Function?: string; GenAiPlannerRuleExpr?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Plugin?: GenAiPlannerFunctionDef; PluginId?: ID; SortOrder?: number; SystemModstamp?: Date; TargetType?: GenAiPlannerAsgnTargetType; }; export type GenAiPlannerRuleExprDef = sObject & { conditions: GenAiPlannerRuleExprCondition[]; expression?: string; expressionLabel: string; expressionName: string; expressionType?: ExpressionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Expression?: string; ExpressionCondition?: GenAiPlannerExpressionCondition; ExpressionType?: ExpressionType; GenAiPlannerDefinition?: GenAiPlannerDefinition; GenAiPlannerDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RuleExpressionConditions?: QueryResult; SystemModstamp?: Date; }; 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[]; localDeveloperName?: string; masterLabel: string; pluginType: PluginType; scope?: string; source?: string; }; export type GlobalPicklist = Metadata & { description?: string; globalPicklistValues: GlobalPicklistValue[]; masterLabel: string; sorted: boolean; }; export type GlobalValueSet = Metadata & sObject & { customValue: CustomValue[]; description?: string; masterLabel: string; sorted: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GlobalValueSet; NamespacePrefix?: string; }; export type Group = Metadata & sObject & { description?: string; doesIncludeBosses?: boolean; name: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DelegatedUsers?: QueryResult; Description?: string; DeveloperName?: string; DoesIncludeBosses?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; Owner?: sObject; OwnerId?: ID; QueueRoutingConfigId?: ID; Related?: sObject; RelatedId?: ID; SrvcMgmntEmailRoutgAddr_AssignedTo?: QueryResult; SystemModstamp?: Date; Type?: string; }; export type HomePageComponent = Metadata & sObject & { body?: string; height?: number; links: string[]; page?: string; pageComponentType: PageComponentType; showLabel?: boolean; showScrollbars?: boolean; width?: PageComponentWidth; Body?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Height?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Name?: string; NamespacePrefix?: string; ShowLabel?: boolean; ShowScrollbars?: boolean; }; export type HomePageLayout = Metadata & sObject & { narrowComponents: string[]; wideComponents: string[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Name?: string; NamespacePrefix?: string; }; export type IPAddressRange = Metadata & sObject & { description?: string; endIpAddress: string; ipAddressFeature: IPAddressFeature; ipAddressUsageScope: IPAddressUsageScope; isProtected?: boolean; masterLabel: string; startIpAddress: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EndAddress?: string; FullName?: string; IpAddressFeature?: IPAddressFeature; IpAddressUsageScope?: IPAddressUsageScope; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: IPAddressRange; ModuleNamespace?: string; StartAddress?: string; SystemModstamp?: Date; }; export type Icon = Metadata & { image: string; key: string; usageType: IconUsageType; }; export type IdentityVerificationProcDef = Metadata & sObject & { masterLabel: string; searchLayoutType: IdentityVerificationSearchLayoutType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IdentityVerificationProcDefs?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: IdentityVerificationProcDef; ModuleNamespace?: string; NamespacePrefix?: string; SearchLayoutType?: IdentityVerificationSearchLayoutType; SystemModstamp?: Date; }; export type IdentityVerificationProcDtl = Metadata & sObject & { apexClass?: string; dataSourceType: IdentityVerificationDataSourceType; developerName: string; displayRecordFieldName?: string; isActive?: boolean; isRetryAllowedAfterLimit?: boolean; linkedIdVerfProcessDet?: string; masterLabel: string; objectName?: string; optionalVerifiersMinVerfCount?: number; retryLimit?: number; searchFilter?: string; searchRecordUniqueIdField?: string; searchResultSortBy?: string; searchSequenceNumber: number; searchType: IdentityVerificationSearchType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceType?: IdentityVerificationDataSourceType; DeveloperName?: string; DisplayRecordFieldName?: string; FullName?: string; IdentityVerificationProcDef?: IdentityVerificationProcDef; IdentityVerificationProcDefId?: ID; IsActive?: boolean; IsDeleted?: boolean; IsRetryAllowedAfterLimit?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LinkedIdVerfProcessDet?: IdentityVerificationProcDtl; LinkedIdVerfProcessDetId?: ID; LinkedIdVerfProcessDets?: QueryResult; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: IdentityVerificationProcDtl; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; OptionalVerifiersMinVerfCount?: number; RetryLimit?: number; SearchFilter?: string; SearchRecordUniqueIdField?: string; SearchResultSortBy?: string; SearchSequenceNumber?: number; SearchType?: IdentityVerificationSearchType; SystemModstamp?: Date; }; export type IdentityVerificationProcFld = Metadata & sObject & { customFieldLabel?: string; dataSourceType: IdentityVerificationProcFldDataSourceType; developerName: string; fieldDataType?: IdentityVerificationProcFldFieldDataType; fieldName: string; fieldType: IdentityVerificationProcFldFieldType; fieldValueFormula?: string; isActive?: boolean; isManualInput?: boolean; masterLabel: string; sequenceNumber: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSourceType?: IdentityVerificationProcFldDataSourceType; DeveloperName?: string; FieldDataType?: IdentityVerificationProcFldFieldDataType; FieldName?: string; FieldType?: IdentityVerificationProcFldFieldType; FieldValueFormula?: string; FullName?: string; IdentityVerificationProcDtl?: IdentityVerificationProcDtl; IdentityVerificationProcDtlId?: ID; IsActive?: boolean; IsDeleted?: boolean; IsManualInput?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: IdentityVerificationProcFld; ModuleNamespace?: string; NamespacePrefix?: string; SequenceNumber?: number; SystemModstamp?: Date; }; export type InboundCertificate = Metadata & { expirationDate: Date; issuer: string; masterLabel: string; serialId: string; }; export type InboundNetworkConnection = Metadata & sObject & { connectionType: ExternalConnectionType; description: string; inboundNetworkConnProperties: InboundNetworkConnProperty[]; isActive: boolean; label: string; status: ExternalConnectionStatus; AllManagedPackageMemberId?: ID; ConnectionType?: ExternalConnectionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; InboundNetworkConnProperties?: QueryResult; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: InboundNetworkConnection; ModuleNamespace?: string; NamespacePrefix?: string; Status?: ExternalConnectionStatus; SystemModstamp?: Date; }; export type InboundNetworkConnProperty = sObject & { propertyName: InboundConnPropertyName; propertyValue: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InboundNetworkConnection?: InboundNetworkConnection; InboundNetworkConnectionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PropertyName?: InboundConnPropertyName; PropertyValue?: string; SystemModstamp?: Date; }; export type Index = Metadata & sObject & { fields: IndexField[]; label: string; minNumRequiredIndexedFields?: number; type?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IndexFields?: QueryResult; IsDeleted?: boolean; Label?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MinNumRequiredIndexedFields?: number; ModuleNamespace?: string; NamespacePrefix?: string; SobjectType?: string; SystemModstamp?: Date; Type?: IndexType; }; export type IndexField = sObject & { name: string; sortDirection: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: CustomField; FieldId?: ID; Index?: Index; IndexId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Ordinal?: number; SortDirection?: IndexSortDirection; SystemModstamp?: Date; }; export type InsPlcyCoverageSpecConfig = Metadata & sObject & { coverageSpecification: string; isNetworkTierApplicable: boolean; masterLabel: string; CoverageSpecification?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsNetworkTierApplicable?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type InsPlcyLineOfBusConfig = Metadata & sObject & { lineOfBusiness: string; masterLabel: string; termName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineOfBusiness?: string; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; TermName?: string; }; export type InsPolicyLifecycleConfig = Metadata & sObject & { customContextDefinition?: string; customContextMapping?: string; displayFields: string; policyProcessType: InsPolicyLifecycleProcess; standardContextDefinition?: string; standardContextMapping?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomContextDefinition?: ContextDefinition; CustomContextDefinitionId?: ID; CustomContextMapping?: ContextMapping; CustomContextMappingId?: ID; DeveloperName?: string; DisplayFields?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PolicyProcessType?: InsPolicyLifecycleProcess; StandardContextDefinition?: string; StandardContextMapping?: string; SystemModstamp?: Date; }; export type InsPolicyManagementConfig = Metadata & sObject & { expectedRevExpsSetDef?: string; label: string; premiumCalcExpsSetDef?: string; stdExpectedRevExpsSetDef?: string; stdPremiumCalcExpsSetDef?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExpectedRevExpsSetDef?: ExpressionSetDefinition; ExpectedRevExpsSetDefId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PremiumCalcExpsSetDef?: ExpressionSetDefinition; PremiumCalcExpsSetDefId?: ID; StdExpectedRevExpsSetDef?: string; StdPremiumCalcExpsSetDef?: string; SystemModstamp?: Date; }; export type InsRatePlanCmsnConfig = Metadata & sObject & { calculationType: InsRatePlanCmsnConfigCalcType; displayFields: string; ratePlanCommissionType: string; CalculationType?: InsRatePlanCmsnConfigCalcType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayFields?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RatePlanCommissionType?: string; SystemModstamp?: Date; }; export type InsRatePlanTypeConfig = Metadata & sObject & { displayFields: string; ratePlanCommissionTypes: string; ratePlanType: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayFields?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RatePlanCommissionTypes?: string; RatePlanType?: string; SystemModstamp?: Date; }; export type InstalledPackage = Metadata & { activateRSS: boolean; password?: string; securityType?: string; versionNumber: string; }; export type IntegrationProviderDef = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalServiceOperationName?: string; ExternalServiceRegistration?: ExternalServiceRegistration; ExternalServiceRegistrationId?: ID; FileBasedApexClass?: string; FileBasedExternalService?: string; FileBasedInputDataProcessor?: string; FileBasedOmniUiCard?: string; FileBasedOutputDataProcessor?: string; FullName?: string; InputDataProcessor?: OmniIntegrationProcConfig; InputDataProcessorId?: ID; IntegrationProviderAttrs?: QueryResult; IsDeleted?: boolean; JavaClassName?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: IntegrationProviderDef; ModuleNamespace?: string; NamespacePrefix?: string; OutputDataProcessor?: OmniIntegrationProcConfig; OutputDataProcessorId?: ID; SystemModstamp?: Date; Type?: DefinitionType; }; export type IntegrationProviderAttr = sObject & { dataType: AttrDataType; dateTimeValue?: Date; dateValue?: Date; description?: string; developerName: string; doubleValue?: number; integerValue?: number; label: string; percentageValue?: number; required: boolean; stringValue?: string; trueOrFalseValue?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: AttrDataType; DateTimeValue?: Date; DateValue?: Date; Description?: string; DeveloperName?: string; DoubleValue?: number; IntegerValue?: number; IntegrationProviderDef?: IntegrationProviderDef; IntegrationProviderDefId?: ID; IsDeleted?: boolean; IsRequired?: boolean; IsTrueOrFalseValue?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; PercentageValue?: number; StringValue?: string; SystemModstamp?: Date; }; 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 & sObject & { isForDataExport: boolean; isForDataImport: boolean; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataStreamDefinitionBusinessUnits?: QueryResult; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsForDataExport?: boolean; IsForDataImport?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: InternalOrganization; ModuleNamespace?: string; SystemModstamp?: Date; }; 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 KeywordList = Metadata & sObject & { description?: string; keywords: Keyword[]; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: KeywordList; ModuleNamespace?: string; SobjectType?: sObject; SobjectTypeId?: ID; SystemModstamp?: Date; }; export type Keyword = { keyword: string; }; export type Layout = Metadata & sObject & { 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; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LayoutType?: LayoutType; ManageableState?: ManageableState; Metadata?: Layout; Name?: string; NamespacePrefix?: string; ShowSubmitAndAttachButton?: boolean; SrvcMgmtObjCollabAppCnfg_RefObjRecPageLayout?: QueryResult; TableEnumOrId?: string; }; 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 LeadConvertSettings = Metadata & sObject & { allowOwnerChange?: boolean; objectMapping: ObjectMapping[]; opportunityCreationOptions?: VisibleOrRequired; AllowOwnerChange?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: LeadConvertSettings; ModuleNamespace?: string; OpportunityCreationOptions?: VisibleOrRequired; SystemModstamp?: Date; }; 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 LifeSciConfigCategory = Metadata & sObject & { category: LifeSciConfigCategoryType; categoryLabel?: string; isProtected?: boolean; masterLabel: string; type?: LifeSciCategoryType; AllManagedPackageMemberId?: ID; Category?: LifeSciConfigCategoryType; CategoryLabel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciConfigRecords?: QueryResult; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: LifeSciCategoryType; }; export type LifeSciConfigRecord = Metadata & sObject & { assignments: LifeSciConfigAssignment[]; fieldValues: LifeSciConfigFieldValue[]; isActive?: boolean; isOrgLevel?: boolean; isProtected?: boolean; lifeSciConfigCategory: string; masterLabel: string; parentConfigRecord?: string; type?: string; AllManagedPackageMemberId?: ID; ChildLifeSciConfigRecords?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsOrgLevel?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciConfigAssignments?: QueryResult; LifeSciConfigCategory?: LifeSciConfigCategory; LifeSciConfigCategoryId?: ID; LifeSciConfigFieldValues?: QueryResult; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ParentConfigRecord?: LifeSciConfigRecord; ParentConfigRecordId?: ID; SystemModstamp?: Date; Type?: string; }; export type LifeSciConfigAssignment = sObject & { assignedTo: string; assignmentLevel: LifeSciAssignmentLevel; AllManagedPackageMemberId?: ID; AssignedTo?: sObject; AssignedToId?: ID; AssignmentLevel?: LifeSciAssignmentLevel; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciConfigRecord?: LifeSciConfigRecord; LifeSciConfigRecordId?: ID; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type LifeSciConfigFieldValue = sObject & { 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; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: LifeSciConfigFieldDataType; DateTimeValue?: Date; DateValue?: Date; FieldName?: string; FieldValue?: string; HasBooleanValue?: boolean; IntegerValue?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciConfigRecord?: LifeSciConfigRecord; LifeSciConfigRecordId?: ID; LongTextValue?: string; ManageableState?: ManageableState; NumberValue?: number; ObjectValue?: string; PhoneValue?: string; PicklistValue?: string; SystemModstamp?: Date; TextValue?: string; UrlValue?: string; }; export type LightningBolt = Metadata & sObject & { category: LightningBoltCategory; lightningBoltFeatures: LightningBoltFeatures[]; lightningBoltImages: LightningBoltImages[]; lightningBoltItems: LightningBoltItems[]; masterLabel: string; publisher: string; summary: string; AllManagedPackageMemberId?: ID; Category?: LightningBoltCategory; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: LightningBolt; ModuleNamespace?: string; NamespacePrefix?: string; Publisher?: string; Summary?: string; SystemModstamp?: Date; }; 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 & sObject & { ai?: string; apiVersion?: number; capabilities?: Capabilities; description?: string; isExplicitImport?: boolean; isExposed?: boolean; lwcResources?: LwcResources; masterLabel?: string; runtimeNamespace?: string; targetConfigs?: string; targets?: Targets; Ai?: string; AllManagedPackageMemberId?: ID; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsExplicitImport?: boolean; IsExposed?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: LightningComponentBundle; ModuleNamespace?: string; NamespacePrefix?: string; RuntimeNamespace?: string; SystemModstamp?: Date; TargetConfigs?: string; }; export type Capabilities = { capability: string[]; }; export type LwcResources = { lwcResource: LwcResource[]; }; export type LwcResource = { filePath: string; source: string; }; export type Targets = { target: string[]; }; export type LightningExperienceTheme = Metadata & sObject & { defaultBrandingSet: string; description?: string; designSystemVersion?: LightningDesignSystemVersion; isDarkModeEnabled?: boolean; masterLabel: string; shouldOverrideLoadingImage?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultBrandingSet?: BrandingSet; DefaultBrandingSetId?: ID; Description?: string; DesignSystemVersion?: LightningDesignSystemVersion; DeveloperName?: string; Fullname?: string; IsDarkModeEnabled?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: LightningExperienceTheme; ModuleNamespace?: string; NamespacePrefix?: string; ShouldOverrideLoadingImage?: boolean; SystemModstamp?: Date; }; export type LightningMessageChannel = Metadata & sObject & { description?: string; isExposed?: boolean; lightningMessageFields: LightningMessageField[]; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; IsExposed?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: LightningMessageChannel; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type LightningMessageField = sObject & { description?: string; fieldName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LightningMessageChannel?: LightningMessageChannel; LightningMessageChannelId?: ID; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type LightningOnboardingConfig = Metadata & sObject & { collaborationGroup?: string; customQuestion?: string; feedbackFormDaysFrequency?: number; isCustom: boolean; masterLabel: string; promptDelayTime?: number; sendFeedbackToSalesforce: boolean; CollaborationGroupId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomQuestion?: string; DeveloperName?: string; FeedbackFormDaysFrequency?: number; Fullname?: string; IsCustom?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: LightningOnboardingConfig; ModuleNamespace?: string; PromptDelayTime?: number; SendFeedbackToSalesforce?: boolean; SystemModstamp?: Date; }; export type LightningTypeBundle = Metadata & { description?: string; masterLabel: string; resources: LightningTypeBundleResource[]; }; export type LightningTypeBundleResource = { fileName: string; filePath: string; fileType: string; source: 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 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 & sObject & { 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; Animation?: LiveChatButtonPresentation; AutoGreeting?: string; ChasitorIdleTimeout?: number; ChasitorIdleTimeoutWarning?: number; ChatPage?: ApexPage; ChatPageId?: ID; ConversationDefinitions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomAgentName?: string; CustomChatPageUrl?: string; CustomRoutingClass?: ApexClass; CustomRoutingClassId?: ID; DeveloperName?: string; HasQueue?: boolean; InviteImage?: StaticResource; InviteImageHeight?: number; InviteImageId?: ID; InviteImageWidth?: number; InviteInfixFormula?: string; InvitePrefixFormula?: string; IsActive?: boolean; IsDeleted?: boolean; IsRoutingFlowEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NumberOfReroutingAttempts?: number; OfflineImage?: StaticResource; OfflineImageId?: ID; OnlineImage?: StaticResource; OnlineImageId?: ID; OptionsCustomRoutingIsEnabled?: boolean; OptionsHasChasitorIdleTimeout?: boolean; OptionsHasCustomLogic?: boolean; OptionsHasInviteAfterAccept?: boolean; OptionsHasInviteAfterReject?: boolean; OptionsHasRerouteDeclinedRequest?: boolean; OptionsIsAutoAccept?: boolean; OptionsIsInviteAutoRemove?: boolean; OverallQueueLength?: number; PerAgentQueueLength?: number; PostchatPage?: ApexPage; PostchatPageId?: ID; PostchatUrl?: string; PrechatFormPage?: ApexPage; PrechatFormPageId?: ID; PrechatFormUrl?: string; PushTimeout?: number; Queue?: Group; QueueId?: ID; RoutingConfiguration?: QueueRoutingConfig; RoutingConfigurationId?: ID; RoutingFlow?: FlowDefinition; RoutingFlowId?: ID; RoutingType?: LiveChatButtonRoutingType; SiteId?: ID; Skill?: Skill; SkillId?: ID; SystemModstamp?: Date; TimeToRemoveInvite?: number; Type?: LiveChatButtonType; WindowLanguage?: string; }; 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 LocationUse = Metadata & sObject & { isBookable?: boolean; isProtected?: boolean; locationType: string; masterLabel: string; use?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LocationType?: string; MasterLabel?: string; Metadata?: LocationUse; ModuleNamespace?: string; SystemModstamp?: Date; }; 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 & sObject & { developerName: string; entityDeveloperName: string; excludedFields: string[]; includedFields: string[]; joinFields: MLField[]; parentDefinitionDevName: string; scoringFilter?: MLFilter; segmentFilter?: MLFilter; trainingFilter?: MLFilter; type: MLDataDefinitionType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EntityDeveloperName?: string; ExternalId?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MLDataDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ParentDefinition?: sObject; ParentDefinitionId?: ID; ScoringFilter?: MLFilter; ScoringFilterId?: ID; SegmentFilter?: MLFilter; SegmentFilterId?: ID; SystemModstamp?: Date; TrainingFilter?: MLFilter; TrainingFilterId?: ID; Type?: MLDataDefinitionType; }; export type MLField = sObject & { entity?: string; entityName?: string; field?: string; fieldName?: string; relatedField?: MLField; relationType?: MLRelationType; type: MLFieldType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Entity?: string; EntityName?: string; Field?: string; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentDefinition?: sObject; ParentDefinitionId?: ID; RelatedField?: MLField; RelatedFieldId?: ID; RelationType?: MLRelationType; SystemModstamp?: Date; Type?: MLFieldType; }; export type MLFilter = sObject & { 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; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LhFilter?: MLFilter; LhFilterId?: ID; LhPredictionField?: string; LhType?: AIValueType; LhUnit?: AIFilterUnit; LhValue?: string; Operation?: AIFilterOperation; ParentDefinition?: sObject; ParentDefinitionId?: ID; RhFilter?: MLFilter; RhFilterId?: ID; RhPredictionField?: string; RhType?: AIValueType; RhUnit?: AIFilterUnit; RhValue?: string; SortOrder?: number; SystemModstamp?: Date; }; export type MLGenerativeDefinition = Metadata & sObject & { aiApplicationDeveloperName: string; description?: string; developerName: string; masterLabel?: string; status: MLGenerativeDefinitionStatus; type: MLGenerativeType; AllManagedPackageMemberId?: ID; Application?: AIApplication; ApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MLGenerativeDefinition; MlDataDefinitions?: QueryResult; MlExternalIdentifier?: string; ModuleNamespace?: string; NamespacePrefix?: string; Status?: MLGenerativeDefinitionStatus; SystemModstamp?: Date; Type?: MLGenerativeType; }; export type MLPredictionDefinition = Metadata & sObject & { aiApplicationDeveloperName: string; description?: string; developerName: string; masterLabel?: string; negativeExpression?: MLFilter; positiveExpression?: MLFilter; predictionField?: string; priority?: number; pushbackField?: string; status: MLPredictionDefinitionStatus; type: AIPredictionType; AllManagedPackageMemberId?: ID; Application?: AIApplication; ApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalId?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MLPredictionDefinition; MlDataDefinitions?: QueryResult; MlExternalId?: string; ModuleNamespace?: string; NamespacePrefix?: string; NegativeExpression?: MLFilter; NegativeExpressionId?: ID; PositiveExpression?: MLFilter; PositiveExpressionId?: ID; PredictionField?: string; PredictionStrategy?: string; Priority?: number; PushbackField?: string; Status?: MLPredictionDefinitionStatus; SystemModstamp?: Date; Type?: AIPredictionType; }; export type MLRecommendationDefinition = Metadata & sObject & { aiApplicationDeveloperName: string; description?: string; developerName: string; externalId?: string; interactionDateTimeField?: string; masterLabel: string; negativeExpression?: MLFilter; positiveExpression?: MLFilter; status: MLRecommendationDefinitionStatus; AllManagedPackageMemberId?: ID; Application?: AIApplication; ApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalId?: string; FullName?: string; InteractionDateField?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MLRecommendationDefinition; MlDataDefinitions?: QueryResult; MlExternalId?: string; ModuleNamespace?: string; NamespacePrefix?: string; NegativeExpression?: MLFilter; NegativeExpressionId?: ID; PositiveExpression?: MLFilter; PositiveExpressionId?: ID; Status?: MLRecommendationDefinitionStatus; SystemModstamp?: Date; }; export type ManagedContentType = Metadata & sObject & { description?: string; developerName: string; isMetadataContent?: boolean; managedContentNodeTypes: ManagedContentNodeType[]; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ManagedContentType; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ManagedContentNodeType = sObject & { helpText?: string; isLocalizable?: boolean; isRequired?: boolean; nodeLabel: string; nodeName: string; nodeType: MCNodeType; placeholderText?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; HelpText?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NodeLabel?: string; NodeName?: string; NodeOptionsAddToCompact?: boolean; NodeOptionsIsLocalizable?: boolean; NodeOptionsIsRepeatable?: boolean; NodeOptionsIsRequired?: boolean; NodeType?: MCNodeType; PlaceholderText?: string; SystemModstamp?: Date; }; export type ManagedContentTypeBundle = Metadata & { description?: string; developerName: string; masterLabel: string; schemaBody: string; }; export type ManagedEventSubscription = Metadata & sObject & { defaultReplay?: EventSubscriptionReplayPreset; errorRecoveryReplay?: EventSubscriptionReplayPreset; label?: string; state?: EventSubscriptionAdminState; topicName?: string; version?: string; AllManagedPackageMemberId?: ID; CommonEventSubscriptions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ManagedEventSubscription; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Version?: string; }; export type MarketAudienceDefinition = Metadata & sObject & { audienceContactPoints: AudienceContactPoint[]; audiencePackageOwner?: string; channels?: string; description?: string; externalKey?: string; isProtected?: boolean; lastAudienceExcludedCount?: number; lastAudienceMemberCount?: number; marketAudienceFields: MarketAudienceField[]; masterLabel: string; status: MarketAudienceStatus; AudienceContactPoints?: QueryResult; AudiencePackageOwner?: string; Channels?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalKey?: string; IsDeleted?: boolean; Language?: string; LastAudienceExcludedCount?: number; LastAudienceMemberCount?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MarketAudienceFields?: QueryResult; MasterLabel?: string; ModuleNamespace?: string; Status?: MarketAudienceStatus; SystemModstamp?: Date; }; export type AudienceContactPoint = sObject & { audienceDefinition: string; audienceVersion?: number; contactPointType: ContactPointType; slotName: string; AudienceDefinition?: MarketAudienceDefinition; AudienceDefinitionId?: ID; AudienceVersion?: number; ContactPointType?: ContactPointType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SlotName?: string; SystemModstamp?: Date; }; export type MarketAudienceField = sObject & { audienceDefinition: string; audienceVersion: number; fieldDataType: AudienceFieldType; fieldDescription?: string; fieldName: string; slotName: string; AudienceDefinition?: MarketAudienceDefinition; AudienceDefinitionId?: ID; AudienceVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldDataType?: AudienceFieldType; FieldDescription?: string; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SlotName?: string; SystemModstamp?: Date; }; export type MarketSegmentDefinition = Metadata & { additionalMetadata?: string; excludeCriteria?: string; includeCriteria?: string; masterLabel: string; segmentOn?: string; }; export type MarketingAppExtActivity = Metadata & sObject & { description?: string; endpointUrl?: string; isActive?: boolean; isProtected?: boolean; marketingAppExtension: string; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EndpointUrl?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MarketingAppExtension?: MarketingAppExtension; MarketingAppExtensionId?: ID; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type MarketingAppExtension = Metadata & sObject & { description?: string; isActive?: boolean; isProtected?: boolean; marketingAppExtActions: MarketingAppExtAction[]; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MarketingAppExtActions?: QueryResult; MarketingAppExtActivities?: QueryResult; MarketingAppExtAssignments?: QueryResult; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type MarketingAppExtAction = sObject & { actionName: string; actionParams?: string; actionSchema?: string; actionSelector: string; apiName: string; description?: string; isActive?: boolean; marketingAppExtension: string; ActionName?: string; ActionParams?: string; ActionSchema?: string; ActionSelector?: string; AllManagedPackageMemberId?: ID; ApiName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MarketingAppExtension?: MarketingAppExtension; MarketingAppExtensionId?: ID; SystemModstamp?: Date; Version?: number; }; export type MatchingRule = Metadata & sObject & { booleanFilter?: string; description?: string; label: string; matchingRuleItems: MatchingRuleItem[]; ruleStatus: MatchingRuleStatus; AllManagedPackageMemberId?: ID; BooleanFilter?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DuplicateJobMatchingRuleDefinitions?: QueryResult; ExternalRuleName?: string; IndexDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookupIndexDefinitionId?: ID; ManageableState?: ManageableState; MasterLabel?: string; MatchEngine?: string; ModuleNamespace?: string; NamespacePrefix?: string; RuleStatus?: MatchingRuleStatus; SobjectSubtype?: MatchingRuleSobjectSubtype; SobjectType?: string; SystemModstamp?: Date; }; export type MatchingRuleItem = { blankValueBehavior?: BlankValueBehavior; fieldName: string; matchingMethod: MatchingMethod; }; export type MessagingChannel = Metadata & sObject & { 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[]; ActionParameterMappings?: QueryResult; BusinessHours?: BusinessHours; BusinessHoursId?: ID; ChannelAddressIdentifier?: string; ChannelDefinition?: ConversationChannelDefinition; ChannelDefinitionId?: ID; ChannelLine?: CommunicationChannelLine; ChannelLineId?: ID; ChannelProviderStatus?: ChannelProviderStatus; ConsentType?: MessagingChannelConsentType; ContactCenterChannels?: QueryResult; ConversationChannelType?: string; ConversationDefinitions?: QueryResult; ConversationEndResponse?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultResponse?: string; Description?: string; DeveloperName?: string; DoubleOptInPrompt?: string; EndUserIdleTimeOut?: number; EngagedResponse?: string; ExternalAccountIdentifier?: string; ExternalBusinessIdentifier?: string; ExternalChannelConfigJson?: string; FallbackQueue?: Group; FallbackQueueId?: ID; InitialResponse?: string; IsActive?: boolean; IsAuthenticated?: boolean; IsDeleted?: boolean; IsRequireDoubleOptIn?: boolean; IsRestrictedToBusinessHours?: boolean; IsUnifiedMessagingEnabled?: boolean; IsoCountryCode?: string; Language?: string; LastMilePlatform?: LastMilePlatform; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxWaitTime?: number; MessageType?: MessageType; MessagingChannelAutoResponses?: QueryResult; MessagingChannelPaymentConfigs?: QueryResult; MessagingPlatformKey?: string; ModuleNamespace?: string; MsgChannelAvailabilities?: QueryResult; MsgChannelLanguageKeywords?: QueryResult; OfflineAgentsResponse?: string; OptInPrompt?: string; OptionsConversationalSurveysToggle?: boolean; OptionsIdentifyEndUserLanguage?: boolean; OptionsIsBusinessNameAsSenderEnabled?: boolean; OptionsIsEstimatedWaitTimeEnabled?: boolean; OptionsIsOutboundOnly?: boolean; OptionsIsQueuePositionEnabled?: boolean; OptionsIsReadReceiptsEnabled?: boolean; OptionsIsSynchronousChatEnabled?: boolean; OptionsIsTypingIndicatorsEnabled?: boolean; OptionsIsVoiceModeEnabled?: boolean; OutsideBusinessHoursResponse?: string; ParameterValueMappings?: QueryResult; PlatformType?: ChannelPlatformType; RoutingConfiguration?: QueueRoutingConfig; RoutingConfigurationId?: ID; RoutingType?: MessagingChannelRoutingType; SessionHandler?: sObject; SessionHandlerId?: ID; SystemModstamp?: Date; TargetQueue?: Group; TargetQueueId?: ID; UniqueAddressIdentifierIndex?: boolean; }; export type MessagingAutoResponse = { autoResponseContentType: AutoResponseContentType; language?: string; messageDefinitionName?: string; response?: string; responseTimeoutInMins?: number; type: MessagingAutoResponseType; }; export type MessagingChannelUsage = sObject & { channelConsentType?: MessagingChannelConsentType; deploymentType: MessagingChannelUsageDeploymentType; ConsentType?: MessagingChannelConsentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeploymentStatus?: ChannelUsageDeploymentStatus; DeploymentType?: ChannelUsageDeploymentType; DisabledTime?: Date; ErrorDetails?: string; ErrorReason?: ChannelUsageErrorReason; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; RoutingOverride?: ChannelUsageRoutingOverride; SystemModstamp?: Date; }; export type MessagingChannelCustomParameter = { actionParameterMappings: MessagingChannelActionParameterMapping[]; externalParameterName: string; masterLabel: string; maxLength?: number; name: string; parameterDataType: FlowDataType; parameterValueMappings: MessagingChannelParameterValueMapping[]; }; export type MessagingChannelActionParameterMapping = sObject & { actionParameterName: string; ActionParameterName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannelParameter?: string; Parent?: MessagingChannel; ParentId?: ID; SystemModstamp?: Date; }; export type MessagingChannelParameterValueMapping = sObject & { lookupValue: string; lookupValueType: MessagingChannelTargetLookupValueType; parameterValue: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannelParameter?: string; ParameterValue?: string; Parent?: MessagingChannel; ParentId?: ID; SystemModstamp?: Date; TargetLookupValue?: sObject; TargetLookupValueId?: ID; }; export type EmbeddedMessagingChannel = sObject & { allowedFileTypes?: string; anonymousUserJwtExpirationTime?: number; authMode: EmbeddedServiceAuthModeType; connectedApp?: string; isAbandonedChatsEnabled?: boolean; isAgentAvlCheckEnabled?: boolean; isAttachmentUploadEnabled?: boolean; isEstimatedWaitTimeEnabled?: boolean; isFallbackMessageEnabled?: boolean; isFileAttachmentExtUnrestricted?: boolean; isSaveTranscriptEnabled?: boolean; maxFileSize?: number; messagingAuthorizations: MessagingAuthorization[]; presenceTimeout?: number; queueLimitType?: EmbeddedMsgQueueLimitType; queueThreshold?: number; verifiedUserJwtExpirationTime?: number; AllowedFileTypes?: string; AnonymousUserJwtExpiry?: number; AuthMode?: EmbeddedServiceAuthModeType; CaptchaKey?: CaptchaKey; CaptchaKeyId?: ID; ConnectedApp?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DoesAllowInbdFiles?: boolean; DoesAllowInbdFilesDerived?: boolean; DoesAllowTranscriptSave?: boolean; IsDeleted?: boolean; IsEstimatedWaitTimeEnabled?: boolean; IsFallbackMessageEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxFileSize?: number; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; OptionsIsAbandonedChatsEnabled?: boolean; OptionsIsAgentAvlCheckEnabled?: boolean; OptionsIsFileAttachmentExtUnrestricted?: boolean; PresenceTimeout?: number; QueueLimitType?: EmbeddedMsgQueueLimitType; QueueThreshold?: number; SystemModstamp?: Date; VerifiedUserJwtExpiry?: 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 MetadataForSettings = string; export type AIReplyRecommendationsSettings = MetadataForSettings & sObject & { enableAIReplyRecommendations?: boolean; enableGenReplyRecommendations?: boolean; enableServiceEinsteinGPTGrounding?: boolean; enableServiceRepliesAutoTranslate?: boolean; enableServiceRepliesPause?: boolean; DurableId?: string; FullName?: string; IsAiReplyRecommendationsEnabled?: boolean; IsGenReplyRecommendationsEnabled?: boolean; IsServiceEinsteinGptGroundingEnabled?: boolean; IsServiceRepliesAutoTranslateEnabled?: boolean; IsServiceRepliesPauseEnabled?: boolean; Metadata?: AIReplyRecommendationsSettings; }; export type AccountIntelligenceSettings = MetadataForSettings & sObject & { enableAccountLogos?: boolean; enableAutomatedAccountFields?: boolean; enableNewsStories?: boolean; DurableId?: string; FullName?: string; IsAccountLogosEnabled?: boolean; IsAutomatedAccountFieldsEnabled?: boolean; IsNewsStoriesEnabled?: boolean; Metadata?: AccountIntelligenceSettings; }; export type AccountSettings = MetadataForSettings & sObject & { enableAccountDiscovery?: boolean; enableAccountHistoryTracking?: boolean; enableAccountInsightsInMobile?: boolean; enableAccountOwnerReport?: boolean; enableAccountTeams?: boolean; enableContactHistoryTracking?: boolean; enableRelateContactToMultipleAccounts?: boolean; enableReportsToOnPersonAccount?: boolean; showViewHierarchyLink?: boolean; DurableId?: string; FullName?: string; IsAccountDiscoveryEnabled?: boolean; IsAccountHistoryTrackingEnabled?: boolean; IsAccountInsightsInMobileEnabled?: boolean; IsAccountOwnerReportEnabled?: boolean; IsAccountTeamsEnabled?: boolean; IsContactHistoryTrackingEnabled?: boolean; IsRelateContactToMultipleAccountsEnabled?: boolean; IsReportsToOnPersonAccountEnabled?: boolean; Metadata?: AccountSettings; ShowViewHierarchyLink?: boolean; }; export type ActionsSettings = MetadataForSettings & sObject & { enableDefaultQuickActionsOn?: boolean; enableMdpEnabled?: boolean; enableOfflineWebLinks?: boolean; enableThirdPartyActions?: boolean; DurableId?: string; FullName?: string; IsDefaultQuickActionsOnEnabled?: boolean; IsMdpEnabledEnabled?: boolean; IsOfflineWebLinksEnabled?: boolean; IsThirdPartyActionsEnabled?: boolean; Metadata?: ActionsSettings; }; export type ActivitiesSettings = MetadataForSettings & sObject & { 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; AllowUsersToRelateMultipleContactsToTasksAndEvents?: boolean; AutoRelateEventAttendees?: boolean; DurableId?: string; FullName?: string; IsActivityRemindersEnabled?: boolean; IsCalendarHomeLwcEnabled?: boolean; IsClickCreateEventsEnabled?: boolean; IsDragAndDropSchedulingEnabled?: boolean; IsEmailTrackingEnabled?: boolean; IsFlowTaskNotifsViaApexEnabled?: boolean; IsGroupTasksEnabled?: boolean; IsHideChildEventsPreferenceEnabled?: boolean; IsListViewSchedulingEnabled?: boolean; IsLogNoteEnabled?: boolean; IsMlSingleClientProfileEnabled?: boolean; IsMultidayEventsEnabled?: boolean; IsRecurringEventsEnabled?: boolean; IsRecurringTasksEnabled?: boolean; IsRollUpActivToContactsAcctEnabled?: boolean; IsSidebarCalendarShortcutEnabled?: boolean; IsSimpleTaskCreateUiEnabled?: boolean; IsTimelineCompDateSortEnabled?: boolean; IsUnsTaskDelegatedToNotificationsEnabled?: boolean; IsUserListViewCalendarsEnabled?: boolean; MeetingRequestsLogo?: string; Metadata?: ActivitiesSettings; ShowCustomLogoMeetingRequests?: boolean; ShowEventDetailsMultiUserCalendar?: boolean; ShowHomePageHoverLinksForEvents?: boolean; ShowMyTasksHoverLinks?: boolean; }; export type AddressSettings = MetadataForSettings & sObject & { countriesAndStates: CountriesAndStates; CountriesAndStates?: CountriesAndStates; CountriesAndStatesId?: string; DurableId?: string; FullName?: string; Metadata?: AddressSettings; }; export type CountriesAndStates = sObject & { countries: Country[]; DurableId?: string; }; export type Country = sObject & { active: boolean; integrationValue: string; isoCode: string; label: string; orgDefault: boolean; standard: boolean; states: State[]; visible: boolean; Active?: boolean; DurableId?: string; IntegrationValue?: string; IsoCode?: string; Label?: string; OrgDefault?: boolean; Standard?: boolean; Visible?: boolean; }; export type State = sObject & { active: boolean; integrationValue: string; isoCode: string; label: string; standard: boolean; visible: boolean; Active?: boolean; DurableId?: string; IntegrationValue?: string; IsoCode?: string; Label?: string; Standard?: boolean; Visible?: boolean; }; export type Ai4mSettings = MetadataForSettings & sObject & { enableEinsteinMCDesiger?: boolean; enableStoEmailPooledModel?: boolean; enableUmaEef?: boolean; enableUmaEefWhatsappSetting?: boolean; enableUmaEes?: boolean; enableUmaEesSmsSetting?: boolean; enableUmaEesWhatsappSetting?: boolean; enableUmaGlobalModel?: boolean; enableUmaSto?: boolean; DurableId?: string; FullName?: string; IsEinsteinMcDesigerEnabled?: boolean; IsStoEmailPooledModelEnabled?: boolean; IsUmaEefEnabled?: boolean; IsUmaEefWhatsappSettingEnabled?: boolean; IsUmaEesEnabled?: boolean; IsUmaEesSmsSettingEnabled?: boolean; IsUmaEesWhatsappSettingEnabled?: boolean; IsUmaGlobalModelEnabled?: boolean; IsUmaStoEnabled?: boolean; Metadata?: Ai4mSettings; }; export type AnalyticsSettings = MetadataForSettings & sObject & { 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; 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; DurableId?: string; EtlOrchestrationPref?: boolean; FullName?: string; IncrementalUpsertEnabled?: boolean; IsAmazonRedshiftOutputConnectorEnabled?: boolean; IsAnalyticsEncryptionEnabled?: boolean; IsAnalyticsSharingEnableEnabled?: boolean; IsAutoCompleteComboEnabled?: boolean; IsAutonomousExperienceEnabled?: boolean; IsAzureDlGen2OutputConnectorEnabled?: boolean; IsC360GlobalProfileDataEnabled?: boolean; IsCreateLegacyDataflowsEnabled?: boolean; IsCrmaDataCloudIntegrationEnabled?: boolean; IsCrtSetupLightningUiPrefEnabled?: boolean; IsDashboardComponentSnapshotEnabled?: boolean; IsDashboardFlexiTableEnabled?: boolean; IsDashboardSubOrgEmailPrefEnabled?: boolean; IsDashboardToPdfEnableEnabled?: boolean; IsDataCloudReportingPrefEnabled?: boolean; IsDiscoveryOptimizationEnabled?: boolean; IsEmailReportsToPortalUsersEnabled?: boolean; IsFirebirdEditorEnabled?: boolean; IsFloatingReportHeadersEnabled?: boolean; IsHighVolumePushbackEnabled?: boolean; IsIncludeDisclaimerMessageEnabled?: boolean; IsIncrementalUpsertEnabled?: boolean; IsInsightsEnabled?: boolean; IsInsightsHcModeEnabled?: boolean; IsLightningReportBuilderEnabled?: boolean; IsLotusNotesImagesEnabled?: boolean; IsMassEnableReportBuilderEnabled?: boolean; IsNewChartsEngineEnabled?: boolean; IsNullDimensionEnabled?: boolean; IsOrgCanSeeLivePreviewsEnabled?: boolean; IsOrgCanViewTableauEnabled?: boolean; IsOrgCanViewThumbnailForOaEnabled?: boolean; IsOrgHasMobileOfflineEnabledEnabled?: boolean; IsOrgHasWatchlistEnabledEnabled?: boolean; IsOrgWideEmailNotificationEnabled?: boolean; IsPupparazziForNotificationsEnabled?: boolean; IsQueryLiveConnectorsEnabled?: boolean; IsRemoveFooterForRepDisplayEnabled?: boolean; IsRemoveFooterFromRepExpEnabled?: boolean; IsReportCdnPrefEnabled?: boolean; IsReportCustomTextExportPrefEnabled?: boolean; IsReportEscapeCharsPrefEnabled?: boolean; IsReportHideXlsExportPrefEnabled?: boolean; IsReportInlineEditPrefEnabled?: boolean; IsReportInterfacePrefEnabled?: boolean; IsReportNotificationsEnableEnabled?: boolean; IsReportSubOrgEmailPrefEnabled?: boolean; IsReportingOnSdmPrefEnabled?: boolean; IsRequestPrioritySchdlEnabled?: boolean; IsS1AnalyticsEclairEnableEnabled?: boolean; IsS3OutputConnectorEnabled?: boolean; IsSalesforceOutputConnectorEnabled?: boolean; IsSecureImageSharingEnabled?: boolean; IsSfxJoinedReportsEnableEnabled?: boolean; IsShowHighContrastChartEnabled?: boolean; IsSnowflakeOutputConnectorEnabled?: boolean; IsSummaryFilterOrgPrefEnabled?: boolean; IsTableauHyperOutputConnectorEnabled?: boolean; IsUseOldChartsLookAndFeelEnabled?: boolean; IsWaveAssetsNewDateVersionEnabled?: boolean; IsWaveCustomFiscalEnabled?: boolean; IsWaveIndexMvDimEnabled?: boolean; IsWaveIndexMvDimV2Enabled?: boolean; IsWaveMultiCurrencyEnabled?: boolean; IsWaveRecordNavigationEnabled?: boolean; IsWaveReplicationEnabled?: boolean; IsWaveSharingInheritanceEnabled?: boolean; IsWaveSqlCfIndexingEnabled?: boolean; IsWaveTrendedDatasetCleanupEnabled?: boolean; IsWriteToDataCloudEnabled?: boolean; MaxHoursAppInProgress?: number; Metadata?: AnalyticsSettings; QueryCachingOptOut?: boolean; RecipeDirectDataPref?: boolean; RecipeFiscalPref?: boolean; RecipePreCachingOptOut?: boolean; RecipeStagedDataPref?: boolean; ReplaceBlankMeasuresWithNulls?: boolean; SetWaveIsYearEndFiscalYear?: boolean; SonicEnabled?: boolean; TurnOnTimeZones?: boolean; }; export type ApexSettings = MetadataForSettings & sObject & { 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; DefaultQueueableDelay?: number; DurableId?: string; FullName?: string; IsAggregateCodeCoverageOnlyEnabled?: boolean; IsApexAccessRightsPrefEnabled?: boolean; IsApexApprovalLockUnlockEnabled?: boolean; IsApexCtrlImplicitWithSharingPrefEnabled?: boolean; IsApexPropertyGetterPrefEnabled?: boolean; IsAuraApexCtrlAuthUserAccessCheckPrefEnabled?: boolean; IsAuraApexCtrlGuestUserAccessCheckPrefEnabled?: boolean; IsCompileOnDeployEnabled?: boolean; IsDebugLogsDuringDeploymentEnabled?: boolean; IsDisableParallelApexTestingEnabled?: boolean; IsGaplessTestAutoNumEnabled?: boolean; IsMngdCtrlActionAccessPrefEnabled?: boolean; IsNonCertifiedApexMdCrudEnabled?: boolean; IsRestrictCommunityExecAnonEnabled?: boolean; IsSecureNoArgConstructorPrefEnabled?: boolean; IsTestSetupSkipTestResultsEnabled?: boolean; Metadata?: ApexSettings; }; export type AppExperienceSettings = MetadataForSettings & sObject & { doesHideAllAppsInAppLauncher?: boolean; DoesHideAllAppsInAppLauncher?: boolean; DurableId?: string; FullName?: string; Metadata?: AppExperienceSettings; }; export type AutomatedContactsSettings = MetadataForSettings & { enableAddContactAutomatically?: boolean; enableAddContactRoleAutomatically?: boolean; enableAddContactRoleWithSuggestion?: boolean; enableAddContactWithSuggestion?: boolean; }; export type BillingSettings = MetadataForSettings & { 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 BlockchainSettings = MetadataForSettings & sObject & { enableBcp?: boolean; enableEtpNft?: boolean; DurableId?: string; FullName?: string; IsBcpEnabled?: boolean; IsEtpNftEnabled?: boolean; Metadata?: BlockchainSettings; }; export type BotSettings = MetadataForSettings & { enableBots?: boolean; }; export type BusinessHoursSettings = MetadataForSettings & sObject & { businessHours: BusinessHoursEntry[]; holidays: Holiday[]; DurableId?: string; FullName?: string; Metadata?: BusinessHoursSettings; }; 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 CampaignSettings = MetadataForSettings & sObject & { aiAttributionSuccessMilestone?: string; aiAttributionTimeframe?: number; enableAIAttribution?: boolean; enableAccountsAsCM?: boolean; enableAutoCampInfluenceDisabled?: boolean; enableB2bmaCampaignInfluence2?: boolean; enableCampaignHistoryTrackEnabled?: boolean; enableCampaignInfluence2?: boolean; enableCampaignMemberTWCF?: boolean; enableEKAI?: boolean; enableOpportunityInfluence?: boolean; enableSuppressNoValueCI2?: boolean; AiAttributionSuccessMilestone?: string; AiAttributionTimeframe?: number; DurableId?: string; FullName?: string; IsAccountsAsCmEnabled?: boolean; IsAiAttributionEnabled?: boolean; IsAutoCampInfluenceDisabledEnabled?: boolean; IsB2bmaCampaignInfluence2Enabled?: boolean; IsCampaignHistoryTrackEnabledEnabled?: boolean; IsCampaignInfluence2Enabled?: boolean; IsCampaignMemberTwcfEnabled?: boolean; IsEkaiEnabled?: boolean; IsOpportunityInfluenceEnabled?: boolean; IsSuppressNoValueCi2Enabled?: boolean; Metadata?: CampaignSettings; }; export type CaseSettings = MetadataForSettings & sObject & { 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; CaseAssignNotificationTemplate?: string; CaseAutoProcUser?: boolean; CaseCloseNotificationTemplate?: string; CaseCommentNotificationTemplate?: string; CaseCreateNotificationTemplate?: string; CaseFeedReadUnreadLtng?: boolean; CaseMergeInLightning?: boolean; CaseTimelineConfigs?: boolean; CloseCaseThroughStatusChange?: boolean; DefaultCaseFeedLayoutOn?: boolean; DefaultCaseOwner?: string; DefaultCaseOwnerType?: string; DefaultCaseUser?: string; DurableId?: string; EmailActionDefaultsHandlerClass?: string; EmailToCaseId?: string; EscalateCaseBefore?: boolean; FullName?: string; GenericMessageEnabled?: boolean; HidePublicInCaseComment?: boolean; IsCaseCommentTranslationEnabled?: boolean; IsCaseFeedEnabled?: boolean; IsCaseSwarmingEnabled?: boolean; IsCollapseEmailThreadEnabled?: boolean; IsDraftEmailsEnabled?: boolean; IsEarlyEscalationRuleTriggersEnabled?: boolean; IsEmailActionDefaultsHandlerEnabled?: boolean; IsEmailContactOnCasePostEnabled?: boolean; IsEscalateQfiToCaseInternalEnabled?: boolean; IsEscalateQfiToCaseNetworksEnabled?: boolean; IsExtNetworksCaseFeedEnabledEnabled?: boolean; IsMultiLangSolnSrchCssEnabled?: boolean; IsMultiLangSolnSrchPkbEnabled?: boolean; IsMultiLangSolutionEnabled?: boolean; IsSolutionCategoryEnabled?: boolean; IsSolutionInlineCategoryEnabled?: boolean; IsSolutionShortSummaryEnabled?: boolean; IsSuggestedArticlesApplicationEnabled?: boolean; IsSuggestedArticlesCustomerPortalEnabled?: boolean; IsSuggestedArticlesPartnerPortalEnabled?: boolean; IsSuggestedSolutionsEnabled?: boolean; KeepCaseMergeRecords?: boolean; KeepRecordTypeOnAssignmentRule?: boolean; Metadata?: CaseSettings; 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; WebToCaseId?: string; }; export type FeedItemSettings = sObject & { characterLimit?: number; displayFormat?: FeedItemDisplayFormat; feedItemType: FeedItemType; CharacterLimit?: number; DisplayFormat?: FeedItemDisplayFormat; DurableId?: string; FeedItemType?: FeedItemType; }; export type EmailToCaseSettings = sObject & { 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; DurableId?: string; IsE2CattachmentAsFileEnabled?: boolean; IsE2CdeduplicateAttachmentsEnabled?: boolean; IsE2CexternalServerEnabled?: boolean; IsE2CsourceTrackingEnabled?: boolean; IsEmailToCaseEnabled?: boolean; IsHtmlEmailEnabled?: boolean; IsNewToReadTriggersEnabled?: boolean; IsOnDemandEmailToCaseEnabled?: boolean; IsThreadIdInBodyEnabled?: boolean; IsThreadIdInSubjectEnabled?: boolean; IsThreadTokenInBodyEnabled?: boolean; IsThreadTokenInSubjectEnabled?: boolean; MovingEmailEnabled?: boolean; NotifyOwnerOnNewCaseEmail?: boolean; NotifySenderE2Cerror?: boolean; OverEmailLimitAction?: string; PreQuoteSignature?: boolean; ReplyWithNewContentOnly?: boolean; ShowServiceEmailOpenPrompt?: boolean; ShowWordCountInComposer?: boolean; UnauthorizedSenderAction?: string; UseEmailHeadersForThreading?: boolean; }; export type EmailToCaseRoutingAddress = sObject & { 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; AddressType?: string; AuthorizedSenders?: string; CaseOrigin?: string; CaseOwner?: string; CaseOwnerType?: string; CasePriority?: string; CreateTask?: boolean; DurableId?: string; EmailAddress?: string; EmailServicesAddress?: string; FallbackQueue?: string; IsPermsetControlled?: boolean; IsVerified?: boolean; NewEntityRecordType?: string; RoutingFlow?: string; RoutingName?: string; SaveEmailHeaders?: boolean; TaskStatus?: string; }; export type WebToCaseSettings = sObject & { caseOrigin?: string; defaultResponseTemplate?: string; enableWebToCase?: boolean; CaseOrigin?: string; DefaultResponseTemplate?: string; DurableId?: string; IsWebToCaseEnabled?: boolean; }; export type ChannelRevMgmtSettings = MetadataForSettings & { enableDesignRegistration?: boolean; enablePriceProtection?: boolean; }; export type ChatterAnswersSettings = MetadataForSettings & sObject & { emailFollowersOnBestAnswer?: boolean; emailFollowersOnReply?: boolean; emailOwnerOnPrivateReply?: boolean; emailOwnerOnReply?: boolean; enableAnswerViaEmail?: boolean; enableChatterAnswers: boolean; enableFacebookSSO?: boolean; enableInlinePublisher?: boolean; enableReputation?: boolean; enableRichTextEditor?: boolean; facebookAuthProvider?: string; showInPortals?: boolean; DurableId?: string; EmailFollowersOnBestAnswer?: boolean; EmailFollowersOnReply?: boolean; EmailOwnerOnPrivateReply?: boolean; EmailOwnerOnReply?: boolean; FacebookAuthProvider?: string; FullName?: string; IsAnswerViaEmailEnabled?: boolean; IsChatterAnswersEnabled?: boolean; IsFacebookSsoEnabled?: boolean; IsInlinePublisherEnabled?: boolean; IsReputationEnabled?: boolean; IsRichTextEditorEnabled?: boolean; Metadata?: ChatterAnswersSettings; ShowInPortals?: boolean; }; export type ChatterEmailsMDSettings = MetadataForSettings & sObject & { enableChatterDigestEmailsApiOnly?: boolean; enableChatterEmailAttachment?: boolean; enableCollaborationEmail?: boolean; enableDisplayAppDownloadBadges?: boolean; enableEmailReplyToChatter?: boolean; enableEmailToChatter?: boolean; noQnOwnNotifyOnCaseCmt?: boolean; noQnOwnNotifyOnRep?: boolean; noQnSubNotifyOnBestR?: boolean; noQnSubNotifyOnRep?: boolean; DurableId?: string; FullName?: string; IsChatterDigestEmailsApiOnlyEnabled?: boolean; IsChatterEmailAttachmentEnabled?: boolean; IsCollaborationEmailEnabled?: boolean; IsDisplayAppDownloadBadgesEnabled?: boolean; IsEmailReplyToChatterEnabled?: boolean; IsEmailToChatterEnabled?: boolean; Metadata?: ChatterEmailsMDSettings; NoQnOwnNotifyOnCaseCmt?: boolean; NoQnOwnNotifyOnRep?: boolean; NoQnSubNotifyOnBestR?: boolean; NoQnSubNotifyOnRep?: boolean; }; export type ChatterSettings = MetadataForSettings & sObject & { 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; AllowChatterGroupArchiving?: boolean; AllowRecordsInChatterGroup?: boolean; DurableId?: string; FullName?: string; IsApprovalRequestEnabled?: boolean; IsCaseFeedRelativeTimestampsEnabled?: boolean; IsChatterEmoticonsEnabled?: boolean; IsChatterEnabled?: boolean; IsFeedEditEnabled?: boolean; IsFeedPinningEnabled?: boolean; IsFeedsDraftPostsEnabled?: boolean; IsFeedsRichTextEnabled?: boolean; IsInviteCsnUsersEnabled?: boolean; IsOutOfOfficeEnabledPrefEnabled?: boolean; IsRichLinkPreviewsInFeedEnabled?: boolean; IsTodayRecsInFeedEnabled?: boolean; Metadata?: ChatterSettings; UnlistedGroupsEnabled?: boolean; }; export type CommerceSettings = MetadataForSettings & sObject & { 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; B2CmerchantAgentEnabled?: boolean; BuyerGroupExtensibility?: boolean; CommerceAnalyticsEnabled?: boolean; CommerceAppEnabled?: boolean; CommerceConciergeEnabled?: boolean; CommerceCopilotEcomEnabled?: boolean; CommerceDcSegmentEnabled?: boolean; CommerceDiscoveryExpansion?: boolean; CommerceEnabled?: boolean; CommerceNgpEnabled?: boolean; CommerceRlmSubs?: boolean; ConvCommShopCopilotEnabled?: boolean; DurableId?: string; ExtendCommerceContext?: boolean; FullName?: string; GenerateInvPerSubscription?: boolean; IsCheckoutHsoiPrefEnabled?: boolean; LowestUnitPriceTracking?: boolean; MessagingEngagementDataKit?: boolean; Metadata?: CommerceSettings; }; export type CommsServiceConsoleSettings = MetadataForSettings & sObject & { enableCommsServiceConsole?: boolean; DurableId?: string; FullName?: string; IsCommsServiceConsoleEnabled?: boolean; Metadata?: CommsServiceConsoleSettings; }; export type CommunitiesSettings = MetadataForSettings & sObject & { 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; ApplyLoginPageTypeToEmbeddedLogin?: boolean; BlockEmbeddedLoginUnknownUrlRedirect?: boolean; CanModerateAllFeedPosts?: boolean; CanModerateInternalFeedPosts?: boolean; DurableId?: string; EmbeddedVisualforcePages?: boolean; FullName?: string; IsCommunityWorkspacesEnabled?: boolean; IsCspContactVisibilityPrefEnabled?: boolean; IsCspNotesOnAccConPrefEnabled?: boolean; IsEnablePrmEnabled?: boolean; IsExternalAccHierPrefEnabled?: boolean; IsGuestPermDisOptOutCrucEnabled?: boolean; IsGuestSecurityOptOutCrucEnabled?: boolean; IsGuvSecurityOptOutPrefEnabled?: boolean; IsInviteChatterGuestEnabledEnabled?: boolean; IsNameFieldsUserPiiEnabledEnabled?: boolean; IsNetPortalUserReportOptsEnabled?: boolean; IsNetworksEnabledEnabled?: boolean; IsOotbProfExtUserOpsEnableEnabled?: boolean; IsPowerCustomerCaseStatusEnabled?: boolean; IsPreventBadgeGuestAccessEnabled?: boolean; IsPrmAccRelPrefEnabled?: boolean; IsRelaxPartnerAccountFieldPrefEnabled?: boolean; IsUnsupportedBrowserModalPrefEnabled?: boolean; IsUsernameUniqForOrgPrefEnabled?: boolean; Metadata?: CommunitiesSettings; }; export type CompanySettings = MetadataForSettings & sObject & { enableCustomFiscalYear: boolean; fiscalYear?: FiscalYearSettings; DurableId?: string; FiscalYear?: string; FullName?: string; IsCustomFiscalYearEnabled?: boolean; Metadata?: CompanySettings; }; export type FiscalYearSettings = { fiscalYearNameBasedOn?: string; startMonth?: string; }; export type ConnectedAppSettings = MetadataForSettings & sObject & { enableAdminApprovedAppsOnly?: boolean; enableAdminApprovedAppsOnlyForExternalUser?: boolean; enableSkipUserProvisioningWizardWelcomePage?: boolean; DurableId?: string; FullName?: string; IsAdminApprovedAppsOnlyEnabled?: boolean; IsAdminApprovedAppsOnlyForExternalUserEnabled?: boolean; IsSkipUserProvisioningWizardWelcomePageEnabled?: boolean; Metadata?: ConnectedAppSettings; }; export type ConsentBannerSettings = MetadataForSettings & sObject & { 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; AllowButtonColor?: string; AllowButtonTextColor?: string; BannerColor?: string; BannerFontFamily?: BannerFontFamily; BannerMessage?: string; BannerPosition?: BannerPosition; BannerTextColor?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeclineButtonColor?: string; DeclineButtonTextColor?: string; FullName?: string; InfoText?: string; InfoUrl?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Metadata?: ConsentBannerSettings; PrivacyPolicyText?: string; PrivacyPolicyUrl?: string; SystemModstamp?: Date; }; export type ContentSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsChatterFileLinkEnabled?: boolean; IsCmsC2CconnectionsEnabled?: boolean; IsContentAutoAssignEnabled?: boolean; IsContentDistForPortalUsersEnabled?: boolean; IsContentDistPwOptionsBit1Enabled?: boolean; IsContentDistPwOptionsBit2Enabled?: boolean; IsContentDistributionEnabled?: boolean; IsContentEnabled?: boolean; IsContentHubAwsS3PrefEnabled?: boolean; IsContentHubUploadAwsS3PrefEnabled?: boolean; IsContentSupportMultiLanguageEnabled?: boolean; IsContentWorkspaceAccessEnabled?: boolean; IsDeleteFileInContentPacksEnabled?: boolean; IsFileIngestToDataCloudEnabled?: boolean; IsFileShareSetByRecordEnabled?: boolean; IsFilesUsrShareNetRestrictedEnabled?: boolean; IsJpgPreviewsEnabled?: boolean; IsLibraryManagedFilesEnabled?: boolean; IsLwcFileUploadEnabled?: boolean; IsLwcFileUploadInFlowsEnabled?: boolean; IsShowChatterFilesInContentEnabled?: boolean; IsSiteGuestUserToUploadFilesEnabled?: boolean; IsUploadFilesOnAttachmentsEnabled?: boolean; Metadata?: ContentSettings; SetValidContentTypeForAtchDocDownload?: boolean; SkipContentAssetTriggers?: boolean; SkipContentAssetTriggersOnDeploy?: boolean; }; export type ContractSettings = MetadataForSettings & sObject & { autoCalculateEndDate?: boolean; autoExpirationDelay?: string; autoExpirationRecipient?: string; autoExpireContracts?: boolean; enableContractHistoryTracking?: boolean; notifyOwnersOnContractExpiration?: boolean; AutoCalculateEndDate?: boolean; AutoExpirationDelay?: string; AutoExpirationRecipient?: string; AutoExpireContracts?: boolean; DurableId?: string; FullName?: string; IsContractHistoryTrackingEnabled?: boolean; Metadata?: ContractSettings; NotifyOwnersOnContractExpiration?: boolean; }; export type ConversationalIntelligenceSettings = MetadataForSettings & sObject & { enableCallCoaching?: boolean; enableCallCoachingZoom?: boolean; enableCallExplorer?: boolean; enableCallSummarization?: boolean; enableConversationMining?: boolean; enableDiarizationPref?: boolean; enableECIOOTBFlows?: boolean; enableGenerativeConvInsights?: boolean; enableManualUpload?: boolean; enableOpptyMatching?: boolean; enableRealtimeInsights?: boolean; enableUnifiedActivities?: boolean; DurableId?: string; FullName?: string; IsCallCoachingEnabled?: boolean; IsCallCoachingZoomEnabled?: boolean; IsCallExplorerEnabled?: boolean; IsCallSummarizationEnabled?: boolean; IsConversationMiningEnabled?: boolean; IsDiarizationPrefEnabled?: boolean; IsEciootbFlowsEnabled?: boolean; IsGenerativeConvInsightsEnabled?: boolean; IsManualUploadEnabled?: boolean; IsOpptyMatchingEnabled?: boolean; IsRealtimeInsightsEnabled?: boolean; IsUnifiedActivitiesEnabled?: boolean; Metadata?: ConversationalIntelligenceSettings; }; export type CurrencySettings = MetadataForSettings & sObject & { enableCurrencyEffectiveDates?: boolean; enableCurrencySymbolWithMultiCurrency?: boolean; enableMultiCurrency?: boolean; isMultiCurrencyActivationAllowed?: boolean; isParenCurrencyConvDisabled?: boolean; DurableId?: string; FullName?: string; IsCurrencyEffectiveDatesEnabled?: boolean; IsCurrencySymbolWithMultiCurrencyEnabled?: boolean; IsMultiCurrencyActivationAllowed?: boolean; IsMultiCurrencyEnabled?: boolean; IsParenCurrencyConvDisabled?: boolean; Metadata?: CurrencySettings; }; export type CustomAddressFieldSettings = MetadataForSettings & sObject & { enableCustomAddressField?: boolean; DurableId?: string; FullName?: string; IsCustomAddressFieldEnabled?: boolean; Metadata?: CustomAddressFieldSettings; }; export type CustomerDataPlatformSettings = MetadataForSettings & sObject & { enableCustomerDataPlatform?: boolean; DurableId?: string; FullName?: string; IsCustomerDataPlatformEnabled?: boolean; Metadata?: CustomerDataPlatformSettings; }; export type CustomizablePropensityScoringSettings = MetadataForSettings & sObject & { enableCpsPref?: boolean; DurableId?: string; FullName?: string; IsCpsPrefEnabled?: boolean; Metadata?: CustomizablePropensityScoringSettings; }; export type DataDotComSettings = MetadataForSettings & sObject & { enableAccountExportButtonOff?: boolean; enableAccountImportButtonOff?: boolean; enableAllowDupeContactFromLead?: boolean; enableAllowDupeLeadFromContact?: boolean; enableContactExportButtonOff?: boolean; enableContactImportButtonOff?: boolean; enableDDCSocialKeyEnabled?: boolean; enableDataDotComCleanEnabled?: boolean; enableDataDotComOptOutsEnabled?: boolean; enableDatacloudAPIEnabled?: boolean; DurableId?: string; FullName?: string; IsAccountExportButtonOffEnabled?: boolean; IsAccountImportButtonOffEnabled?: boolean; IsAllowDupeContactFromLeadEnabled?: boolean; IsAllowDupeLeadFromContactEnabled?: boolean; IsContactExportButtonOffEnabled?: boolean; IsContactImportButtonOffEnabled?: boolean; IsDataDotComCleanEnabledEnabled?: boolean; IsDataDotComOptOutsEnabledEnabled?: boolean; IsDatacloudApiEnabledEnabled?: boolean; IsDdcSocialKeyEnabledEnabled?: boolean; Metadata?: DataDotComSettings; }; export type ProductConfiguratorSettings = MetadataForSettings & { enableProductConfigurator?: boolean; }; export type DataImportManagementSettings = MetadataForSettings & sObject & { enableDataConnectorHubspot?: boolean; enableEasyImport?: boolean; DurableId?: string; FullName?: string; IsDataConnectorHubspotEnabled?: boolean; IsEasyImportEnabled?: boolean; Metadata?: DataImportManagementSettings; }; export type WorkforceEngagementSettings = MetadataForSettings & sObject & { enableHistoricalAdherence?: boolean; enableIndividualAdherence?: boolean; enableIntradayManagement?: boolean; enableMachineLearningForecasting?: boolean; enableRealTimeAdherence?: boolean; enableWorkforceEngagement?: boolean; enableWorkforceEngagementConfiguration?: boolean; DurableId?: string; FullName?: string; IsHistoricalAdherenceEnabled?: boolean; IsIndividualAdherenceEnabled?: boolean; IsIntradayManagementEnabled?: boolean; IsMachineLearningForecastingEnabled?: boolean; IsRealTimeAdherenceEnabled?: boolean; IsWorkforceEngagementConfigurationEnabled?: boolean; IsWorkforceEngagementEnabled?: boolean; Metadata?: WorkforceEngagementSettings; }; export type ServiceMgmtKnwlgArtclConfigSettings = string; export type ClaimMgmtFoundationEnabledSettings = MetadataForSettings & sObject & { enableWarrantyClaimMgmt?: boolean; DurableId?: string; FullName?: string; IsWarrantyClaimMgmtEnabled?: boolean; Metadata?: ClaimMgmtFoundationEnabledSettings; }; export type EinsteinCopilotSettings = MetadataForSettings & { enableEinsteinGptCopilot?: boolean; }; export type FTestSettings = MetadataForSettings & sObject & { enableTestPref?: boolean; DurableId?: string; FullName?: string; IsTestPrefEnabled?: boolean; Metadata?: FTestSettings; }; export type MediaAdSalesSettings = MetadataForSettings & sObject & { enableMediaAdSales?: boolean; DurableId?: string; FullName?: string; IsMediaAdSalesEnabled?: boolean; Metadata?: MediaAdSalesSettings; }; export type IndustriesPricingSettings = MetadataForSettings & { 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 = MetadataForSettings & sObject & { associateAccountWithBranch?: boolean; AssociateAccountWithBranch?: boolean; DurableId?: string; FullName?: string; Metadata?: BranchManagementSettings; }; export type DynamicFormsSettings = MetadataForSettings & sObject & { enableFormsOnMobile?: boolean; DurableId?: string; FullName?: string; IsFormsOnMobileEnabled?: boolean; Metadata?: DynamicFormsSettings; }; export type CodeBuilderSettings = MetadataForSettings & sObject & { enableCodeBuilder?: boolean; DurableId?: string; FullName?: string; IsCodeBuilderEnabled?: boolean; Metadata?: CodeBuilderSettings; }; export type IndustriesContextSettings = MetadataForSettings & { enableContextDefinitions?: boolean; }; export type IndustriesLsCommercialSettings = MetadataForSettings & { enableLsPtntSuptPgmGenAIPref?: boolean; }; export type IncludeEstTaxInQuoteCPQSettings = MetadataForSettings & { enableQuoteEstimatedTaxCPQ?: boolean; }; export type ConversationServiceIntegrationSettings = MetadataForSettings & { enableConvoCatchUpForAgents?: boolean; enableConvoCatchUpForServiceAssistant?: boolean; enableConvoCatchUpForSupervisors?: boolean; enableTranslationForAgents?: boolean; enableWriteWithAiForAgents?: boolean; }; export type EinsteinAISettings = MetadataForSettings & { enableAIFeedbackWithDC?: boolean; enableAITrustInputToxicityDetection?: boolean; enableAITrustPromptInjectionDetection?: boolean; enableAgentHealthMonitoring?: boolean; enableAgentHealthMonitoringGA?: boolean; enablePBHideScopedNotif?: boolean; enablePBPromptPerformanceMetrics?: boolean; enableTrustPIIMasking?: boolean; }; export type IndustriesGamificationSettings = MetadataForSettings & { enableGamification?: boolean; }; export type PlatformEventSettings = MetadataForSettings & sObject & { enableEnhancedUsageMetrics?: boolean; DurableId?: string; FullName?: string; IsEnhancedUsageMetricsEnabled?: boolean; Metadata?: PlatformEventSettings; }; export type AssociationEngineSettings = MetadataForSettings & sObject & { enableAssociationEngine?: boolean; DurableId?: string; FullName?: string; IsAssociationEngineEnabled?: boolean; Metadata?: AssociationEngineSettings; }; export type IndustriesUsageSettings = MetadataForSettings & { enableUsage?: boolean; enableUsageReleaseTask258?: boolean; }; export type MediaAgentSettings = MetadataForSettings & { enableMediaAdOppSummaryEnabled?: boolean; enableMediaProposalAgentEnabled?: boolean; }; export type OrgSettings = MetadataForSettings & sObject & { enableCustomerSuccessPortal?: boolean; enableIncludeContractStatus?: boolean; enableMakeDeploymentsMandatory?: boolean; enableManageSelfServiceUsers?: boolean; enableOrgFeedSentimentAnalysis?: boolean; enableRADeploymentAttributeOnly?: boolean; enableResetDivisionOnLogin?: boolean; DurableId?: string; FullName?: string; IsCustomerSuccessPortalEnabled?: boolean; IsIncludeContractStatusEnabled?: boolean; IsMakeDeploymentsMandatoryEnabled?: boolean; IsManageSelfServiceUsersEnabled?: boolean; IsOrgFeedSentimentAnalysisEnabled?: boolean; IsRaDeploymentAttributeOnlyEnabled?: boolean; IsResetDivisionOnLoginEnabled?: boolean; Metadata?: OrgSettings; }; export type AgentforceForDevelopersSettings = MetadataForSettings & { agentforceForDevelopersOptOut?: boolean; }; export type IncludeEstTaxInQuoteSettings = MetadataForSettings & sObject & { enableQuoteEstimatedTax?: boolean; DurableId?: string; FullName?: string; IsQuoteEstimatedTaxEnabled?: boolean; Metadata?: IncludeEstTaxInQuoteSettings; }; export type SalesDealAgentSettings = MetadataForSettings & { enableDealAgent?: boolean; enableDealAgentAutoApproveAllTasks?: boolean; }; export type ReferralMarketingSettings = MetadataForSettings & { enableMarketingCloudIntegration?: boolean; }; export type AccountPlanSettings = MetadataForSettings & { enableAccountPlan?: boolean; }; export type AgentPlatformSettings = MetadataForSettings & { enableAgentPlatform?: boolean; }; export type PaymentsManagementEnabledSettings = MetadataForSettings & sObject & { paymentsManagementEnabled?: boolean; DurableId?: string; FullName?: string; Metadata?: PaymentsManagementEnabledSettings; PaymentsManagementEnabled?: boolean; }; export type EinsteinGptSettings = MetadataForSettings & sObject & { disableAIProvAWSBedrock?: boolean; disableAIProvAzureOpenAI?: boolean; disableAIProvOpenAI?: boolean; disableAIProvVertexGemini?: boolean; disableAIProviderRegionFallback?: boolean; enableAIModelBeta?: boolean; enableEinsteinGPTDeployPromptTemplatesAsActive?: boolean; enableEinsteinGptAllowUnsafePTInputChanges?: boolean; enableEinsteinGptGlobalLangSupport?: boolean; enableEinsteinGptPlatform?: boolean; enableEnhancedPromptSecurity?: boolean; DisableAiProvAwsBedrock?: boolean; DisableAiProvAzureOpenAi?: boolean; DisableAiProvOpenAi?: boolean; DisableAiProvVertexGemini?: boolean; DisableAiProviderRegionFallback?: boolean; DurableId?: string; FullName?: string; IsAiModelBetaEnabled?: boolean; IsEinsteinGptAllowUnsafePtInputChangesEnabled?: boolean; IsEinsteinGptDeployPromptTemplatesAsActiveEnabled?: boolean; IsEinsteinGptGlobalLangSupportEnabled?: boolean; IsEinsteinGptPlatformEnabled?: boolean; IsEnhancedPromptSecurityEnabled?: boolean; Metadata?: EinsteinGptSettings; }; export type PlatformSlackSettings = MetadataForSettings & sObject & { enableSlackService?: boolean; enableSlackServiceAlerts?: boolean; slackCapabilitiesEnabled?: boolean; DurableId?: string; FullName?: string; IsSlackServiceAlertsEnabled?: boolean; IsSlackServiceEnabled?: boolean; Metadata?: PlatformSlackSettings; SlackCapabilitiesEnabled?: boolean; }; export type RevenueManagementSettings = MetadataForSettings & { 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 = MetadataForSettings & sObject & { enableKSUsingHybridSearch?: boolean; enableKnowledgeGeneration?: boolean; DurableId?: string; FullName?: string; IsKnowledgeGenerationEnabled?: boolean; IsKsUsingHybridSearchEnabled?: boolean; Metadata?: KnowledgeGenerationSettings; }; export type DynamicFulfillmentOrchestratorSettings = MetadataForSettings & { enableDFOFallout?: boolean; enableDFOJeopardy?: boolean; enableDFOPref?: boolean; enableDROBulkDequeUsingMQ?: boolean; enableDROFutureDatedTasks?: boolean; enableDROInflightRequest?: boolean; enableDROTaskSource?: boolean; }; export type MailMergeSettings = MetadataForSettings & sObject & { enableExtendedMailMerge?: boolean; saveMailMergeDocsAsSalesforceDocs?: boolean; DurableId?: string; FullName?: string; IsExtendedMailMergeEnabled?: boolean; Metadata?: MailMergeSettings; SaveMailMergeDocsAsSalesforceDocs?: boolean; }; export type AccountingSettings = MetadataForSettings & sObject & { enableAccountingSubledger?: boolean; enableAslDataCloud?: boolean; enableFinancePeriod?: boolean; enablePaymentMethodAdjust?: boolean; enableScheduledJob?: boolean; enableSkipReversalLogic?: boolean; DurableId?: string; FullName?: string; IsAccountingSubledgerEnabled?: boolean; IsAslDataCloudEnabled?: boolean; IsFinancePeriodEnabled?: boolean; IsPaymentMethodAdjustEnabled?: boolean; IsScheduledJobEnabled?: boolean; IsSkipReversalLogicEnabled?: boolean; Metadata?: AccountingSettings; }; export type CollectionsDashboardSettings = MetadataForSettings & sObject & { enableCollectionsDashboard?: boolean; DurableId?: string; FullName?: string; IsCollectionsDashboardEnabled?: boolean; Metadata?: CollectionsDashboardSettings; }; export type InvLatePymntRiskCalcSettings = MetadataForSettings & sObject & { enableInvLatePymntRiskCalc?: boolean; DurableId?: string; FullName?: string; IsInvLatePymntRiskCalcEnabled?: boolean; Metadata?: InvLatePymntRiskCalcSettings; }; export type FTestAccessSettings = MetadataForSettings & sObject & { enableTestPref?: boolean; DurableId?: string; FullName?: string; IsTestPrefEnabled?: boolean; Metadata?: FTestAccessSettings; }; export type SceGlobalModelOptOutSettings = MetadataForSettings & { enableConfigurableSceGlobalModelOptOut?: boolean; sceGlobalModelOptOut?: boolean; }; export type SandboxSettings = MetadataForSettings & sObject & { disableSandboxExpirationEmails?: boolean; sandboxDetailNewUIOptOut?: boolean; DisableSandboxExpirationEmails?: boolean; SandboxDetailNewUiOptOut?: boolean; DurableId?: string; FullName?: string; Metadata?: SandboxSettings; }; export type InterestTaggingSettings = MetadataForSettings & sObject & { enableInterestTagging?: boolean; DurableId?: string; FullName?: string; IsInterestTaggingEnabled?: boolean; Metadata?: InterestTaggingSettings; }; export type IndustriesRatingSettings = MetadataForSettings & { enableRating?: boolean; enableRatingWaterfall?: boolean; enableRatingWaterfallPersistence?: boolean; }; export type EvfSettings = MetadataForSettings & { enableCopilotAnalytics?: boolean; }; export type SourceTrackingSettings = MetadataForSettings & sObject & { enableSourceTrackingSandboxes?: boolean; DurableId?: string; FullName?: string; IsSourceTrackingSandboxesEnabled?: boolean; Metadata?: SourceTrackingSettings; }; export type DevHubSettings = MetadataForSettings & sObject & { enableALMSimpleDeployDataPref?: boolean; enableALMSimpleDeployPref?: boolean; enableALMDevopsCorePref?: boolean; enableDevOpsCenter?: boolean; enableDevOpsCenterGA?: boolean; enablePackaging2?: boolean; enableScratchOrgManagementPref?: boolean; enableScratchOrgSnapshotPref?: boolean; enableShapeExportPref?: boolean; DurableId?: string; FullName?: string; IsAlmSimpleDeployDataPrefEnabled?: boolean; IsAlmSimpleDeployPrefEnabled?: boolean; IsAlmDevopsCorePrefEnabled?: boolean; IsDevOpsCenterEnabled?: boolean; IsDevOpsCenterGaEnabled?: boolean; IsPackaging2Enabled?: boolean; IsScratchOrgManagementPrefEnabled?: boolean; IsScratchOrgSnapshotPrefEnabled?: boolean; IsShapeExportPrefEnabled?: boolean; Metadata?: DevHubSettings; }; export type IndustriesLoyaltySettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsAutomaticMemberTierAssessmentSelectionEnabled?: boolean; IsAutomaticVoucherCodeGenerationEnabled?: boolean; IsConfigureClubsEnabled?: boolean; IsFixedTypeNqpAggregationEnabled?: boolean; IsLoyaltyApiAccessForExternalSiteUsersEnabled?: boolean; IsLoyaltyGenerativeAiEnabled?: boolean; IsLoyaltyRedeemedPointsExpirationInfoPrefEnabled?: boolean; IsLoyaltyRulesVerifyCdpMemberSegmentEnabled?: boolean; IsLoyaltyServiceExcellenceEnabled?: boolean; IsNegativePointBalanceEnabled?: boolean; IsNonQualifyingPointsConsolidationEnabled?: boolean; IsNqpRealTimePointBalanceEnabled?: boolean; IsPointsLifecycleTrackingEnabled?: boolean; IsProcessTraceableTrxnAsyncEnabled?: boolean; IsPromSetupProcRuleStatusInheritDplymtEnabled?: boolean; IsQpRealTimePointBalanceEnabled?: boolean; IsSegmentQueryApiMultipleDataSpaceEnabled?: boolean; IsSegmentQueryByDataGraphEnabled?: boolean; IsTransferPointsToMemberGroupsRealtimeEnabled?: boolean; IsUsePromPtyUsageForEngmtTrailEnabled?: boolean; Metadata?: IndustriesLoyaltySettings; }; export type Web3Settings = MetadataForSettings & sObject & { enableMultisig?: boolean; DurableId?: string; FullName?: string; IsMultisigEnabled?: boolean; Metadata?: Web3Settings; }; export type IndustriesUnifiedPromotionsSettings = MetadataForSettings & { enableGlblPrmtConstraintModel?: boolean; enableGlobalPromotionsEvaluation?: boolean; enableGlobalPromotionsForRevenueCloud?: boolean; enableGlobalPromotionsProductCatalogManagement?: boolean; enableUnifiedPromotions?: boolean; }; export type AppAnalyticsSettings = MetadataForSettings & sObject & { enableAppAnalyticsOptOut?: boolean; enableSimulationMode?: boolean; DurableId?: string; FullName?: string; IsAppAnalyticsOptOutEnabled?: boolean; IsSimulationModeEnabled?: boolean; Metadata?: AppAnalyticsSettings; }; export type TmfOutboundNotificationSettings = MetadataForSettings & { enableTMFOutboundNotification?: boolean; }; export type MapsAndLocationSettings = MetadataForSettings & sObject & { enableAddressAutoComplete?: boolean; enableMapsAndLocation?: boolean; DurableId?: string; FullName?: string; IsAddressAutoCompleteEnabled?: boolean; IsMapsAndLocationEnabled?: boolean; Metadata?: MapsAndLocationSettings; }; export type LargeQuotesandOrdersForRlmSettings = MetadataForSettings & { enableLargeQuotesandOrdersForRlm?: boolean; }; export type OnlineSalesSettings = MetadataForSettings & sObject & { enableSubscriptionAppEnrolled?: boolean; DurableId?: string; FullName?: string; IsSubscriptionAppEnrolledEnabled?: boolean; Metadata?: OnlineSalesSettings; }; export type DeploymentSettings = MetadataForSettings & sObject & { doesSkipAsyncApexValidation?: boolean; DoesSkipAsyncApexValidation?: boolean; DurableId?: string; FullName?: string; Metadata?: DeploymentSettings; }; export type DiscoverySettings = MetadataForSettings & sObject & { einsteinAR4ConvOnDmndRecs?: boolean; einsteinARForConvo?: boolean; enableEinsteinAnswersPref?: boolean; enableEinsteinArticleRecommendations?: boolean; enableEinsteinArticleRecommendationsOnDC?: boolean; DurableId?: string; EinsteinAr4ConvOnDmndRecs?: boolean; EinsteinArForConvo?: boolean; FullName?: string; IsEinsteinAnswersPrefEnabled?: boolean; IsEinsteinArticleRecommendationsEnabled?: boolean; IsEinsteinArticleRecommendationsOnDcEnabled?: boolean; Metadata?: DiscoverySettings; }; export type DocumentChecklistSettings = MetadataForSettings & sObject & { dciCSharingOptimization?: boolean; dciCustomSharing?: boolean; deleteDCIWithFiles?: boolean; enhancedDocValCmp?: boolean; DciCsharingOptimization?: boolean; DciCustomSharing?: boolean; DeleteDciWithFiles?: boolean; DurableId?: string; EnhancedDocValCmp?: boolean; FullName?: string; Metadata?: DocumentChecklistSettings; }; export type EACSettings = MetadataForSettings & sObject & { 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; AddRcCompToFlexiPages?: boolean; AutoContactCreationPref?: boolean; AutoContactEnrichmentPref?: boolean; AutoPopulateGoogleMeetLinks?: boolean; AutomatedEmailFilter?: boolean; DsThresholdNotification?: boolean; DurableId?: string; FullName?: string; IsActivityAnalyticsPrefEnabled?: boolean; IsActivityCaptureEnabled?: boolean; IsActivityMetricsEnabled?: boolean; IsActivitySyncEngineEnabled?: boolean; IsEacForEveryonePrefEnabled?: boolean; IsEnforceEacSharingPrefEnabled?: boolean; IsInboxActivitySharingEnabled?: boolean; IsInsightsInTimelineEacStdEnabled?: boolean; IsInsightsInTimelineEnabled?: boolean; IsUnifiedActivitiesPrefEnabled?: boolean; Metadata?: EACSettings; ProvisionProductivityFeatures?: boolean; RelationshipGraphPref?: boolean; S2XsvcAccEmail?: boolean; SalesforceEventsOnlyPref?: boolean; SensitiveEmailFilter?: boolean; ShowEacCalendarPref?: boolean; SyncEmailToCoreActivity?: boolean; SyncInternalEvents?: boolean; }; export type EinsteinAgentSettings = MetadataForSettings & sObject & { einsteinAgentRecommendations?: boolean; reRunAttributeBasedRules?: boolean; runAssignmentRules?: boolean; summarizationCopilot?: boolean; summarizationRecs?: boolean; unifiedSummarization?: boolean; voiceWrapUpRecs?: boolean; DurableId?: string; EinsteinAgentRecommendations?: boolean; FullName?: string; Metadata?: EinsteinAgentSettings; ReRunAttributeBasedRules?: boolean; RunAssignmentRules?: boolean; SummarizationCopilot?: boolean; SummarizationRecs?: boolean; UnifiedSummarization?: boolean; VoiceWrapUpRecs?: boolean; }; export type EinsteinAssistantSettings = MetadataForSettings & sObject & { enableEinsteinAssistantDataExtractionEnabled?: boolean; enableEinsteinAssistantEnabled?: boolean; enableEinsteinEnableVoiceLogging?: boolean; DurableId?: string; FullName?: string; IsEinsteinAssistantDataExtractionEnabledEnabled?: boolean; IsEinsteinAssistantEnabledEnabled?: boolean; IsEinsteinEnableVoiceLoggingEnabled?: boolean; Metadata?: EinsteinAssistantSettings; }; export type EinsteinDealInsightsSettings = MetadataForSettings & sObject & { enableUnlikelyToCloseThisMonth?: boolean; DurableId?: string; FullName?: string; IsUnlikelyToCloseThisMonthEnabled?: boolean; Metadata?: EinsteinDealInsightsSettings; }; export type EinsteinDocumentCaptureSettings = MetadataForSettings & sObject & { enableEinsteinDocumentReader?: boolean; DurableId?: string; FullName?: string; IsEinsteinDocumentReaderEnabled?: boolean; Metadata?: EinsteinDocumentCaptureSettings; }; export type EmailAdministrationSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsComplianceBccEnabled?: boolean; IsEmailConsentManagementEnabled?: boolean; IsEmailSenderIdComplianceEnabled?: boolean; IsEmailSpfComplianceEnabled?: boolean; IsEmailToSalesforceEnabled?: boolean; IsEmailTrackingIpBlocklistEnabled?: boolean; IsEmailWorkflowApprovalEnabled?: boolean; IsEnhancedEmailEnabledEnabled?: boolean; IsHandleBouncedEmailsEnabled?: boolean; IsHtmlEmailEnabled?: boolean; IsInternationalEmailAddressesEnabled?: boolean; IsListEmailLogActivitiesEnabled?: boolean; IsResendBouncedEmailsEnabled?: boolean; IsRestrictTlsToDomainsEnabled?: boolean; IsSendThroughGmailPrefEnabled?: boolean; IsSendViaExchangePrefEnabled?: boolean; IsSendViaGmailPrefEnabled?: boolean; IsTinyMceSalesEmailEnabledEnabled?: boolean; IsUseOrgFootersForExtTransEnabled?: boolean; IsVerifyEmailDomainByDkimEnabled?: boolean; Metadata?: EmailAdministrationSettings; SendEmailsEvenWhenAutomationUpdatesSameRecord?: boolean; SendMassEmailNotification?: boolean; SendTextOnlySystemEmails?: boolean; }; export type EmailIntegrationSettings = MetadataForSettings & sObject & { 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; DoesEmailLogAsEmailMessageInOutlook?: boolean; DoesGmailStayConnectedToSalesforce?: boolean; DurableId?: string; FullName?: string; IsContactAndEventSyncEnabled?: boolean; IsContextualEverywhereEnabled?: boolean; IsEmailTrackingInMobileEnabled?: boolean; IsEngageForOutlookEnabled?: boolean; IsExtensionHostUnrestrictedEnabled?: boolean; IsGmailIntegrationEnabled?: boolean; IsInboxInternalEmailTrackingEnabled?: boolean; IsInboxMobileIntuneEnabled?: boolean; IsInboxUseGraphApiEnabled?: boolean; IsLayoutCustomizationAllowed?: boolean; IsOutlookIntegrationEnabled?: boolean; IsOutlookMobileIntegrationEnabled?: boolean; IsProductivityFeaturesEnabled?: boolean; IsSupplementalContactInfoInMobileEnabled?: boolean; Metadata?: EmailIntegrationSettings; OrgIsSyncingEventsOutbound?: boolean; ShouldUseTrustedDomainsList?: boolean; }; export type EmailTemplateSettings = MetadataForSettings & sObject & { enableTemplateEnhancedFolderPref?: boolean; DurableId?: string; FullName?: string; IsTemplateEnhancedFolderPrefEnabled?: boolean; Metadata?: EmailTemplateSettings; }; export type EmployeeFieldAccessSettings = MetadataForSettings & sObject & { enableEmployeeFieldMaskDefaults?: boolean; enableEmployeeFieldMasking?: boolean; DurableId?: string; FullName?: string; IsEmployeeFieldMaskDefaultsEnabled?: boolean; IsEmployeeFieldMaskingEnabled?: boolean; Metadata?: EmployeeFieldAccessSettings; }; export type EmployeeUserSettings = MetadataForSettings & sObject & { emailEncoding: string; enableEmployeeAutoCreateUser?: boolean; enableEmployeeIsSourceOfTruth?: boolean; permset?: string; profile: string; usernameSuffix?: string; DurableId?: string; EmailEncoding?: string; FullName?: string; IsEmployeeAutoCreateUserEnabled?: boolean; IsEmployeeIsSourceOfTruthEnabled?: boolean; Metadata?: EmployeeUserSettings; Permset?: string; Profile?: string; UsernameSuffix?: string; }; export type EncryptionKeySettings = MetadataForSettings & sObject & { canEncryptTransactionalDatabase?: boolean; canExternalKeyManagement?: boolean; canManageDataCloudKeys?: boolean; canOptOutOfDerivationWithBYOK?: boolean; enableCacheOnlyKeys?: boolean; enableReplayDetection?: boolean; CanEncryptTransactionalDatabase?: boolean; CanExternalKeyManagement?: boolean; CanManageDataCloudKeys?: boolean; CanOptOutOfDerivationWithByok?: boolean; DurableId?: string; FullName?: string; IsCacheOnlyKeysEnabled?: boolean; IsReplayDetectionEnabled?: boolean; Metadata?: EncryptionKeySettings; }; export type EngagementMessagingSettings = MetadataForSettings & sObject & { engagementEmailProvisionStatusOrgValue: number; engagementOMMProvisionStatusOrgValue: number; engagementPushProvisionStatusOrgValue: number; engagementSMSProvisionStatusOrgValue: number; engagementWhatsAppProvisionStatusOrgValue: number; isEngagementEmailDefaultDomainEnabled?: boolean; isEngagementMessagingComplete?: boolean; isEngagementMessagingEnabled?: boolean; isEngagementPushComplete?: boolean; isEngagementPushEnabled?: boolean; isEngagementSMSComplete?: boolean; isEngagementSMSEnabled?: boolean; isEngagementWhatsAppComplete?: boolean; isEngagementWhatsAppEnabled?: boolean; DurableId?: string; EngagementEmailProvisionStatusOrgValue?: number; EngagementOmmProvisionStatusOrgValue?: number; EngagementPushProvisionStatusOrgValue?: number; EngagementSmsProvisionStatusOrgValue?: number; EngagementWhatsAppProvisionStatusOrgValue?: number; FullName?: string; IsEngagementEmailDefaultDomainEnabled?: boolean; IsEngagementMessagingComplete?: boolean; IsEngagementMessagingEnabled?: boolean; IsEngagementPushComplete?: boolean; IsEngagementPushEnabled?: boolean; IsEngagementSmsComplete?: boolean; IsEngagementSmsEnabled?: boolean; IsEngagementWhatsAppComplete?: boolean; IsEngagementWhatsAppEnabled?: boolean; Metadata?: EngagementMessagingSettings; }; export type EnhancedNotesSettings = MetadataForSettings & sObject & { enableEnhancedNotes?: boolean; enableTasksOnEnhancedNotes?: boolean; DurableId?: string; FullName?: string; IsEnhancedNotesEnabled?: boolean; IsTasksOnEnhancedNotesEnabled?: boolean; Metadata?: EnhancedNotesSettings; }; export type EntitlementSettings = MetadataForSettings & sObject & { 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; AssetLookupLimitedToActiveEntitlementsOnAccount?: boolean; AssetLookupLimitedToActiveEntitlementsOnContact?: boolean; AssetLookupLimitedToSameAccount?: boolean; AssetLookupLimitedToSameContact?: boolean; DurableId?: string; EntitlementLookupLimitedToActiveStatus?: boolean; EntitlementLookupLimitedToSameAccount?: boolean; EntitlementLookupLimitedToSameAsset?: boolean; EntitlementLookupLimitedToSameContact?: boolean; FullName?: string; IgnoreMilestoneBusinessHours?: boolean; IsEntitlementVersioningEnabled?: boolean; IsEntitlementsEnabled?: boolean; IsMilestoneFeedItemEnabled?: boolean; IsMilestoneStoppedTimeEnabled?: boolean; Metadata?: EntitlementSettings; }; export type EssentialsSettings = MetadataForSettings & sObject & { emailConnectorEnabled?: boolean; DurableId?: string; EmailConnectorEnabled?: boolean; FullName?: string; Metadata?: EssentialsSettings; }; export type EventLogObjectSettings = MetadataForSettings & { eventLogObjects: EventLogObject[]; }; export type EventLogObject = { eventLogName: string; isEnabled: boolean; }; export type EventSettings = MetadataForSettings & sObject & { bypassMeteringBlock?: boolean; enableApexLimitEvents?: boolean; enableDeleteMonitoringData?: boolean; enableDynamicStreamingChannel?: boolean; enableEventLogGeneration?: boolean; enableEventLogWaveIntegration?: boolean; enableLightningLoggerEvents?: boolean; enableLoginForensics?: boolean; enableStreamingApi?: boolean; enableTransactionSecurityPolicies?: boolean; eventLogRetentionDuration?: number; BypassMeteringBlock?: boolean; DurableId?: string; EventLogRetentionDuration?: number; FullName?: string; IsApexLimitEventsEnabled?: boolean; IsDeleteMonitoringDataEnabled?: boolean; IsDynamicStreamingChannelEnabled?: boolean; IsEventLogGenerationEnabled?: boolean; IsEventLogWaveIntegrationEnabled?: boolean; IsLightningLoggerEventsEnabled?: boolean; IsLoginForensicsEnabled?: boolean; IsStreamingApiEnabled?: boolean; IsTransactionSecurityPoliciesEnabled?: boolean; Metadata?: EventSettings; }; export type ExperienceBundleSettings = MetadataForSettings & { enableExperienceBundleMetadata?: boolean; }; export type ExternalClientAppSettings = MetadataForSettings & sObject & { enableClientSecretInRestApiAccess?: boolean; enableConsumerSecretApiAccess?: boolean; enablePackageEcaOauthFromDevOrg?: boolean; DurableId?: string; FullName?: string; IsClientSecretInRestApiAccessEnabled?: boolean; IsConsumerSecretApiAccessEnabled?: boolean; IsPackageEcaOauthFromDevOrgEnabled?: boolean; Metadata?: ExternalClientAppSettings; }; export type FieldServiceSettings = MetadataForSettings & sObject & { 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[]; 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; DurableId?: string; EnrouteStatus?: string; FieldServiceNotificationsOrgPref?: boolean; FieldServiceOrgPref?: boolean; FullName?: string; InProgressDefaultStatus?: string; IsAdvancedDataSyncEnabled?: boolean; IsBatchWindowEnabled?: boolean; IsDocumentBuilderEnabled?: boolean; IsFloatingWorkOrderEnabled?: boolean; IsGeoCodeSyncEnabled?: boolean; IsLocationHistoryEnabled?: boolean; IsLsdkModeEnabled?: boolean; IsPopulateWorkOrderAddressEnabled?: boolean; IsServiceAppointmentLifecycleEnabled?: boolean; IsStandbyModeEnabled?: boolean; IsWorkOrdersEnabled?: boolean; IsWorkPlansAutoGenerationEnabled?: boolean; IsWorkStepManualStatusUpdateEnabled?: boolean; Metadata?: FieldServiceSettings; MobileFeedbackEmails?: string; NoneDefaultStatus?: string; O2EngineEnabled?: boolean; OptimizationServiceAccess?: boolean; OverrideDefaultLwcStyling?: boolean; ScheduledDefaultStatus?: string; ServiceAppointmentsDueDateOffsetOrgValue?: number; WorkOrderDurationSource?: WorkOrderDurationSource; WorkOrderLineItemSearchFields?: string; WorkOrderSearchFields?: string; }; export type ObjectMappingItem = { mappingType: MappingType; objectMapping: ObjectMapping; }; export type FileUploadAndDownloadSecuritySettings = MetadataForSettings & sObject & { dispositions: FileTypeDispositionAssignmentBean[]; noHtmlUploadAsAttachment: boolean; DurableId?: string; FullName?: string; Metadata?: FileUploadAndDownloadSecuritySettings; NoHtmlUploadAsAttachment?: boolean; }; export type FileTypeDispositionAssignmentBean = sObject & { behavior: FileDownloadBehavior; fileType: FileType; securityRiskFileType: boolean; Behavior?: string; DurableId?: string; FileType?: FileType; SecurityRiskFileType?: boolean; }; export type FilesConnectSettings = MetadataForSettings & sObject & { enableContentHubAllowed?: boolean; enableContentHubCvtLinksAllowed?: boolean; enableContentHubEOSearchLayout?: boolean; DurableId?: string; FullName?: string; IsContentHubAllowedEnabled?: boolean; IsContentHubCvtLinksAllowedEnabled?: boolean; IsContentHubEoSearchLayoutEnabled?: boolean; Metadata?: FilesConnectSettings; }; export type FlowSettings = MetadataForSettings & sObject & { 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; CanDebugFlowAsAnotherUser?: boolean; DoesEnforceApexCpuTimeLimit?: boolean; DoesFormulaEnforceDataAccess?: boolean; DoesFormulaGenerateHtmlOutput?: boolean; DurableId?: string; FullName?: string; IsApexPluginAccessModifierRespected?: boolean; IsEmailSimpleRespectProfilesEnabled?: boolean; IsEmailsimpleSecureProfilesEnabled?: boolean; IsEnhancedFlowListViewVisible?: boolean; IsFlowBlockAccessToSessionIdEnabled?: boolean; IsFlowBrEncodedFixEnabledEnabled?: boolean; IsFlowCustomPropertyEditorEnabled?: boolean; IsFlowDeployAsActiveEnabledEnabled?: boolean; IsFlowFieldFilterEnabledEnabled?: boolean; IsFlowFormulasFixEnabledEnabled?: boolean; IsFlowInterviewSharingEnabledEnabled?: boolean; IsFlowNullPreviousValueFixEnabled?: boolean; IsFlowPauseEnabledEnabled?: boolean; IsFlowReactiveChoiceOptionsEnabled?: boolean; IsFlowReactiveScreensEnabled?: boolean; IsFlowUseApexExceptionEmailEnabled?: boolean; IsFlowViaRestUsesUserCtxtEnabled?: boolean; IsLightningRuntimeEnabledEnabled?: boolean; IsManageFlowRequiredForAutomationCharts?: boolean; IsSupportRollbackOnErrorForApexInvocableActionsEnabled?: boolean; Metadata?: FlowSettings; }; export type ForecastingObjectListSettings = MetadataForSettings & sObject & { forecastingTypeObjectListSettings: ForecastingTypeObjectListSettings[]; DurableId?: string; FullName?: string; Metadata?: ForecastingObjectListSettings; }; export type ForecastingTypeObjectListSettings = { forecastingObjectListLabelMappings: ForecastingObjectListLabelMapping[]; forecastingObjectListSelectedSettings: ForecastingObjectListSelectedSettings; forecastingObjectListUnselectedSettings: ForecastingObjectListUnselectedSettings; forecastingTypeDeveloperName: string; }; export type ForecastingObjectListLabelMapping = { field: string; label: string; }; export type ForecastingObjectListSelectedSettings = sObject & { field: string[]; DurableId?: string; Field?: string; }; export type ForecastingObjectListUnselectedSettings = { field: string[]; }; export type ForecastingSettings = MetadataForSettings & sObject & { defaultToPersonalCurrency?: boolean; enableForecasts?: boolean; forecastingCategoryMappings: ForecastingCategoryMapping[]; forecastingDisplayedFamilySettings: ForecastingDisplayedFamilySettings[]; forecastingSubmissionSettings: ForecastingSubmissionSettings; forecastingTypeSettings: ForecastingTypeSettings[]; globalAdjustmentsSettings: AdjustmentsSettings; globalForecastRangeSettings: ForecastRangeSettings; globalQuotasSettings: QuotasSettings; DefaultToPersonalCurrency?: boolean; DurableId?: string; ForecastingSubmissionSettings?: string; FullName?: string; GlobalAdjustmentsSettingsId?: string; GlobalForecastRangeSettingsId?: string; GlobalQuotasSettingsId?: string; IsForecastsEnabled?: boolean; Metadata?: ForecastingSettings; }; export type ForecastingCategoryMapping = { forecastingItemCategoryApiName: string; weightedSourceCategories: WeightedSourceCategory[]; }; export type WeightedSourceCategory = { sourceCategoryApiName: string; weight: number; }; export type ForecastingDisplayedFamilySettings = sObject & { productFamily?: string; DurableId?: string; ProductFamily?: string; }; export type ForecastingSubmissionSettings = { allowForecastingSubmissions: boolean; }; export type ForecastingTypeSettings = sObject & { 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; Active?: boolean; DisplayedCategoryApiNames?: string; DurableId?: string; ForecastedCategoryApiNames?: string; ForecastingDateType?: ForecastingDateType; HasProductFamily?: boolean; IsAmount?: boolean; IsAvailable?: boolean; IsQuantity?: boolean; ManagerAdjustableCategoryApiNames?: string; MasterLabel?: string; Name?: string; OpportunityListFieldsSelectedSettings?: OpportunityListFieldsSelectedSettings; OpportunityListFieldsSelectedSettingsId?: string; OpportunityListFieldsUnselectedSettings?: OpportunityListFieldsUnselectedSettings; OpportunityListFieldsUnselectedSettingsId?: string; OpportunitySplitName?: string; OwnerAdjustableCategoryApiNames?: string; Territory2ModelName?: string; }; export type OpportunityListFieldsLabelMapping = sObject & { field: string; label: string; DurableId?: string; Field?: string; Label?: string; }; export type OpportunityListFieldsSelectedSettings = sObject & { field: string[]; DurableId?: string; Field?: string; }; export type OpportunityListFieldsUnselectedSettings = sObject & { field: string[]; DurableId?: string; Field?: string; }; export type AdjustmentsSettings = sObject & { allowExpandedColumns: boolean; enableAdjustments: boolean; enableOwnerAdjustments: boolean; AllowExpandedColumns?: boolean; DurableId?: string; IsAdjustmentsEnabled?: boolean; IsOwnerAdjustmentsEnabled?: boolean; }; export type ForecastRangeSettings = sObject & { beginning: number; displaying: number; periodType: PeriodTypes; Beginning?: number; Displaying?: number; DurableId?: string; PeriodType?: PeriodTypes; }; export type QuotasSettings = sObject & { showQuotas: boolean; DurableId?: string; ShowQuotas?: boolean; }; export type FormulaSettings = MetadataForSettings & sObject & { enableDSTAwareDatevalue?: boolean; DurableId?: string; FullName?: string; IsDstAwareDatevalueEnabled?: boolean; Metadata?: FormulaSettings; }; export type GoogleAppsSettings = MetadataForSettings & sObject & { enableGmailButtons?: boolean; enableGmailButtonsAndLinks?: boolean; enableGmailLinks?: boolean; enableGoogleDocs?: boolean; enableGoogleDocsTab?: boolean; enableGoogleTalk?: boolean; googleAppsDomain?: string; googleAppsDomainLinked?: boolean; googleAppsDomainValidated?: boolean; DurableId?: string; FullName?: string; GoogleAppsDomain?: string; GoogleAppsDomainLinked?: boolean; GoogleAppsDomainValidated?: boolean; IsGmailButtonsAndLinksEnabled?: boolean; IsGmailButtonsEnabled?: boolean; IsGmailLinksEnabled?: boolean; IsGoogleDocsEnabled?: boolean; IsGoogleDocsTabEnabled?: boolean; IsGoogleTalkEnabled?: boolean; Metadata?: GoogleAppsSettings; }; export type HerokuAppLinkSettings = MetadataForSettings & { enableHerokuAppLink?: boolean; }; export type HighVelocitySalesSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsAcAutoSendEmailEnabled?: boolean; IsAcChangeTargetAssigneeEnabled?: boolean; IsAcSkipWeekendsEnabled?: boolean; IsAutoBdrEmailPrefEnabled?: boolean; IsAutoBdrVoicePrefEnabled?: boolean; IsBusinessHoursEnabled?: boolean; IsCadenceVariantTestingPrefEnabled?: boolean; IsChgTgtAssigneeUsrPermPrefEnabled?: boolean; IsDispositionCategoryEnabled?: boolean; IsEinsteinSdrEmailPrefEnabled?: boolean; IsEngagementWaveAnalyticsPrefEnabled?: boolean; IsHighVelocitySalesEnabled?: boolean; IsHighVelocitySalesSetupEnabled?: boolean; IsInvoiceAttributionPrefEnabled?: boolean; IsLogAcallForCtiPrefEnabled?: boolean; IsLogTasksForLinkedInPrefEnabled?: boolean; IsMultipleCadencesPrefEnabled?: boolean; IsOpportunityAttributionPermPrefEnabled?: boolean; IsProspectingCenterPrefEnabled?: boolean; IsQuickCadenceAutoSendEmailEnabled?: boolean; IsTaskLoggingPrefEnabled?: boolean; Metadata?: HighVelocitySalesSettings; }; export type IdeasSettings = MetadataForSettings & sObject & { enableChatterProfile?: boolean; enableHtmlIdea?: boolean; enableIdeaMultipleCategory?: boolean; enableIdeaThemes?: boolean; enableIdeas?: boolean; enableIdeasControllerExtensions?: boolean; enableIdeasReputation?: boolean; halfLife?: number; ideasProfilePage?: string; DurableId?: string; FullName?: string; HalfLife?: number; IdeasProfilePage?: string; IsChatterProfileEnabled?: boolean; IsHtmlIdeaEnabled?: boolean; IsIdeaMultipleCategoryEnabled?: boolean; IsIdeaThemesEnabled?: boolean; IsIdeasControllerExtensionsEnabled?: boolean; IsIdeasEnabled?: boolean; IsIdeasReputationEnabled?: boolean; Metadata?: IdeasSettings; }; export type IdentityProviderSettings = MetadataForSettings & { certificateName: string; enableIdentityProvider: boolean; }; export type IncidentMgmtSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsAiKnowledgeCreationEnabled?: boolean; IsAlertBroadcastTypeEnabled?: boolean; IsAutoClosureOfChildIncidentEnabled?: boolean; IsAutoCreationOfProblemEnabled?: boolean; IsChangePriorityMatrixEnabled?: boolean; IsChangePriorityOverrideEnabled?: boolean; IsChangeRequestValidationsEnabled?: boolean; IsChatToIncidentAiEnabled?: boolean; IsChgCnfcltForMaintSchdEnabled?: boolean; IsChgCnflctForChgOwnerEnabled?: boolean; IsChgCnflctForCnfgItemsEnabled?: boolean; IsChgCnflctForMoratSchdEnabled?: boolean; IsChgRqstCnflctDetectionEnabled?: boolean; IsCnfgItemCopyForRecordsEnabled?: boolean; IsDedupE2IncidentAttachmentEnabled?: boolean; IsEmailBroadcastTypeEnabled?: boolean; IsEmailToIncidentAiEnabled?: boolean; IsEmailToIncidentEnabled?: boolean; IsEnterpriseKnowledgeEnabled?: boolean; IsIncPriorityMatrixEnabled?: boolean; IsIncPriorityOverrideEnabled?: boolean; IsIncidentMgmtEnabled?: boolean; IsIncidentValidationsEnabled?: boolean; IsItsmChangeMgmtEnabled?: boolean; IsItsmIncidentMgmtEnabled?: boolean; IsItsmMajorIncParentEnabled?: boolean; IsItsmProblemMgmtEnabled?: boolean; IsMiawForRequestorAgentEnabled?: boolean; IsPrivilegeAssignmentEnabled?: boolean; IsProbPriorityMatrixEnabled?: boolean; IsProbPriorityOverrideEnabled?: boolean; IsProblemValidationsEnabled?: boolean; IsRiskAssessmentEnabled?: boolean; IsSaveE2IncidentAttachmentEnabled?: boolean; IsSiteBannerBroadcastTypeEnabled?: boolean; IsSlackBroadcastTypeEnabled?: boolean; Metadata?: IncidentMgmtSettings; }; export type IndustriesAutomotiveSettings = MetadataForSettings & sObject & { enableAutoAgentsPilot?: boolean; enableAutomotiveAgents?: boolean; enableAutomotiveAppraisals?: boolean; enableAutomotiveCloud?: boolean; enableAutomotiveScheduler?: boolean; enableAutomotiveServiceExcellence?: boolean; enableConnectedVehSrvcsCmpnt?: boolean; enableDealerEssntlsAutomotive?: boolean; enableGenAiForAutoPilot?: boolean; DurableId?: string; FullName?: string; IsAutoAgentsPilotEnabled?: boolean; IsAutomotiveAgentsEnabled?: boolean; IsAutomotiveAppraisalsEnabled?: boolean; IsAutomotiveCloudEnabled?: boolean; IsAutomotiveSchedulerEnabled?: boolean; IsAutomotiveServiceExcellenceEnabled?: boolean; IsConnectedVehSrvcsCmpntEnabled?: boolean; IsDealerEssntlsAutomotiveEnabled?: boolean; IsGenAiForAutoPilotEnabled?: boolean; Metadata?: IndustriesAutomotiveSettings; }; export type IndustriesChannelPartnerInventorySettings = MetadataForSettings & { enableChannelPartnerInventoryTracking?: boolean; }; export type IndustriesEinsteinFeatureSettings = MetadataForSettings & sObject & { documentReaderConfidenceOrgValue: number; DocumentReaderConfidenceOrgValue?: number; DurableId?: string; FullName?: string; Metadata?: IndustriesEinsteinFeatureSettings; }; export type IndustriesEventOrchSettings = MetadataForSettings & { enableEventOrchDecisionTable?: boolean; }; export type IndustriesFieldServiceSettings = MetadataForSettings & { enableAutomotiveServiceCampaignManagement?: boolean; enableIndustriesFieldService?: boolean; }; export type IndustriesManufacturingSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsConnectedAssetSrvcsCmpntEnabled?: boolean; IsFleetManagementEnabled?: boolean; IsFundingWorkbenchEnabled?: boolean; IsIndManufacturingEnabled?: boolean; IsIndustriesMfgAccountForecastEnabled?: boolean; IsIndustriesMfgAdvForecastEnabled?: boolean; IsIndustriesMfgIasEnabled?: boolean; IsIndustriesMfgProgramEnabled?: boolean; IsIndustriesMfgTargetsEnabled?: boolean; IsMfgAgentsEnabled?: boolean; IsMfgAgentsPilotEnabled?: boolean; IsPartnerLeadManagementEnabled?: boolean; IsPartnerPerformanceManagementEnabled?: boolean; IsPartnerVisitManagementEnabled?: boolean; IsPtnrLeadMgmtMappingsEnabled?: boolean; IsRevMgmtForSlsAgrEnabled?: boolean; IsVehAndAstLendingEnabled?: boolean; IsVehAssetFinAddtnlCmpntsEnabled?: boolean; IsVehicleAndAssetFinanceEnabled?: boolean; Metadata?: IndustriesManufacturingSettings; }; export type IndustriesSettings = MetadataForSettings & sObject & { 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; AllowBenefitAssignmentWithInactiveProgramEnrollment?: boolean; AllowMultipleProducersToWorkOnSamePolicy?: boolean; AppointmentDistributionOrgPref?: boolean; BrwrCntctFrExtrnlSrcsPref?: boolean; CaptureResourceUtilizationOrgPref?: boolean; ClctnAndRecoveryAgntPref?: boolean; CollDialerCampaignPref?: boolean; CollectionAsaAgentPref?: boolean; CreateCustomerPropertyFromLaProperty?: boolean; CreateFinancialAccountFromLaAsset?: boolean; CreateFinancialAccountFromLaLiability?: boolean; CreateFinancialAccountsFromLaFinancials?: boolean; CreateFinancialAccountsFromLaProperty?: boolean; CreateFscAssetFromLaAsset?: boolean; CreateFscAssetFromLaProperty?: boolean; CreateFscLiabilityFromLaFinancial?: boolean; CreateFscLiabilityFromLaLiability?: boolean; DurableId?: string; EnforceInsuranceUniqueProductCode?: boolean; FullName?: string; IsAcademicInsightsAiEnabled?: boolean; IsAcademicOperationsEnabled?: boolean; IsAccessToMasterListOfCoverageTypesEnabled?: boolean; IsAccountBasedSharingEnabled?: boolean; IsAccountScoreEnabledEnabled?: boolean; IsActionPlanTaskCommentEnabled?: boolean; IsActionableListEnabled?: boolean; IsActionableListOrgPrefEnabled?: boolean; IsAdvancedSchedulingEnabled?: boolean; IsAdvancementGenAiEnabled?: boolean; IsAdverseEventsEnabled?: boolean; IsAdvisingAgentEnabled?: boolean; IsAdvisingSummaryAiEnabled?: boolean; IsAiAcceleratorEnabled?: boolean; IsAlumniRelationsEnabled?: boolean; IsAnyResourceTypeOrgPrefEnabled?: boolean; IsAppAlertsEnabled?: boolean; IsAppFrmAnywhereOrgPrefEnabled?: boolean; IsAppInviteOrgPrefEnabled?: boolean; IsApplnDecStdSharingEnabled?: boolean; IsAppraisalMgmtEnabled?: boolean; IsAutoApprovePaSettingEnabled?: boolean; IsAutoComplaintSummaryPrefEnabled?: boolean; IsAutoSaveMcgAssmtSettingEnabled?: boolean; IsAwsTextractAnalyzeIdPrefEnabled?: boolean; IsAwsTextractQueriesPrefEnabled?: boolean; IsAwsTextractTablesPrefEnabled?: boolean; IsB2BaccountPlanEnabled?: boolean; IsB2BeinsteinEnabled?: boolean; IsB2Benabled?: boolean; IsB2BrmAgentEnabled?: boolean; IsBatchIdExtractAndTransformEnabled?: boolean; IsBatchIntelligentDocExtrctPrefEnabled?: boolean; IsBehavioralHealthAppPrefEnabled?: boolean; IsBenefitAndGoalSharingPrefEnabled?: boolean; IsBenefitManagementPreferenceEnabled?: boolean; IsBlockResourceAvailabilityOrgPrefEnabled?: boolean; IsBusinessHierarchyPrefEnabled?: boolean; IsBusinessMessengerEnabled?: boolean; IsCalculationDetailEnabled?: boolean; IsCalculationUsingParentPolicyOnlyEnabled?: boolean; IsCallReportAdminContextPrefEnabled?: boolean; IsCandidateMatchingEnabled?: boolean; IsCapacitySchedulingPrefEnabled?: boolean; IsCareGapPrefSettingEnabled?: boolean; IsCareMgmtSlackAccessEnabled?: boolean; IsCarePlansPreferenceEnabled?: boolean; IsCareTaskSharingSettingEnabled?: boolean; IsCaseProceedingsPrefEnabled?: boolean; IsCaseReferralPrefEnabled?: boolean; IsCbsfAnyWordSearchEnabled?: boolean; IsCdpSalesExcellenceEnabled?: boolean; IsCdsAppFormProdSiteUsersEnabled?: boolean; IsCdsAppFormSiteUsersEnabled?: boolean; IsCdsApplicationFormEnabled?: boolean; IsCdsApplicationFormProductEnabled?: boolean; IsCdsAssetDataSharingParticipantEnabled?: boolean; IsCdsAssetDataSharingParticipantExprcEnabled?: boolean; IsCdsDeleteCopRecordByParentOwnerEnabled?: boolean; IsCdsPartyProfileEnabled?: boolean; IsCdsPartyProfileSiteUsersEnabled?: boolean; IsChurnPredictionRtEnabled?: boolean; IsClaimMgmtEnabled?: boolean; IsClinicalDataModelEnabled?: boolean; IsCmplntMgmtSklCoCmtyPrefEnabled?: boolean; IsCollectionFlowOpsEnabled?: boolean; IsCollectionRiskScoringCfeEnabled?: boolean; IsCollectionTimelineEnabled?: boolean; IsComparisonViewAiEnabled?: boolean; IsCompliantDataSharingForAccountEnabled?: boolean; IsCompliantDataSharingForBudgetEnabled?: boolean; IsCompliantDataSharingForBudgetSiteUsersEnabled?: boolean; IsCompliantDataSharingForCustomObjectsEnabled?: boolean; IsCompliantDataSharingForFinancialDealEnabled?: boolean; IsCompliantDataSharingForFundingAwardEnabled?: boolean; IsCompliantDataSharingForFundingAwardSiteUsersEnabled?: boolean; IsCompliantDataSharingForFundingOpportunityEnabled?: boolean; IsCompliantDataSharingForFundingOpportunitySiteUsersEnabled?: boolean; IsCompliantDataSharingForIndividualApplicationEnabled?: boolean; IsCompliantDataSharingForIndividualApplicationSiteUsersEnabled?: boolean; IsCompliantDataSharingForIndividualApplicationTaskEnabled?: boolean; IsCompliantDataSharingForIndividualApplicationTaskSiteUsersEnabled?: boolean; IsCompliantDataSharingForInteractionEnabled?: boolean; IsCompliantDataSharingForInteractionSummaryEnabled?: boolean; IsCompliantDataSharingForOpportunityEnabled?: boolean; IsCompliantDataSharingForPreliminaryApplicationRefEnabled?: boolean; IsCompliantDataSharingForPreliminaryApplicationRefSiteUsersEnabled?: boolean; IsComprehendMedicalEnabled?: boolean; IsContactCenterAccessEnabled?: boolean; IsContractMgmtPrefEnabled?: boolean; IsContractSearchPrefEnabled?: boolean; IsContractsAiPrefEnabled?: boolean; IsCourseOpsAgentEnabled?: boolean; IsCourseSearchAgentEnabled?: boolean; IsCpBestConTimeSharingEnabled?: boolean; IsCpSocialCustomSharingEnabled?: boolean; IsCreateMultiAttendeeEventOrgPrefEnabled?: boolean; IsCrisisCenterAccessEnabled?: boolean; IsCriteriaBasedSearchAndFilterEnabled?: boolean; IsCsrdReportingOrgPrefEnabled?: boolean; IsCustomDpeTxObsProviderSearchEnabled?: boolean; IsCustomFlowsOnCycleCountEnabled?: boolean; IsCustomFlowsOnExpiryPageEnabled?: boolean; IsDataCloudEventsOnTimelineEnabled?: boolean; IsDataTrueUpPreferenceEnabled?: boolean; IsDchEnGptAccuracyEnabled?: boolean; IsDchEnGptEnabled?: boolean; IsDchEnGptFirstDraftEnabled?: boolean; IsDchEnGptIlEnabled?: boolean; IsDchEnGptSearchEnabled?: boolean; IsDchGoogleAddOnEnabled?: boolean; IsDchmsO365AddInEnabled?: boolean; IsDeDupeForDsPrefEnabled?: boolean; IsDealManagementEnabled?: boolean; IsDeleteCustomObjectParticipantRecordCompliantDataSharingEnabled?: boolean; IsDepriveSoqlAccessGuestUserOrgPrefEnabled?: boolean; IsDepriveSoqlAccessOrgPrefEnabled?: boolean; IsDfDataCaptureEnabled?: boolean; IsDigitalInsurancePolicyRnwlEnabled?: boolean; IsDigitalLendingPrefEnabled?: boolean; IsDigitalLendingReadOnlyOrgPrefEnabled?: boolean; IsDisbursementPreferenceEnabled?: boolean; IsDiscoveryFrameworkMetadataEnabled?: boolean; IsDiscoveryFrwrkSampleTemplateEnabled?: boolean; IsDiseaseCaseClassificationPrefEnabled?: boolean; IsDiseaseSurveillancePrefEnabled?: boolean; IsDisplaySummaryOnTimelineEnabled?: boolean; IsDonorSupportAgentBetaEnabled?: boolean; IsDontSharePartyprofWportalOrgPrefEnabled?: boolean; IsDpeProviderSearchSettingsOrgPrefEnabled?: boolean; IsDropInAppointmentsOrgPrefEnabled?: boolean; IsDropInFallbackMechOrgPrefEnabled?: boolean; IsDropInSimplifiedViewOrgPrefEnabled?: boolean; IsDropInSkillMatchingOrgPrefEnabled?: boolean; IsDupePriorAuthDetectionSettingEnabled?: boolean; IsEdcSkillsGeneratorEnabled?: boolean; IsEduAdvncdAcadOperEnabled?: boolean; IsEducationCloudEnabled?: boolean; IsEgptInsuranceCmpntPrefEnabled?: boolean; IsEinsteinAiAutofillPrefEnabled?: boolean; IsEinsteinDocReaderEnabled?: boolean; IsEinsteinVisitsEnabled?: boolean; IsEngagementVisualsAiEnabled?: boolean; IsEnhancedQuestionCreationEnabled?: boolean; IsEnhancedSaveResponsesPrefEnabled?: boolean; IsEnhancedUiForIsPrefEnabled?: boolean; IsEpcDeleteAccessEnabled?: boolean; IsEsgReportingOrgPrefEnabled?: boolean; IsEuCoreAiEnabled?: boolean; IsEuCoreServiceAppOnEnabled?: boolean; IsEuMultisiteFeatureEnabled?: boolean; IsEuSalesEnabled?: boolean; IsEuTariffFeatureEnabled?: boolean; IsEventManagementOrgPrefEnabled?: boolean; IsEventWriteOrgPrefEnabled?: boolean; IsEvidenceManagementPrefEnabled?: boolean; IsExistingHealthCloudOrgEnabled?: boolean; IsFinSummaryRollupMgmtEnabled?: boolean; IsFinancialAccountMgmtEnabled?: boolean; IsFinancialDealCallReportCmpPrefEnabled?: boolean; IsFinancialDealCallReportPrefEnabled?: boolean; IsFinancialDealRoleHierarchyEnabled?: boolean; IsFlexibleHierarchyPrefEnabled?: boolean; IsFormFrameworkEnabled?: boolean; IsFscInsuranceReportEnabled?: boolean; IsFscInsuranceServiceConsoleEnabled?: boolean; IsFundraisingEnabled?: boolean; IsGenAiAssessmentQuestionsEnabled?: boolean; IsGiftAgreementEnabled?: boolean; IsGiftEntryGridEnabled?: boolean; IsGiftPlanningEnabled?: boolean; IsGnrcDisclsFrmwrkEnabled?: boolean; IsGoalsAgentEnabled?: boolean; IsGrantmakingEnabled?: boolean; IsGroupMembershipPrefEnabled?: boolean; IsHcCorePatientConsoleEnabled?: boolean; IsHcReferralScoringEnabled?: boolean; IsHcStdRelationshipJunctionsEnabled?: boolean; IsHealthCloudGenAiPrefEnabled?: boolean; IsHighScaleRuleProcessingPrefEnabled?: boolean; IsHlsClinicalDcsnSuptAccessOrgPreferenceEnabled?: boolean; IsHlsFhirSubscriptionSettingEnabled?: boolean; IsHlsUmDtrSettingEnabled?: boolean; IsHomeHealthEnabled?: boolean; IsHomeHlthRschdFlowRcntVerEnabled?: boolean; IsIamPatchModifyPrefEnabled?: boolean; IsIeSentimentAnalysisEnabled?: boolean; IsIndCrossObjChangelogEnabled?: boolean; IsIndustriesAssessmentEnabled?: boolean; IsIndustriesAssessmentGuestOrgPrefEnabled?: boolean; IsIndustriesAssessmentPrefillEnabled?: boolean; IsIndustriesCaptchaVerificationEnabled?: boolean; IsIndustriesIntegrationOrchestratorPrefEnabled?: boolean; IsIndustriesKycEnabled?: boolean; IsIndustriesLpiPreferenceEnabled?: boolean; IsIndustriesOnboardingEnabled?: boolean; IsIndustriesRebatesEnabled?: boolean; IsIndustriesShipAndDebitEnabled?: boolean; IsIndustriesStageManagementPrefEnabled?: boolean; IsInformationLibraryEnabled?: boolean; IsInsDocRelationshipEnabled?: boolean; IsInsuranceCoexistenceEnabled?: boolean; IsIntegratedCareManagementSettingEnabled?: boolean; IsIntelligentDocExtractPrefEnabled?: boolean; IsInteractionCstmSharingPrefEnabled?: boolean; IsInteractionRoleHierarchyEnabled?: boolean; IsInteractionSummaryPrefEnabled?: boolean; IsInteractionSummaryRoleHierarchyEnabled?: boolean; IsInvestigativeCaseMgmntPrfEnabled?: boolean; IsLifeSciFieldEventsEnabled?: boolean; IsLifeSciGenericWorkflowEnabled?: boolean; IsLifeSciInquiryEnabled?: boolean; IsLifeSciListsAndFiltersEnabled?: boolean; IsLifeSciencesActivityPlanEnabled?: boolean; IsLifeSciencesClinialTrailManagementEnabled?: boolean; IsLifeSciencesConsentEnabled?: boolean; IsLifeSciencesCustomerEngagementBaseEnabled?: boolean; IsLifeSciencesMergeManagementEnabled?: boolean; IsLifeSciencesProviderEngagementComplianceEnabled?: boolean; IsLifeSciencesSiteManagementEnabled?: boolean; IsLsC4CeDocumentManagementEnabled?: boolean; IsLsC4CeEmailAndTemplateEnabled?: boolean; IsLsC4CeKeyAccountManagementEnabled?: boolean; IsLsC4CeMedInsightsEnabled?: boolean; IsLsC4CePackageEnabled?: boolean; IsLsC4CeRemoteEngagementEnabled?: boolean; IsLsC4CeVisitsEnabled?: boolean; IsLsC4CeeDetailingEnabled?: boolean; IsLsSiteMgmtSiteSelAgentEnabled?: boolean; IsLsSiteMgmtSummarizationEnabled?: boolean; IsLscAdminConsolePermsEnabled?: boolean; IsManyToManyRelationshipsEnabled?: boolean; IsMaterialityAssessmentEnabled?: boolean; IsMcgAsmtSugRespSettingEnabled?: boolean; IsMcgSettingEnabled?: boolean; IsMedRecSettingEnabled?: boolean; IsMediaAddInvSlotToPlanEnabled?: boolean; IsMediaConfigSetupEnabledEnabled?: boolean; IsMedicalDeviceEnabledEnabled?: boolean; IsMedicationManagementEnabledEnabled?: boolean; IsMentoringEnabled?: boolean; IsMicrosoftWordAddInEnabledEnabled?: boolean; IsMortgageRlaTotalsOrgPrefEnabled?: boolean; IsMulesoftFhirR4ApisEnabled?: boolean; IsMultiResourceOrgPrefEnabled?: boolean; IsMultipleCareProgramEnrolleeOrgPrefEnabled?: boolean; IsMultipleTopicsForShiftsOrgPrefEnabled?: boolean; IsNewTimelineSetupFlowEnabled?: boolean; IsNextBestActionEnabled?: boolean; IsNextBestCustomerEnabled?: boolean; IsNextBestMessageEnabled?: boolean; IsNonprofitCloudAgentEnabled?: boolean; IsNonprofitGenAiEnabled?: boolean; IsNzcMngEnrgyAttrCrEnabled?: boolean; IsNzcMngEsgPgmEnabled?: boolean; IsNzcWithEinsteinEnabled?: boolean; IsNzcenCarbonAccountingEnabled?: boolean; IsNzcenScope3ProcHubEnabled?: boolean; IsNzcengptdchilEnabled?: boolean; IsObjectDetectionEnabled?: boolean; IsOnDemandRecordRollupPrefEnabled?: boolean; IsOutcomesEnabled?: boolean; IsOverbookingOrgPrefEnabled?: boolean; IsOverbookingWithGroupOrgPrefEnabled?: boolean; IsPartyProfileDataValidityPrefEnabled?: boolean; IsPartyProfileParentSharingOrgPrefEnabled?: boolean; IsPartyprofParentMultiSharingOrgPrefEnabled?: boolean; IsPathwayPlannerRealTimeValidationEnabled?: boolean; IsPatientAppointmentSchedulingOrgPrefEnabled?: boolean; IsPatientServicesOrchestrationEnabled?: boolean; IsPatsTerritoryBasedSharingEnabled?: boolean; IsPaymentsIntegrationPrefEnabled?: boolean; IsPcmConfigRulesEnabled?: boolean; IsPersonAcctAddrSyncEnabled?: boolean; IsPhilResearchAgentEnabled?: boolean; IsPolicyAdministrationEnabled?: boolean; IsPolicyAgentPrefEnabled?: boolean; IsPositionRecruitmentPrefEnabled?: boolean; IsPreBookedFallbackMechOrgPrefEnabled?: boolean; IsPrefillMcgAssessmentSettingEnabled?: boolean; IsPrimaryProviderRestrictionEnabled?: boolean; IsProdAdminBusinessGrpFilterEnabled?: boolean; IsProdTerrAlgnPrtHrchyAccEnabled?: boolean; IsProdTerrAvlRecSharingEnabled?: boolean; IsProgramCohortsEnabled?: boolean; IsProviderManagementPrefEnabled?: boolean; IsProviderMgmtHealthCarePrefEnabled?: boolean; IsProviderMgmtSharingPrefEnabled?: boolean; IsProviderSearchForGuestUserEnabled?: boolean; IsProviderSearchPreciseMatchEnabled?: boolean; IsProviderSearchSyncOrgPrefEnabled?: boolean; IsProviderSummarizationEnabled?: boolean; IsPssBnftMgmtSklCmtyPrefEnabled?: boolean; IsPssBnftMgmtSklCoCmtyPrefEnabled?: boolean; IsPssCmplntMgmtSklCmtyPrefEnabled?: boolean; IsPssLpiSklCmtyPrefEnabled?: boolean; IsPubSectrCmplMgmtSklPrefEnabled?: boolean; IsPubSectrCmplntMgmtSklPrefEnabled?: boolean; IsPulseChecksEnabled?: boolean; IsRblUsingCalcServiceEnabled?: boolean; IsRecordAlertCustomSharingPrefEnabled?: boolean; IsRecordRollupEnabled?: boolean; IsReferralManagementAppEnabled?: boolean; IsReferralScoringEnabled?: boolean; IsRemindersEnabled?: boolean; IsRetailPosEnabled?: boolean; IsRosterFileFeatureOrgPreferenceEnabled?: boolean; IsSampleLimitsEnabled?: boolean; IsSaveActionsForInternalAssessmentsSettingEnabled?: boolean; IsSaveAssessmentAsDraftEnabled?: boolean; IsScAllocScorEmssnSpentAmtEnabled?: boolean; IsScAssignFootprintEnabled?: boolean; IsScCarbonAccountingEnabled?: boolean; IsScCarbonCreditAllocEnabled?: boolean; IsScCreateFootprintEnabled?: boolean; IsScEmssnsForecastingEnabled?: boolean; IsScExpansionUseCaseEnabled?: boolean; IsScExpansionUseCaseMultiLevelEnabled?: boolean; IsScExternalEngMgmtEnabled?: boolean; IsScGenrateCnsmpRcdEnabled?: boolean; IsScScope3HubEnabledEnabled?: boolean; IsScSnGaffiliatesEnabled?: boolean; IsScSplitCnsmpRcdEnabled?: boolean; IsScTargetSettingEnabled?: boolean; IsScWasteManagementEnabled?: boolean; IsScWaterManagementEnabled?: boolean; IsScbeiEnabledEnabled?: boolean; IsScdgfEnabled?: boolean; IsSchedulerPaymentsPrefEnabled?: boolean; IsScoringFrameworkCrmaPrefEnabled?: boolean; IsScoringFrameworkOrgPrefEnabled?: boolean; IsScsngManagementEnabled?: boolean; IsSentimentAnalysisEnabled?: boolean; IsShareSaWithArOrgPrefEnabled?: boolean; IsSlackForCibEnabled?: boolean; IsSmartAsmtQstnGenerationEnabled?: boolean; IsSmartTagsEnabled?: boolean; IsSourceCodeGenerationEnabled?: boolean; IsStageAssignmentRulesReEvaluationEnabled?: boolean; IsStuFinancialsEnabled?: boolean; IsStudentFinAgentEnabled?: boolean; IsStudentGoalsEnabled?: boolean; IsStudentManagementEnabled?: boolean; IsStudentRecruitmentAgentEnabled?: boolean; IsStudentSuccessEnabled?: boolean; IsSuggRespForInternalAssmtEnabled?: boolean; IsSuggestedAssessmentSettingEnabled?: boolean; IsSustainabilityCloudEnabled?: boolean; IsSyncInteractionsPrefEnabled?: boolean; IsTearSheetPrefEnabled?: boolean; IsTextExtractEnabled?: boolean; IsTimelineCachePrefEnabled?: boolean; IsTimelinePrefEnabled?: boolean; IsTlntRcrtMgmtRcrutSklPrefEnabled?: boolean; IsTlntRcrtMgmtSklCmtyPrefEnabled?: boolean; IsTopicOrTemplateEnabled?: boolean; IsTopicTimeSlotEnabled?: boolean; IsTrackApplicationsPrefEnabled?: boolean; IsTrcrtMgmtSklCoCmtyPrefEnabled?: boolean; IsTrialManagementRandomizationEnabled?: boolean; IsTurnOffDsclsReprtPbsrNameEnabled?: boolean; IsUmPayerAppAccessOrgPreferenceEnabled?: boolean; IsVideoVisitsOrgPrefEnabled?: boolean; IsVisitCalendarSyncEnabled?: boolean; IsVisitInventoryEnabledEnabled?: boolean; IsVisitPlanningAndExecutionActionEnabled?: boolean; IsVolunteerManagementAiEnabled?: boolean; IsVolunteerManagementEnabled?: boolean; IsWaitlistManagementPrefEnabled?: boolean; IsWealthManagementAiPrefEnabled?: boolean; LoanApplicantAddressAutoCreation?: boolean; LoanApplicantAutoCreation?: boolean; Metadata?: IndustriesSettings; MortgageSalesforceSharing?: boolean; NonProfitCloudEmbeddedAi?: boolean; ParticipantRecordDeactivateUser?: string; PartyProfMultiShrPrtnrsOrgPref?: boolean; RlaEditIfAccHasEdit?: boolean; ShowCollectionContactAndAccount?: boolean; TransformRbLtoDpe?: boolean; }; export type IndustriesUnifiedInventorySettings = MetadataForSettings & { enableBatchManagement?: boolean; enableInventoryCount?: boolean; enableProductInventoryOperations?: boolean; }; export type InsuranceBrokerageSettings = MetadataForSettings & { brokerageTransGranularity?: string; enableBrokerage?: boolean; insBrkBillingCtxDef?: string; insBrkBillingCtxIntraSrcMap?: string; insBrkBillingCtxSchedGrpMap?: string; insBrkBillingCtxTnxMapping?: string; iptEnabledForBrokerage?: boolean; iptdEnabledForBrokerage?: boolean; }; export type InventoryReplenishmentSettings = MetadataForSettings & { enableInventoryReplenishment?: boolean; }; export type InventorySettings = MetadataForSettings & sObject & { enableOCIB2CIntegration?: boolean; enableOmniChannelInventory?: boolean; DurableId?: string; FullName?: string; IsOciB2CintegrationEnabled?: boolean; IsOmniChannelInventoryEnabled?: boolean; Metadata?: InventorySettings; }; export type InvocableActionSettings = MetadataForSettings & sObject & { isPartialSaveAllowed?: boolean; DurableId?: string; FullName?: string; IsPartialSaveAllowed?: boolean; Metadata?: InvocableActionSettings; }; export type IoTSettings = MetadataForSettings & { enableIoT?: boolean; enableIoTInsightsPilot?: boolean; enableIoTUsageEmail?: boolean; }; export type KnowledgeSettings = MetadataForSettings & sObject & { 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; AnswersId?: string; CasesId?: string; DefaultLanguage?: string; DurableId?: string; FullName?: string; IsChatterQuestionKbDeflectionEnabled?: boolean; IsCreateEditOnArticlesTabEnabled?: boolean; IsExternalMediaContentEnabled?: boolean; IsKbStandardSharingEnabled?: boolean; IsKnowledgeAgentContributionEnabled?: boolean; IsKnowledgeAnswersPromotionEnabled?: boolean; IsKnowledgeArticleTextHighlightsEnabled?: boolean; IsKnowledgeCaseRlEnabled?: boolean; IsKnowledgeEnabled?: boolean; IsKnowledgeKeywordAutoCompleteEnabled?: boolean; IsKnowledgeTitleAutoCompleteEnabled?: boolean; IsLightningKbAutoLoadRichTextFieldEnabled?: boolean; IsLightningKnowledgeEnabled?: boolean; LanguagesId?: string; Metadata?: KnowledgeSettings; ShowArticleSummariesCustomerPortal?: boolean; ShowArticleSummariesInternalApp?: boolean; ShowArticleSummariesPartnerPortal?: boolean; ShowValidationStatusField?: boolean; SuggestedArticlesId?: string; VotingEnabled?: boolean; }; export type KnowledgeAnswerSettings = sObject & { assignTo?: string; defaultArticleType?: string; enableArticleCreation?: boolean; AssignTo?: string; DefaultArticleType?: string; DurableId?: string; IsArticleCreationEnabled?: boolean; }; export type KnowledgeCaseSettings = sObject & { articlePDFCreationProfile?: string; articlePublicSharingCommunities?: KnowledgeCommunitiesSettings; articlePublicSharingSites?: KnowledgeSitesSettings; articlePublicSharingSitesChatterAnswers?: KnowledgeSitesSettings; assignTo?: string; customizationClass?: string; defaultContributionArticleType?: string; editor?: KnowledgeCaseEditor; enableArticleCreation?: boolean; enableArticlePublicSharingSites?: boolean; enableCaseDataCategoryMapping?: boolean; useProfileForPDFCreation?: boolean; ArticlePdfCreationProfile?: string; ArticlePublicSharingCommunities?: string; ArticlePublicSharingSitesChatterAnswersId?: string; ArticlePublicSharingSitesId?: string; AssignTo?: string; CustomizationClass?: string; DefaultContributionArticleType?: string; DurableId?: string; Editor?: string; IsArticleCreationEnabled?: boolean; IsArticlePublicSharingSitesEnabled?: boolean; IsCaseDataCategoryMappingEnabled?: boolean; UseProfileForPdfCreation?: boolean; }; export type KnowledgeCommunitiesSettings = { community: string[]; }; export type KnowledgeSitesSettings = sObject & { site: string[]; DurableId?: string; Site?: string; }; export type KnowledgeLanguageSettings = sObject & { language: KnowledgeLanguage[]; DurableId?: string; }; export type KnowledgeLanguage = sObject & { active?: boolean; defaultAssignee?: string; defaultAssigneeType?: KnowledgeLanguageLookupValueType; defaultReviewer?: string; defaultReviewerType?: KnowledgeLanguageLookupValueType; name: string; Active?: boolean; DefaultAssignee?: string; DefaultAssigneeType?: string; DefaultReviewer?: string; DefaultReviewerType?: string; DurableId?: string; Name?: string; }; export type KnowledgeSuggestedArticlesSettings = sObject & { caseFields?: KnowledgeCaseFieldsSettings; useSuggestedArticlesForCase?: boolean; workOrderFields?: KnowledgeWorkOrderFieldsSettings; workOrderLineItemFields?: KnowledgeWorkOrderLineItemFieldsSettings; CaseFieldsId?: string; DurableId?: string; UseSuggestedArticlesForCase?: boolean; WorkOrderFieldsId?: string; WorkOrderLineItemFieldsId?: string; }; export type KnowledgeCaseFieldsSettings = sObject & { field: KnowledgeCaseField[]; DurableId?: string; }; export type KnowledgeCaseField = sObject & { name?: string; DurableId?: string; Name?: string; }; export type KnowledgeWorkOrderFieldsSettings = sObject & { field: KnowledgeWorkOrderField[]; DurableId?: string; }; export type KnowledgeWorkOrderField = sObject & { name?: string; DurableId?: string; Name?: string; }; export type KnowledgeWorkOrderLineItemFieldsSettings = sObject & { field: KnowledgeWorkOrderLineItemField[]; DurableId?: string; }; export type KnowledgeWorkOrderLineItemField = sObject & { name?: string; DurableId?: string; Name?: string; }; export type LaborCostOptimizationSettings = MetadataForSettings & { canShowVehicle?: boolean; canShowVehicleDefinition?: boolean; enableTimeSheetsAndLaborCostOptimization?: boolean; endTimeOffset?: number; startTimeOffset?: number; }; export type LanguageSettings = MetadataForSettings & sObject & { enableCanadaIcuFormat?: boolean; enableDataTranslation?: boolean; enableEndUserLanguages?: boolean; enableICULocaleDateFormat?: boolean; enableLanguageExtensionPackage?: boolean; enableLocalNamesForStdObjects?: boolean; enableLocaleInsensitiveFiltering?: boolean; enablePlatformLanguages?: boolean; enableTranslationWorkbench?: boolean; useLanguageFallback?: boolean; DurableId?: string; FullName?: string; IsCanadaIcuFormatEnabled?: boolean; IsDataTranslationEnabled?: boolean; IsEndUserLanguagesEnabled?: boolean; IsIcuLocaleDateFormatEnabled?: boolean; IsLanguageExtensionPackageEnabled?: boolean; IsLocalNamesForStdObjectsEnabled?: boolean; IsLocaleInsensitiveFilteringEnabled?: boolean; IsPlatformLanguagesEnabled?: boolean; IsTranslationWorkbenchEnabled?: boolean; Metadata?: LanguageSettings; UseLanguageFallback?: boolean; }; export type LeadConfigSettings = MetadataForSettings & sObject & { doesEnableLeadConvertDefaultSubjectBlankTaskCreation?: boolean; doesHideOpportunityInConvertLeadWindow?: boolean; doesPreserveLeadStatus?: boolean; doesSelectNoOpportunityOnConvertLead?: boolean; doesTrackHistory?: boolean; enableConversionsOnMobile?: boolean; enableOrgWideMergeAndDelete?: boolean; shouldLeadConvertRequireValidation?: boolean; shouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX?: boolean; DoesEnableLeadConvertDefaultSubjectBlankTaskCreation?: boolean; DoesHideOpportunityInConvertLeadWindow?: boolean; DoesPreserveLeadStatus?: boolean; DoesSelectNoOpportunityOnConvertLead?: boolean; DoesTrackHistory?: boolean; DurableId?: string; FullName?: string; IsConversionsOnMobileEnabled?: boolean; IsOrgWideMergeAndDeleteEnabled?: boolean; Metadata?: LeadConfigSettings; ShouldLeadConvertRequireValidation?: boolean; ShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLex?: boolean; }; export type LicensingSettings = MetadataForSettings & sObject & { enableAutoCreateLicenseDefinition?: boolean; enableOnDemandProvisioning?: boolean; DurableId?: string; FullName?: string; IsAutoCreateLicenseDefinitionEnabled?: boolean; IsOnDemandProvisioningEnabled?: boolean; Metadata?: LicensingSettings; }; export type LightningExperienceSettings = MetadataForSettings & sObject & { 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; ActiveThemeName?: string; DurableId?: string; FullName?: string; IsAccessCheckCrucPrefEnabled?: boolean; IsApiUserLtngOutAccessPrefEnabled?: boolean; IsAuraBoxcarReductionPrefEnabled?: boolean; IsAuraCdnPrefEnabled?: boolean; IsAuraSecStaticResCrucPrefEnabled?: boolean; IsDeferRenderingWorkspacePageEnabled?: boolean; IsErrorExperienceEnabledEnabled?: boolean; IsFeedbackInMobileEnabled?: boolean; IsGoogleSheetsForSfdcEnabledEnabled?: boolean; IsHideOpenInQuipEnabled?: boolean; IsIe11DeprecationMsgHiddenEnabled?: boolean; IsIe11LexCrucPrefEnabled?: boolean; IsInAppLearningEnabled?: boolean; IsInAppTooltipsEnabled?: boolean; IsLexEndUsersNoSwitchingEnabled?: boolean; IsLexExtensionComponentCustomizationEnabled?: boolean; IsLexExtensionComponentCustomizationOff?: boolean; IsLexExtensionDarkModeEnabled?: boolean; IsLexExtensionDarkModeOff?: boolean; IsLexExtensionInlineEditModifierEnabled?: boolean; IsLexExtensionLinkGrabberEnabled?: boolean; IsLexExtensionLinkGrabberOff?: boolean; IsLexExtensionOff?: boolean; IsLexExtensionRelatedListsEnabled?: boolean; IsLexExtensionRequiredFieldsEnabled?: boolean; IsLexExtensionTrailheadEnabled?: boolean; IsLexOnIpadEnabledEnabled?: boolean; IsLightningPreviewPrefEnabled?: boolean; IsNavPersonalizationOptOutEnabled?: boolean; IsNoBackgroundNavigationsEnabled?: boolean; IsQuipEnabled?: boolean; IsRemoveThemeBrandBannerEnabled?: boolean; IsS1BannerPrefEnabled?: boolean; IsS1BrowserEnabledEnabled?: boolean; IsS1DesktopEnabledEnabled?: boolean; IsS1UiLoggingEnabledEnabled?: boolean; IsSalesforceNextEnabled?: boolean; IsSidToken3rdPartyAuraAppEnabled?: boolean; IsSkypeChatEnabledEnabled?: boolean; IsSparkAllUsersEnabled?: boolean; IsSparkConversationEnabledEnabled?: boolean; IsStackedModalManagerEnabledEnabled?: boolean; IsTryLightningOptOutEnabled?: boolean; IsUseS1AlohaDesktopEnabled?: boolean; IsUsersAreLightningOnlyEnabled?: boolean; IsWebExEnabledEnabled?: boolean; IsWebexAllUsersEnabled?: boolean; Metadata?: LightningExperienceSettings; }; export type LiveAgentSettings = MetadataForSettings & sObject & { enableChatFindOrCreateEnable?: boolean; enableLiveAgent?: boolean; enableQuickTextEnabled?: boolean; DurableId?: string; FullName?: string; IsChatFindOrCreateEnableEnabled?: boolean; IsLiveAgentEnabled?: boolean; IsQuickTextEnabledEnabled?: boolean; Metadata?: LiveAgentSettings; }; export type LiveMessageSettings = MetadataForSettings & { enableCheckCEUserPerm?: boolean; enableLiveMessage?: boolean; }; export type MacroSettings = MetadataForSettings & sObject & { contextualMacroFiltering?: boolean; enableAdvancedSearch?: boolean; macrosInFolders?: boolean; ContextualMacroFiltering?: boolean; DurableId?: string; FullName?: string; IsAdvancedSearchEnabled?: boolean; MacrosInFolders?: boolean; Metadata?: MacroSettings; }; export type MeetingsSettings = MetadataForSettings & sObject & { enableSalesforceMeetings?: boolean; enableSalesforceMeetingsSyncCheck?: boolean; enableZoomVideoConference?: boolean; DurableId?: string; FullName?: string; IsSalesforceMeetingsEnabled?: boolean; IsSalesforceMeetingsSyncCheckEnabled?: boolean; IsZoomVideoConferenceEnabled?: boolean; Metadata?: MeetingsSettings; }; export type MfgServiceConsoleSettings = MetadataForSettings & sObject & { enableMfgServiceConsole?: boolean; DurableId?: string; FullName?: string; IsMfgServiceConsoleEnabled?: boolean; Metadata?: MfgServiceConsoleSettings; }; export type MobileSettings = MetadataForSettings & sObject & { dashboardMobile?: DashboardMobileSettings; enableImportContactFromDevice?: boolean; enableOfflineDraftsEnabled?: boolean; enablePopulateNameManuallyInToday?: boolean; enableS1EncryptedStoragePref2?: boolean; enableS1OfflinePref?: boolean; DashboardMobileId?: string; DurableId?: string; FullName?: string; IsImportContactFromDeviceEnabled?: boolean; IsOfflineDraftsEnabledEnabled?: boolean; IsPopulateNameManuallyInTodayEnabled?: boolean; IsS1EncryptedStoragePref2Enabled?: boolean; IsS1OfflinePrefEnabled?: boolean; Metadata?: MobileSettings; }; export type DashboardMobileSettings = sObject & { enableDashboardIPadApp?: boolean; DurableId?: string; IsDashboardIpadAppEnabled?: boolean; }; export type MyDomainSettings = MetadataForSettings & sObject & { 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; AreLegacyRedirectsMaintained?: boolean; AreLgcyRdirMaintainedWntr26?: boolean; CanOnlyLoginWithMyDomainUrl?: boolean; DoesApiLoginRequireOrgDomain?: boolean; DoesWarnOnForceComRedirect?: boolean; DoesWarnOnRedirect?: boolean; DomainPartition?: OrgDomainShard; DurableId?: string; EdgeRoutingMethod?: string; FullName?: string; InstancedUrlRedirectHandling?: OrgDomainRedirectOption; IsCrossDomainPreviewCookiesEnabled?: boolean; IsEdgeDuringRolloutEnabled?: boolean; IsExtendedRedirectionsEnabled?: boolean; IsFirstPartyCookieUseRequired?: boolean; IsIcorInstApiTrafficBlocked?: boolean; IsInstancedApiTrafficBlocked?: boolean; IsLegacyRedirectionsEnabled?: boolean; IsNativeBrowserForAuthOnAndroidEnabled?: boolean; IsNativeBrowserForAuthOnIosEnabled?: boolean; IsShareBrowserSessionAndroidForAuthEnabled?: boolean; IsShareBrowserSessionIosForAuthEnabled?: boolean; LogRedirections?: boolean; Metadata?: MyDomainSettings; MyDomainName?: string; MyDomainSuffix?: OrgDomainProdSuffix; OnboardCustomerSpecificSuffix?: boolean; RedirectForceComSiteUrls?: boolean; RedirectPriorMyDomain?: boolean; Use3rdPartyCookieBlockingCompatibleHostnames?: boolean; UseEdge?: boolean; UseEnhancedDomainsInSandbox?: boolean; UseStabilizedMyDomainHostnames?: boolean; UseStabilizedSandboxMyDomainHostnames?: boolean; }; export type NameSettings = MetadataForSettings & sObject & { enableInformalName?: boolean; enableMiddleName?: boolean; enableNameSuffix?: boolean; DurableId?: string; FullName?: string; IsInformalNameEnabled?: boolean; IsMiddleNameEnabled?: boolean; IsNameSuffixEnabled?: boolean; Metadata?: NameSettings; }; export type NotificationsSettings = MetadataForSettings & sObject & { enableActvityReminderBrowserNotifs?: boolean; enableMobileAppPushNotifications?: boolean; enableNotifications?: boolean; DurableId?: string; FullName?: string; IsActvityReminderBrowserNotifsEnabled?: boolean; IsMobileAppPushNotificationsEnabled?: boolean; IsNotificationsEnabled?: boolean; Metadata?: NotificationsSettings; }; export type OauthOidcSettings = MetadataForSettings & sObject & { agentAuthLinking?: boolean; blockOAuthUnPwFlow?: boolean; blockOAuthUsrAgtFlow?: boolean; isPkceRequired?: boolean; oAuthCdCrdtFlowEnable?: boolean; AgentAuthLinking?: boolean; BlockOauthUnPwFlow?: boolean; BlockOauthUsrAgtFlow?: boolean; DurableId?: string; FullName?: string; IsPkceRequired?: boolean; Metadata?: OauthOidcSettings; OauthCdCrdtFlowEnable?: boolean; }; export type ObjectLinkingSettings = MetadataForSettings & sObject & { enableObjectLinking?: boolean; DurableId?: string; FullName?: string; IsObjectLinkingEnabled?: boolean; Metadata?: ObjectLinkingSettings; }; export type OmniChannelPricingSettings = MetadataForSettings & sObject & { enableOmniChannelPricing?: boolean; DurableId?: string; FullName?: string; IsOmniChannelPricingEnabled?: boolean; Metadata?: OmniChannelPricingSettings; }; export type OmniChannelSettings = MetadataForSettings & { enableOmniAutoLoginPrompt?: boolean; enableOmniChannel?: boolean; enableOmniSecondaryRoutingPriority?: boolean; enableOmniSkillsRouting?: boolean; enableOmniStatusCapModel?: boolean; }; export type OmniStudioSettings = MetadataForSettings & { disableRollbackFlagsPref?: boolean; enableOaEventInternalWrites?: boolean; enableOaEventNotifications?: boolean; enableOaForCore?: boolean; enableOmniGlobalAutoNumberPref?: boolean; enableOmniReplaceFileBasedApex?: boolean; enableOmniStudioContentTest?: boolean; enableOmniStudioDrVersion?: boolean; enableOmniStudioMetadata?: boolean; enableStandardOmniStudioRuntime?: boolean; }; export type OpportunityScoreSettings = MetadataForSettings & sObject & { enableOpportunityScoring?: boolean; DurableId?: string; FullName?: string; IsOpportunityScoringEnabled?: boolean; Metadata?: OpportunityScoreSettings; }; export type OpportunitySettings = MetadataForSettings & sObject & { 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; AutoActivateNewReminders?: boolean; CustomizableProductSchedulesEnabled?: boolean; DoesEnforceStandardOpportunitySaveLogic?: boolean; DurableId?: string; FindSimilarOppFilter?: FindSimilarOppFilter; FindSimilarOppFilterId?: string; FullName?: string; IsExpandedPipelineInspectionSetupEnabled?: boolean; IsFindSimilarOpportunitiesEnabled?: boolean; IsForecastCategoryMetricsEnabled?: boolean; IsOpportunityFieldHistoryTrackingEnabled?: boolean; IsOpportunityInsightsInMobileEnabled?: boolean; IsOpportunityTeamEnabled?: boolean; IsPipelineChangesMetricsEnabled?: boolean; IsPipelineInspectionEnabled?: boolean; IsPipelineInspectionFlowEnabled?: boolean; IsPipelineInspectionSingleCategoryRollupEnabled?: boolean; IsRevenueInsightsEnabled?: boolean; IsServiceCaseInsightsEnabled?: boolean; IsUpdateRemindersEnabled?: boolean; Metadata?: OpportunitySettings; OppAmountDealMotionEnabled?: boolean; OppCloseDateDealMotionEnabled?: boolean; PromptToAddProducts?: boolean; PushCountEnabled?: boolean; SimpleOppCreateFromContact?: boolean; SimpleOppCreateFromEvent?: boolean; }; export type FindSimilarOppFilter = sObject & { similarOpportunitiesDisplayColumns: string[]; similarOpportunitiesMatchFields: string[]; DurableId?: string; SimilarOpportunitiesDisplayColumns?: string; SimilarOpportunitiesMatchFields?: string; }; export type OrderManagementSettings = MetadataForSettings & sObject & { deliveryEstimationEnabled?: boolean; enableActivityFeedPerChangeOrder?: boolean; enableB2CHighScaleOrders?: boolean; enableB2CIntegration?: boolean; enableBillingTypeOrdSummCreation?: boolean; enableDuplicateManagement?: boolean; enableHighScaleOrders?: boolean; enableIndividualOrderItemTaxAdjustments?: boolean; enableMRURecordCaching?: boolean; enableOMAutomation?: boolean; enableOrderManagement?: boolean; enablePersonAccountsForShoppers?: boolean; ingestOrdersAtScale?: boolean; initOMAutomation?: boolean; orgHasCommerceB2BPromotionsEnabled?: boolean; orgHasHighScaleOrdersEnabledForB2CIntegration?: boolean; DeliveryEstimationEnabled?: boolean; DurableId?: string; FullName?: string; IngestOrdersAtScale?: boolean; InitOmAutomation?: boolean; IsActivityFeedPerChangeOrderEnabled?: boolean; IsB2ChighScaleOrdersEnabled?: boolean; IsB2CintegrationEnabled?: boolean; IsBillingTypeOrdSummCreationEnabled?: boolean; IsDuplicateManagementEnabled?: boolean; IsHighScaleOrdersEnabled?: boolean; IsIndividualOrderItemTaxAdjustmentsEnabled?: boolean; IsMruRecordCachingEnabled?: boolean; IsOmAutomationEnabled?: boolean; IsOrderManagementEnabled?: boolean; IsPersonAccountsForShoppersEnabled?: boolean; Metadata?: OrderManagementSettings; OrgHasCommerceB2BpromotionsEnabled?: boolean; OrgHasHighScaleOrdersEnabledForB2Cintegration?: boolean; }; export type OrderSettings = MetadataForSettings & sObject & { enableEnhancedCommerceOrders?: boolean; enableNegativeQuantity?: boolean; enableOptionalPricebook?: boolean; enableOrderEvents?: boolean; enableOrderWithMultiplePriceBooks?: boolean; enableOrders: boolean; enableReductionOrders?: boolean; enableZeroQuantity?: boolean; DurableId?: string; FullName?: string; IsEnhancedCommerceOrdersEnabled?: boolean; IsNegativeQuantityEnabled?: boolean; IsOptionalPricebookEnabled?: boolean; IsOrderEventsEnabled?: boolean; IsOrderWithMultiplePriceBooksEnabled?: boolean; IsOrdersEnabled?: boolean; IsReductionOrdersEnabled?: boolean; IsZeroQuantityEnabled?: boolean; Metadata?: OrderSettings; }; export type PardotEinsteinSettings = MetadataForSettings & sObject & { enableCampaignInsight?: boolean; enableEngagementScore?: boolean; DurableId?: string; FullName?: string; IsCampaignInsightEnabled?: boolean; IsEngagementScoreEnabled?: boolean; Metadata?: PardotEinsteinSettings; }; export type PardotSettings = MetadataForSettings & sObject & { enableAIEinsteinEngageFreq?: boolean; enableAIOptimizedSendTime?: boolean; enableAeDataConnector?: boolean; enableB2bmaAppEnabled?: boolean; enableEngagementHistoryDashboards?: boolean; enableEnhancedProspectCustomFieldsSync?: boolean; enablePardotAppV1Enabled?: boolean; enablePardotEnabled?: boolean; enablePardotObjectSync?: boolean; enableProspectActivityDataset?: boolean; enableUnifiedEngagementHistoryDashboards?: boolean; DurableId?: string; FullName?: string; IsAeDataConnectorEnabled?: boolean; IsAiEinsteinEngageFreqEnabled?: boolean; IsAiOptimizedSendTimeEnabled?: boolean; IsB2bmaAppEnabledEnabled?: boolean; IsEngagementHistoryDashboardsEnabled?: boolean; IsEnhancedProspectCustomFieldsSyncEnabled?: boolean; IsPardotAppV1EnabledEnabled?: boolean; IsPardotEnabledEnabled?: boolean; IsPardotObjectSyncEnabled?: boolean; IsProspectActivityDatasetEnabled?: boolean; IsUnifiedEngagementHistoryDashboardsEnabled?: boolean; Metadata?: PardotSettings; }; export type PartyDataModelSettings = MetadataForSettings & sObject & { enableAutoSelectIndividualOnMerge?: boolean; enableConsentManagement?: boolean; enableIndividualAutoCreate?: boolean; DurableId?: string; FullName?: string; IsAutoSelectIndividualOnMergeEnabled?: boolean; IsConsentManagementEnabled?: boolean; IsIndividualAutoCreateEnabled?: boolean; Metadata?: PartyDataModelSettings; }; export type PathAssistantSettings = MetadataForSettings & sObject & { canOverrideAutoPathCollapseWithUserPref?: boolean; pathAssistantEnabled?: boolean; CanOverrideAutoPathCollapseWithUserPref?: boolean; DurableId?: string; FullName?: string; Metadata?: PathAssistantSettings; PathAssistantEnabled?: boolean; }; export type PaymentsSettings = MetadataForSettings & sObject & { enablePayments?: boolean; DurableId?: string; FullName?: string; IsPaymentsEnabled?: boolean; Metadata?: PaymentsSettings; }; export type PaymentsSharingSettings = MetadataForSettings & { delegatePaymentSharingToAccount?: boolean; }; export type PicklistSettings = MetadataForSettings & sObject & { isPicklistApiNameEditDisabled?: boolean; DurableId?: string; FullName?: string; IsPicklistApiNameEditDisabled?: boolean; Metadata?: PicklistSettings; }; export type PlatformEncryptionSettings = MetadataForSettings & sObject & { canEncryptManagedPackageFields?: boolean; enableDeterministicEncryption?: boolean; enableEncryptFieldHistory?: boolean; enableEncryptionSearchEnabled?: boolean; enableEventBusEncryption?: boolean; isMEKForEncryptionRequired?: boolean; isUseHighAssuranceKeysRequired?: boolean; CanEncryptManagedPackageFields?: boolean; DurableId?: string; FullName?: string; IsDeterministicEncryptionEnabled?: boolean; IsEncryptFieldHistoryEnabled?: boolean; IsEncryptionSearchEnabledEnabled?: boolean; IsEventBusEncryptionEnabled?: boolean; IsMekForEncryptionRequired?: boolean; IsUseHighAssuranceKeysRequired?: boolean; Metadata?: PlatformEncryptionSettings; }; export type PortalsSettings = MetadataForSettings & sObject & { clickjackSSPLoginPage?: boolean; redirectPortalLoginToHttps?: boolean; ClickjackSspLoginPage?: boolean; DurableId?: string; FullName?: string; Metadata?: PortalsSettings; RedirectPortalLoginToHttps?: boolean; }; export type PredictionBuilderSettings = MetadataForSettings & sObject & { enablePredictionBuilder?: boolean; isPredictionBuilderStarted?: boolean; DurableId?: string; FullName?: string; IsPredictionBuilderEnabled?: boolean; IsPredictionBuilderStarted?: boolean; Metadata?: PredictionBuilderSettings; }; export type PrivacySettings = MetadataForSettings & sObject & { 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; AuthorizationCaptureBrowser?: boolean; AuthorizationCaptureEmail?: boolean; AuthorizationCaptureIp?: boolean; AuthorizationCaptureLocation?: boolean; AuthorizationCustomSharing?: boolean; AuthorizationCustomSharingPcu?: boolean; AuthorizationLockingAndVersioning?: boolean; DurableId?: string; FullName?: string; IsConfigurableUserPiiActiveEnabled?: boolean; IsConsentAuditTrailEnabled?: boolean; IsConsentEventStreamEnabled?: boolean; IsDefaultMetadataValuesEnabled?: boolean; IsSalesforceArchiveEnabled?: boolean; Metadata?: PrivacySettings; UseUmaDefaultConsentRecs?: boolean; }; export type ProductCatalogManagementSettings = MetadataForSettings & { productDeepCloneContextDefOrgValue?: string; productDeepCloneExpressionSetOrgValue?: string; }; export type ProductDiscoverySettings = MetadataForSettings & { discoverProductsFlowNameOrgValue?: string; enableGuidedSelling?: boolean; prodDiscBrowseContextDefOrgValue?: string; prodDiscDefaultCatalogOrgValue?: string; prodDiscPricingEnabledOrgValue?: string; prodDiscProcedureOrgValue?: string; prodDiscQualEnabledOrgValue?: string; prodDiscQualificationOrgValue?: string; promoContextMappingNameOrgValue?: string; promoRuleLibraryNameOrgValue?: string; }; export type ProductSettings = MetadataForSettings & sObject & { enableCascadeActivateToRelatedPrices?: boolean; enableMySettings?: boolean; enableQuantitySchedule?: boolean; enableRevenueSchedule?: boolean; DurableId?: string; FullName?: string; IsCascadeActivateToRelatedPricesEnabled?: boolean; IsMySettingsEnabled?: boolean; IsQuantityScheduleEnabled?: boolean; IsRevenueScheduleEnabled?: boolean; Metadata?: ProductSettings; }; export type QuickTextSettings = MetadataForSettings & sObject & { hideQuickTextUiInLtng?: boolean; lightningQuickTextEnabled?: boolean; quickTextsInFolders?: boolean; DurableId?: string; FullName?: string; HideQuickTextUiInLtng?: boolean; LightningQuickTextEnabled?: boolean; Metadata?: QuickTextSettings; QuickTextsInFolders?: boolean; }; export type QuoteSettings = MetadataForSettings & sObject & { enableQuote: boolean; enableQuotesWithoutOppEnabled?: boolean; DurableId?: string; FullName?: string; IsQuoteEnabled?: boolean; IsQuotesWithoutOppEnabledEnabled?: boolean; Metadata?: QuoteSettings; }; export type RealTimeEventSettings = MetadataForSettings & sObject & { realTimeEvents: RealTimeEvent[]; DurableId?: string; FullName?: string; Metadata?: RealTimeEventSettings; }; export type RealTimeEvent = sObject & { entityName: string; isEnabled: boolean; DurableId?: string; EntityName?: string; IsEnabled?: boolean; }; export type RecommendationBuilderSettings = MetadataForSettings & sObject & { enableErbEnabledPref?: boolean; enableErbStartedPref?: boolean; DurableId?: string; FullName?: string; IsErbEnabledPrefEnabled?: boolean; IsErbStartedPrefEnabled?: boolean; Metadata?: RecommendationBuilderSettings; }; export type RecordPageSettings = MetadataForSettings & sObject & { enableActivityRelatedList?: boolean; enableFullRecordView?: boolean; DurableId?: string; FullName?: string; IsActivityRelatedListEnabled?: boolean; IsFullRecordViewEnabled?: boolean; Metadata?: RecordPageSettings; }; export type ReleaseMgmtSettings = MetadataForSettings & { enableITSMReleaseMgmt?: boolean; enableReleaseEventCreation?: boolean; enableReleaseValidations?: boolean; }; export type RetailExecutionSettings = MetadataForSettings & sObject & { enableProductHierarchy?: boolean; enableRetailExecution?: boolean; enableVisitSharing?: boolean; DurableId?: string; FullName?: string; IsProductHierarchyEnabled?: boolean; IsRetailExecutionEnabled?: boolean; IsVisitSharingEnabled?: boolean; Metadata?: RetailExecutionSettings; }; export type SchemaSettings = MetadataForSettings & sObject & { enableAdvancedCMTSecurity?: boolean; enableAdvancedCSSecurity?: boolean; enableListCustomSettingCreation?: boolean; enableSOSLOnCustomSettings?: boolean; DurableId?: string; FullName?: string; IsAdvancedCmtSecurityEnabled?: boolean; IsAdvancedCsSecurityEnabled?: boolean; IsListCustomSettingCreationEnabled?: boolean; IsSoslOnCustomSettingsEnabled?: boolean; Metadata?: SchemaSettings; }; export type SearchSettings = MetadataForSettings & sObject & { 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; DocumentContentSearchEnabled?: boolean; DurableId?: string; FullName?: string; IsAdvancedSearchInAlohaSidebarEnabled?: boolean; IsEinsteinSearchAnswersGptEnabled?: boolean; IsEinsteinSearchAnswersOnDmoEnabled?: boolean; IsEinsteinSearchAssistantDialogEnabled?: boolean; IsEinsteinSearchEs4kPilotEnabled?: boolean; IsEinsteinSearchNaturalLanguageEnabled?: boolean; IsEinsteinSearchNlsFiltersEnabled?: boolean; IsEinsteinSearchPersonalizationEnabled?: boolean; IsEinsteinSearchQaEnabled?: boolean; IsPersonalTaggingEnabled?: boolean; IsPublicTaggingEnabled?: boolean; IsQuerySuggestionPigOnEnabled?: boolean; IsSalesforceGeneratedSynonymsEnabled?: boolean; IsSearchTermHistoryEnabled?: boolean; IsSetupSearchEnabled?: boolean; IsSuggestArticlesLinksOnlyEnabled?: boolean; IsUseDefaultSearchEntityEnabled?: boolean; Metadata?: SearchSettings; OptimizeSearchForCjkEnabled?: boolean; RecentlyViewedUsersForBlankLookupEnabled?: boolean; SearchSettingsByObject?: SearchSettingsByObject; SearchSettingsByObjectId?: string; SidebarAutoCompleteEnabled?: boolean; SidebarDropDownListEnabled?: boolean; SidebarLimitToItemsIownCheckboxEnabled?: boolean; SingleSearchResultShortcutEnabled?: boolean; SpellCorrectKnowledgeSearchEnabled?: boolean; }; export type SearchSettingsByObject = sObject & { searchSettingsByObject: ObjectSearchSetting[]; DurableId?: string; }; export type ObjectSearchSetting = sObject & { enhancedLookupEnabled: boolean; lookupAutoCompleteEnabled: boolean; name: string; resultsPerPageCount: number; DurableId?: string; EnhancedLookupEnabled?: boolean; LookupAutoCompleteEnabled?: boolean; Name?: string; ResultsPerPageCount?: number; }; export type SecuritySettings = MetadataForSettings & sObject & { 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; CanUsersGrantLoginAccess?: boolean; DurableId?: string; FullName?: string; IsAdminLoginAsAnyUserEnabled?: boolean; IsAuditFieldsInactiveOwnerEnabled?: boolean; IsAuraSecureEvalPrefEnabled?: boolean; IsCoepHeaderEnabled?: boolean; IsCoopHeaderEnabled?: boolean; IsCrossOrgRedirectsEnabled?: boolean; IsPermissionsPolicyEnabled?: boolean; IsRequireHttpsConnectionEnabled?: boolean; Metadata?: SecuritySettings; NetworkAccess?: NetworkAccess; NetworkAccessId?: string; PasswordPolicies?: PasswordPolicies; PasswordPoliciesId?: string; RedirectBlockModeEnabled?: boolean; SendCspForUncommonClients?: boolean; SessionSettings?: SessionSettings; SessionSettingsId?: string; SingleSignOnSettings?: SingleSignOnSettings; SingleSignOnSettingsId?: string; }; export type NetworkAccess = sObject & { ipRanges: IpRange[]; DurableId?: string; }; export type IpRange = sObject & { description?: string; end?: string; start?: string; Description?: string; DurableId?: string; End?: string; Start?: string; }; export type PasswordPolicies = sObject & { apiOnlyUserHomePageURL?: string; complexity?: Complexity; expiration?: Expiration; historyRestriction?: string; lockoutInterval?: LockoutInterval; maxLoginAttempts?: MaxLoginAttempts; minimumPasswordLength?: string; minimumPasswordLifetime?: boolean; obscureSecretAnswer?: boolean; passwordAssistanceMessage?: string; passwordAssistanceURL?: string; questionRestriction?: QuestionRestriction; ApiOnlyUserHomePageUrl?: string; Complexity?: string; DurableId?: string; Expiration?: string; HistoryRestriction?: string; LockoutInterval?: string; MaxLoginAttempts?: string; MinimumPasswordLength?: string; MinimumPasswordLifetime?: boolean; ObscureSecretAnswer?: boolean; PasswordAssistanceMessage?: string; PasswordAssistanceUrl?: string; QuestionRestriction?: string; }; export type SessionSettings = sObject & { 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; AllowUserAuthenticationByCertificate?: boolean; AllowUserCertBasedAuthenticationWithOcspValidation?: boolean; AuraBoxcarReductionPref?: boolean; CanConfirmEmailChangeInLightningCommunities?: boolean; CanConfirmIdentityBySmsOnly?: boolean; DisableTimeoutWarning?: boolean; DurableId?: string; EnforceIpRangesEveryRequest?: boolean; EnforceUserDeviceRevoked?: boolean; ForceLogoutOnSessionTimeout?: boolean; ForceRelogin?: boolean; GrantCameraAccess?: string; GrantMicrophoneAccess?: string; HasRetainedLoginHints?: boolean; HasUserSwitching?: boolean; HstsOnForcecomSites?: boolean; IdentityConfirmationOnEmailChange?: boolean; IdentityConfirmationOnTwoFactorRegistrationEnabled?: boolean; IsBuiltInAuthenticatorEnabled?: boolean; IsCacheAndAutocompleteEnabled?: boolean; IsClickjackNonsetupSfdcEnabled?: boolean; IsClickjackNonsetupUserEnabled?: boolean; IsClickjackNonsetupUserHeaderlessEnabled?: boolean; IsClickjackSetupEnabled?: boolean; IsCoepHeaderEnabled?: boolean; IsContentSniffingProtectionEnabled?: boolean; IsCoopHeaderEnabled?: boolean; IsCspOnEmailEnabled?: boolean; IsCsrfOnGetEnabled?: boolean; IsCsrfOnPostEnabled?: boolean; IsLightningLoginEnabled?: boolean; IsLightningLoginOnlyWithUserPermEnabled?: boolean; IsMfaDirectUiLoginOptInEnabled?: boolean; IsOauthCorsPolicyEnabled?: boolean; IsPermissionsPolicyEnabled?: boolean; IsPostForSessionsEnabled?: boolean; IsSmsIdentityEnabled?: boolean; IsU2Fenabled?: 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?: string; SidToken3rdPartyAuraApp?: boolean; SkipSfaWhenMfaDirectUiLogin?: boolean; TerminateUserSessionsWhenAdminResetsPassword?: boolean; UntrustedRedirect?: string; UseEapiRateLimitForConnectApi?: boolean; UseLocalStorageForLogoutUrl?: boolean; WelcomeEmailTemplateIdentifier?: string; }; export type SingleSignOnSettings = sObject & { enableCaseInsensitiveFederationID?: boolean; enableForceDelegatedCallout?: boolean; enableMultipleSamlConfigs?: boolean; enableSamlJitProvisioning?: boolean; enableSamlLogin?: boolean; isLoginWithSalesforceCredentialsDisabled?: boolean; DurableId?: string; IsCaseInsensitiveFederationIdEnabled?: boolean; IsForceDelegatedCalloutEnabled?: boolean; IsLoginWithSalesforceCredentialsDisabled?: boolean; IsMultipleSamlConfigsEnabled?: boolean; IsSamlJitProvisioningEnabled?: boolean; IsSamlLoginEnabled?: boolean; }; export type ServiceCloudVoiceSettings = MetadataForSettings & sObject & { 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; DisableScvTaskCreationForHvs?: boolean; DurableId?: string; FullName?: string; IsAmazonQueueManagementEnabled?: boolean; IsDefaultChannelForScvEnabled?: boolean; IsEndUserForScvEnabled?: boolean; IsOmniCapacityForScvEnabled?: boolean; IsPhoneNumberMaskingForScvEnabled?: boolean; IsPtQueueManagementEnabled?: boolean; IsRzoneCloudVoiceOptInEnabled?: boolean; IsScvExternalTelephonyEnabled?: boolean; IsScvOpenVcAsNewTabHvsEnabled?: boolean; IsScvSupportBannerDisplayedEnabled?: boolean; IsScvasaContextLinkingEnabledEnabled?: boolean; IsScvbyotEnabled?: boolean; IsServiceCloudVoiceEnabled?: boolean; Metadata?: ServiceCloudVoiceSettings; }; export type ServiceSetupAssistantSettings = MetadataForSettings & sObject & { enableServiceSetupAssistant?: boolean; DurableId?: string; FullName?: string; IsServiceSetupAssistantEnabled?: boolean; Metadata?: ServiceSetupAssistantSettings; }; export type SharingSettings = MetadataForSettings & sObject & { 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; DeferGroupMembership?: boolean; DeferSharingRules?: boolean; DurableId?: string; FullName?: string; IsAccountRoleOptimizationEnabled?: boolean; IsAssetSharingEnabled?: boolean; IsCommunityUserVisibilityEnabled?: boolean; IsExternalSharingModelEnabled?: boolean; IsManagerGroupsEnabled?: boolean; IsManualUserRecordSharingEnabled?: boolean; IsPartnerSuperUserAccessEnabled?: boolean; IsPortalUserCaseSharingEnabled?: boolean; IsPortalUserVisibilityEnabled?: boolean; IsRemoveTmGroupMembershipEnabled?: boolean; IsRestrictAccessLookupRecordsEnabled?: boolean; IsSecureGuestAccessEnabled?: boolean; IsShareObjectReportTypesEnabled?: boolean; IsStandardReportVisibilityEnabled?: boolean; IsTerritoryForecastManagerEnabled?: boolean; Metadata?: SharingSettings; }; export type SiteSettings = MetadataForSettings & { enableExpBuilderCopilot?: boolean; enableProxyLoginICHeader?: boolean; enableTopicsInSites?: boolean; }; export type SocialCustomerServiceSettings = MetadataForSettings & sObject & { caseSubjectOption: CaseSubjectOption; enableAllFBResponseAccounts?: boolean; enableInboundProcessingConcurrency?: boolean; enableSocialApprovals?: boolean; enableSocialCaseAssignmentRules?: boolean; enableSocialCustomerService?: boolean; enableSocialPersonaHistoryTracking?: boolean; enableSocialPostHistoryTracking?: boolean; enableSocialReceiveParentPost?: boolean; CaseSubjectOption?: CaseSubjectOption; DurableId?: string; FullName?: string; IsAllFbResponseAccountsEnabled?: boolean; IsInboundProcessingConcurrencyEnabled?: boolean; IsSocialApprovalsEnabled?: boolean; IsSocialCaseAssignmentRulesEnabled?: boolean; IsSocialCustomerServiceEnabled?: boolean; IsSocialPersonaHistoryTrackingEnabled?: boolean; IsSocialPostHistoryTrackingEnabled?: boolean; IsSocialReceiveParentPostEnabled?: boolean; Metadata?: SocialCustomerServiceSettings; }; export type SubscriptionManagementSettings = MetadataForSettings & sObject & { enableConvertNegativeInvoiceLinesToCreditMemoAndApply?: boolean; enablePaymentScheduleAutomation?: boolean; enableRefundAutomation?: boolean; enableRevSubMgmtBlngOptOut?: boolean; enableSubscriptionManagement?: boolean; DurableId?: string; FullName?: string; IsConvertNegativeInvoiceLinesToCreditMemoAndApplyEnabled?: boolean; IsPaymentScheduleAutomationEnabled?: boolean; IsRefundAutomationEnabled?: boolean; IsRevSubMgmtBlngOptOutEnabled?: boolean; IsSubscriptionManagementEnabled?: boolean; Metadata?: SubscriptionManagementSettings; }; export type SurveySettings = MetadataForSettings & sObject & { enableConversationalSurveys?: boolean; enableGenerativeAISurveys?: boolean; enableIndustriesCxmEnabled?: boolean; enableSurvey?: boolean; enableSurveyInvLinkWithoutAppExtension?: boolean; enableSurveyOwnerCanManageResponse?: boolean; DurableId?: string; FullName?: string; IsConversationalSurveysEnabled?: boolean; IsGenerativeAiSurveysEnabled?: boolean; IsIndustriesCxmEnabledEnabled?: boolean; IsSurveyEnabled?: boolean; IsSurveyInvLinkWithoutAppExtensionEnabled?: boolean; IsSurveyOwnerCanManageResponseEnabled?: boolean; Metadata?: SurveySettings; }; export type SystemNotificationSettings = MetadataForSettings & sObject & { disableDowntimeNotifications?: boolean; disableMaintenanceNotifications?: boolean; DisableDowntimeNotifications?: boolean; DisableMaintenanceNotifications?: boolean; DurableId?: string; FullName?: string; Metadata?: SystemNotificationSettings; }; export type Territory2Settings = MetadataForSettings & sObject & { defaultAccountAccessLevel?: string; defaultCaseAccessLevel?: string; defaultContactAccessLevel?: string; defaultOpportunityAccessLevel?: string; enableTerritoryManagement2?: boolean; opportunityFilterSettings?: Territory2SettingsOpportunityFilter; showTM2EnabledBanner?: boolean; supportedObjects: Territory2SupportedObject[]; t2ForecastAccessLevel?: string; tm2BypassRealignAccInsert?: boolean; tm2EnableUserAssignmentLog?: boolean; DefaultAccountAccessLevel?: string; DefaultCaseAccessLevel?: string; DefaultContactAccessLevel?: string; DefaultOpportunityAccessLevel?: string; DurableId?: string; FullName?: string; IsTerritoryManagement2Enabled?: boolean; Metadata?: Territory2Settings; OpportunityFilterSettingsId?: string; ShowTm2EnabledBanner?: boolean; T2ForecastAccessLevel?: string; Tm2BypassRealignAccInsert?: boolean; Tm2EnableUserAssignmentLog?: boolean; }; export type Territory2SettingsOpportunityFilter = sObject & { apexClassName?: string; enableFilter: boolean; runMultiThreaded: boolean; runOnCreate: boolean; ApexClassName?: string; DurableId?: string; IsFilterEnabled?: boolean; RunMultiThreaded?: boolean; RunOnCreate?: boolean; }; export type Territory2SupportedObject = sObject & { defaultAccessLevel: string; objectType: string; state: string; DefaultAccessLevel?: string; DurableId?: string; ObjectType?: string; State?: string; }; export type TrailheadSettings = MetadataForSettings & sObject & { enableConfettiEffect?: boolean; enableMyTrailheadPref?: boolean; enableTrailheadInLexTerms?: boolean; DurableId?: string; FullName?: string; IsConfettiEffectEnabled?: boolean; IsMyTrailheadPrefEnabled?: boolean; IsTrailheadInLexTermsEnabled?: boolean; Metadata?: TrailheadSettings; }; export type TrialOrgSettings = MetadataForSettings & sObject & { enableSampleDataDeleted?: boolean; DurableId?: string; FullName?: string; IsSampleDataDeletedEnabled?: boolean; Metadata?: TrialOrgSettings; }; export type UserEngagementSettings = MetadataForSettings & sObject & { 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; CanUseAdoptionApps?: boolean; DoesScheduledSwitcherRunDaily?: boolean; DurableId?: string; FullName?: string; IsAutoTransitionDelayed?: boolean; IsCrucNotificationDisabled?: boolean; IsCustomHelpGlobalSectionEnabled?: boolean; IsCustomProfileAutoTransitionDelayed?: boolean; IsHelpMenuShowFeedbackEnabled?: boolean; IsHelpMenuShowHelpEnabled?: boolean; IsHelpMenuShowNewUserEnabled?: boolean; IsHelpMenuShowSearchEnabled?: boolean; IsHelpMenuShowSfdcContentEnabled?: boolean; IsHelpMenuShowShortcutEnabled?: boolean; IsHelpMenuShowSupportEnabled?: boolean; IsHelpMenuShowTrailheadEnabled?: boolean; IsIbilOptOutDashboardsEnabled?: boolean; IsIbilOptOutEventsEnabled?: boolean; IsIbilOptOutReportsEnabled?: boolean; IsIbilOptOutTasksEnabled?: boolean; IsLexToClassicFeedbackEnableEnabled?: boolean; IsLexWelcomeMatDisabled?: boolean; IsMeetTheAssistantDisabledInClassic?: boolean; IsMeetTheAssistantDisabledInLightning?: boolean; IsOrchestrationInSandboxEnabled?: boolean; IsOrgUserAssistEnabledEnabled?: boolean; IsScheduledSwitcherEnabled?: boolean; IsSfdcProductFeedbackSurveyEnabled?: boolean; IsShowSalesforceUserAssistEnabled?: boolean; IsSmartNudgesDisabled?: boolean; Metadata?: UserEngagementSettings; OptimizerAppEnabled?: boolean; SuggestedForYou?: boolean; }; export type UserInterfaceSettings = MetadataForSettings & sObject & { 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; AlternateAlohaListView?: boolean; DurableId?: string; DynamicMruActionsOff?: boolean; FullName?: string; IsAsyncRelatedListsEnabled?: boolean; IsClickjackUserPageHeaderlessEnabled?: boolean; IsCollapsibleSectionsEnabled?: boolean; IsCollapsibleSideBarEnabled?: boolean; IsCustomObjectTruncateEnabled?: boolean; IsCustomeSideBarOnAllPagesEnabled?: boolean; IsDeleteFieldHistoryEnabled?: boolean; IsExternalObjectAsyncRelatedListsEnabled?: boolean; IsHoverDetailsEnabled?: boolean; IsInlineEditEnabled?: boolean; IsLightningVerticalNavEnabled?: boolean; IsNewPageLayoutEditorEnabled?: boolean; IsPersonalCanvasEnabled?: boolean; IsPrintableListViewsEnabled?: boolean; IsProfileCustomTabsetsEnabled?: boolean; IsQuickCreateEnabled?: boolean; IsQuickSetupPanelEnabled?: boolean; IsRelatedListHoversEnabled?: boolean; IsSldsV2DarkModeInCosmosEnabled?: boolean; IsSldsV2Enabled?: boolean; IsSpotlightEnabled?: boolean; IsTabOrganizerEnabled?: boolean; IsVertNavThemedIconsEnabledEnabled?: boolean; IsVerticalNavSeamlessSwitchingEnabled?: boolean; Metadata?: UserInterfaceSettings; MultiColumnSort?: boolean; MultiColumnSortLv?: boolean; MultiColumnSortRl?: boolean; }; export type UserManagementSettings = MetadataForSettings & sObject & { 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; DurableId?: string; EnhancedPermSetList?: boolean; EnhancedUserListView?: boolean; EnhancedUserRoleListView?: boolean; FullName?: string; GroupSummaryUiEnhancement?: boolean; IsCanAnswerContainUsernameEnabled?: boolean; IsConcealPersonalInfoEnabled?: boolean; IsContactlessExternalIdentityUsersEnabled?: boolean; IsEnhancedConcealPersonalInfoEnabled?: boolean; IsEnhancedPermsetMgmtEnabled?: boolean; IsEnhancedProfileMgmtEnabled?: boolean; IsEnhcUiUserAccessPoliciesEnabled?: boolean; IsNewProfileUiEnabled?: boolean; IsProfileFilteringEnabled?: boolean; IsRestrictEmailDomainsEnabled?: boolean; IsScrambleUserDataEnabled?: boolean; IsUserSelfDeactivateEnabled?: boolean; Metadata?: UserManagementSettings; PermsetsInFieldCreation?: boolean; PsaExpirationUiEnabled?: boolean; RestrictedProfileCloning?: boolean; UserAccessPoliciesEnabled?: boolean; UserFieldHistoryTracking?: boolean; }; export type VoiceSettings = MetadataForSettings & sObject & { enableCallDisposition?: boolean; enableConsentReminder?: boolean; enableDefaultRecording?: boolean; enableVoiceCallList?: boolean; enableVoiceCallRecording?: boolean; enableVoiceCoaching?: boolean; enableVoiceConferencing?: boolean; enableVoiceLocalPresence?: boolean; enableVoiceMail?: boolean; enableVoiceMailDrop?: boolean; DurableId?: string; FullName?: string; IsCallDispositionEnabled?: boolean; IsConsentReminderEnabled?: boolean; IsDefaultRecordingEnabled?: boolean; IsVoiceCallListEnabled?: boolean; IsVoiceCallRecordingEnabled?: boolean; IsVoiceCoachingEnabled?: boolean; IsVoiceConferencingEnabled?: boolean; IsVoiceLocalPresenceEnabled?: boolean; IsVoiceMailDropEnabled?: boolean; IsVoiceMailEnabled?: boolean; Metadata?: VoiceSettings; }; export type WarrantyLifecycleMgmtSettings = MetadataForSettings & sObject & { enableWarrantyLCMgmt?: boolean; DurableId?: string; FullName?: string; IsWarrantyLcMgmtEnabled?: boolean; Metadata?: WarrantyLifecycleMgmtSettings; }; export type WebToXSettings = MetadataForSettings & sObject & { optOutEmailForInactiveWebToCase?: boolean; shouldHideRecordInfoInEmail?: boolean; webToCaseSpamFilter?: boolean; webToLeadSpamFilter?: boolean; DurableId?: string; FullName?: string; Metadata?: WebToXSettings; OptOutEmailForInactiveWebToCase?: boolean; ShouldHideRecordInfoInEmail?: boolean; WebToCaseSpamFilter?: boolean; WebToLeadSpamFilter?: boolean; }; export type WorkDotComSettings = MetadataForSettings & sObject & { 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; DurableId?: string; FullName?: string; IsCoachingManagerGroupAccessEnabled?: boolean; IsGoalManagerGroupAccessEnabled?: boolean; IsProfileSkillsAddFeedPostEnabled?: boolean; IsProfileSkillsAutoSuggestEnabled?: boolean; IsProfileSkillsEnabled?: boolean; IsProfileSkillsUsePlatformEnabled?: boolean; IsWorkBadgeDefRestrictPrefEnabled?: boolean; IsWorkCalibrationEnabled?: boolean; IsWorkCanvasPrefEnabled?: boolean; IsWorkCertificationEnabled?: boolean; IsWorkCertificationNotificationEnabled?: boolean; IsWorkRewardsPrefEnabled?: boolean; IsWorkThanksPrefEnabled?: boolean; IsWorkUseObjectivesForGoalsEnabled?: boolean; Metadata?: WorkDotComSettings; }; export type MfgProgramTemplate = Metadata & sObject & { description?: string; programTemplateItems: MfgProgramTemplateItem[]; programTemplateName: string; status: MfgProgramTemplateStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: MfgProgramTemplate; MfgProgramTemplate?: QueryResult; ModuleNamespace?: string; ProgramTemplateName?: string; Status?: MfgProgramTemplateStatus; SystemModstamp?: Date; }; export type MfgProgramTemplateItem = sObject & { advAccountForecastSet?: string; contextDefinition?: string; description?: string; sourceContextMappingName?: string; targetContextMappingName?: string; templateItemName: string; transformationDisplayOrder: number; transformationType: MfgProgramTransformationType; AdvAccountForecastSet?: AdvAccountForecastSet; AdvAccountForecastSetId?: ID; ContextDefinition?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MfgProgramTemplate?: MfgProgramTemplate; MfgProgramTemplateId?: ID; SourceContextMappingName?: string; SystemModstamp?: Date; TargetContextMappingName?: string; TemplateItemName?: string; TransformationDisplayOrder?: number; TransformationType?: MfgProgramTransformationType; }; 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 & sObject & { connectionMethod: MktDataConnectionMethod; connectionStatus?: MktDataConnectionStatus; connectorName: string; externalRecordIdentifier?: string; isSentosEnabled: boolean; masterLabel: string; shouldAutoCreatePolicies: boolean; AllManagedPackageMemberId?: ID; ConnectionMethod?: MktDataConnectionMethod; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnectors?: QueryResult; DataLakeObjectConnections?: QueryResult; DataModelObjectConnections?: QueryResult; DataStreamDefinitionConnections?: QueryResult; ExternalRecordIdentifier?: string; FullName?: string; IsDeleted?: boolean; IsSentosEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MktDataConnection; MktDataConnectionCreds?: QueryResult; MktDataConnectionParams?: QueryResult; ModuleNamespace?: string; NamespacePrefix?: string; OrgUnits?: QueryResult; ShouldAutoCreatePolicies?: boolean; SystemModstamp?: Date; }; export type MktDataConnectionCred = Metadata & sObject & { credentialName: string; value: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CredentialName?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: MktDataConnectionCred; MktDataConnection?: MktDataConnection; MktDataConnectionId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; Value?: string; }; export type MktDataConnectionParam = Metadata & sObject & { paramName: string; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MktDataConnectionParam; MktDataConnection?: MktDataConnection; MktDataConnectionId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; ParamName?: string; SystemModstamp?: Date; Value?: string; }; export type MktDataConnectionSrcParam = Metadata & sObject & { paramName: string; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MktDataConnectionSrcParam; ModuleNamespace?: string; NamespacePrefix?: string; ParamName?: string; ReferenceObject?: DataStreamDefinition; ReferenceObjectId?: ID; SystemModstamp?: Date; Value?: string; }; export type MktDataTranField = Metadata & sObject & { creationType: DefinitionCreationType; datatype: string; dateFormat?: string; externalName: string; isDataRequired?: boolean; length?: number; masterLabel: string; precision?: number; primaryIndexOrder?: number; scale?: number; sequence: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; Datatype?: string; DateFormat?: string; DeveloperName?: string; ExternalName?: string; FullName?: string; IsDataRequired?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MktDataTranField; MktDataTranObject?: MktDataTranObject; MktDataTranObjectId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; Precision?: number; PrimaryIndexOrder?: number; Scale?: number; Sequence?: number; SystemModstamp?: Date; }; export type MktDataTranObject = Metadata & sObject & { connector: string; creationType: DefinitionCreationType; dataSource: string; dataSourceObject: string; masterLabel: string; objectCategory: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataSource?: DataSource; DataSourceId?: ID; DataSourceObject?: DataSourceObject; DataSourceObjectId?: ID; DataStreamDefinitionTranEntities?: QueryResult; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MktDataTranObject; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: DataObjectCategory; ObjectCategoryId?: ID; SystemModstamp?: Date; }; export type MktDatalakeSrcKeyQualifier = Metadata & { description?: string; masterLabel: string; }; export type MlDomain = Metadata & sObject & { description?: string; label: string; mlIntents: MlIntent[]; mlSlotClasses: MlSlotClass[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MlDomain; MlIntents?: QueryResult; MlSlotClasses?: QueryResult; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: MlDomainType; }; export type MlModelArtifact = Metadata & { algorithmType?: MlAIModelAlgorithmType; connectorType?: MlModelConnectorType; deployStatus?: MlModelDeployStatus; description?: string; generativeModelType?: MlGenerativeModelType; inputFeatures: MlModelInput[]; label: string; 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[]; name: string; subtype?: MlParameterSubtype; type: MlParameterType; }; 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 & sObject & { connectedApplication?: string; isProtected?: boolean; masterLabel: string; profile?: string; AllManagedPackageMemberId?: ID; ConnectedApplication?: sObject; ConnectedApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: MobileSecurityAssignment; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ModerationRule = Metadata & sObject & { action: ModerationRuleAction; actionLimit?: number; active: boolean; description?: string; entitiesAndFields: ModeratedEntityField[]; masterLabel: string; notifyLimit?: number; timePeriod?: RateLimitTimePeriod; type?: ModerationRuleType; userCriteria: string[]; userMessage?: string; Action?: ModerationRuleAction; ActionLimit?: number; Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ModerationRule; ModuleNamespace?: string; NotifyLimit?: number; SobjectType?: sObject; SobjectTypeId?: ID; SystemModstamp?: Date; TimePeriod?: RateLimitTimePeriod; Type?: ModerationRuleType; 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; version?: string; }; export type ModuleDependencies = { moduleRef: ModuleRef[]; }; export type MyDomainDiscoverableLogin = Metadata & { apexHandler: string; executeApexHandlerAs?: string; usernameLabel?: string; }; export type NamedCredential = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; AuthProviderId?: ID; AuthTokenEndpointUrl?: string; AwsAccessKey?: string; AwsAccessSecret?: string; AwsRegion?: string; AwsService?: string; CalloutStatus?: CalloutStatus; Certificate?: Certificate; CertificateId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomHttpHeaders?: QueryResult; Description?: string; DeveloperName?: string; Endpoint?: string; FullName?: string; IsDeleted?: boolean; JwtAudience?: string; JwtFormulaSubject?: string; JwtIssuer?: string; JwtSigningCertificate?: Certificate; JwtSigningCertificateId?: ID; JwtTextSubject?: string; JwtValidityPeriodSeconds?: number; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: NamedCredential; ModuleNamespace?: string; NamedCredentialParameters?: QueryResult; NamedCredentialType?: NamedCredentialType; NamespacePrefix?: string; OauthRefreshToken?: string; OauthScope?: string; OauthToken?: string; OutboundNetworkConnection?: OutboundNetworkConnection; OutboundNetworkConnectionId?: ID; Password?: string; PrincipalType?: ExternalPrincipalType; Protocol?: AuthenticationProtocol; SystemModstamp?: Date; Username?: string; }; export type NamedCredentialParameter = sObject & { certificate?: string; description?: string; externalCredential?: string; globalNamedPrincipalCredential?: boolean; managedFeatureEnabledCallout?: boolean; outboundNetworkConnection?: string; parameterName: string; parameterType: NamedCredentialParamType; parameterValue?: string; readOnlyNamedCredential?: boolean; sequenceNumber?: number; systemUserNamedCredential?: boolean; AllManagedPackageMemberId?: ID; Certificate?: Certificate; CertificateId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; ExternalCredential?: ExternalCredential; ExternalCredentialId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NamedCredential?: NamedCredential; NamedCredentialId?: ID; OutboundNetworkConnection?: OutboundNetworkConnection; OutboundNetworkConnectionId?: ID; ParameterName?: string; ParameterSettingsGlobalNamedPrincipalCredential?: boolean; ParameterSettingsManagedFeatureEnabledCallout?: boolean; ParameterSettingsReadOnlyNamedCredential?: boolean; ParameterSettingsSystemUserNamedCredential?: boolean; ParameterType?: NamedCredentialParamType; ParameterValue?: string; SequenceNumber?: number; SystemModstamp?: Date; }; export type NavigationMenu = Metadata & sObject & { container: string; containerType: string; label: string; navigationMenuItem: NavigationMenuItem[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: NavigationMenu; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type Network = Metadata & { allowInternalUserLogin?: boolean; allowMembersToFlag?: boolean; allowedExtensions?: string; 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 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 NetworkBranding = Metadata & { 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 OauthCustomScope = Metadata & { assignedTo: OauthCustomScopeApp[]; description: string; developerName: string; isProtected?: boolean; isPublic?: boolean; masterLabel: string; }; export type OauthCustomScopeApp = { connectedApp: string; }; 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 & sObject & { changeEventType: ChangeEventType; fieldApiName?: string; integrationProviderDef: string; isProtected?: boolean; masterLabel: string; objectApiName: string; relatedFieldName?: string; AllManagedPackageMemberId?: ID; ChangeEventType?: ChangeEventType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldApiName?: string; IntegrationProviderDef?: IntegrationProviderDef; IntegrationProviderDefId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectApiName?: string; RelatedFieldName?: string; SystemModstamp?: Date; }; export type ObjectHierarchyRelationship = Metadata & sObject & { childObjectMapping?: ObjectMapping; childObjectMappingId?: string; inputObjRecordsGrpFieldName?: string; mappingType?: ObjHierarchyMappingType; masterLabel?: string; outputPntRelationshipFieldName?: string; parentObjectMapping: ObjectMapping; parentObjectMappingId?: string; parentRecord?: string; parentRelationshipFieldName?: string; sourceReferenceRelaFieldName?: string; usageType: MappingUsageType; ChildObjectMapping?: ObjectMapping; ChildObjectMappingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; InputObjRecordsGrpFieldName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappingType?: ObjHierarchyMappingType; MasterLabel?: string; Metadata?: ObjectHierarchyRelationship; ModuleNamespace?: string; OutputPntRelationshipFieldName?: string; ParentObjectMapping?: ObjectMapping; ParentObjectMappingId?: ID; ParentRecord?: ObjectHierarchyRelationship; ParentRecordId?: ID; ParentRelationshipFieldName?: string; SourceReferenceRelaFieldName?: string; SystemModstamp?: Date; UsageType?: MappingUsageType; }; 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 & sObject & { applicationType?: OcrApplicationType; contentAsset?: string; documentHeight?: number; documentType: string; masterLabel: string; ocrSampleDocumentFields: OcrSampleDocumentField[]; ocrSampleDocumentPages: OcrSampleDocumentPage[]; AllManagedPackageMemberId?: ID; ApplicationType?: OcrApplicationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DocumentHeight?: number; DocumentSignature?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OcrSampleDocument; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type OcrSampleDocumentField = sObject & { 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; AllManagedPackageMemberId?: ID; CellColumnNumber?: number; CellColumnSpanValue?: number; CellRowNumber?: number; CellRowSpanValue?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldLabelMaxX?: number; FieldLabelMaxY?: number; FieldLabelMinX?: number; FieldLabelMinY?: number; FieldValueMaxX?: number; FieldValueMaxY?: number; FieldValueMinX?: number; FieldValueMinY?: number; FieldValueName?: string; IsAutoExtracted?: boolean; IsDeleted?: boolean; ItemType?: ItemType; KeyContent?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrSampleDocument?: OcrSampleDocument; OcrSampleDocumentId?: ID; OcrSampleDocumentPage?: OcrSampleDocumentPage; OcrSampleDocumentPageId?: ID; OcrSampleDocumentPageItem?: OcrSampleDocumentPageItem; OcrSampleDocumentPageItemId?: ID; SystemModstamp?: Date; }; export type OcrSampleDocumentPageItem = sObject & { hasHeader?: boolean; sequenceNumber: number; title?: string; type: ItemType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; HasHeader?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrSampleDocumentPage?: OcrSampleDocumentPage; OcrSampleDocumentPageId?: ID; SequenceNumber?: number; SystemModstamp?: Date; Title?: string; Type?: ItemType; }; export type OcrSampleDocumentPage = sObject & { ocrSampleDocument: string; ocrSampleDocumentPageItems: OcrSampleDocumentPageItem[]; pageHeight?: number; pageNumber: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrSampleDocument?: OcrSampleDocument; OcrSampleDocumentId?: ID; PageHeight?: number; PageNumber?: number; PageSignature?: string; SystemModstamp?: Date; }; export type OcrTemplate = Metadata & sObject & { active?: boolean; description?: string; documentType: string; masterLabel: string; ocrTargetObjects: OcrTargetObject[]; ocrTemplateSampleDocuments: OcrTemplateSampleDocument[]; pageCount?: number; templateName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OcrTemplate; ModuleNamespace?: string; NamespacePrefix?: string; OcrTemplateTargetObjectDetails?: QueryResult; PageCount?: number; SystemModstamp?: Date; TemplateName?: string; }; export type OcrTargetObject = sObject & { ocrTargetObjFieldMappings: OcrTargetObjFieldMapping[]; targetObject: string; targetObjectRecordType?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrTemplate?: OcrTemplate; OcrTemplateId?: ID; SystemModstamp?: Date; TargetObject?: string; TargetObjectRecordType?: string; TargetObjectSequence?: number; }; export type OcrTargetObjFieldMapping = sObject & { ocrSampleDocField?: OcrSampleDocumentField; targetField: string; type: OcrMappingType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrSampleDocField?: OcrSampleDocumentField; OcrSampleDocFieldId?: ID; OcrTargetObject?: OcrTargetObject; OcrTargetObjectId?: ID; SystemModstamp?: Date; TargetField?: string; Type?: OcrMappingType; }; export type OcrTemplateSampleDocument = sObject & { ocrSampleDocument?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OcrSampleDocument?: OcrSampleDocument; OcrSampleDocumentId?: ID; OcrTemplate?: OcrTemplate; OcrTemplateId?: ID; SystemModstamp?: Date; }; 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 & sObject & { description?: string; developerName: string; isActive: boolean; masterLabel: string; omniExtTrackingDefKey?: string; omniExtTrackingEventDefs: OmniExtTrackingEventDef[]; trackingFrameworkInformation: string; trackingServiceProvider: ExternalTrackingVendor; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExtTrackingConfigDefs?: QueryResult; Fullname?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniExtTrackingDef; ModuleNamespace?: string; OmniExtTrackingDefKey?: string; OmniExtTrackingDefs?: QueryResult; SystemModstamp?: Date; TrackingFrameworkInformation?: string; TrackingServiceProvider?: ExternalTrackingVendor; }; export type OmniExtTrackingEventDef = Metadata & sObject & { componentType: OmniAnalyticsComponentType; description?: string; developerName: string; inclusionRule: string; masterLabel: string; omniExtTrackingDef?: string; omniExtTrackingEventDefKey?: string; payloadTemplate: string; ComponentType?: OmniAnalyticsComponentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; InclusionRule?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniExtTrackingEventDef; ModuleNamespace?: string; OmniExtTrackingDef?: OmniExtTrackingDef; OmniExtTrackingDefId?: ID; OmniExtTrackingEventDefKey?: string; PayloadTemplate?: string; SystemModstamp?: Date; }; 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 & sObject & { 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; AllManagedPackageMemberId?: ID; ConfigName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsAsyncCardCachingEnabled?: boolean; IsCardApexRemoteDisabled?: boolean; IsCardCacheDisabled?: boolean; IsCardDataTfrmDisabled?: boolean; IsCardIntegrationProcDisabled?: boolean; IsCardRestApiDisabled?: boolean; IsCardSoqlDisabled?: boolean; IsCardSoslDisabled?: boolean; IsCardStreamingApiDisabled?: boolean; IsDataTfrmEncrpFieldsDisabled?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OmniInteractionAccessConfig; ModuleNamespace?: string; NamespacePrefix?: string; SetupOwner?: sObject; SetupOwnerId?: ID; SystemModstamp?: Date; }; export type OmniInteractionConfig = Metadata & sObject & { masterLabel: string; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OmniInteractionConfig; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; 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 OmniSupervisorConfig = Metadata & sObject & { isTimelineHidden: boolean; masterLabel: string; omniSpvsrConfigAIAgent: OmniSpvsrConfigAIAgent[]; omniSupervisorConfigAction: OmniSupervisorConfigAction[]; omniSupervisorConfigGroup: OmniSupervisorConfigGroup[]; omniSupervisorConfigProfile: OmniSupervisorConfigProfile[]; omniSupervisorConfigQueue: OmniSupervisorConfigQueue[]; omniSupervisorConfigSkill: OmniSupervisorConfigSkill[]; omniSupervisorConfigTab: OmniSupervisorConfigTab[]; omniSupervisorConfigUser: OmniSupervisorConfigUser[]; skillVisibility?: OmniSuperSkillVisibilityType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsTimelineHidden?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniSupervisorConfig; ModuleNamespace?: string; SkillVisibility?: OmniSuperSkillVisibilityType; SystemModstamp?: Date; }; 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 & sObject & { componentType: OmniAnalyticsComponentType; componentVersion: number; developerName: string; masterLabel: string; omniTrackingComponentDefKey?: string; omniTrackingGroup?: string; ComponentType?: OmniAnalyticsComponentType; ComponentVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniTrackingComponentDef; ModuleNamespace?: string; OmniTrackingComponentDefKey?: string; OmniTrackingGroup?: OmniTrackingGroup; OmniTrackingGroupId?: ID; SystemModstamp?: Date; }; export type OmniTrackingGroup = Metadata & sObject & { description?: string; developerName: string; endDate?: Date; groupType: OmniTrackingGroupType; isActive: boolean; masterLabel: string; maxAgeInDays?: number; omniExtTrackingDef?: string; omniTrackingComponentDefs: OmniTrackingComponentDef[]; omniTrackingGroupKey?: string; startDate?: Date; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EndDate?: Date; Fullname?: string; GroupType?: OmniTrackingGroupType; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxAgeInDays?: number; Metadata?: OmniTrackingGroup; ModuleNamespace?: string; OmniExtTrackingDef?: OmniExtTrackingDef; OmniExtTrackingDefId?: ID; OmniTrackingGroupKey?: string; OmniTrackingGroups?: QueryResult; StartDate?: Date; SystemModstamp?: 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 OpptStageDescription = Metadata & sObject & { description: string; isProtected?: boolean; masterLabel: string; opportunityStageApiName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; OpportunityStageApiName?: string; SystemModstamp?: Date; }; export type Orchestration = Metadata & { context: string; masterLabel: 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 OutboundNetworkConnection = Metadata & sObject & { connectionType: ExternalConnectionType; description?: string; isActive: boolean; label: string; outboundNetworkConnProperties: OutboundNetworkConnProperty[]; status: ExternalConnectionStatus; AllManagedPackageMemberId?: ID; ConnectionType?: ExternalConnectionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OutboundNetworkConnection; ModuleNamespace?: string; NamespacePrefix?: string; OutboundNetworkConnProperties?: QueryResult; Status?: ExternalConnectionStatus; SystemModstamp?: Date; }; export type OutboundNetworkConnProperty = sObject & { propertyName: OutboundConnPropertyName; propertyValue: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OutboundNetworkConnection?: OutboundNetworkConnection; OutboundNetworkConnectionId?: ID; PropertyName?: OutboundConnPropertyName; PropertyValue?: string; SystemModstamp?: Date; }; export type ParticipantRole = Metadata & sObject & { defaultAccessLevel: ParticipantRoleAccessLevel; isActive?: boolean; masterLabel: string; parentObject: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultAccessLevel?: ParticipantRoleAccessLevel; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ParentObject?: string; SharingUpdateStatus?: ParticipantRoleSharingUpdateStatus; SystemModstamp?: Date; }; export type PathAssistant = Metadata & sObject & { active: boolean; entityName: string; fieldName: string; masterLabel: string; pathAssistantSteps: PathAssistantStep[]; recordTypeName: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; IsMasterRecordType?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PathAssistant; ModuleNamespace?: string; NamespacePrefix?: string; PathAssistantStepItems?: QueryResult; RecordType?: RecordType; RecordTypeId?: ID; SobjectProcessField?: string; SobjectType?: string; SystemModstamp?: Date; }; export type PathAssistantStep = { fieldNames: string[]; info?: string; picklistValueName: string; }; export type PaymentGatewayProvider = Metadata & sObject & { apexAdapter?: string; comments?: string; gatewayType?: GatewayType; idempotencySupported: IdempotencySupportStatus; masterLabel: string; AllManagedPackageMemberId?: ID; ApexAdapter?: ApexClass; ApexAdapterId?: ID; Comments?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IdempotencySupported?: IdempotencySupportStatus; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastViewedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PaymentGatewayProvider; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type PermissionSet = Metadata & sObject & { 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[]; AllManagedPackageMemberId?: ID; Assignments?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; HasActivationRequired?: boolean; IsCustom?: boolean; IsOwnedByProfile?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; License?: sObject; LicenseId?: ID; ManageableState?: ManageableState; Name?: string; NamespacePrefix?: string; PermissionSetGroup?: PermissionSetGroup; PermissionSetGroupComponents?: QueryResult; PermissionSetGroupId?: ID; PermissionsADSEnabledOnFSMobile?: boolean; PermissionsAECommunityAccess?: boolean; PermissionsAIAgentAccessProviderMatching?: boolean; PermissionsAICommerceAgentUser?: boolean; PermissionsAICreateInsightObjects?: boolean; PermissionsAISearchAdmin?: boolean; PermissionsAISearchUser?: boolean; PermissionsAITestingUser?: boolean; PermissionsAIViewInsightObjects?: boolean; PermissionsAIWorkbenchUser?: boolean; PermissionsAcceptRiskForProblems?: boolean; PermissionsAccessActivation?: boolean; PermissionsAccessActivitiesTab?: boolean; PermissionsAccessAdvisingSummary?: boolean; PermissionsAccessAgentforceForEducationCloud?: boolean; PermissionsAccessAgentforceForFundraising?: boolean; PermissionsAccessAnypointPlatform?: boolean; PermissionsAccessApplication?: boolean; PermissionsAccessApplicationFormObjects?: boolean; PermissionsAccessBankingRelationshipAssistance?: boolean; PermissionsAccessBankingServiceAgent?: boolean; PermissionsAccessBudgetManagement?: boolean; PermissionsAccessCMC?: boolean; PermissionsAccessCdpApp?: boolean; PermissionsAccessCdpDataExplorer?: boolean; PermissionsAccessCdpProfileExplorer?: boolean; PermissionsAccessCollectionsAgent?: boolean; PermissionsAccessContentBuilder?: boolean; PermissionsAccessCustomerDataCloudSetup?: boolean; PermissionsAccessDispatchConsoleMap?: boolean; PermissionsAccessDisputePrompts?: boolean; PermissionsAccessEduCloudAdvncdAcadOperExprcCloud?: boolean; PermissionsAccessEducationCloud?: boolean; PermissionsAccessEducationCloudAsGuest?: boolean; PermissionsAccessEducationCloudCmty?: boolean; PermissionsAccessEducationCloudReview?: boolean; PermissionsAccessEinsteinAcademicInsights?: boolean; PermissionsAccessEinsteinAutofill?: boolean; PermissionsAccessEpidemiologistDshbrd?: boolean; PermissionsAccessExtlAgtfrceForNprftCloud?: boolean; PermissionsAccessFinancialAccounts?: boolean; PermissionsAccessFundraisingCmty?: boolean; PermissionsAccessGenUiCanvas?: boolean; PermissionsAccessGeniePlatform?: boolean; PermissionsAccessIdpCrudApi?: boolean; PermissionsAccessIdpUi?: boolean; PermissionsAccessKnowledgeSpace?: boolean; PermissionsAccessOrchestrationObjects?: boolean; PermissionsAccessPSPasCaseAgents?: boolean; PermissionsAccessPSPasProgramLead?: boolean; PermissionsAccessPolicyAgent?: boolean; PermissionsAccessProgramManagementAsGuest?: boolean; PermissionsAccessProviderSummarization?: boolean; PermissionsAccessPublicSectorAgentforce?: boolean; PermissionsAccessPublicSectrAdvGenerativeAI?: boolean; PermissionsAccessPulseChecks?: boolean; PermissionsAccessRecordEngagementActions?: boolean; PermissionsAccessSegment?: boolean; PermissionsAccessServiceEinstein?: boolean; PermissionsAccessSfDrive?: boolean; PermissionsAccessStuFinancials?: boolean; PermissionsAccessStuFinancialsCmty?: boolean; PermissionsAccessStudyStartupAsstAgent?: boolean; PermissionsAccessTlntRcrtMgmtAgentforce?: boolean; PermissionsAccessToComplaintAgent?: boolean; PermissionsAccessToComplaintMgmt?: boolean; PermissionsAccessToDisputeManagement?: boolean; PermissionsAccessToServiceProcess?: boolean; PermissionsAccessTrialInfoGuestUser?: boolean; PermissionsAccessVolunteerManagementAsGuest?: boolean; PermissionsAccessWalkthroughs?: boolean; PermissionsAccessWealthAdvisorAgent?: boolean; PermissionsAccessZeroDeployment?: boolean; PermissionsAccountAddressManager?: boolean; PermissionsAccountSwitcherUser?: boolean; PermissionsAccountingJobUser?: boolean; PermissionsAccountingSubledgerAdmin?: boolean; PermissionsAccountingSubledgerStarterUser?: boolean; PermissionsAccsEmployeeServiceCopilot?: boolean; PermissionsAccsPtntSuptPgmUseEinstein?: boolean; PermissionsActionPlansUserAccess?: boolean; PermissionsActionableListCompUser?: boolean; PermissionsActionableListConfigUser?: boolean; PermissionsActionableListCreator?: boolean; PermissionsActionableListUser?: boolean; PermissionsActivateContract?: boolean; PermissionsActivateDeactivateNonSetupFlow?: boolean; PermissionsActivateOrder?: boolean; PermissionsActivateSystemModeFlows?: boolean; PermissionsActivateTenantSchemaChanges?: boolean; PermissionsActivitiesAccess?: boolean; PermissionsActivitiesSideBar?: boolean; PermissionsAddAnalyticsRemoteConnections?: boolean; PermissionsAddAsgntElmntToNonSetupFlow?: boolean; PermissionsAddCollFltrElmntToNonSetupFlow?: boolean; PermissionsAddCollSrtElmntToNonSetupFlow?: boolean; PermissionsAddCreaRecElmntToNonSetupFlow?: boolean; PermissionsAddDecisionElmntNonSetupFlow?: boolean; PermissionsAddDelRecElmntToNonSetupFlow?: boolean; PermissionsAddDirectMessageMembers?: boolean; PermissionsAddGetRecElmntToNonSetupFlow?: boolean; PermissionsAddLoopElmntToNonSetupFlow?: boolean; PermissionsAddPathExprmElmntNonSetupFlow?: boolean; PermissionsAddSubflowElmntToNonSetupFlow?: boolean; PermissionsAddTrfmElmntToNonSetupFlow?: boolean; PermissionsAddUpdtRecElmntToNonSetupFlow?: boolean; PermissionsAddWaitToNonSetupFlow?: boolean; PermissionsAddWaveNotificationRecipients?: boolean; PermissionsAdminAnalyticsUser?: boolean; PermissionsAdminProvisioning?: boolean; PermissionsAdministerLifeSciKeyAccountMgmt?: boolean; PermissionsAdministerLifeSciSampleLimits?: boolean; PermissionsAdoptionAnalyticsUser?: boolean; PermissionsAdvancedCsvDataImportUser?: boolean; PermissionsAdvancedPricingUser?: boolean; PermissionsAgentforceDS?: boolean; PermissionsAgentforceDSCaseClassification?: boolean; PermissionsAgentforceDiseaseSurveillanceIDP?: boolean; PermissionsAgentforceSchedulingSupervisorView?: boolean; PermissionsAgentforceServiceAgentUser?: boolean; PermissionsAllowAIAccelerator?: boolean; PermissionsAllowBotInboxFeatureAccess?: boolean; PermissionsAllowDCHAgents?: boolean; PermissionsAllowDCHEnGpt?: boolean; PermissionsAllowDCHEnGptAccuracy?: boolean; PermissionsAllowDCHEnGptSearch?: boolean; PermissionsAllowDeleteDandBCompany?: boolean; PermissionsAllowERIBasicAccess?: boolean; PermissionsAllowERIGrowthAccess?: boolean; PermissionsAllowERIStarterAccess?: boolean; PermissionsAllowERITwitterAccess?: boolean; PermissionsAllowEmailIC?: boolean; PermissionsAllowGnrcDisclsFrmwk?: boolean; PermissionsAllowIndustriesCSVDataLoading?: boolean; PermissionsAllowLightningLogin?: boolean; PermissionsAllowMaterialityAssessment?: boolean; PermissionsAllowNZCAgents?: boolean; PermissionsAllowNZCEN?: boolean; PermissionsAllowNZCENCarbonAccounting?: boolean; PermissionsAllowNZCENGPTDCHIL?: boolean; PermissionsAllowNZCENScope3ProcHub?: boolean; PermissionsAllowNZCMngEsgPgm?: boolean; PermissionsAllowOCIAvailabilityAPIs?: boolean; PermissionsAllowReadDandBCompany?: boolean; PermissionsAllowSCBEI?: boolean; PermissionsAllowSCCalcAndLock?: boolean; PermissionsAllowSCCarbonAccounting?: boolean; PermissionsAllowSCCarbonCreditAlloc?: boolean; PermissionsAllowSCCmtyExtEngMgmt?: boolean; PermissionsAllowSCCreditSync?: boolean; PermissionsAllowSCDGF?: boolean; PermissionsAllowSCEmssnsForecasting?: boolean; PermissionsAllowSCExpansionUseCase?: boolean; PermissionsAllowSCExternalEngMgmt?: boolean; PermissionsAllowSCSNGManagement?: boolean; PermissionsAllowSCScope3Hub?: boolean; PermissionsAllowSCSnGAffiliates?: boolean; PermissionsAllowSCTargetSetting?: boolean; PermissionsAllowSCWasteManagement?: boolean; PermissionsAllowSCWaterManagement?: boolean; PermissionsAllowSFDCToAdminOrg?: boolean; PermissionsAllowSurveyAdvancedFeatures?: boolean; PermissionsAllowSurveyLimitedAdvFeatures?: boolean; PermissionsAllowUniversalSearch?: boolean; PermissionsAllowVectorSearch?: boolean; PermissionsAllowViewEditConvertedLeads?: boolean; PermissionsAllowViewKnowledge?: boolean; PermissionsAllowVisitRecommendation?: boolean; PermissionsAlumniCommunityPages?: boolean; PermissionsAmendAssets?: boolean; PermissionsAnalyticsBackupFileAccess?: boolean; PermissionsAnalyticsPublicGalleryUser?: boolean; PermissionsAnalyticsQueryServiceConsumer?: boolean; PermissionsAnalyticsWatchUser?: boolean; PermissionsApexRestServices?: boolean; PermissionsApiEnabled?: boolean; PermissionsApiImpersonateUser?: boolean; PermissionsApiUserOnly?: boolean; PermissionsAppFrameworkManageApp?: boolean; PermissionsAppFrameworkManageTemplate?: boolean; PermissionsAppFrameworkViewApp?: boolean; PermissionsApplicantCommunityPages?: boolean; PermissionsAppointmentBookingUserAccess?: boolean; PermissionsApprovalAdmin?: boolean; PermissionsApprovalDesigner?: boolean; PermissionsApproveContract?: boolean; PermissionsApproveOrder?: boolean; PermissionsArchiveAbort?: boolean; PermissionsArchiveAnalyzer?: boolean; PermissionsArchiveOverrideWidgetSharingRules?: boolean; PermissionsArchiveSettings?: boolean; PermissionsAssessmentPlatformUser?: boolean; PermissionsAssessmentQuestionGeneration?: boolean; PermissionsAssignPermissionSets?: boolean; PermissionsAssignPublicGroups?: boolean; PermissionsAssignQueues?: boolean; PermissionsAssignRoles?: boolean; PermissionsAssignTopics?: boolean; PermissionsAssignUserToSkill?: boolean; PermissionsAssocChgRqstAndProb?: boolean; PermissionsAssocIncAndChgRqst?: boolean; PermissionsAssocIncAndProb?: boolean; PermissionsAssocRelAndChgRqst?: boolean; PermissionsAssocRelAndInc?: boolean; PermissionsAssocRelAndProb?: boolean; PermissionsAssociationEngineUserAccess?: boolean; PermissionsAttributionModelUser?: boolean; PermissionsAuditInventoryCountAssessments?: boolean; PermissionsAuthorApex?: boolean; PermissionsAuthorizePayments?: boolean; PermissionsAutoBdrUserPerm?: boolean; PermissionsAutofillAdmin?: boolean; PermissionsAutofillUser?: boolean; PermissionsAutomateEmailContent?: boolean; PermissionsAutomatedActionsUser?: boolean; PermissionsAutomaticActivityCapture?: boolean; PermissionsAutonomousAnalyticsAuditor?: boolean; PermissionsAutonomousAnalyticsPrivacy?: boolean; PermissionsB2BCommerceIntegrator?: boolean; PermissionsB2BCommerceSuperUser?: boolean; PermissionsB2BCommerceUser?: boolean; PermissionsB2BMarketingAnalyticsUser?: boolean; PermissionsB2CCommerceUser?: boolean; PermissionsB2bmaAppUser?: boolean; PermissionsB2bmaIntegrationUser?: boolean; PermissionsBACommunityAccess?: boolean; PermissionsBREAlertsUserAccess?: boolean; PermissionsBVCommunityAccess?: boolean; PermissionsBehavioralHealthAppUserAccess?: boolean; PermissionsBenefitManagementAccess?: boolean; PermissionsBillingBatchFilterCriteriaAccess?: boolean; PermissionsBillingInvoiceSuperUser?: boolean; PermissionsBillingParameterUpdateAccess?: boolean; PermissionsBillingPaymentApiUser?: boolean; PermissionsBillingRefundApiUser?: boolean; PermissionsBillingSetupAccess?: boolean; PermissionsBillingTransactionToBSApiUser?: boolean; PermissionsBookServiceAppntExpCloud?: boolean; PermissionsBookServiceAppointment?: boolean; PermissionsBotManageBots?: boolean; PermissionsBotManageBotsTrainingData?: boolean; PermissionsBranchManagementUserAccess?: boolean; PermissionsBroadcaster?: boolean; PermissionsBulkApiHardDelete?: boolean; PermissionsBulkMacrosAllowed?: boolean; PermissionsBusinessHierarchyUser?: boolean; PermissionsBypassEmailApproval?: boolean; PermissionsBypassMFAForUiLogins?: boolean; PermissionsCCMCommunityAccess?: boolean; PermissionsCCMFieldAccess?: boolean; PermissionsCCUserHasBillingAccount?: boolean; PermissionsCCUserHasEAndUProgramAccess?: boolean; PermissionsCCUserHasEUCore?: boolean; PermissionsCDEPolicy?: boolean; PermissionsCDPDataManagerConsumer?: boolean; PermissionsCGCTradePromotionManagement?: boolean; PermissionsCIPartnerIntegrationUser?: boolean; PermissionsCMESales?: boolean; PermissionsCMSECEAuthoringAccess?: boolean; PermissionsCallCoachingUser?: boolean; PermissionsCallExplorer?: boolean; PermissionsCallSummarization?: boolean; PermissionsCalmSobjectAccessUser?: boolean; PermissionsCampDesignerSettingsSetup?: boolean; PermissionsCampaignInfluence2?: boolean; PermissionsCanAccessCE?: boolean; PermissionsCanApproveFeedPost?: boolean; PermissionsCanApproveUninstalledApps?: boolean; PermissionsCanDisableConnectedApps?: boolean; PermissionsCanDisablePackages?: boolean; PermissionsCanDoActAsUser?: boolean; PermissionsCanEditDataPrepRecipe?: boolean; PermissionsCanEditPrompts?: boolean; PermissionsCanExitFlowViaAPI?: boolean; PermissionsCanInitiateMessagingSessions?: boolean; PermissionsCanInsertFeedSystemFields?: boolean; PermissionsCanManageMaps?: boolean; PermissionsCanMarketingUserDebugFlow?: boolean; PermissionsCanRunAnalysis?: boolean; PermissionsCanSave?: boolean; PermissionsCanSendInitialSMSToIndividual?: boolean; PermissionsCanToggleCallRecordings?: boolean; PermissionsCanTranslateScrt2Conversation?: boolean; PermissionsCanUpdateEmailMessage?: boolean; PermissionsCanUseDshbdWoSameUsrLic?: boolean; PermissionsCanUseNewDashboardBuilder?: boolean; PermissionsCanVerifyComment?: boolean; PermissionsCanViewDataPrepRecipe?: boolean; PermissionsCanWriteWithAiScrt2Conversation?: boolean; PermissionsCancelAssets?: boolean; PermissionsCaptureAndReversePayments?: boolean; PermissionsCareManagementUserAccess?: boolean; PermissionsCarePlansAccess?: boolean; PermissionsCaseProceedingsAccess?: boolean; PermissionsCaseReferralAccess?: boolean; PermissionsCaseWrapUpUser?: boolean; PermissionsCdcReportingCreateReports?: boolean; PermissionsCdcReportingManageFolders?: boolean; PermissionsCdcReportingViewReports?: boolean; PermissionsCdpConnectionManagementUser?: boolean; PermissionsChainOfCustodyUser?: boolean; PermissionsChampionUser?: boolean; PermissionsChangeAdminPerm?: boolean; PermissionsChangeDashboardColors?: boolean; PermissionsChangeFulfillerPerm?: boolean; PermissionsChangeManagerPerm?: boolean; PermissionsChangeRequestConflictDetectionUser?: boolean; PermissionsChangeRequesterPerm?: boolean; PermissionsChangeTargetAssignee?: boolean; PermissionsChannelPartnerInventoryReadOnlyUser?: boolean; PermissionsChatterComposeUiCodesnippet?: boolean; PermissionsChatterEditOwnPost?: boolean; PermissionsChatterEditOwnRecordPost?: boolean; PermissionsChatterEnabledForUser?: boolean; PermissionsChatterInternalUser?: boolean; PermissionsChatterInviteExternalUsers?: boolean; PermissionsChatterOwnGroups?: boolean; PermissionsCidbPermission?: boolean; PermissionsCitrixVDIPlatform?: boolean; PermissionsClaimManagementAdmin?: boolean; PermissionsClaimManagementUser?: boolean; PermissionsClaimUnclaimNumber?: boolean; PermissionsClauseDEUser?: boolean; PermissionsClauseDesigner?: boolean; PermissionsClauseUser?: boolean; PermissionsClientSecretRotation?: boolean; PermissionsCloseConversations?: boolean; PermissionsCodeBuilderUser?: boolean; PermissionsCollectionAgent?: boolean; PermissionsCollectionAssigner?: boolean; PermissionsCollectionsAndRecoveryAdmin?: boolean; PermissionsCollectionsAndRecoverySpecialist?: boolean; PermissionsCombAuthAndCapPayments?: boolean; PermissionsCommandCenterUser?: boolean; PermissionsCommerceC360AdminUser?: boolean; PermissionsCommerceEntitlementIntegrator?: boolean; PermissionsCommerceShipmentIntegrator?: boolean; PermissionsCommerceTaxApiUser?: boolean; PermissionsCompareUsingEinstein?: boolean; PermissionsComplaintsManagementAccess?: boolean; PermissionsComplianceAdminUser?: boolean; PermissionsComplianceUser?: boolean; PermissionsComputeAccess?: boolean; PermissionsComputeProductionAccess?: boolean; PermissionsConductEvaluations?: boolean; PermissionsConfigCompliantDataSharing?: boolean; PermissionsConfigCustomRecs?: boolean; PermissionsConfigFlexibleHierarchies?: boolean; PermissionsConfigureCCTarget?: boolean; PermissionsConfigureCommunicationCapping?: boolean; PermissionsConfigureDataspaceScope?: boolean; PermissionsConfigureLiveMessage?: boolean; PermissionsConfigureMerchantAccounts?: boolean; PermissionsConfigurePayments?: boolean; PermissionsConfigureScopedAccess?: boolean; PermissionsConnectOrgToEnvironmentHub?: boolean; PermissionsConsentApiUpdate?: boolean; PermissionsConsentBannerSettingsSetup?: boolean; PermissionsConsoleTab?: boolean; PermissionsConsumerSalesUser?: boolean; PermissionsContactCenterAgentUserAccess?: boolean; PermissionsContactCenterUserAccess?: boolean; PermissionsContactInspectorUser?: boolean; PermissionsContentAdministrator?: boolean; PermissionsContentHubUploadAWSS3User?: boolean; PermissionsContentHubUser?: boolean; PermissionsContentWorkspaces?: boolean; PermissionsContextServiceAdmin?: boolean; PermissionsContextServiceEmbedAdmin?: boolean; PermissionsContextServiceRuntime?: boolean; PermissionsContractManagementCCPlusDEUser?: boolean; PermissionsContractMgmtAdmin?: boolean; PermissionsContractMgmtRuntime?: boolean; PermissionsContractMgmtRuntimePC?: boolean; PermissionsContractorHasEUProgramAccess?: boolean; PermissionsContractorHasWorkReportAccess?: boolean; PermissionsContractsAIClauseDesigner?: boolean; PermissionsContractsAIRuntimeUser?: boolean; PermissionsConvExplorerViewer?: boolean; PermissionsConversationCatchupUser?: boolean; PermissionsConversationMining?: boolean; PermissionsConvertLeads?: boolean; PermissionsCoordinateClinicalTrials?: boolean; PermissionsCoordinateClnclTrialExprcUsr?: boolean; PermissionsCoreCPQUser?: boolean; PermissionsCorePricingAdmin?: boolean; PermissionsCorePricingDesignTimeUser?: boolean; PermissionsCorePricingManager?: boolean; PermissionsCorePricingRunTimeUser?: boolean; PermissionsCosellAuthSetupUser?: boolean; PermissionsCosellExportUser?: boolean; PermissionsCountInventory?: boolean; PermissionsCpqIntegrationUser?: boolean; PermissionsCreateAEOTemplate?: boolean; PermissionsCreateAuditFields?: boolean; PermissionsCreateClosePlan?: boolean; PermissionsCreateCustomizeDashboards?: boolean; PermissionsCreateCustomizeFilters?: boolean; PermissionsCreateCustomizeReports?: boolean; PermissionsCreateDPEDefinitionWithDerivedFields?: boolean; PermissionsCreateDashboardFolders?: boolean; PermissionsCreateEditNonSetupFlow?: boolean; PermissionsCreateLtngTempFolder?: boolean; PermissionsCreateLtngTempInPub?: boolean; PermissionsCreateModActTrigNonSetupFlow?: boolean; PermissionsCreateModAutEvtNonSetupFlow?: boolean; PermissionsCreateModDGTrigNonSetupFlow?: boolean; PermissionsCreateModFormTrigNonSetupFlow?: boolean; PermissionsCreateModIndRecNonSetupFlow?: boolean; PermissionsCreateModOnDemandNonSetupFlow?: boolean; PermissionsCreateModSgmtTrigNonSetupFlow?: boolean; PermissionsCreatePackaging?: boolean; PermissionsCreateQuickCadence?: boolean; PermissionsCreateReductionOrder?: boolean; PermissionsCreateReportFolders?: boolean; PermissionsCreateReportInLightning?: boolean; PermissionsCreateStandardCadence?: boolean; PermissionsCreateTelemetryDefinitionTemplates?: boolean; PermissionsCreateTopics?: boolean; PermissionsCreateUpdateSDDDataset?: boolean; PermissionsCreateUpdateSDDStory?: boolean; PermissionsCreateWorkBadgeDefinition?: boolean; PermissionsCreateWorkspaces?: boolean; PermissionsCreditMemoAPIUser?: boolean; PermissionsCrisisCenterUserAccess?: boolean; PermissionsCrossCloudCsiAdmin?: boolean; PermissionsCrossCloudCsiUser?: boolean; PermissionsCrossObjChangelogPlatformUser?: boolean; PermissionsCustomAppsOnFSMobile?: boolean; PermissionsCustomMobileAppsAccess?: boolean; PermissionsCustomSidebarOnAllPages?: boolean; PermissionsCustomTabBarOnMobile?: boolean; PermissionsCustomerMetricsSubmissionUser?: boolean; PermissionsCustomizeApplication?: boolean; PermissionsDCHGoogleAddOnAuthor?: boolean; PermissionsDCHGoogleAddOnDesigner?: boolean; PermissionsDCHMSO365AddInAuthor?: boolean; PermissionsDCHMSO365AddInDesigner?: boolean; PermissionsDFODesignerUser?: boolean; PermissionsDFOManagerOperatorUser?: boolean; PermissionsDROOrchestrateTransactionUser?: boolean; PermissionsDROOrderSubmitInitiateUser?: boolean; PermissionsDataCleanRoomQueryAccess?: boolean; PermissionsDataCleanRoomReadAccess?: boolean; PermissionsDataCleanRoomSetupAccess?: boolean; PermissionsDataCleanRoomWriteAccess?: boolean; PermissionsDataDetectUserPerm?: boolean; PermissionsDataExport?: boolean; PermissionsDataPipelinesAppConsumer?: boolean; PermissionsDataPrepPilotUser?: boolean; PermissionsDealAgentAutonomousUser?: boolean; PermissionsDebitMemoAPIUser?: boolean; PermissionsDebugApex?: boolean; PermissionsDecimalQuantityDesigntime?: boolean; PermissionsDecimalQuantityRuntime?: boolean; PermissionsDecisionTableExecUserAccess?: boolean; PermissionsDefenseIntegrationReserveOne?: boolean; PermissionsDeferSharingCalculations?: boolean; PermissionsDefineArchivePolicy?: boolean; PermissionsDefinePurgePolicy?: boolean; PermissionsDelegateHubEnvironmentManagement?: boolean; PermissionsDelegatedContactCenterAdmin?: boolean; PermissionsDelegatedPortalUserAdmin?: boolean; PermissionsDelegatedTwoFactor?: boolean; PermissionsDeleteActivatedContract?: boolean; PermissionsDeleteChangeRequest?: boolean; PermissionsDeleteCrMemoAndInvoice?: boolean; PermissionsDeleteDraftAndCanceledInvoices?: boolean; PermissionsDeleteEventMonitoringData?: boolean; PermissionsDeleteFieldHistory?: boolean; PermissionsDeleteFieldHistoryArchive?: boolean; PermissionsDeleteIncident?: boolean; PermissionsDeleteNonDraftSalesAgreement?: boolean; PermissionsDeleteNonSetupFlow?: boolean; PermissionsDeleteProblem?: boolean; PermissionsDeleteRelease?: boolean; PermissionsDeleteRevenueRecords?: boolean; PermissionsDeleteSalesforceFiles?: boolean; PermissionsDeleteTopics?: boolean; PermissionsDerivedPricing?: boolean; PermissionsDesignActnableEvntOrchProcess?: boolean; PermissionsDesignContextRule?: boolean; PermissionsDesignNotifications?: boolean; PermissionsDesignTelemetryDefinitionsAndActions?: boolean; PermissionsDfoAdminUser?: boolean; PermissionsDialerBasicInbound?: boolean; PermissionsDialerBasicOutbound?: boolean; PermissionsDigitalAgentUser?: boolean; PermissionsDigitalInsGrpBenAdvncdCensusMgmtUser?: boolean; PermissionsDigitalInsGrpBenAdvncdEnrollmentUser?: boolean; PermissionsDigitalInsGrpBenCensusMgmtUser?: boolean; PermissionsDigitalInsGrpBenContractUser?: boolean; PermissionsDigitalInsGrpBenEnrollmentUser?: boolean; PermissionsDigitalInsGrpBenQuoteUser?: boolean; PermissionsDigitalInsurancePolicyAdminUser?: boolean; PermissionsDigitalInsuranceProductAdmin?: boolean; PermissionsDigitalInsuranceRunTimeProductAdmin?: boolean; PermissionsDigitalLendingAdminUser?: boolean; PermissionsDigitalLendingEditReadOnly?: boolean; PermissionsDigitalLendingIndiaAdminUser?: boolean; PermissionsDigitalLendingUser?: boolean; PermissionsDigitalLendingWorkbench?: boolean; PermissionsDisbursementUserAccess?: boolean; PermissionsDiscoUser?: boolean; PermissionsDiscoverProspectsUser?: boolean; PermissionsDiseaseSurveillance?: boolean; PermissionsDiseaseSurveillanceCmtyAccess?: boolean; PermissionsDistributeFromPersWksp?: boolean; PermissionsDivisionAffected?: boolean; PermissionsDocGenDesigner?: boolean; PermissionsDocGenRuntimeCCUser?: boolean; PermissionsDocGenRuntimeUser?: boolean; PermissionsDocumentAutomationUserAccess?: boolean; PermissionsDocumentBuilder?: boolean; PermissionsDocumentChecklistUserAccess?: boolean; PermissionsDocumentWorkspaceCmtyAccess?: boolean; PermissionsDocumentWorkspaceUserAccess?: boolean; PermissionsDownloadAuditLogs?: boolean; PermissionsDownloadFiles?: boolean; PermissionsDownloadMaliciousFiles?: boolean; PermissionsDownloadPackageVersionZips?: boolean; PermissionsDynamicAssessmentAccess?: boolean; PermissionsDynamicAssessmentMigrationAccess?: boolean; PermissionsDynamicCommonOrchestratorUser?: boolean; PermissionsEGPTInsuranceRecordSummaryUser?: boolean; PermissionsEGPTSalesSummariesUser?: boolean; PermissionsEGPTServiceEmailUser?: boolean; PermissionsEMIAdmin?: boolean; PermissionsEMIMarketingDataSpecialist?: boolean; PermissionsEMIMarketingManager?: boolean; PermissionsERMUserAccess?: boolean; PermissionsEditASEFields?: boolean; PermissionsEditAccountScoreFields?: boolean; PermissionsEditActivatedOrders?: boolean; PermissionsEditBillingInfo?: boolean; PermissionsEditBrandTemplates?: boolean; PermissionsEditBuildingEnergyIntensity?: boolean; PermissionsEditCalculatedFields?: boolean; PermissionsEditCalculationStatusOnQuoteOrder?: boolean; PermissionsEditCaseComments?: boolean; PermissionsEditDeliveryInformation?: boolean; PermissionsEditEvent?: boolean; PermissionsEditForecast?: boolean; PermissionsEditHtmlTemplates?: boolean; PermissionsEditIQFields?: boolean; PermissionsEditInvoice?: boolean; PermissionsEditKnowledge?: boolean; PermissionsEditManagedOrderSummaries?: boolean; PermissionsEditMaterialityAssessment?: boolean; PermissionsEditMyDashboards?: boolean; PermissionsEditMyReports?: boolean; PermissionsEditOppLineItemUnitPrice?: boolean; PermissionsEditOrderManagementBillingType?: boolean; PermissionsEditPastActualsSalesAgreement?: boolean; PermissionsEditPayment?: boolean; PermissionsEditPublicDocuments?: boolean; PermissionsEditPublicFilters?: boolean; PermissionsEditPublicReports?: boolean; PermissionsEditPublicTemplates?: boolean; PermissionsEditReadonlyFields?: boolean; PermissionsEditReports?: boolean; PermissionsEditRepricing?: boolean; PermissionsEditSalesPlan?: boolean; PermissionsEditTask?: boolean; PermissionsEditTopics?: boolean; PermissionsEditUnmanagedOrderSummaries?: boolean; PermissionsEinsteinARForConversationsUser?: boolean; PermissionsEinsteinAgentPlatformBuilder?: boolean; PermissionsEinsteinAgentUser?: boolean; PermissionsEinsteinAiC2cUser?: boolean; PermissionsEinsteinArticleRecForVoicePilotUser?: boolean; PermissionsEinsteinArticleRecPilotUser?: boolean; PermissionsEinsteinArticleRecUser?: boolean; PermissionsEinsteinArticleRecUserOnDC?: boolean; PermissionsEinsteinAssistantUser?: boolean; PermissionsEinsteinBrandVoiceReplyUser?: boolean; PermissionsEinsteinCopilotBuilder?: boolean; PermissionsEinsteinCopilotUser?: boolean; PermissionsEinsteinEngagementVisuals?: boolean; PermissionsEinsteinGPTSalesEmailsUser?: boolean; PermissionsEinsteinMCDesignerUser?: boolean; PermissionsEinsteinMetadataUserAccess?: boolean; PermissionsEinsteinReplyManager?: boolean; PermissionsEinsteinSalesCoachAgent?: boolean; PermissionsEinsteinSalesRepFdbkUser?: boolean; PermissionsEinsteinSdrAAPerm?: boolean; PermissionsEinsteinSdrAccessPerm?: boolean; PermissionsEinsteinSdrConfigPerm?: boolean; PermissionsEinsteinSdrWorkerPerm?: boolean; PermissionsEinsteinSearchAnswersGPTUser?: boolean; PermissionsEmailAdministration?: boolean; PermissionsEmailMass?: boolean; PermissionsEmailSingle?: boolean; PermissionsEmailTemplateManagement?: boolean; PermissionsEmbeddedMessagingAgent?: boolean; PermissionsEmployee2Access?: boolean; PermissionsEmployeeAccess?: boolean; PermissionsEmployeeExperience?: boolean; PermissionsEmployeeExperience4?: boolean; PermissionsEmployeeExperience5?: boolean; PermissionsEmployeeHubUser?: boolean; PermissionsEmployeeSlackNotifications?: boolean; PermissionsEnableAssignCrbnFtprntToEur?: boolean; PermissionsEnableAuthUserManagement?: boolean; PermissionsEnableAutoCreateCrbnFtprnts?: boolean; PermissionsEnableBCTransactionPolling?: boolean; PermissionsEnableCommunityAppLauncher?: boolean; PermissionsEnableConfigurationLogAccess?: boolean; PermissionsEnableIPFSUpload?: boolean; PermissionsEnableImpCSVForMfgAAFCmty?: boolean; PermissionsEnableImportCSVForMfgAAF?: boolean; PermissionsEnableMassUpdateForMfgAAF?: boolean; PermissionsEnableMassUpdateForMfgSA?: boolean; PermissionsEnableMassUpdtForMfgAAFCmty?: boolean; PermissionsEnableMassUpdtForMfgSACmty?: boolean; PermissionsEnableNotifications?: boolean; PermissionsEnableSOS?: boolean; PermissionsEnablementAdmin?: boolean; PermissionsEnablementUser?: boolean; PermissionsEnblLiteAdmin?: boolean; PermissionsEnblLiteUser?: boolean; PermissionsEnforceMutualAuthentication?: boolean; PermissionsEngagementConfigUser?: boolean; PermissionsEnhancedSalesMobileExp?: boolean; PermissionsEnhancedSummarizationUser?: boolean; PermissionsEntityAccessHealthCloudCommunity?: boolean; PermissionsEventLogReadAccess?: boolean; PermissionsEvidenceManagementAccess?: boolean; PermissionsExecuteDSARPolicies?: boolean; PermissionsExecutePromptTemplates?: boolean; PermissionsExecuteWorkOrderEstExpCloud?: boolean; PermissionsExecuteWorkOrderEstimation?: boolean; PermissionsExplainabilityCmtyAccess?: boolean; PermissionsExplainabilityUserAccess?: boolean; PermissionsExport?: boolean; PermissionsExportAbort?: boolean; PermissionsExportCalculations?: boolean; PermissionsExportReport?: boolean; PermissionsExternalClientAppAdmin?: boolean; PermissionsExternalClientAppDeveloper?: boolean; PermissionsExternalClientAppViewer?: boolean; PermissionsFHIRCmtyAccess?: boolean; PermissionsFSCAlertFrameworkUserAccess?: boolean; PermissionsFSCArcGraphCommunityUser?: boolean; PermissionsFSCB2BEinsteinUserAccess?: boolean; PermissionsFSCB2BUserAccess?: boolean; PermissionsFSCComprehensiveUserAccess?: boolean; PermissionsFSCDealMgmtCompUser?: boolean; PermissionsFSCDealMgmtPlatformUser?: boolean; PermissionsFSCInsClaimMgmtPlatformUser?: boolean; PermissionsFSCInsPolicyAdminPlatformUser?: boolean; PermissionsFSCInsuranceCmpCmtyAccess?: boolean; PermissionsFSCInsuranceCmpLexOnlyAccess?: boolean; PermissionsFSCInsurancePlatformUser?: boolean; PermissionsFeedPinning?: boolean; PermissionsFetchTenantSchemaChanges?: boolean; PermissionsFieldMappingUser?: boolean; PermissionsFieldServiceAccess?: boolean; PermissionsFieldServiceCopilotActions?: boolean; PermissionsFieldServiceDispatcher?: boolean; PermissionsFieldServiceLastMile?: boolean; PermissionsFieldServiceMobileApp?: boolean; PermissionsFieldServiceScheduling?: boolean; PermissionsFieldServiceVoiceToForm?: boolean; PermissionsFieldServiceVoiceToRecordEdit?: boolean; PermissionsFinSummaryRollupMgmtUser?: boolean; PermissionsFinancialAccMgmtUser?: boolean; PermissionsFinancialServices2UserAccess?: boolean; PermissionsFlowUFLRequired?: boolean; PermissionsForceTwoFactor?: boolean; PermissionsForecastTab?: boolean; PermissionsFreezeCompromisedUsers?: boolean; PermissionsFreezeUsers?: boolean; PermissionsFscPlansAndGoalsUser?: boolean; PermissionsFunctionsManagerUser?: boolean; PermissionsFundraisingUser?: boolean; PermissionsGISMapsEnabled?: boolean; PermissionsGenEmailResponseUser?: boolean; PermissionsGenReplyRecommendationUser?: boolean; PermissionsGenerateLifeSciencesMetadata?: boolean; PermissionsGenerativeConvInsights?: boolean; PermissionsGetConversationTranscripts?: boolean; PermissionsGetEinsteinOrderRecommendations?: boolean; PermissionsGetRealTimeProviderSummary?: boolean; PermissionsGetRecordDetailsUserAccess?: boolean; PermissionsGetSmartDataDiscovery?: boolean; PermissionsGetSmartDataDiscoveryApi?: boolean; PermissionsGetSmartDataDiscoveryExternal?: boolean; PermissionsGiveRecognitionBadge?: boolean; PermissionsGlobalCbPQueryAccess?: boolean; PermissionsGovernNetworks?: boolean; PermissionsGrcRiskManagementBaseUser?: boolean; PermissionsGrcRiskManagementReadUser?: boolean; PermissionsGrcRiskManagerUser?: boolean; PermissionsGrcRiskOwnerUser?: boolean; PermissionsGroupMembershipCmtyUsr?: boolean; PermissionsGroupMembershipPsl?: boolean; PermissionsHCMedTherapyMgmtUser?: boolean; PermissionsHVPEnabledOnFSMobile?: boolean; PermissionsHardwareAssetManagementUser?: boolean; PermissionsHasFileSync?: boolean; PermissionsHasUnlimitedErbScoringRequests?: boolean; PermissionsHasUnlimitedNBAExecutions?: boolean; PermissionsHcAdvancedTherapyUser?: boolean; PermissionsHcMedReconciliationUser?: boolean; PermissionsHcPnmSiteUser?: boolean; PermissionsHeadlessCMSAccess?: boolean; PermissionsHeadlessConfiguratorUser?: boolean; PermissionsHeadlessPublishNudges?: boolean; PermissionsHealthAgent?: boolean; PermissionsHealthCloudCmtyAccess?: boolean; PermissionsHealthCloudPnmReadAccess?: boolean; PermissionsHealthCloudStarter?: boolean; PermissionsHealthCloudUtilizationMgmtUser?: boolean; PermissionsHealthGroupBenefitsUserAccess?: boolean; PermissionsHideReadByList?: boolean; PermissionsHighVelocitySalesUser?: boolean; PermissionsHomeHealthAdminAccess?: boolean; PermissionsHomeHealthAgent?: boolean; PermissionsHomeHealthCaregiverAccess?: boolean; PermissionsHomeHealthClinicianAccess?: boolean; PermissionsHomeHealthPatient?: boolean; PermissionsHomeHealthQuote?: boolean; PermissionsHrServiceWorkspaceHrPsnl?: boolean; PermissionsHubAccess?: boolean; PermissionsHubCommerceGlobalProductsUser?: boolean; PermissionsHubEnvironmentManagement?: boolean; PermissionsHydratePromptTemplateIA?: boolean; PermissionsIPRestrictRequests?: boolean; PermissionsIcmCmtyAccess?: boolean; PermissionsIdentityConnect?: boolean; PermissionsIdentityEnabled?: boolean; PermissionsIdentityVerificationUserAccess?: boolean; PermissionsImplisitIntegrationUser?: boolean; PermissionsImplisitRunCompleted?: boolean; PermissionsImportCustomObjects?: boolean; PermissionsImportData?: boolean; PermissionsImportLeads?: boolean; PermissionsImportPersonal?: boolean; PermissionsInboundLeadGenAgentConfigurePerm?: boolean; PermissionsInboundLeadGenAgentPerm?: boolean; PermissionsInboundMigrationToolsUser?: boolean; PermissionsIncidentFulfillerUser?: boolean; PermissionsIncidentManagerUser?: boolean; PermissionsIndustriesEpcMvpNext?: boolean; PermissionsIndustriesEpcNextPilot?: boolean; PermissionsIndustriesEpcNextSvcCatalog?: boolean; PermissionsIndustriesLPIAccess?: boolean; PermissionsIndustriesLPICmtyAccess?: boolean; PermissionsIndustriesLSC4CEUser?: boolean; PermissionsIndustryMilestonePlatformUser?: boolean; PermissionsInsightsAppAdmin?: boolean; PermissionsInsightsAppDashboardEditor?: boolean; PermissionsInsightsAppEltEditor?: boolean; PermissionsInsightsAppUploadUser?: boolean; PermissionsInsightsAppUser?: boolean; PermissionsInsightsCreateApplication?: boolean; PermissionsInsightsIntegrationUser?: boolean; PermissionsInsightsIntelAppUser?: boolean; PermissionsInstallAnalyticsTemplatedApp?: boolean; PermissionsInstallDEIAnalyticsApp?: boolean; PermissionsInstallNetZeroAnalyticsApp?: boolean; PermissionsInstallPackaging?: boolean; PermissionsInsuranceBillingIntegrationUser?: boolean; PermissionsInsuranceBrokerageCommissionMgmtUser?: boolean; PermissionsInsuranceBrokerageFoundationUser?: boolean; PermissionsInsuranceBrokeragePolicyMgmtUser?: boolean; PermissionsInsuranceBrokerageUser?: boolean; PermissionsInsuranceGroupBenefitsUser?: boolean; PermissionsIntelligentDocumentProcessing?: boolean; PermissionsIntelligentQuestionGnrnUser?: boolean; PermissionsInteractionCalcAdminPerm?: boolean; PermissionsInteractionCalcUserPerm?: boolean; PermissionsInteractionCommunityUser?: boolean; PermissionsInteractionExplorerViewer?: boolean; PermissionsInteractionObjStateDefUserPerm?: boolean; PermissionsInteractionSummaryCompUser?: boolean; PermissionsInteractionSummaryUser?: boolean; PermissionsInterestTaggingUserAccess?: boolean; PermissionsInvestigativeCaseMgmntAccess?: boolean; PermissionsInviteBuyerToReorderPortal?: boolean; PermissionsInvoiceOrErrorRecoveryAPI?: boolean; PermissionsInvoicePreview?: boolean; PermissionsInvoiceSchedulerUser?: boolean; PermissionsIotUser?: boolean; PermissionsIsContactCenterAdmin?: boolean; PermissionsIsContactCenterAdminBYOT?: boolean; PermissionsIsContactCenterAdminNativeCCaaS?: boolean; PermissionsIsContactCenterAgent?: boolean; PermissionsIsContactCenterAgentBYOT?: boolean; PermissionsIsContactCenterAgentNativeCCaaS?: boolean; PermissionsIsContactCenterSupervisor?: boolean; PermissionsIsContactCenterSupervsorNativeCCaaS?: boolean; PermissionsIsSsoEnabled?: boolean; PermissionsIsotopeAccess?: boolean; PermissionsIsotopeCToCUser?: boolean; PermissionsIsotopeLEX?: boolean; PermissionsItSrvcCnfgItmOwner?: boolean; PermissionsItSrvcCnfgItmRead?: boolean; PermissionsItSrvcCnfgItmTypMgr?: boolean; PermissionsItSrvcCnfgItmTypRead?: boolean; PermissionsItSrvcPolMgr?: boolean; PermissionsItSrvcPolPrtlCcpUser?: boolean; PermissionsItSrvcPolPrtlUelUser?: boolean; PermissionsItsmPortalUser?: boolean; PermissionsKycPlatformUser?: boolean; PermissionsLMEndMessagingSessionUserPerm?: boolean; PermissionsLMOutboundMessagingUserPerm?: boolean; PermissionsLPICommunityAccess?: boolean; PermissionsLSProvdEngagementComplianceAdmin?: boolean; PermissionsLaborCostOptimizationAdmin?: boolean; PermissionsLaborCostOptimizationResource?: boolean; PermissionsLaborCostOptimizationSupervsor?: boolean; PermissionsLeadIQReservedUserPerm?: boolean; PermissionsLeadInspectorUser?: boolean; PermissionsLeadScoreResultPublisher?: boolean; PermissionsLeadScoreUser?: boolean; PermissionsLearningManager?: boolean; PermissionsLifeSciProviderEngmtCmplUser?: boolean; PermissionsLifeSciencesDelCommSubConsentCmplSnpsht?: boolean; PermissionsLifeSciencesInquiryFeatureManagementAdmin?: boolean; PermissionsLifeSciencesInquiryManagementUser?: boolean; PermissionsLifeSciencesNextBestFeatureManagementUser?: boolean; PermissionsLifeSciencesStoreCheckUser?: boolean; PermissionsLifecycleManagementAPIUser?: boolean; PermissionsLightningConsoleAllowedForUser?: boolean; PermissionsLightningExperienceUser?: boolean; PermissionsLightningOnFSMobile?: boolean; PermissionsLightningSchedulerUserAccess?: boolean; PermissionsListEmailSend?: boolean; PermissionsLiveMessageAgent?: boolean; PermissionsLobbyManagementUserAccess?: boolean; PermissionsLtngPromoReserved01UserPerm?: boolean; PermissionsMCCopilotCampaignActionsUser?: boolean; PermissionsMCETAgentActionsUser?: boolean; PermissionsMCGSetupUserPerm?: boolean; PermissionsMCPMetadataApi?: boolean; PermissionsMDWConsumer?: boolean; PermissionsMajorIncidentManagerUser?: boolean; PermissionsMakePayments?: boolean; PermissionsManageAccessPolicies?: boolean; PermissionsManageAdvancedConfigurator?: boolean; PermissionsManageAgentforceServiceAgent?: boolean; PermissionsManageAnalyticSnapshots?: boolean; PermissionsManageAnypointPlatform?: boolean; PermissionsManageApiNamedQueries?: boolean; PermissionsManageApplication?: boolean; PermissionsManageApprAndValuationsInExprcCloud?: boolean; PermissionsManageAppraisalsAndValuations?: boolean; PermissionsManageArchivePolicies?: boolean; PermissionsManageArchivePoliciesFilesAndAttachments?: boolean; PermissionsManageArchiveRetentionStores?: boolean; PermissionsManageAssets?: boolean; PermissionsManageAuthProviders?: boolean; PermissionsManageAutomotiveAnalytics?: boolean; PermissionsManageB2bReferrals?: boolean; PermissionsManageBackupExclusionsSettings?: boolean; PermissionsManageBackupFilesSettings?: boolean; PermissionsManageBackupRetentionPolicySettings?: boolean; PermissionsManageBackupSchedulesSettings?: boolean; PermissionsManageBrandKits?: boolean; PermissionsManageBriefs?: boolean; PermissionsManageBusinessHourHolidays?: boolean; PermissionsManageBusinessUnit?: boolean; PermissionsManageC2CHighVolumePriming?: boolean; PermissionsManageC360AConnections?: boolean; PermissionsManageCGAnalytics?: boolean; PermissionsManageCGCGenAI?: boolean; PermissionsManageCLMAnalytics?: boolean; PermissionsManageCMS?: boolean; PermissionsManageCallCenters?: boolean; PermissionsManageCampaigns?: boolean; PermissionsManageCases?: boolean; PermissionsManageCategories?: boolean; PermissionsManageCdpMlModels?: boolean; PermissionsManageCertificates?: boolean; PermissionsManageCertificatesExpiration?: boolean; PermissionsManageChatterMessages?: boolean; PermissionsManageClinicalDataModel?: boolean; PermissionsManageClinicalDecisionSupt?: boolean; PermissionsManageClinicalTrials?: boolean; PermissionsManageConfidentialComplaints?: boolean; PermissionsManageConnectedSrvcsForAst?: boolean; PermissionsManageConnectedSrvcsForVeh?: boolean; PermissionsManageContactTracing?: boolean; PermissionsManageContentDesignKit?: boolean; PermissionsManageContentLinks?: boolean; PermissionsManageContentPermissions?: boolean; PermissionsManageContentProperties?: boolean; PermissionsManageContentTaxonomy?: boolean; PermissionsManageContentTypes?: boolean; PermissionsManageConvMiningReports?: boolean; PermissionsManageCopiedFileDownload?: boolean; PermissionsManageCssUsers?: boolean; PermissionsManageCustomDomains?: boolean; PermissionsManageCustomPermissions?: boolean; PermissionsManageCustomReportTypes?: boolean; PermissionsManageCustomerDataOptOut?: boolean; PermissionsManageCustomerExperienceAnalytics?: boolean; PermissionsManageCustomerIntelAnalytics?: boolean; PermissionsManageDSARPolicies?: boolean; PermissionsManageDashbdsInPubFolders?: boolean; PermissionsManageDashboards?: boolean; PermissionsManageDataAnalyticsGroups?: boolean; PermissionsManageDataCategories?: boolean; PermissionsManageDataCloudSegmentsGPM?: boolean; PermissionsManageDataIntegrations?: boolean; PermissionsManageDataMaskPolicies?: boolean; PermissionsManageDataProcessingEngine?: boolean; PermissionsManageDataspaceScope?: boolean; PermissionsManageDefaultReportingYearType?: boolean; PermissionsManageDefinedSkills?: boolean; PermissionsManageDevSandboxes?: boolean; PermissionsManageDevices?: boolean; PermissionsManageDiscovery?: boolean; PermissionsManageDynamicDashboards?: boolean; PermissionsManageEAForB2BMarketing?: boolean; PermissionsManageERMAnalytics?: boolean; PermissionsManageEducationAnalytics?: boolean; PermissionsManageEinsteinSalesCoach?: boolean; PermissionsManageEmailClientConfig?: boolean; PermissionsManageEmailConnectorEvent?: boolean; PermissionsManageEmailContent?: boolean; PermissionsManageEmailMessagingSetup?: boolean; PermissionsManageEncryptionKeys?: boolean; PermissionsManageEntitlements?: boolean; PermissionsManageExchangeConfig?: boolean; PermissionsManageExternalConnections?: boolean; PermissionsManageFSCAnalytics?: boolean; PermissionsManageFhirSubscription?: boolean; PermissionsManageFieldServiceIntelligence?: boolean; PermissionsManageFilesAndAttachments?: boolean; PermissionsManageFlexibleHierarchies?: boolean; PermissionsManageForecastingCustomData?: boolean; PermissionsManageFuelTypes?: boolean; PermissionsManageFundingAward?: boolean; PermissionsManageGlobalPreferences?: boolean; PermissionsManageGlobalPrivacyCenterVO?: boolean; PermissionsManageHcProviderNtwkMgmt?: boolean; PermissionsManageHcProviderRelMgmt?: boolean; PermissionsManageHealthCareAnalytics?: boolean; PermissionsManageHealthCheck?: boolean; PermissionsManageHealthCloud?: boolean; PermissionsManageHealthCloudFinancialData?: boolean; PermissionsManageHerokuAppLink?: boolean; PermissionsManageHighScaleCustomObjects?: boolean; PermissionsManageHubConnections?: boolean; PermissionsManageInAppGuidanceForSites?: boolean; PermissionsManageIndustriesVisit?: boolean; PermissionsManageInformationLibrary?: boolean; PermissionsManageIntegrationConnections?: boolean; PermissionsManageIntegrationPermsets?: boolean; PermissionsManageIntelligenceApp?: boolean; PermissionsManageInteraction?: boolean; PermissionsManageInternalUsers?: boolean; PermissionsManageInventoryAllocation?: boolean; PermissionsManageInventoryAllocationInExprcCloud?: boolean; PermissionsManageInventoryCount?: boolean; PermissionsManageInventoryReplenishment?: boolean; PermissionsManageIpAddresses?: boolean; PermissionsManageJourneys?: boolean; PermissionsManageKnowledge?: boolean; PermissionsManageKnowledgeImportExport?: boolean; PermissionsManageLeads?: boolean; PermissionsManageLearningReporting?: boolean; PermissionsManageLifeSciSegmentation?: boolean; PermissionsManageLifeSciSettings?: boolean; PermissionsManageLifeSciencesActivityPlan?: boolean; PermissionsManageLifeSciencesWorkflows?: boolean; PermissionsManageLiteLoyaltyProgram?: boolean; PermissionsManageLoadReferenceData?: boolean; PermissionsManageLoginAccessPolicies?: boolean; PermissionsManageLoyalty?: boolean; PermissionsManageLoyaltyAnalytics?: boolean; PermissionsManageLoyaltyPrograms?: boolean; PermissionsManageLoyaltyPromotionsGPM?: boolean; PermissionsManageMCEEmails?: boolean; PermissionsManageMaliciousFiles?: boolean; PermissionsManageManufacturingAnalytics?: boolean; PermissionsManageMediaAnalytics?: boolean; PermissionsManageMediaPlans?: boolean; PermissionsManageMobile?: boolean; PermissionsManageMobileAppSecurity?: boolean; PermissionsManageMobilePublisherIntegration?: boolean; PermissionsManageMyExternalUsers?: boolean; PermissionsManageMyS1App?: boolean; PermissionsManageMySavedPaymentMethods?: boolean; PermissionsManageNamedCredentials?: boolean; PermissionsManageNetZeroCloudSettings?: boolean; PermissionsManageNetworks?: boolean; PermissionsManageNonProfitIntelligence?: boolean; PermissionsManageOCIRecords?: boolean; PermissionsManageOnDemandProvisioning?: boolean; PermissionsManageOrchInstsAndWorkItems?: boolean; PermissionsManageOrchestrationRuns?: boolean; PermissionsManageOutcomeManagement?: boolean; PermissionsManagePackageLicenses?: boolean; PermissionsManagePartnerNetConn?: boolean; PermissionsManagePartners?: boolean; PermissionsManagePasswordPolicies?: boolean; PermissionsManagePatientProgramOutcomes?: boolean; PermissionsManagePaymentLinks?: boolean; PermissionsManagePersonalOrg?: boolean; PermissionsManagePersonalOrgTasks?: boolean; PermissionsManagePharmacyBenefitsVerf?: boolean; PermissionsManagePreferenceCenter?: boolean; PermissionsManagePrivacyCenterPolicies?: boolean; PermissionsManagePrivacyHold?: boolean; PermissionsManageProductCatalog?: boolean; PermissionsManageProductDetailsApiCache?: boolean; PermissionsManageProductDiscovery?: boolean; PermissionsManageProductIndexAndSearch?: boolean; PermissionsManageProductServiceCampaigns?: boolean; PermissionsManageProfilesPermissionsets?: boolean; PermissionsManageProgramManagement?: boolean; PermissionsManageProgramPersona?: boolean; PermissionsManageProgramsBenefitsCases?: boolean; PermissionsManagePromotionDistributionGPM?: boolean; PermissionsManagePromotionWithGPM?: boolean; PermissionsManagePromptTemplates?: boolean; PermissionsManagePropositions?: boolean; PermissionsManageProviderSearch?: boolean; PermissionsManagePublicGroups?: boolean; PermissionsManagePurchaseOrders?: boolean; PermissionsManagePushMessagingSetup?: boolean; PermissionsManagePvtRptsAndDashbds?: boolean; PermissionsManageQueues?: boolean; PermissionsManageQuotas?: boolean; PermissionsManageRealm?: boolean; PermissionsManageRecommendationStrategies?: boolean; PermissionsManageRecruitingHiring?: boolean; PermissionsManageReferral?: boolean; PermissionsManageReferralRecords?: boolean; PermissionsManageReleaseUpdates?: boolean; PermissionsManageRemoteAccess?: boolean; PermissionsManageReportsInPubFolders?: boolean; PermissionsManageRetentionStores?: boolean; PermissionsManageRoles?: boolean; PermissionsManageSALifecycle?: boolean; PermissionsManageSMSDomainSetup?: boolean; PermissionsManageSMSMessagingSetup?: boolean; PermissionsManageSandboxes?: boolean; PermissionsManageSavedPaymentMethods?: boolean; PermissionsManageSearchPromotionRules?: boolean; PermissionsManageSecurityCommandCenter?: boolean; PermissionsManageSelfService?: boolean; PermissionsManageServicePlanner?: boolean; PermissionsManageSessionPermissionSets?: boolean; PermissionsManageSharing?: boolean; PermissionsManageShiftScheduling?: boolean; PermissionsManageSiteManagement?: boolean; PermissionsManageSiteProfile?: boolean; PermissionsManageSlackUserMappings?: boolean; PermissionsManageSmartDataDiscovery?: boolean; PermissionsManageSmartDataDiscoveryModel?: boolean; PermissionsManageSocialDeterminant?: boolean; PermissionsManageSolutions?: boolean; PermissionsManageStores?: boolean; PermissionsManageSubscriptions?: boolean; PermissionsManageSurveys?: boolean; PermissionsManageSustainabilityUOM?: boolean; PermissionsManageSvcCatalog?: boolean; PermissionsManageSynonyms?: boolean; PermissionsManageTCRMforComms?: boolean; PermissionsManageTCRMforEandU?: boolean; PermissionsManageTCRMforSustainability?: boolean; PermissionsManageTemplatedApp?: boolean; PermissionsManageTemplatedIntelApp?: boolean; PermissionsManageTenants?: boolean; PermissionsManageTerritories?: boolean; PermissionsManageTimeOffTerritory?: boolean; PermissionsManageTranslation?: boolean; PermissionsManageTrialMgmtRandomization?: boolean; PermissionsManageTrustMeasures?: boolean; PermissionsManageTwoFactor?: boolean; PermissionsManageUnlistedGroups?: boolean; PermissionsManageUserAccessPolicies?: boolean; PermissionsManageUsers?: boolean; PermissionsManageVehAndAssetLendRecords?: boolean; PermissionsManageVehicleAssetRecordTypes?: boolean; PermissionsManageWarrantyClaims?: boolean; PermissionsManageWatch?: boolean; PermissionsManageWhatsAppMessagingSetup?: boolean; PermissionsManageWorkForecasting?: boolean; PermissionsManageWorkScheduling?: boolean; PermissionsMarketingAdmin?: boolean; PermissionsMassInlineEdit?: boolean; PermissionsMaterialLineUser?: boolean; PermissionsMcScoringRulesConfig?: boolean; PermissionsMedMgmtExperienceCloudUser?: boolean; PermissionsMediaBase?: boolean; PermissionsMergeAndSplitGroups?: boolean; PermissionsMergeTopics?: boolean; PermissionsMessengerUser?: boolean; PermissionsMetadataStudioUser?: boolean; PermissionsMicrobatching?: boolean; PermissionsMicrosoft365WordDEUser?: boolean; PermissionsMicrosoft365WordDesigner?: boolean; PermissionsMicrosoft365WordUser?: boolean; PermissionsMicrosoftTeamsUser?: boolean; PermissionsMilestoneBillingAccess?: boolean; PermissionsMngApplicationsAndEvaluations?: boolean; PermissionsMngBenVerfForAssistiveAgnt?: boolean; PermissionsMngBuildingEnergyRecordTypes?: boolean; PermissionsMngCGCDirStoreDlvrOffline?: boolean; PermissionsMngCGREServiceAgent?: boolean; PermissionsMngEnrgyAttrCertCredit?: boolean; PermissionsMngFinancialAssistanceProgram?: boolean; PermissionsMngFuelTypeSustainabilityUOM?: boolean; PermissionsMngInventorySearchAndTransfer?: boolean; PermissionsMngStationaryAssetRecordTypes?: boolean; PermissionsMngSustainabilityUOConversion?: boolean; PermissionsMngWrntySupplierRcvrClaims?: boolean; PermissionsMobileAppSecurity?: boolean; PermissionsMobileMessagingAgent?: boolean; PermissionsModerateChatter?: boolean; PermissionsModerateNetworkFeeds?: boolean; PermissionsModerateNetworkFiles?: boolean; PermissionsModerateNetworkMessages?: boolean; PermissionsModerateNetworkUsers?: boolean; PermissionsModifyAccessAllowPolicies?: boolean; PermissionsModifyAccessDenyPolicies?: boolean; PermissionsModifyAllData?: boolean; PermissionsModifyAllDataGovClassif?: boolean; PermissionsModifyAllDataGovClsfTax?: boolean; PermissionsModifyAllDataGovPolicies?: boolean; PermissionsModifyAllDataGovTagAssign?: boolean; PermissionsModifyAllDataGovTagPropagation?: boolean; PermissionsModifyAllDataGovTags?: boolean; PermissionsModifyAllDataGovTax?: boolean; PermissionsModifyAllHighScaleCustomObjectRecords?: boolean; PermissionsModifyAllPolicyCenterPolicies?: boolean; PermissionsModifyDataClassification?: boolean; PermissionsModifyMetadata?: boolean; PermissionsMonitorLoginHistory?: boolean; PermissionsMortgageUserAccess?: boolean; PermissionsMultiStepSchedulingUser?: boolean; PermissionsMyTrailheadBranding?: boolean; PermissionsMyTrailheadContentAccess?: boolean; PermissionsMyTrailheadContentCreation?: boolean; PermissionsMyTrailheadCustomSteps?: boolean; PermissionsMyTrailheadManageCollections?: boolean; PermissionsMyTrailheadPreviewMode?: boolean; PermissionsMyTrailheadReleaseMgmt?: boolean; PermissionsNativeWebviewScrolling?: boolean; PermissionsNewReportBuilder?: boolean; PermissionsNotificationTrayPolling?: boolean; PermissionsObligationAssignee?: boolean; PermissionsObligationDEAssignee?: boolean; PermissionsObligationDEManager?: boolean; PermissionsObligationDEUser?: boolean; PermissionsObligationManager?: boolean; PermissionsObligationUser?: boolean; PermissionsOfflineForMobilePlus?: boolean; PermissionsOfflineProducts?: boolean; PermissionsOmniAssistiveActionUser?: boolean; PermissionsOmniChannelPricingUser?: boolean; PermissionsOmniStudioDesigner?: boolean; PermissionsOmniStudioRuntime?: boolean; PermissionsOmniStudioRuntimeCC?: boolean; PermissionsOmniSupervisorManageQueue?: boolean; PermissionsOmnichannelInventoryBasic?: boolean; PermissionsOmnichannelInventorySync?: boolean; PermissionsOnDemandRecordRollupUser?: boolean; PermissionsOnbrdDataGrpMDDsgnr?: boolean; PermissionsOnbrdDataGrpMDReader?: boolean; PermissionsOpportunityInfluence?: boolean; PermissionsOpportunityScoreUser?: boolean; PermissionsOptOutGeoLocationTracking?: boolean; PermissionsOrderSubmitUser?: boolean; PermissionsOrderToBSAPIUser?: boolean; PermissionsOrderToInvoiceAPIUser?: boolean; PermissionsOrgPerformanceAccess?: boolean; PermissionsOutboundMigrationToolsUser?: boolean; PermissionsOverrideChangeRequestValidation?: boolean; PermissionsOverrideForecasts?: boolean; PermissionsOverrideReleaseValidation?: boolean; PermissionsPRMChannelMgmtConsoleUser?: boolean; PermissionsPRMForSlackPartnerManagerUser?: boolean; PermissionsPRMForSlackPartnerUser?: boolean; PermissionsPackaging2?: boolean; PermissionsPackaging2Delete?: boolean; PermissionsPackaging2PromoteVersion?: boolean; PermissionsPardotPilotUser?: boolean; PermissionsPardotUser?: boolean; PermissionsParticipateClinicalTrials?: boolean; PermissionsPasswordNeverExpires?: boolean; PermissionsPayByBillingCardPaymentMethod?: boolean; PermissionsPaymentSchedulerUser?: boolean; PermissionsPaymentsAPIUser?: boolean; PermissionsPaymentsIntegrationAccess?: boolean; PermissionsPaymentsIntegrationExperienceUserAccess?: boolean; PermissionsPerformLegalHold?: boolean; PermissionsPerformanceAnalysisAccess?: boolean; PermissionsPermitSubscriberLogin?: boolean; PermissionsPersonalizationDecisioningUser?: boolean; PermissionsPersonalizationIntelUser?: boolean; PermissionsPersonalizationPlatform?: boolean; PermissionsPersonalizedFinanceUserAccess?: boolean; PermissionsPipelineInspectorUser?: boolean; PermissionsPlaceSupplementalTransactions?: boolean; PermissionsPortalSuperUser?: boolean; PermissionsPortalTab?: boolean; PermissionsPredictivePlatformAnalyze?: boolean; PermissionsPredictivePlatformQuery?: boolean; PermissionsPreventClassicExperience?: boolean; PermissionsPreviewExperienceUser?: boolean; PermissionsPreviewTestSendEmail?: boolean; PermissionsPreviewTestSendPush?: boolean; PermissionsPreviewTestSendSMS?: boolean; PermissionsPreviewTestSendWhatsApp?: boolean; PermissionsPriceMonitoringRuntimeUser?: boolean; PermissionsPriceSheetConfiguration?: boolean; PermissionsPricingDiscovery?: boolean; PermissionsPricingRuleUser?: boolean; PermissionsPrismBackofficeUser?: boolean; PermissionsPrismPlaygroundUser?: boolean; PermissionsPrivacyDataAccess?: boolean; PermissionsPrmEnhancedPortalUser?: boolean; PermissionsPrmExtIntPrtnrAdminUser?: boolean; PermissionsProblemFulfillerUser?: boolean; PermissionsProblemManagerUser?: boolean; PermissionsProcessInvoice?: boolean; PermissionsProcessOrder?: boolean; PermissionsProductAdmin?: boolean; PermissionsProductCatalogApiAccess?: boolean; PermissionsProductCatalogMgmtApiCCAccess?: boolean; PermissionsProductCatalogMgmtApiPCAccess?: boolean; PermissionsProductCatalogMgmtBaseCCUser?: boolean; PermissionsProductCatalogMgmtBasePCUser?: boolean; PermissionsProductConfigurationRuleAccess?: boolean; PermissionsProductConfiguratorUser?: boolean; PermissionsProductDiscoveryUser?: boolean; PermissionsProposeMajorIncidents?: boolean; PermissionsProspectingCenterUser?: boolean; PermissionsProviderManagementAccess?: boolean; PermissionsProviderMgmtCmtyAccess?: boolean; PermissionsProviderSearchUserAccess?: boolean; PermissionsPssAssetManagementAccess?: boolean; PermissionsPtyProflDataVldMDDsgnr?: boolean; PermissionsPtyProflDataVldMDReader?: boolean; PermissionsPtyProflDataVldRTReader?: boolean; PermissionsPtyProflDataVldRTWriter?: boolean; PermissionsPubSecServiceExcellenceAccess?: boolean; PermissionsPublicEnhancedTemplateMgmt?: boolean; PermissionsPublicSectorAgentforceCmtyAccess?: boolean; PermissionsPublicSectorAgentforceCoCmtyAccess?: boolean; PermissionsPublicSectorCmtyAccess?: boolean; PermissionsPublicSectorGenerativeAIAccess?: boolean; PermissionsPublicSectorPlatformUserAccess?: boolean; PermissionsPublicTwitterResponse?: boolean; PermissionsPublishMalwareSignatures?: boolean; PermissionsPublishPackaging?: boolean; PermissionsPulseRuntimeUser?: boolean; PermissionsPushDownReportAggregates?: boolean; PermissionsQrCodeGeneratorMobilePublisherPlayground?: boolean; PermissionsQueryAllFiles?: boolean; PermissionsQueryCustomerInfo?: boolean; PermissionsQueryNonVetoedFiles?: boolean; PermissionsQuipMetricsAccess?: boolean; PermissionsQuipUserEngagementMetrics?: boolean; PermissionsQuoteToOrderUser?: boolean; PermissionsRLMPlaceSalesTransactionUser?: boolean; PermissionsRatingAdmin?: boolean; PermissionsRatingDesignTimeUser?: boolean; PermissionsRatingManager?: boolean; PermissionsRatingRunTimeUser?: boolean; PermissionsReadConfigurationItemInformation?: boolean; PermissionsReadCrossOrgMetrics?: boolean; PermissionsRealtimeInsights?: boolean; PermissionsReassignOrchestrationWorkItems?: boolean; PermissionsRebookWithAgentforceFromDispatchConsole?: boolean; PermissionsRecVisibilityFilterAPI?: boolean; PermissionsRecommendedActions?: boolean; PermissionsRecordAggregationAccess?: boolean; PermissionsRecordVisibilityAPI?: boolean; PermissionsRecoveryAPIUser?: boolean; PermissionsRedirectToNetworkExperience?: boolean; PermissionsRefundPayments?: boolean; PermissionsRegrelloUser?: boolean; PermissionsReleaseGroupUser?: boolean; PermissionsReleaseManagerUser?: boolean; PermissionsRemoteMediaVirtualDesktop?: boolean; PermissionsRemoveDirectMessageMembers?: boolean; PermissionsRenewAssets?: boolean; PermissionsReopenProblems?: boolean; PermissionsReplyRecommendationPilotUser?: boolean; PermissionsReplyRecommendationUser?: boolean; PermissionsRequestMultipleInventoryCountAssessmentAudits?: boolean; PermissionsRequirePhyTokenToLogin?: boolean; PermissionsResetPasswords?: boolean; PermissionsResolveBillingServiceRequestsAccess?: boolean; PermissionsResolveChgRqstAssoc?: boolean; PermissionsResolveIncAssoc?: boolean; PermissionsResolveProbAssoc?: boolean; PermissionsRespondToSocialInsuranceClaims?: boolean; PermissionsRetainFieldHistory?: boolean; PermissionsRevenueIntelligenceUser?: boolean; PermissionsRevenueProductImportUser?: boolean; PermissionsReviewApplication?: boolean; PermissionsReviewMyDay?: boolean; PermissionsReviewVehAndAssetLendingAppln?: boolean; PermissionsRlmBillingAccess?: boolean; PermissionsRosterFileDataUploadAccess?: boolean; PermissionsRpaAppCredCreate?: boolean; PermissionsRpaAppCredDelete?: boolean; PermissionsRpaAppCredEdit?: boolean; PermissionsRpaAppCredView?: boolean; PermissionsRpaRobotCreate?: boolean; PermissionsRpaRobotDelete?: boolean; PermissionsRpaRobotEdit?: boolean; PermissionsRpaRobotMaintWindowCreate?: boolean; PermissionsRpaRobotMaintWindowDelete?: boolean; PermissionsRpaRobotMaintWindowEdit?: boolean; PermissionsRpaRobotMaintWindowView?: boolean; PermissionsRpaRobotPoolCreate?: boolean; PermissionsRpaRobotPoolDelete?: boolean; PermissionsRpaRobotPoolEdit?: boolean; PermissionsRpaRobotPoolView?: boolean; PermissionsRpaRobotSessionInfoCreate?: boolean; PermissionsRpaRobotSessionInfoDelete?: boolean; PermissionsRpaRobotSessionInfoEdit?: boolean; PermissionsRpaRobotSessionInfoView?: boolean; PermissionsRpaRobotView?: boolean; PermissionsRtbf?: boolean; PermissionsRunActnableEvntOrchProcess?: boolean; PermissionsRunArchiveApp?: boolean; PermissionsRunAsynchronousReports?: boolean; PermissionsRunBackup?: boolean; PermissionsRunBackupsCompare?: boolean; PermissionsRunCGCloudREPackage?: boolean; PermissionsRunCGCloudSyncPackage?: boolean; PermissionsRunCGServiceExcellence?: boolean; PermissionsRunCatalogItemsOnBehalfOf?: boolean; PermissionsRunContextRule?: boolean; PermissionsRunDPEDefForNextGenBilling?: boolean; PermissionsRunDecisionMatrix?: boolean; PermissionsRunDirectStoreDelivery?: boolean; PermissionsRunExpressionSet?: boolean; PermissionsRunFLSReport?: boolean; PermissionsRunFlow?: boolean; PermissionsRunMediaPlans?: boolean; PermissionsRunNetZeroAnalyticsRecipe?: boolean; PermissionsRunRegisterProcessingServices?: boolean; PermissionsRunReports?: boolean; PermissionsRunRestore?: boolean; PermissionsRunRetailExecution?: boolean; PermissionsRunTrialMgmtRandomization?: boolean; PermissionsSCEViewAllData?: boolean; PermissionsSDCommunityAccess?: boolean; PermissionsSalesActionPlansUserAccess?: boolean; PermissionsSalesAnalyticsUser?: boolean; PermissionsSalesConsole?: boolean; PermissionsSalesInsightsUser?: boolean; PermissionsSalesManagementAutonomousUser?: boolean; PermissionsSalesMeetingFollowUpEmail?: boolean; PermissionsSalesWorkspaceUser?: boolean; PermissionsSalesforceFiles?: boolean; PermissionsSalesforceForecastingUser?: boolean; PermissionsSalesforceIQInbox?: boolean; PermissionsSalesforceIQIntegrationUser?: boolean; PermissionsSalesforceIQInternal?: boolean; PermissionsSalesforceMeetingsUserPerm?: boolean; PermissionsSandboxTestingInCommunityApp?: boolean; PermissionsScheduleJob?: boolean; PermissionsScheduleReports?: boolean; PermissionsScheduledRemindersFeature?: boolean; PermissionsSchedulingFacilityManager?: boolean; PermissionsSchedulingLineAmbassador?: boolean; PermissionsScoringFrameworkAdmin?: boolean; PermissionsScoringFrameworkUser?: boolean; PermissionsScsRequireApproval?: boolean; PermissionsSearchAndApplyJobs?: boolean; PermissionsSecureGatewayAdmin?: boolean; PermissionsSegmentIntelligenceUser?: boolean; PermissionsSelectFilesFromSalesforce?: boolean; PermissionsSelfServiceCopilotBuilder?: boolean; PermissionsSelfServiceProactiveAdminUser?: boolean; PermissionsSelfServiceProactiveCommunityUser?: boolean; PermissionsSendAnnouncementEmails?: boolean; PermissionsSendCustomNotifications?: boolean; PermissionsSendEmail?: boolean; PermissionsSendExternalEmailAvailable?: boolean; PermissionsSendMeetingRequest?: boolean; PermissionsSendPushNotification?: boolean; PermissionsSendSMS?: boolean; PermissionsSendSitRequests?: boolean; PermissionsSendWhatsApp?: boolean; PermissionsSequenceCounterAccess?: boolean; PermissionsSequenceGapReconciliation?: boolean; PermissionsSequenceNumberingSetUp?: boolean; PermissionsSequencePolicyChange?: boolean; PermissionsServiceAIUnifiedAnalytics?: boolean; PermissionsServiceAnalyticsUser?: boolean; PermissionsServiceECIUser?: boolean; PermissionsServiceExcellenceCompUser?: boolean; PermissionsServiceExcellencePlatformUser?: boolean; PermissionsServicePlanTranslation?: boolean; PermissionsServicePlannerUser?: boolean; PermissionsSessionScopeContext?: boolean; PermissionsSetupAgentBuilder?: boolean; PermissionsSetupAgentUser?: boolean; PermissionsShareAnalyticsImages?: boolean; PermissionsShareFilesWithNetworks?: boolean; PermissionsShareInternalArticles?: boolean; PermissionsShareSmartDataDiscoveryStory?: boolean; PermissionsShieldKeyBrokerHubAppUser?: boolean; PermissionsShowCompanyNameAsUserBadge?: boolean; PermissionsShowExplanationsForCandidateResults?: boolean; PermissionsShowPlannedRoute?: boolean; PermissionsShowPreWorkBriefGA?: boolean; PermissionsSimpleCsvDataImportUser?: boolean; PermissionsSkipIdentityConfirmation?: boolean; PermissionsSkipLifeSciencesTriggerHandlers?: boolean; PermissionsSkipVldBefMetadataGeneration?: boolean; PermissionsSkypeConversation?: boolean; PermissionsSlackAppAdministrator?: boolean; PermissionsSlackCibUser?: boolean; PermissionsSlackElevate?: boolean; PermissionsSlackFromTableau?: boolean; PermissionsSlackRecordChannels?: boolean; PermissionsSlackSalesUser?: boolean; PermissionsSlackServiceUser?: boolean; PermissionsSmartDataDiscoveryForCommunity?: boolean; PermissionsSmsAs2faUserPerm?: boolean; PermissionsSolutionImport?: boolean; PermissionsSonicConsumer?: boolean; PermissionsSparkConversation?: boolean; PermissionsStageManagementDesignUser?: boolean; PermissionsStageManagementUser?: boolean; PermissionsStandaloneTxToBSAPIApiUser?: boolean; PermissionsStdAutomaticActivityCapture?: boolean; PermissionsStoryOnDSWithPredicate?: boolean; PermissionsStudentCommunityPages?: boolean; PermissionsSubmitMacrosAllowed?: boolean; PermissionsSubmitOrder?: boolean; PermissionsSubmitOrder2?: boolean; PermissionsSubmitVehAndAssetLendingAppln?: boolean; PermissionsSubscrMgmtOrderItemToAssetUser?: boolean; PermissionsSubscrMgmtOrderToAssetUser?: boolean; PermissionsSubscrMgmtPymtSchedAutomation?: boolean; PermissionsSubscrMgmtRefundAutomation?: boolean; PermissionsSubscribeDashboardRolesGrps?: boolean; PermissionsSubscribeDashboardToOtherUsers?: boolean; PermissionsSubscribeReportRolesGrps?: boolean; PermissionsSubscribeReportToOtherUsers?: boolean; PermissionsSubscribeReportsRunAsUser?: boolean; PermissionsSubscribeToLightningDashboards?: boolean; PermissionsSubscribeToLightningReports?: boolean; PermissionsSubscriptionManagementUser?: boolean; PermissionsSuggestedAssessmentRespGenAIUserAccess?: boolean; PermissionsSummarizationUser?: boolean; PermissionsSuspendResumeBilling?: boolean; PermissionsSustainabilityUserPermission?: boolean; PermissionsSvcInnovationsEinsteinFeatr?: boolean; PermissionsTableauAdministerPromotion?: boolean; PermissionsTableauAdministration?: boolean; PermissionsTableauAgentAnalyzeData?: boolean; PermissionsTableauAgentCreateAlert?: boolean; PermissionsTableauApp?: boolean; PermissionsTableauAuthorInPersonalOrg?: boolean; PermissionsTableauBrowseMetrics?: boolean; PermissionsTableauCreateAnalyticsInteraction?: boolean; PermissionsTableauCreateDashboard?: boolean; PermissionsTableauCreateVisualization?: boolean; PermissionsTableauCreateWorkspace?: boolean; PermissionsTableauDeleteAnalyticsInteraction?: boolean; PermissionsTableauDeleteDashboard?: boolean; PermissionsTableauDeleteVisualization?: boolean; PermissionsTableauDeleteWorkspace?: boolean; PermissionsTableauEditAnalyticsInteraction?: boolean; PermissionsTableauEditDashboard?: boolean; PermissionsTableauEditVisualization?: boolean; PermissionsTableauEditWorkspace?: boolean; PermissionsTableauExploreMetrics?: boolean; PermissionsTableauFollowMetrics?: boolean; PermissionsTableauListAssetInMarketplace?: boolean; PermissionsTableauManageSharing?: boolean; PermissionsTableauMetricCards?: boolean; PermissionsTableauReservedUserPerm1?: boolean; PermissionsTableauReservedUserPerm2?: boolean; PermissionsTableauReservedUserPerm3?: boolean; PermissionsTableauShareSnapshot?: boolean; PermissionsTableauSubmitPromotion?: boolean; PermissionsTableauViewAllMetadata?: boolean; PermissionsTableauViewAnalyticsInteraction?: boolean; PermissionsTableauViewConsumerGuidanceCenter?: boolean; PermissionsTableauViewCreatorGuidanceCenter?: boolean; PermissionsTableauViewDashboard?: boolean; PermissionsTableauViewMarketplaceAsset?: boolean; PermissionsTableauViewPromotion?: boolean; PermissionsTableauViewVisualization?: boolean; PermissionsTableauViewWorkspace?: boolean; PermissionsTagManager?: boolean; PermissionsTakePartnerProgram?: boolean; PermissionsTearSheetUserAccess?: boolean; PermissionsTerritoryOperations?: boolean; PermissionsTestEnvironmentSetupAccess?: boolean; PermissionsTestExecutionAccess?: boolean; PermissionsTestInstanceCreate?: boolean; PermissionsTestPlanCreationAccess?: boolean; PermissionsTestSchedulerAccess?: boolean; PermissionsTlntRcrtMgmtAgentforceCmtyAccess?: boolean; PermissionsTlntRcrtMgmtAgentforceCoCmtyAccess?: boolean; PermissionsTraceXdsQueries?: boolean; PermissionsTrackApplicationsUser?: boolean; PermissionsTrailheadSync?: boolean; PermissionsTransactionSecurityExempt?: boolean; PermissionsTransactionalEmailSend?: boolean; PermissionsTransferAnyCase?: boolean; PermissionsTransferAnyEntity?: boolean; PermissionsTransferAnyLead?: boolean; PermissionsTriggerDataGovAutoTagging?: boolean; PermissionsTwoFactorApi?: boolean; PermissionsUMAStandaloneUserPerm?: boolean; PermissionsUMAWebTrackingSetup?: boolean; PermissionsUmaEditConsentSettings?: boolean; PermissionsUmaQueryCMSEmailContent?: boolean; PermissionsUnarchive?: boolean; PermissionsUnarchiveAbort?: boolean; PermissionsUnarchiveSdk?: boolean; PermissionsUnhold?: boolean; PermissionsUnifiedCatalogAdminPerm?: boolean; PermissionsUnifiedCatalogAgentPerm?: boolean; PermissionsUnifiedCatalogDesignGAPerm?: boolean; PermissionsUnifiedCatalogRuntimePerm?: boolean; PermissionsUnifiedEHDViewer?: boolean; PermissionsUnifiedHealthScoringUser?: boolean; PermissionsUnifiedSchedulingManager?: boolean; PermissionsUnifiedSchedulingUserAccess?: boolean; PermissionsUnmeteredUserBasedAI?: boolean; PermissionsUnrestrictedLogin?: boolean; PermissionsUpdateDEIAnalyticsApp?: boolean; PermissionsUpdateNetZeroAnalyticsApp?: boolean; PermissionsUpdateReportTypeReferences?: boolean; PermissionsUpdateWithInactiveOwner?: boolean; PermissionsUpldNetZeroAnlytBusMetricsData?: boolean; PermissionsUpldNetZeroAnlytEfcyFctorData?: boolean; PermissionsUpldNetZeroAnlytInitSavData?: boolean; PermissionsUpldNetZeroAnlytRenewableData?: boolean; PermissionsUploadDEIAnalyticsData?: boolean; PermissionsUploadSolutionBundlesToRepository?: boolean; PermissionsUsageDesignUser?: boolean; PermissionsUsageManagementDesigner?: boolean; PermissionsUsageManagementRunTimeUser?: boolean; PermissionsUsageServiceEnabled?: boolean; PermissionsUseAccountPlansWithPartners?: boolean; PermissionsUseAccrualsProcessing?: boolean; PermissionsUseAddAdjustment?: boolean; PermissionsUseAddOrderItemSummary?: boolean; PermissionsUseAddOrderItemSummaryAPIs?: boolean; PermissionsUseAdvancedDeliveryEstimationAPI?: boolean; PermissionsUseAgentforceForPartners?: boolean; PermissionsUseAgentforceSalesManagement?: boolean; PermissionsUseAnyApiClient?: boolean; PermissionsUseArchiveApp?: boolean; PermissionsUseAssistantDialog?: boolean; PermissionsUseAutoSchedulerInExprcCloud?: boolean; PermissionsUseAutomotiveAnalytics?: boolean; PermissionsUseAutomotiveCloudFeaturesForDealerships?: boolean; PermissionsUseBulkUpdateForSalesAgreements?: boolean; PermissionsUseBulkUpdtSalesAgrExprcCloud?: boolean; PermissionsUseCGAnalytics?: boolean; PermissionsUseCLMAnalytics?: boolean; PermissionsUseCMEAgentforce?: boolean; PermissionsUseCanCancelInProgressChange?: boolean; PermissionsUseChRMPriceProtectionAdminUser?: boolean; PermissionsUseChRMPriceProtectionClaimAnalystUser?: boolean; PermissionsUseChRMPriceProtectionStandardUser?: boolean; PermissionsUseChannelPartnerInvExprcCloud?: boolean; PermissionsUseChannelPartnerInventory?: boolean; PermissionsUseClientQueryExecution?: boolean; PermissionsUseCommsB2CBusinessProcesses?: boolean; PermissionsUseCommsB2cServiceConsole?: boolean; PermissionsUseCommsCloudSalesFeatures?: boolean; PermissionsUseCommsEmployeeSalesAgents?: boolean; PermissionsUseCommsEmployeeServiceAgents?: boolean; PermissionsUseCommsUpsell?: boolean; PermissionsUseCompliantDataSharing?: boolean; PermissionsUseCreateCreditMemo?: boolean; PermissionsUseCreateOrderSummary?: boolean; PermissionsUseCrisisSuptCtrMgmtExprcCloud?: boolean; PermissionsUseCriteriaBasedSearchFilter?: boolean; PermissionsUseCustomerExperienceAnalytics?: boolean; PermissionsUseCustomerIntelAnalytics?: boolean; PermissionsUseDataCloudMtrcsVisualization?: boolean; PermissionsUseDealRecapInsightsAdminUser?: boolean; PermissionsUseDealRecapInsightsEditUser?: boolean; PermissionsUseDealRecapInsightsStandardUser?: boolean; PermissionsUseDeliveryEstimation?: boolean; PermissionsUseDeliveryEstimationAPIs?: boolean; PermissionsUseDesignRegChannelManagerUser?: boolean; PermissionsUseDesignRegExpCloudUser?: boolean; PermissionsUseDesignRegReadOnlyUser?: boolean; PermissionsUseDocumentBuilder?: boolean; PermissionsUseEAForB2BMarketing?: boolean; PermissionsUseERMAnalytics?: boolean; PermissionsUseEducationAnalytics?: boolean; PermissionsUseEducationCloudComp?: boolean; PermissionsUseEinsteinSalesCoach?: boolean; PermissionsUseEnsureFunds?: boolean; PermissionsUseExchangesAPIs?: boolean; PermissionsUseExpCloudCBSF?: boolean; PermissionsUseExperienceCloudInAuto?: boolean; PermissionsUseExperienceCloudInMfg?: boolean; PermissionsUseFSCAnalytics?: boolean; PermissionsUseFieldServiceIntelligence?: boolean; PermissionsUseFleetMngmntFeatures?: boolean; PermissionsUseFleetMngmntInExprncCloud?: boolean; PermissionsUseFormFramework?: boolean; PermissionsUseFulfillmentAPIs?: boolean; PermissionsUseFulfillmentRoutingAPIs?: boolean; PermissionsUseFundingWorkbench?: boolean; PermissionsUseFundingWorkbenchForPartners?: boolean; PermissionsUseGenAIForChannelRevenueMgmt?: boolean; PermissionsUseGenAiForAssetFinance?: boolean; PermissionsUseGenAiForAssetServices?: boolean; PermissionsUseGenAiForCustomerEngagement?: boolean; PermissionsUseGenAiForInventoryManagement?: boolean; PermissionsUseGenAiForSalesPlanning?: boolean; PermissionsUseGenAiForUpsellCrossSell?: boolean; PermissionsUseGrantsManagement?: boolean; PermissionsUseHealthCareAnalytics?: boolean; PermissionsUseInboxSchedulingOnBehalfOf?: boolean; PermissionsUseIndustriesAutomotive?: boolean; PermissionsUseIndustriesFieldService?: boolean; PermissionsUseIndustriesManufacturing?: boolean; PermissionsUseInventorySearchInExprcCloud?: boolean; PermissionsUseLeadMgmtInExperienceCloud?: boolean; PermissionsUseLiabilityAccruals?: boolean; PermissionsUseLifeSciAccountMgmtRating?: boolean; PermissionsUseLifeSciKeyAccountMgmt?: boolean; PermissionsUseLifeSciListsAndFilters?: boolean; PermissionsUseLifeSciRemoteEngagement?: boolean; PermissionsUseLifeSciSampleLimits?: boolean; PermissionsUseLifeSciencesWorkflows?: boolean; PermissionsUseLoyaltyAnalytics?: boolean; PermissionsUseManufacturingAnalytics?: boolean; PermissionsUseMediaAnalytics?: boolean; PermissionsUseMfgAccountForecast?: boolean; PermissionsUseMfgAcctMgrTargets?: boolean; PermissionsUseMfgAdvAccountForecast?: boolean; PermissionsUseMfgAdvAcctForecastCmty?: boolean; PermissionsUseMfgPartnerLeadMgmt?: boolean; PermissionsUseMfgPartnerLeadMgmtAsGuest?: boolean; PermissionsUseMfgPartnerPerfMgmt?: boolean; PermissionsUseMfgPartnerVisitMgmt?: boolean; PermissionsUseMfgProgram?: boolean; PermissionsUseMfgRebates?: boolean; PermissionsUseMfgRebatesCmty?: boolean; PermissionsUseMfgRebatesReadOnlyUser?: boolean; PermissionsUseMfgSalesAgreements?: boolean; PermissionsUseMfgSalesAgreementsCmty?: boolean; PermissionsUseMfgServiceConsole?: boolean; PermissionsUseMySearch?: boolean; PermissionsUseNonProfitIntelligence?: boolean; PermissionsUseOMAnalytics?: boolean; PermissionsUseOmnichannelInventoryAPIs?: boolean; PermissionsUseOrderEntry?: boolean; PermissionsUseOrderItemSummaryCancel?: boolean; PermissionsUseOrderItemSummaryReturn?: boolean; PermissionsUseOrderManagementAPIs?: boolean; PermissionsUseOrderSummaryChangeAPIs?: boolean; PermissionsUseOrderSummaryCreateAPI?: boolean; PermissionsUsePartnerMessagingChannels?: boolean; PermissionsUsePaymentCreditAPIs?: boolean; PermissionsUsePerfectStoreScore?: boolean; PermissionsUsePriceProtectionCmty?: boolean; PermissionsUsePricingFeatrSlsAgr?: boolean; PermissionsUsePricingFeatrSlsAgrExprc?: boolean; PermissionsUseProactiveActionsForItSrvcs?: boolean; PermissionsUseProdtCtlgForSlsAgrExprc?: boolean; PermissionsUseProdtSvcCmpnMgmtForExprcCloud?: boolean; PermissionsUseProductCatalogForSlsAgr?: boolean; PermissionsUseProductSvcCampaignMgmt?: boolean; PermissionsUseProgramsAssistiveAI?: boolean; PermissionsUsePrtnrPerfInExperienceCloud?: boolean; PermissionsUsePurchaseOrderMgmtInExprcCloud?: boolean; PermissionsUseQuerySuggestions?: boolean; PermissionsUseRegisterGuestBuyerAPI?: boolean; PermissionsUseRepricing?: boolean; PermissionsUseRestrictedTheme?: boolean; PermissionsUseReturnOrder?: boolean; PermissionsUseReturnOrderAPIs?: boolean; PermissionsUseRouting?: boolean; PermissionsUseSalesforceEngage?: boolean; PermissionsUseSampleManagement?: boolean; PermissionsUseSampleManagementCmty?: boolean; PermissionsUseSchedulerForAutomotive?: boolean; PermissionsUseServiceCatalogForGuest?: boolean; PermissionsUseServiceIntelligence?: boolean; PermissionsUseServicePartReturn?: boolean; PermissionsUseShipAndDebit?: boolean; PermissionsUseShipAndDebitCmty?: boolean; PermissionsUseShipAndDebitReadOnlyUser?: boolean; PermissionsUseShipment?: boolean; PermissionsUseSkillsSuggestions?: boolean; PermissionsUseSmartDataDiscovery?: boolean; PermissionsUseSmartDataDiscoveryApi?: boolean; PermissionsUseStockRotClaimAnlstUser?: boolean; PermissionsUseStockRotReadOnlyUser?: boolean; PermissionsUseStockRotationAdminUser?: boolean; PermissionsUseStockRotationCommunity?: boolean; PermissionsUseSubscriptionEmails?: boolean; PermissionsUseSvcCatalog?: boolean; PermissionsUseTCRMforComms?: boolean; PermissionsUseTCRMforEandU?: boolean; PermissionsUseTCRMforSustainability?: boolean; PermissionsUseTPMRevenuePrediction?: boolean; PermissionsUseTeamReassignWizards?: boolean; PermissionsUseTeamsForEmployee?: boolean; PermissionsUseTeamsForItSrvcs?: boolean; PermissionsUseTemplatedApp?: boolean; PermissionsUseTemplatedIntelApp?: boolean; PermissionsUseUnitOfMeasure?: boolean; PermissionsUseVehAndAssetLendAgntIntake?: boolean; PermissionsUseVehAndAssetLendUndwrConsole?: boolean; PermissionsUseVehicleAssetFinance?: boolean; PermissionsUseVehicleAssetFinanceExprc?: boolean; PermissionsUseVisitMgmtInExperienceCloud?: boolean; PermissionsUseWarrantyLifecycleMgmt?: boolean; PermissionsUseWebLink?: boolean; PermissionsUserAppAlertsAccess?: boolean; PermissionsUserBatchManagement?: boolean; PermissionsUserCanAccessNLPResult?: boolean; PermissionsUserCanDeployStore?: boolean; PermissionsUserCanPerformNLPOperation?: boolean; PermissionsUserCanTranslateCaseComment?: boolean; PermissionsUserCanTranslateServiceEmail?: boolean; PermissionsUserHasBillingAccount?: boolean; PermissionsUserHasDevOpsCore?: boolean; PermissionsUserHasEAndUProgramAccess?: boolean; PermissionsUserHasEUCore?: boolean; PermissionsUserHasEUSales?: boolean; PermissionsUserHasSendToListFilterAccess?: boolean; PermissionsUserHasStarterDCRAccess?: boolean; PermissionsUserHasUsageImpactAccess?: boolean; PermissionsUserHasWorkReportAccess?: boolean; PermissionsUserInteractionInsights?: boolean; PermissionsUserManagementAdmin?: boolean; PermissionsUserManagementBasic?: boolean; PermissionsUserProductInventoryOperations?: boolean; PermissionsUserSites?: boolean; PermissionsUserSlackCapabilities?: boolean; PermissionsUtilMgmtExperienceCloudUser?: boolean; PermissionsUtilMgmtProviderExprcCloudUser?: boolean; PermissionsUtilizationMgmtProviderUser?: boolean; PermissionsValidateYubiKeyToken?: boolean; PermissionsVideoCallsUserAccess?: boolean; PermissionsVideoConferenceMeetUser?: boolean; PermissionsVideoConferenceTeamsUser?: boolean; PermissionsVideoConferenceZoomUser?: boolean; PermissionsViewAccessPolicies?: boolean; PermissionsViewActivitiesPage?: boolean; PermissionsViewAgtfrceAnlytDshbrd?: boolean; PermissionsViewAllActivities?: boolean; PermissionsViewAllCalls?: boolean; PermissionsViewAllCustomSettings?: boolean; PermissionsViewAllData?: boolean; PermissionsViewAllDataGovPolicies?: boolean; PermissionsViewAllDataGovTags?: boolean; PermissionsViewAllFieldsGlobal?: boolean; PermissionsViewAllForecasts?: boolean; PermissionsViewAllForeignKeyNames?: boolean; PermissionsViewAllHighScaleCustomObjectRecords?: boolean; PermissionsViewAllNonSetupFlows?: boolean; PermissionsViewAllPolicyCenterPolicies?: boolean; PermissionsViewAllProfiles?: boolean; PermissionsViewAllUsers?: boolean; PermissionsViewAnomalyEvents?: boolean; PermissionsViewApexLimitEvents?: boolean; PermissionsViewApiNamedQueries?: boolean; PermissionsViewArchivedRecords?: boolean; PermissionsViewBackupDetails?: boolean; PermissionsViewBackupExclusionsSettings?: boolean; PermissionsViewBackupFilesSettings?: boolean; PermissionsViewBackupRetentionPolicySettings?: boolean; PermissionsViewBackupSchedulesSettings?: boolean; PermissionsViewBrandKits?: boolean; PermissionsViewBusinessUnit?: boolean; PermissionsViewCaseAnlytDshbrd?: boolean; PermissionsViewCaseInteraction?: boolean; PermissionsViewChangeRequestAnlytDshbrd?: boolean; PermissionsViewChangeRequestDshbrd?: boolean; PermissionsViewClientSecret?: boolean; PermissionsViewCompareActivities?: boolean; PermissionsViewConsentAuditTrail?: boolean; PermissionsViewConsumption?: boolean; PermissionsViewContent?: boolean; PermissionsViewContentTaxonomy?: boolean; PermissionsViewCustomerSentiment?: boolean; PermissionsViewDataAssessment?: boolean; PermissionsViewDataCategories?: boolean; PermissionsViewDataGovTab?: boolean; PermissionsViewDataLeakageEvents?: boolean; PermissionsViewDeveloperName?: boolean; PermissionsViewDevices?: boolean; PermissionsViewEmailMessagingSetup?: boolean; PermissionsViewEnablementAnalytics?: boolean; PermissionsViewEncryptedData?: boolean; PermissionsViewEventLogFiles?: boolean; PermissionsViewFLSReportPage?: boolean; PermissionsViewFlexibleHierarchies?: boolean; PermissionsViewForecastingPredictive?: boolean; PermissionsViewGlobalHeader?: boolean; PermissionsViewHealthCheck?: boolean; PermissionsViewHelpLink?: boolean; PermissionsViewInAppGuidanceForSites?: boolean; PermissionsViewIncidentAnlytDshbrd?: boolean; PermissionsViewIncidentFulfrDshbrd?: boolean; PermissionsViewIncidentMgrDshbrd?: boolean; PermissionsViewIntelligenceApp?: boolean; PermissionsViewItLeaderAnlytDshbrd?: boolean; PermissionsViewItsmConsoleAsFulfr?: boolean; PermissionsViewItsmConsoleHmpg?: boolean; PermissionsViewKnwlgAnlytDshbrd?: boolean; PermissionsViewLegalHoldReportPage?: boolean; PermissionsViewLicenseUtilization?: boolean; PermissionsViewMLModels?: boolean; PermissionsViewMyTeamsDashboards?: boolean; PermissionsViewNonSetupFlow?: boolean; PermissionsViewOmnichnlAnlytDshbrd?: boolean; PermissionsViewOnlyEmbeddedAppUser?: boolean; PermissionsViewOrchestrationsInAutomApp?: boolean; PermissionsViewPayments?: boolean; PermissionsViewPersonalOrg?: boolean; PermissionsViewPlatformEvents?: boolean; PermissionsViewPoliciesPage?: boolean; PermissionsViewPrivateStaticResources?: boolean; PermissionsViewProblemFulfrDshbrd?: boolean; PermissionsViewProblemMgrDshbrd?: boolean; PermissionsViewProductCatalogObjects?: boolean; PermissionsViewPromotions?: boolean; PermissionsViewPublicCapstoneFolders?: boolean; PermissionsViewPublicDashboards?: boolean; PermissionsViewPublicEnhancedTemplate?: boolean; PermissionsViewPublicFiles?: boolean; PermissionsViewPublicReports?: boolean; PermissionsViewPushMessagingSetup?: boolean; PermissionsViewRecommendations?: boolean; PermissionsViewRelAssoc?: boolean; PermissionsViewReleaseDshbrd?: boolean; PermissionsViewRestoreActivities?: boolean; PermissionsViewRestrictionAndScopingRules?: boolean; PermissionsViewRoles?: boolean; PermissionsViewSALifecycle?: boolean; PermissionsViewSMSMessagingSetup?: boolean; PermissionsViewSalesPlan?: boolean; PermissionsViewSearchPage?: boolean; PermissionsViewSecurityCommandCenter?: boolean; PermissionsViewSettingsPage?: boolean; PermissionsViewSetup?: boolean; PermissionsViewShieldApp?: boolean; PermissionsViewShiftSchedulingResults?: boolean; PermissionsViewTelemetryDefinitionsAndActions?: boolean; PermissionsViewTopics?: boolean; PermissionsViewTransactableMarketplaceProvisioningRecords?: boolean; PermissionsViewTrustMeasures?: boolean; PermissionsViewUMACalendar?: boolean; PermissionsViewUserPII?: boolean; PermissionsViewWhatsAppMessagingSetup?: boolean; PermissionsViewWorkForecastingResult?: boolean; PermissionsViewWorkScheduling?: boolean; PermissionsVoiceCoach?: boolean; PermissionsVoiceInbound?: boolean; PermissionsVoiceMinutes?: boolean; PermissionsVoiceOutbound?: boolean; PermissionsVoiceWrapUpUser?: boolean; PermissionsVoidInvoiceAPIUser?: boolean; PermissionsVoidPostedCreditMemoAPIUser?: boolean; PermissionsVolunteerAssistiveAIUser?: boolean; PermissionsVolunteerCommunityUser?: boolean; PermissionsVolunteerManager?: boolean; PermissionsVolunteerMgmtUserAccess?: boolean; PermissionsWalkthroughAuthoring?: boolean; PermissionsWalletManagementUser?: boolean; PermissionsWarrantyClaimsForFieldService?: boolean; PermissionsWaveCommunityUser?: boolean; PermissionsWaveManagePrivateAssetsUser?: boolean; PermissionsWaveTabularDownload?: boolean; PermissionsWaveTrendReports?: boolean; PermissionsWebExMeetings?: boolean; PermissionsWorkCalibrationUser?: boolean; PermissionsWorkDotComUserPerm?: boolean; PermissionsWorkplaceCommandCenter?: boolean; PermissionsWriteCrossOrgUsages?: boolean; PermissionsYourAccountCDAPublishEvents?: boolean; Profile?: Profile; ProfileId?: ID; PsgCount?: number; SystemModstamp?: Date; Type?: PermissionSetType; }; 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 = sObject & { 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; Conditions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccessLevel?: DataspaceScopeDataAccessLevel; DataspaceScope?: DataspaceScope; DataspaceScopeId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectAccessLevel?: DataspaceScopeObjectAccessLevel; PermissionSet?: sObject; PermissionSetId?: ID; ProcessDefinitionPermissionsCustomizeActivationDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeAllDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeCalculatedInsightDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeDataActionDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeDataApplicationDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeDataObjSecondaryIndexDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeDataShareDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeFTestDataspaceScopedDefinition?: boolean; ProcessDefinitionPermissionsCustomizeIdentityResolutionDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeIdpConfigurationDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeMLPredictionDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeSegmentationDefinitions?: boolean; ProcessDefinitionPermissionsCustomizeSemanticSearchDefinitions?: boolean; ProcessDefinitionPermissionsViewActivationDefinitions?: boolean; ProcessDefinitionPermissionsViewCalculatedInsightDefinitions?: boolean; ProcessDefinitionPermissionsViewDataActionDefinitions?: boolean; ProcessDefinitionPermissionsViewDataApplicationDefinitions?: boolean; ProcessDefinitionPermissionsViewDataObjSecondaryIndexDefinitions?: boolean; ProcessDefinitionPermissionsViewDataShareDefinitions?: boolean; ProcessDefinitionPermissionsViewFTestDataspaceScopedDefinition?: boolean; ProcessDefinitionPermissionsViewIdentityResolutionDefinitions?: boolean; ProcessDefinitionPermissionsViewIdpConfigurationDefinitions?: boolean; ProcessDefinitionPermissionsViewMLPredictionDefinitions?: boolean; ProcessDefinitionPermissionsViewSegmentationDefinitions?: boolean; ProcessDefinitionPermissionsViewSemanticSearchDefinitions?: boolean; SystemModstamp?: Date; }; 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 = sObject & { tab: string; visibility: PermissionSetTabVisibility; Name?: string; Parent?: sObject; ParentId?: ID; Visibility?: TabVisibility; }; export type PermissionSetUserPermission = { enabled: boolean; name: string; }; export type MutingPermissionSet = PermissionSet & sObject & { label: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; PermissionsADSEnabledOnFSMobile?: boolean; PermissionsAECommunityAccess?: boolean; PermissionsAIAgentAccessProviderMatching?: boolean; PermissionsAICommerceAgentUser?: boolean; PermissionsAICreateInsightObjects?: boolean; PermissionsAISearchAdmin?: boolean; PermissionsAISearchUser?: boolean; PermissionsAITestingUser?: boolean; PermissionsAIViewInsightObjects?: boolean; PermissionsAIWorkbenchUser?: boolean; PermissionsAcceptRiskForProblems?: boolean; PermissionsAccessActivation?: boolean; PermissionsAccessActivitiesTab?: boolean; PermissionsAccessAdvisingSummary?: boolean; PermissionsAccessAgentforceForEducationCloud?: boolean; PermissionsAccessAgentforceForFundraising?: boolean; PermissionsAccessAnypointPlatform?: boolean; PermissionsAccessApplication?: boolean; PermissionsAccessApplicationFormObjects?: boolean; PermissionsAccessBankingRelationshipAssistance?: boolean; PermissionsAccessBankingServiceAgent?: boolean; PermissionsAccessBudgetManagement?: boolean; PermissionsAccessCMC?: boolean; PermissionsAccessCdpApp?: boolean; PermissionsAccessCdpDataExplorer?: boolean; PermissionsAccessCdpProfileExplorer?: boolean; PermissionsAccessCollectionsAgent?: boolean; PermissionsAccessContentBuilder?: boolean; PermissionsAccessCustomerDataCloudSetup?: boolean; PermissionsAccessDispatchConsoleMap?: boolean; PermissionsAccessDisputePrompts?: boolean; PermissionsAccessEduCloudAdvncdAcadOperExprcCloud?: boolean; PermissionsAccessEducationCloud?: boolean; PermissionsAccessEducationCloudAsGuest?: boolean; PermissionsAccessEducationCloudCmty?: boolean; PermissionsAccessEducationCloudReview?: boolean; PermissionsAccessEinsteinAcademicInsights?: boolean; PermissionsAccessEinsteinAutofill?: boolean; PermissionsAccessEpidemiologistDshbrd?: boolean; PermissionsAccessExtlAgtfrceForNprftCloud?: boolean; PermissionsAccessFinancialAccounts?: boolean; PermissionsAccessFundraisingCmty?: boolean; PermissionsAccessGenUiCanvas?: boolean; PermissionsAccessGeniePlatform?: boolean; PermissionsAccessIdpCrudApi?: boolean; PermissionsAccessIdpUi?: boolean; PermissionsAccessKnowledgeSpace?: boolean; PermissionsAccessOrchestrationObjects?: boolean; PermissionsAccessPSPasCaseAgents?: boolean; PermissionsAccessPSPasProgramLead?: boolean; PermissionsAccessPolicyAgent?: boolean; PermissionsAccessProgramManagementAsGuest?: boolean; PermissionsAccessProviderSummarization?: boolean; PermissionsAccessPublicSectorAgentforce?: boolean; PermissionsAccessPublicSectrAdvGenerativeAI?: boolean; PermissionsAccessPulseChecks?: boolean; PermissionsAccessRecordEngagementActions?: boolean; PermissionsAccessSegment?: boolean; PermissionsAccessServiceEinstein?: boolean; PermissionsAccessSfDrive?: boolean; PermissionsAccessStuFinancials?: boolean; PermissionsAccessStuFinancialsCmty?: boolean; PermissionsAccessStudyStartupAsstAgent?: boolean; PermissionsAccessTlntRcrtMgmtAgentforce?: boolean; PermissionsAccessToComplaintAgent?: boolean; PermissionsAccessToComplaintMgmt?: boolean; PermissionsAccessToDisputeManagement?: boolean; PermissionsAccessToServiceProcess?: boolean; PermissionsAccessTrialInfoGuestUser?: boolean; PermissionsAccessVolunteerManagementAsGuest?: boolean; PermissionsAccessWalkthroughs?: boolean; PermissionsAccessWealthAdvisorAgent?: boolean; PermissionsAccessZeroDeployment?: boolean; PermissionsAccountAddressManager?: boolean; PermissionsAccountSwitcherUser?: boolean; PermissionsAccountingJobUser?: boolean; PermissionsAccountingSubledgerAdmin?: boolean; PermissionsAccountingSubledgerStarterUser?: boolean; PermissionsAccsEmployeeServiceCopilot?: boolean; PermissionsAccsPtntSuptPgmUseEinstein?: boolean; PermissionsActionPlansUserAccess?: boolean; PermissionsActionableListCompUser?: boolean; PermissionsActionableListConfigUser?: boolean; PermissionsActionableListCreator?: boolean; PermissionsActionableListUser?: boolean; PermissionsActivateContract?: boolean; PermissionsActivateDeactivateNonSetupFlow?: boolean; PermissionsActivateOrder?: boolean; PermissionsActivateSystemModeFlows?: boolean; PermissionsActivateTenantSchemaChanges?: boolean; PermissionsActivitiesAccess?: boolean; PermissionsActivitiesSideBar?: boolean; PermissionsAddAnalyticsRemoteConnections?: boolean; PermissionsAddAsgntElmntToNonSetupFlow?: boolean; PermissionsAddCollFltrElmntToNonSetupFlow?: boolean; PermissionsAddCollSrtElmntToNonSetupFlow?: boolean; PermissionsAddCreaRecElmntToNonSetupFlow?: boolean; PermissionsAddDecisionElmntNonSetupFlow?: boolean; PermissionsAddDelRecElmntToNonSetupFlow?: boolean; PermissionsAddDirectMessageMembers?: boolean; PermissionsAddGetRecElmntToNonSetupFlow?: boolean; PermissionsAddLoopElmntToNonSetupFlow?: boolean; PermissionsAddPathExprmElmntNonSetupFlow?: boolean; PermissionsAddSubflowElmntToNonSetupFlow?: boolean; PermissionsAddTrfmElmntToNonSetupFlow?: boolean; PermissionsAddUpdtRecElmntToNonSetupFlow?: boolean; PermissionsAddWaitToNonSetupFlow?: boolean; PermissionsAddWaveNotificationRecipients?: boolean; PermissionsAdminAnalyticsUser?: boolean; PermissionsAdminProvisioning?: boolean; PermissionsAdministerLifeSciKeyAccountMgmt?: boolean; PermissionsAdministerLifeSciSampleLimits?: boolean; PermissionsAdoptionAnalyticsUser?: boolean; PermissionsAdvancedCsvDataImportUser?: boolean; PermissionsAdvancedPricingUser?: boolean; PermissionsAgentforceDS?: boolean; PermissionsAgentforceDSCaseClassification?: boolean; PermissionsAgentforceDiseaseSurveillanceIDP?: boolean; PermissionsAgentforceSchedulingSupervisorView?: boolean; PermissionsAgentforceServiceAgentUser?: boolean; PermissionsAllowAIAccelerator?: boolean; PermissionsAllowBotInboxFeatureAccess?: boolean; PermissionsAllowDCHAgents?: boolean; PermissionsAllowDCHEnGpt?: boolean; PermissionsAllowDCHEnGptAccuracy?: boolean; PermissionsAllowDCHEnGptSearch?: boolean; PermissionsAllowDeleteDandBCompany?: boolean; PermissionsAllowERIBasicAccess?: boolean; PermissionsAllowERIGrowthAccess?: boolean; PermissionsAllowERIStarterAccess?: boolean; PermissionsAllowERITwitterAccess?: boolean; PermissionsAllowEmailIC?: boolean; PermissionsAllowGnrcDisclsFrmwk?: boolean; PermissionsAllowIndustriesCSVDataLoading?: boolean; PermissionsAllowLightningLogin?: boolean; PermissionsAllowMaterialityAssessment?: boolean; PermissionsAllowNZCAgents?: boolean; PermissionsAllowNZCEN?: boolean; PermissionsAllowNZCENCarbonAccounting?: boolean; PermissionsAllowNZCENGPTDCHIL?: boolean; PermissionsAllowNZCENScope3ProcHub?: boolean; PermissionsAllowNZCMngEsgPgm?: boolean; PermissionsAllowOCIAvailabilityAPIs?: boolean; PermissionsAllowReadDandBCompany?: boolean; PermissionsAllowSCBEI?: boolean; PermissionsAllowSCCalcAndLock?: boolean; PermissionsAllowSCCarbonAccounting?: boolean; PermissionsAllowSCCarbonCreditAlloc?: boolean; PermissionsAllowSCCmtyExtEngMgmt?: boolean; PermissionsAllowSCCreditSync?: boolean; PermissionsAllowSCDGF?: boolean; PermissionsAllowSCEmssnsForecasting?: boolean; PermissionsAllowSCExpansionUseCase?: boolean; PermissionsAllowSCExternalEngMgmt?: boolean; PermissionsAllowSCSNGManagement?: boolean; PermissionsAllowSCScope3Hub?: boolean; PermissionsAllowSCSnGAffiliates?: boolean; PermissionsAllowSCTargetSetting?: boolean; PermissionsAllowSCWasteManagement?: boolean; PermissionsAllowSCWaterManagement?: boolean; PermissionsAllowSFDCToAdminOrg?: boolean; PermissionsAllowSurveyAdvancedFeatures?: boolean; PermissionsAllowSurveyLimitedAdvFeatures?: boolean; PermissionsAllowUniversalSearch?: boolean; PermissionsAllowVectorSearch?: boolean; PermissionsAllowViewEditConvertedLeads?: boolean; PermissionsAllowViewKnowledge?: boolean; PermissionsAllowVisitRecommendation?: boolean; PermissionsAlumniCommunityPages?: boolean; PermissionsAmendAssets?: boolean; PermissionsAnalyticsBackupFileAccess?: boolean; PermissionsAnalyticsPublicGalleryUser?: boolean; PermissionsAnalyticsQueryServiceConsumer?: boolean; PermissionsAnalyticsWatchUser?: boolean; PermissionsApexRestServices?: boolean; PermissionsApiEnabled?: boolean; PermissionsApiImpersonateUser?: boolean; PermissionsApiUserOnly?: boolean; PermissionsAppFrameworkManageApp?: boolean; PermissionsAppFrameworkManageTemplate?: boolean; PermissionsAppFrameworkViewApp?: boolean; PermissionsApplicantCommunityPages?: boolean; PermissionsAppointmentBookingUserAccess?: boolean; PermissionsApprovalAdmin?: boolean; PermissionsApprovalDesigner?: boolean; PermissionsApproveContract?: boolean; PermissionsApproveOrder?: boolean; PermissionsArchiveAbort?: boolean; PermissionsArchiveAnalyzer?: boolean; PermissionsArchiveOverrideWidgetSharingRules?: boolean; PermissionsArchiveSettings?: boolean; PermissionsAssessmentPlatformUser?: boolean; PermissionsAssessmentQuestionGeneration?: boolean; PermissionsAssignPermissionSets?: boolean; PermissionsAssignPublicGroups?: boolean; PermissionsAssignQueues?: boolean; PermissionsAssignRoles?: boolean; PermissionsAssignTopics?: boolean; PermissionsAssignUserToSkill?: boolean; PermissionsAssocChgRqstAndProb?: boolean; PermissionsAssocIncAndChgRqst?: boolean; PermissionsAssocIncAndProb?: boolean; PermissionsAssocRelAndChgRqst?: boolean; PermissionsAssocRelAndInc?: boolean; PermissionsAssocRelAndProb?: boolean; PermissionsAssociationEngineUserAccess?: boolean; PermissionsAttributionModelUser?: boolean; PermissionsAuditInventoryCountAssessments?: boolean; PermissionsAuthorApex?: boolean; PermissionsAuthorizePayments?: boolean; PermissionsAutoBdrUserPerm?: boolean; PermissionsAutofillAdmin?: boolean; PermissionsAutofillUser?: boolean; PermissionsAutomateEmailContent?: boolean; PermissionsAutomatedActionsUser?: boolean; PermissionsAutomaticActivityCapture?: boolean; PermissionsAutonomousAnalyticsAuditor?: boolean; PermissionsAutonomousAnalyticsPrivacy?: boolean; PermissionsB2BCommerceIntegrator?: boolean; PermissionsB2BCommerceSuperUser?: boolean; PermissionsB2BCommerceUser?: boolean; PermissionsB2BMarketingAnalyticsUser?: boolean; PermissionsB2CCommerceUser?: boolean; PermissionsB2bmaAppUser?: boolean; PermissionsB2bmaIntegrationUser?: boolean; PermissionsBACommunityAccess?: boolean; PermissionsBREAlertsUserAccess?: boolean; PermissionsBVCommunityAccess?: boolean; PermissionsBehavioralHealthAppUserAccess?: boolean; PermissionsBenefitManagementAccess?: boolean; PermissionsBillingBatchFilterCriteriaAccess?: boolean; PermissionsBillingInvoiceSuperUser?: boolean; PermissionsBillingParameterUpdateAccess?: boolean; PermissionsBillingPaymentApiUser?: boolean; PermissionsBillingRefundApiUser?: boolean; PermissionsBillingSetupAccess?: boolean; PermissionsBillingTransactionToBSApiUser?: boolean; PermissionsBookServiceAppntExpCloud?: boolean; PermissionsBookServiceAppointment?: boolean; PermissionsBotManageBots?: boolean; PermissionsBotManageBotsTrainingData?: boolean; PermissionsBranchManagementUserAccess?: boolean; PermissionsBroadcaster?: boolean; PermissionsBulkApiHardDelete?: boolean; PermissionsBulkMacrosAllowed?: boolean; PermissionsBusinessHierarchyUser?: boolean; PermissionsBypassEmailApproval?: boolean; PermissionsBypassMFAForUiLogins?: boolean; PermissionsCCMCommunityAccess?: boolean; PermissionsCCMFieldAccess?: boolean; PermissionsCCUserHasBillingAccount?: boolean; PermissionsCCUserHasEAndUProgramAccess?: boolean; PermissionsCCUserHasEUCore?: boolean; PermissionsCDEPolicy?: boolean; PermissionsCDPDataManagerConsumer?: boolean; PermissionsCGCTradePromotionManagement?: boolean; PermissionsCIPartnerIntegrationUser?: boolean; PermissionsCMESales?: boolean; PermissionsCMSECEAuthoringAccess?: boolean; PermissionsCallCoachingUser?: boolean; PermissionsCallExplorer?: boolean; PermissionsCallSummarization?: boolean; PermissionsCalmSobjectAccessUser?: boolean; PermissionsCampDesignerSettingsSetup?: boolean; PermissionsCampaignInfluence2?: boolean; PermissionsCanAccessCE?: boolean; PermissionsCanApproveFeedPost?: boolean; PermissionsCanApproveUninstalledApps?: boolean; PermissionsCanDisableConnectedApps?: boolean; PermissionsCanDisablePackages?: boolean; PermissionsCanDoActAsUser?: boolean; PermissionsCanEditDataPrepRecipe?: boolean; PermissionsCanEditPrompts?: boolean; PermissionsCanExitFlowViaAPI?: boolean; PermissionsCanInitiateMessagingSessions?: boolean; PermissionsCanInsertFeedSystemFields?: boolean; PermissionsCanManageMaps?: boolean; PermissionsCanMarketingUserDebugFlow?: boolean; PermissionsCanRunAnalysis?: boolean; PermissionsCanSave?: boolean; PermissionsCanSendInitialSMSToIndividual?: boolean; PermissionsCanToggleCallRecordings?: boolean; PermissionsCanTranslateScrt2Conversation?: boolean; PermissionsCanUpdateEmailMessage?: boolean; PermissionsCanUseDshbdWoSameUsrLic?: boolean; PermissionsCanUseNewDashboardBuilder?: boolean; PermissionsCanVerifyComment?: boolean; PermissionsCanViewDataPrepRecipe?: boolean; PermissionsCanWriteWithAiScrt2Conversation?: boolean; PermissionsCancelAssets?: boolean; PermissionsCaptureAndReversePayments?: boolean; PermissionsCareManagementUserAccess?: boolean; PermissionsCarePlansAccess?: boolean; PermissionsCaseProceedingsAccess?: boolean; PermissionsCaseReferralAccess?: boolean; PermissionsCaseWrapUpUser?: boolean; PermissionsCdcReportingCreateReports?: boolean; PermissionsCdcReportingManageFolders?: boolean; PermissionsCdcReportingViewReports?: boolean; PermissionsCdpConnectionManagementUser?: boolean; PermissionsChainOfCustodyUser?: boolean; PermissionsChampionUser?: boolean; PermissionsChangeAdminPerm?: boolean; PermissionsChangeDashboardColors?: boolean; PermissionsChangeFulfillerPerm?: boolean; PermissionsChangeManagerPerm?: boolean; PermissionsChangeRequestConflictDetectionUser?: boolean; PermissionsChangeRequesterPerm?: boolean; PermissionsChangeTargetAssignee?: boolean; PermissionsChannelPartnerInventoryReadOnlyUser?: boolean; PermissionsChatterComposeUiCodesnippet?: boolean; PermissionsChatterEditOwnPost?: boolean; PermissionsChatterEditOwnRecordPost?: boolean; PermissionsChatterEnabledForUser?: boolean; PermissionsChatterInternalUser?: boolean; PermissionsChatterInviteExternalUsers?: boolean; PermissionsChatterOwnGroups?: boolean; PermissionsCidbPermission?: boolean; PermissionsCitrixVDIPlatform?: boolean; PermissionsClaimManagementAdmin?: boolean; PermissionsClaimManagementUser?: boolean; PermissionsClaimUnclaimNumber?: boolean; PermissionsClauseDEUser?: boolean; PermissionsClauseDesigner?: boolean; PermissionsClauseUser?: boolean; PermissionsClientSecretRotation?: boolean; PermissionsCloseConversations?: boolean; PermissionsCodeBuilderUser?: boolean; PermissionsCollectionAgent?: boolean; PermissionsCollectionAssigner?: boolean; PermissionsCollectionsAndRecoveryAdmin?: boolean; PermissionsCollectionsAndRecoverySpecialist?: boolean; PermissionsCombAuthAndCapPayments?: boolean; PermissionsCommandCenterUser?: boolean; PermissionsCommerceC360AdminUser?: boolean; PermissionsCommerceEntitlementIntegrator?: boolean; PermissionsCommerceShipmentIntegrator?: boolean; PermissionsCommerceTaxApiUser?: boolean; PermissionsCompareUsingEinstein?: boolean; PermissionsComplaintsManagementAccess?: boolean; PermissionsComplianceAdminUser?: boolean; PermissionsComplianceUser?: boolean; PermissionsComputeAccess?: boolean; PermissionsComputeProductionAccess?: boolean; PermissionsConductEvaluations?: boolean; PermissionsConfigCompliantDataSharing?: boolean; PermissionsConfigCustomRecs?: boolean; PermissionsConfigFlexibleHierarchies?: boolean; PermissionsConfigureCCTarget?: boolean; PermissionsConfigureCommunicationCapping?: boolean; PermissionsConfigureDataspaceScope?: boolean; PermissionsConfigureLiveMessage?: boolean; PermissionsConfigureMerchantAccounts?: boolean; PermissionsConfigurePayments?: boolean; PermissionsConfigureScopedAccess?: boolean; PermissionsConnectOrgToEnvironmentHub?: boolean; PermissionsConsentApiUpdate?: boolean; PermissionsConsentBannerSettingsSetup?: boolean; PermissionsConsoleTab?: boolean; PermissionsConsumerSalesUser?: boolean; PermissionsContactCenterAgentUserAccess?: boolean; PermissionsContactCenterUserAccess?: boolean; PermissionsContactInspectorUser?: boolean; PermissionsContentAdministrator?: boolean; PermissionsContentHubUploadAWSS3User?: boolean; PermissionsContentHubUser?: boolean; PermissionsContentWorkspaces?: boolean; PermissionsContextServiceAdmin?: boolean; PermissionsContextServiceEmbedAdmin?: boolean; PermissionsContextServiceRuntime?: boolean; PermissionsContractManagementCCPlusDEUser?: boolean; PermissionsContractMgmtAdmin?: boolean; PermissionsContractMgmtRuntime?: boolean; PermissionsContractMgmtRuntimePC?: boolean; PermissionsContractorHasEUProgramAccess?: boolean; PermissionsContractorHasWorkReportAccess?: boolean; PermissionsContractsAIClauseDesigner?: boolean; PermissionsContractsAIRuntimeUser?: boolean; PermissionsConvExplorerViewer?: boolean; PermissionsConversationCatchupUser?: boolean; PermissionsConversationMining?: boolean; PermissionsConvertLeads?: boolean; PermissionsCoordinateClinicalTrials?: boolean; PermissionsCoordinateClnclTrialExprcUsr?: boolean; PermissionsCoreCPQUser?: boolean; PermissionsCorePricingAdmin?: boolean; PermissionsCorePricingDesignTimeUser?: boolean; PermissionsCorePricingManager?: boolean; PermissionsCorePricingRunTimeUser?: boolean; PermissionsCosellAuthSetupUser?: boolean; PermissionsCosellExportUser?: boolean; PermissionsCountInventory?: boolean; PermissionsCpqIntegrationUser?: boolean; PermissionsCreateAEOTemplate?: boolean; PermissionsCreateAuditFields?: boolean; PermissionsCreateClosePlan?: boolean; PermissionsCreateCustomizeDashboards?: boolean; PermissionsCreateCustomizeFilters?: boolean; PermissionsCreateCustomizeReports?: boolean; PermissionsCreateDPEDefinitionWithDerivedFields?: boolean; PermissionsCreateDashboardFolders?: boolean; PermissionsCreateEditNonSetupFlow?: boolean; PermissionsCreateLtngTempFolder?: boolean; PermissionsCreateLtngTempInPub?: boolean; PermissionsCreateModActTrigNonSetupFlow?: boolean; PermissionsCreateModAutEvtNonSetupFlow?: boolean; PermissionsCreateModDGTrigNonSetupFlow?: boolean; PermissionsCreateModFormTrigNonSetupFlow?: boolean; PermissionsCreateModIndRecNonSetupFlow?: boolean; PermissionsCreateModOnDemandNonSetupFlow?: boolean; PermissionsCreateModSgmtTrigNonSetupFlow?: boolean; PermissionsCreatePackaging?: boolean; PermissionsCreateQuickCadence?: boolean; PermissionsCreateReductionOrder?: boolean; PermissionsCreateReportFolders?: boolean; PermissionsCreateReportInLightning?: boolean; PermissionsCreateStandardCadence?: boolean; PermissionsCreateTelemetryDefinitionTemplates?: boolean; PermissionsCreateTopics?: boolean; PermissionsCreateUpdateSDDDataset?: boolean; PermissionsCreateUpdateSDDStory?: boolean; PermissionsCreateWorkBadgeDefinition?: boolean; PermissionsCreateWorkspaces?: boolean; PermissionsCreditMemoAPIUser?: boolean; PermissionsCrisisCenterUserAccess?: boolean; PermissionsCrossCloudCsiAdmin?: boolean; PermissionsCrossCloudCsiUser?: boolean; PermissionsCrossObjChangelogPlatformUser?: boolean; PermissionsCustomAppsOnFSMobile?: boolean; PermissionsCustomMobileAppsAccess?: boolean; PermissionsCustomSidebarOnAllPages?: boolean; PermissionsCustomTabBarOnMobile?: boolean; PermissionsCustomerMetricsSubmissionUser?: boolean; PermissionsCustomizeApplication?: boolean; PermissionsDCHGoogleAddOnAuthor?: boolean; PermissionsDCHGoogleAddOnDesigner?: boolean; PermissionsDCHMSO365AddInAuthor?: boolean; PermissionsDCHMSO365AddInDesigner?: boolean; PermissionsDFODesignerUser?: boolean; PermissionsDFOManagerOperatorUser?: boolean; PermissionsDROOrchestrateTransactionUser?: boolean; PermissionsDROOrderSubmitInitiateUser?: boolean; PermissionsDataCleanRoomQueryAccess?: boolean; PermissionsDataCleanRoomReadAccess?: boolean; PermissionsDataCleanRoomSetupAccess?: boolean; PermissionsDataCleanRoomWriteAccess?: boolean; PermissionsDataDetectUserPerm?: boolean; PermissionsDataExport?: boolean; PermissionsDataPipelinesAppConsumer?: boolean; PermissionsDataPrepPilotUser?: boolean; PermissionsDealAgentAutonomousUser?: boolean; PermissionsDebitMemoAPIUser?: boolean; PermissionsDebugApex?: boolean; PermissionsDecimalQuantityDesigntime?: boolean; PermissionsDecimalQuantityRuntime?: boolean; PermissionsDecisionTableExecUserAccess?: boolean; PermissionsDefenseIntegrationReserveOne?: boolean; PermissionsDeferSharingCalculations?: boolean; PermissionsDefineArchivePolicy?: boolean; PermissionsDefinePurgePolicy?: boolean; PermissionsDelegateHubEnvironmentManagement?: boolean; PermissionsDelegatedContactCenterAdmin?: boolean; PermissionsDelegatedPortalUserAdmin?: boolean; PermissionsDelegatedTwoFactor?: boolean; PermissionsDeleteActivatedContract?: boolean; PermissionsDeleteChangeRequest?: boolean; PermissionsDeleteCrMemoAndInvoice?: boolean; PermissionsDeleteDraftAndCanceledInvoices?: boolean; PermissionsDeleteEventMonitoringData?: boolean; PermissionsDeleteFieldHistory?: boolean; PermissionsDeleteFieldHistoryArchive?: boolean; PermissionsDeleteIncident?: boolean; PermissionsDeleteNonDraftSalesAgreement?: boolean; PermissionsDeleteNonSetupFlow?: boolean; PermissionsDeleteProblem?: boolean; PermissionsDeleteRelease?: boolean; PermissionsDeleteRevenueRecords?: boolean; PermissionsDeleteSalesforceFiles?: boolean; PermissionsDeleteTopics?: boolean; PermissionsDerivedPricing?: boolean; PermissionsDesignActnableEvntOrchProcess?: boolean; PermissionsDesignContextRule?: boolean; PermissionsDesignNotifications?: boolean; PermissionsDesignTelemetryDefinitionsAndActions?: boolean; PermissionsDfoAdminUser?: boolean; PermissionsDialerBasicInbound?: boolean; PermissionsDialerBasicOutbound?: boolean; PermissionsDigitalAgentUser?: boolean; PermissionsDigitalInsGrpBenAdvncdCensusMgmtUser?: boolean; PermissionsDigitalInsGrpBenAdvncdEnrollmentUser?: boolean; PermissionsDigitalInsGrpBenCensusMgmtUser?: boolean; PermissionsDigitalInsGrpBenContractUser?: boolean; PermissionsDigitalInsGrpBenEnrollmentUser?: boolean; PermissionsDigitalInsGrpBenQuoteUser?: boolean; PermissionsDigitalInsurancePolicyAdminUser?: boolean; PermissionsDigitalInsuranceProductAdmin?: boolean; PermissionsDigitalInsuranceRunTimeProductAdmin?: boolean; PermissionsDigitalLendingAdminUser?: boolean; PermissionsDigitalLendingEditReadOnly?: boolean; PermissionsDigitalLendingIndiaAdminUser?: boolean; PermissionsDigitalLendingUser?: boolean; PermissionsDigitalLendingWorkbench?: boolean; PermissionsDisbursementUserAccess?: boolean; PermissionsDiscoUser?: boolean; PermissionsDiscoverProspectsUser?: boolean; PermissionsDiseaseSurveillance?: boolean; PermissionsDiseaseSurveillanceCmtyAccess?: boolean; PermissionsDistributeFromPersWksp?: boolean; PermissionsDivisionAffected?: boolean; PermissionsDocGenDesigner?: boolean; PermissionsDocGenRuntimeCCUser?: boolean; PermissionsDocGenRuntimeUser?: boolean; PermissionsDocumentAutomationUserAccess?: boolean; PermissionsDocumentBuilder?: boolean; PermissionsDocumentChecklistUserAccess?: boolean; PermissionsDocumentWorkspaceCmtyAccess?: boolean; PermissionsDocumentWorkspaceUserAccess?: boolean; PermissionsDownloadAuditLogs?: boolean; PermissionsDownloadFiles?: boolean; PermissionsDownloadMaliciousFiles?: boolean; PermissionsDownloadPackageVersionZips?: boolean; PermissionsDynamicAssessmentAccess?: boolean; PermissionsDynamicAssessmentMigrationAccess?: boolean; PermissionsDynamicCommonOrchestratorUser?: boolean; PermissionsEGPTInsuranceRecordSummaryUser?: boolean; PermissionsEGPTSalesSummariesUser?: boolean; PermissionsEGPTServiceEmailUser?: boolean; PermissionsEMIAdmin?: boolean; PermissionsEMIMarketingDataSpecialist?: boolean; PermissionsEMIMarketingManager?: boolean; PermissionsERMUserAccess?: boolean; PermissionsEditASEFields?: boolean; PermissionsEditAccountScoreFields?: boolean; PermissionsEditActivatedOrders?: boolean; PermissionsEditBillingInfo?: boolean; PermissionsEditBrandTemplates?: boolean; PermissionsEditBuildingEnergyIntensity?: boolean; PermissionsEditCalculatedFields?: boolean; PermissionsEditCalculationStatusOnQuoteOrder?: boolean; PermissionsEditCaseComments?: boolean; PermissionsEditDeliveryInformation?: boolean; PermissionsEditEvent?: boolean; PermissionsEditForecast?: boolean; PermissionsEditHtmlTemplates?: boolean; PermissionsEditIQFields?: boolean; PermissionsEditInvoice?: boolean; PermissionsEditKnowledge?: boolean; PermissionsEditManagedOrderSummaries?: boolean; PermissionsEditMaterialityAssessment?: boolean; PermissionsEditMyDashboards?: boolean; PermissionsEditMyReports?: boolean; PermissionsEditOppLineItemUnitPrice?: boolean; PermissionsEditOrderManagementBillingType?: boolean; PermissionsEditPastActualsSalesAgreement?: boolean; PermissionsEditPayment?: boolean; PermissionsEditPublicDocuments?: boolean; PermissionsEditPublicFilters?: boolean; PermissionsEditPublicReports?: boolean; PermissionsEditPublicTemplates?: boolean; PermissionsEditReadonlyFields?: boolean; PermissionsEditReports?: boolean; PermissionsEditRepricing?: boolean; PermissionsEditSalesPlan?: boolean; PermissionsEditTask?: boolean; PermissionsEditTopics?: boolean; PermissionsEditUnmanagedOrderSummaries?: boolean; PermissionsEinsteinARForConversationsUser?: boolean; PermissionsEinsteinAgentPlatformBuilder?: boolean; PermissionsEinsteinAgentUser?: boolean; PermissionsEinsteinAiC2cUser?: boolean; PermissionsEinsteinArticleRecForVoicePilotUser?: boolean; PermissionsEinsteinArticleRecPilotUser?: boolean; PermissionsEinsteinArticleRecUser?: boolean; PermissionsEinsteinArticleRecUserOnDC?: boolean; PermissionsEinsteinAssistantUser?: boolean; PermissionsEinsteinBrandVoiceReplyUser?: boolean; PermissionsEinsteinCopilotBuilder?: boolean; PermissionsEinsteinCopilotUser?: boolean; PermissionsEinsteinEngagementVisuals?: boolean; PermissionsEinsteinGPTSalesEmailsUser?: boolean; PermissionsEinsteinMCDesignerUser?: boolean; PermissionsEinsteinMetadataUserAccess?: boolean; PermissionsEinsteinReplyManager?: boolean; PermissionsEinsteinSalesCoachAgent?: boolean; PermissionsEinsteinSalesRepFdbkUser?: boolean; PermissionsEinsteinSdrAAPerm?: boolean; PermissionsEinsteinSdrAccessPerm?: boolean; PermissionsEinsteinSdrConfigPerm?: boolean; PermissionsEinsteinSdrWorkerPerm?: boolean; PermissionsEinsteinSearchAnswersGPTUser?: boolean; PermissionsEmailAdministration?: boolean; PermissionsEmailMass?: boolean; PermissionsEmailSingle?: boolean; PermissionsEmailTemplateManagement?: boolean; PermissionsEmbeddedMessagingAgent?: boolean; PermissionsEmployee2Access?: boolean; PermissionsEmployeeAccess?: boolean; PermissionsEmployeeExperience?: boolean; PermissionsEmployeeExperience4?: boolean; PermissionsEmployeeExperience5?: boolean; PermissionsEmployeeHubUser?: boolean; PermissionsEmployeeSlackNotifications?: boolean; PermissionsEnableAssignCrbnFtprntToEur?: boolean; PermissionsEnableAuthUserManagement?: boolean; PermissionsEnableAutoCreateCrbnFtprnts?: boolean; PermissionsEnableBCTransactionPolling?: boolean; PermissionsEnableCommunityAppLauncher?: boolean; PermissionsEnableConfigurationLogAccess?: boolean; PermissionsEnableIPFSUpload?: boolean; PermissionsEnableImpCSVForMfgAAFCmty?: boolean; PermissionsEnableImportCSVForMfgAAF?: boolean; PermissionsEnableMassUpdateForMfgAAF?: boolean; PermissionsEnableMassUpdateForMfgSA?: boolean; PermissionsEnableMassUpdtForMfgAAFCmty?: boolean; PermissionsEnableMassUpdtForMfgSACmty?: boolean; PermissionsEnableNotifications?: boolean; PermissionsEnableSOS?: boolean; PermissionsEnablementAdmin?: boolean; PermissionsEnablementUser?: boolean; PermissionsEnblLiteAdmin?: boolean; PermissionsEnblLiteUser?: boolean; PermissionsEnforceMutualAuthentication?: boolean; PermissionsEngagementConfigUser?: boolean; PermissionsEnhancedSalesMobileExp?: boolean; PermissionsEnhancedSummarizationUser?: boolean; PermissionsEntityAccessHealthCloudCommunity?: boolean; PermissionsEventLogReadAccess?: boolean; PermissionsEvidenceManagementAccess?: boolean; PermissionsExecuteDSARPolicies?: boolean; PermissionsExecutePromptTemplates?: boolean; PermissionsExecuteWorkOrderEstExpCloud?: boolean; PermissionsExecuteWorkOrderEstimation?: boolean; PermissionsExplainabilityCmtyAccess?: boolean; PermissionsExplainabilityUserAccess?: boolean; PermissionsExport?: boolean; PermissionsExportAbort?: boolean; PermissionsExportCalculations?: boolean; PermissionsExportReport?: boolean; PermissionsExternalClientAppAdmin?: boolean; PermissionsExternalClientAppDeveloper?: boolean; PermissionsExternalClientAppViewer?: boolean; PermissionsFHIRCmtyAccess?: boolean; PermissionsFSCAlertFrameworkUserAccess?: boolean; PermissionsFSCArcGraphCommunityUser?: boolean; PermissionsFSCB2BEinsteinUserAccess?: boolean; PermissionsFSCB2BUserAccess?: boolean; PermissionsFSCComprehensiveUserAccess?: boolean; PermissionsFSCDealMgmtCompUser?: boolean; PermissionsFSCDealMgmtPlatformUser?: boolean; PermissionsFSCInsClaimMgmtPlatformUser?: boolean; PermissionsFSCInsPolicyAdminPlatformUser?: boolean; PermissionsFSCInsuranceCmpCmtyAccess?: boolean; PermissionsFSCInsuranceCmpLexOnlyAccess?: boolean; PermissionsFSCInsurancePlatformUser?: boolean; PermissionsFeedPinning?: boolean; PermissionsFetchTenantSchemaChanges?: boolean; PermissionsFieldMappingUser?: boolean; PermissionsFieldServiceAccess?: boolean; PermissionsFieldServiceCopilotActions?: boolean; PermissionsFieldServiceDispatcher?: boolean; PermissionsFieldServiceLastMile?: boolean; PermissionsFieldServiceMobileApp?: boolean; PermissionsFieldServiceScheduling?: boolean; PermissionsFieldServiceVoiceToForm?: boolean; PermissionsFieldServiceVoiceToRecordEdit?: boolean; PermissionsFinSummaryRollupMgmtUser?: boolean; PermissionsFinancialAccMgmtUser?: boolean; PermissionsFinancialServices2UserAccess?: boolean; PermissionsFlowUFLRequired?: boolean; PermissionsForceTwoFactor?: boolean; PermissionsForecastTab?: boolean; PermissionsFreezeCompromisedUsers?: boolean; PermissionsFreezeUsers?: boolean; PermissionsFscPlansAndGoalsUser?: boolean; PermissionsFunctionsManagerUser?: boolean; PermissionsFundraisingUser?: boolean; PermissionsGISMapsEnabled?: boolean; PermissionsGenEmailResponseUser?: boolean; PermissionsGenReplyRecommendationUser?: boolean; PermissionsGenerateLifeSciencesMetadata?: boolean; PermissionsGenerativeConvInsights?: boolean; PermissionsGetConversationTranscripts?: boolean; PermissionsGetEinsteinOrderRecommendations?: boolean; PermissionsGetRealTimeProviderSummary?: boolean; PermissionsGetRecordDetailsUserAccess?: boolean; PermissionsGetSmartDataDiscovery?: boolean; PermissionsGetSmartDataDiscoveryApi?: boolean; PermissionsGetSmartDataDiscoveryExternal?: boolean; PermissionsGiveRecognitionBadge?: boolean; PermissionsGlobalCbPQueryAccess?: boolean; PermissionsGovernNetworks?: boolean; PermissionsGrcRiskManagementBaseUser?: boolean; PermissionsGrcRiskManagementReadUser?: boolean; PermissionsGrcRiskManagerUser?: boolean; PermissionsGrcRiskOwnerUser?: boolean; PermissionsGroupMembershipCmtyUsr?: boolean; PermissionsGroupMembershipPsl?: boolean; PermissionsHCMedTherapyMgmtUser?: boolean; PermissionsHVPEnabledOnFSMobile?: boolean; PermissionsHardwareAssetManagementUser?: boolean; PermissionsHasFileSync?: boolean; PermissionsHasUnlimitedErbScoringRequests?: boolean; PermissionsHasUnlimitedNBAExecutions?: boolean; PermissionsHcAdvancedTherapyUser?: boolean; PermissionsHcMedReconciliationUser?: boolean; PermissionsHcPnmSiteUser?: boolean; PermissionsHeadlessCMSAccess?: boolean; PermissionsHeadlessConfiguratorUser?: boolean; PermissionsHeadlessPublishNudges?: boolean; PermissionsHealthAgent?: boolean; PermissionsHealthCloudCmtyAccess?: boolean; PermissionsHealthCloudPnmReadAccess?: boolean; PermissionsHealthCloudStarter?: boolean; PermissionsHealthCloudUtilizationMgmtUser?: boolean; PermissionsHealthGroupBenefitsUserAccess?: boolean; PermissionsHideReadByList?: boolean; PermissionsHighVelocitySalesUser?: boolean; PermissionsHomeHealthAdminAccess?: boolean; PermissionsHomeHealthAgent?: boolean; PermissionsHomeHealthCaregiverAccess?: boolean; PermissionsHomeHealthClinicianAccess?: boolean; PermissionsHomeHealthPatient?: boolean; PermissionsHomeHealthQuote?: boolean; PermissionsHrServiceWorkspaceHrPsnl?: boolean; PermissionsHubAccess?: boolean; PermissionsHubCommerceGlobalProductsUser?: boolean; PermissionsHubEnvironmentManagement?: boolean; PermissionsHydratePromptTemplateIA?: boolean; PermissionsIPRestrictRequests?: boolean; PermissionsIcmCmtyAccess?: boolean; PermissionsIdentityConnect?: boolean; PermissionsIdentityEnabled?: boolean; PermissionsIdentityVerificationUserAccess?: boolean; PermissionsImplisitIntegrationUser?: boolean; PermissionsImplisitRunCompleted?: boolean; PermissionsImportCustomObjects?: boolean; PermissionsImportData?: boolean; PermissionsImportLeads?: boolean; PermissionsImportPersonal?: boolean; PermissionsInboundLeadGenAgentConfigurePerm?: boolean; PermissionsInboundLeadGenAgentPerm?: boolean; PermissionsInboundMigrationToolsUser?: boolean; PermissionsIncidentFulfillerUser?: boolean; PermissionsIncidentManagerUser?: boolean; PermissionsIndustriesEpcMvpNext?: boolean; PermissionsIndustriesEpcNextPilot?: boolean; PermissionsIndustriesEpcNextSvcCatalog?: boolean; PermissionsIndustriesLPIAccess?: boolean; PermissionsIndustriesLPICmtyAccess?: boolean; PermissionsIndustriesLSC4CEUser?: boolean; PermissionsIndustryMilestonePlatformUser?: boolean; PermissionsInsightsAppAdmin?: boolean; PermissionsInsightsAppDashboardEditor?: boolean; PermissionsInsightsAppEltEditor?: boolean; PermissionsInsightsAppUploadUser?: boolean; PermissionsInsightsAppUser?: boolean; PermissionsInsightsCreateApplication?: boolean; PermissionsInsightsIntegrationUser?: boolean; PermissionsInsightsIntelAppUser?: boolean; PermissionsInstallAnalyticsTemplatedApp?: boolean; PermissionsInstallDEIAnalyticsApp?: boolean; PermissionsInstallNetZeroAnalyticsApp?: boolean; PermissionsInstallPackaging?: boolean; PermissionsInsuranceBillingIntegrationUser?: boolean; PermissionsInsuranceBrokerageCommissionMgmtUser?: boolean; PermissionsInsuranceBrokerageFoundationUser?: boolean; PermissionsInsuranceBrokeragePolicyMgmtUser?: boolean; PermissionsInsuranceBrokerageUser?: boolean; PermissionsInsuranceGroupBenefitsUser?: boolean; PermissionsIntelligentDocumentProcessing?: boolean; PermissionsIntelligentQuestionGnrnUser?: boolean; PermissionsInteractionCalcAdminPerm?: boolean; PermissionsInteractionCalcUserPerm?: boolean; PermissionsInteractionCommunityUser?: boolean; PermissionsInteractionExplorerViewer?: boolean; PermissionsInteractionObjStateDefUserPerm?: boolean; PermissionsInteractionSummaryCompUser?: boolean; PermissionsInteractionSummaryUser?: boolean; PermissionsInterestTaggingUserAccess?: boolean; PermissionsInvestigativeCaseMgmntAccess?: boolean; PermissionsInviteBuyerToReorderPortal?: boolean; PermissionsInvoiceOrErrorRecoveryAPI?: boolean; PermissionsInvoicePreview?: boolean; PermissionsInvoiceSchedulerUser?: boolean; PermissionsIotUser?: boolean; PermissionsIsContactCenterAdmin?: boolean; PermissionsIsContactCenterAdminBYOT?: boolean; PermissionsIsContactCenterAdminNativeCCaaS?: boolean; PermissionsIsContactCenterAgent?: boolean; PermissionsIsContactCenterAgentBYOT?: boolean; PermissionsIsContactCenterAgentNativeCCaaS?: boolean; PermissionsIsContactCenterSupervisor?: boolean; PermissionsIsContactCenterSupervsorNativeCCaaS?: boolean; PermissionsIsSsoEnabled?: boolean; PermissionsIsotopeAccess?: boolean; PermissionsIsotopeCToCUser?: boolean; PermissionsIsotopeLEX?: boolean; PermissionsItSrvcCnfgItmOwner?: boolean; PermissionsItSrvcCnfgItmRead?: boolean; PermissionsItSrvcCnfgItmTypMgr?: boolean; PermissionsItSrvcCnfgItmTypRead?: boolean; PermissionsItSrvcPolMgr?: boolean; PermissionsItSrvcPolPrtlCcpUser?: boolean; PermissionsItSrvcPolPrtlUelUser?: boolean; PermissionsItsmPortalUser?: boolean; PermissionsKycPlatformUser?: boolean; PermissionsLMEndMessagingSessionUserPerm?: boolean; PermissionsLMOutboundMessagingUserPerm?: boolean; PermissionsLPICommunityAccess?: boolean; PermissionsLSProvdEngagementComplianceAdmin?: boolean; PermissionsLaborCostOptimizationAdmin?: boolean; PermissionsLaborCostOptimizationResource?: boolean; PermissionsLaborCostOptimizationSupervsor?: boolean; PermissionsLeadIQReservedUserPerm?: boolean; PermissionsLeadInspectorUser?: boolean; PermissionsLeadScoreResultPublisher?: boolean; PermissionsLeadScoreUser?: boolean; PermissionsLearningManager?: boolean; PermissionsLifeSciProviderEngmtCmplUser?: boolean; PermissionsLifeSciencesDelCommSubConsentCmplSnpsht?: boolean; PermissionsLifeSciencesInquiryFeatureManagementAdmin?: boolean; PermissionsLifeSciencesInquiryManagementUser?: boolean; PermissionsLifeSciencesNextBestFeatureManagementUser?: boolean; PermissionsLifeSciencesStoreCheckUser?: boolean; PermissionsLifecycleManagementAPIUser?: boolean; PermissionsLightningConsoleAllowedForUser?: boolean; PermissionsLightningExperienceUser?: boolean; PermissionsLightningOnFSMobile?: boolean; PermissionsLightningSchedulerUserAccess?: boolean; PermissionsListEmailSend?: boolean; PermissionsLiveMessageAgent?: boolean; PermissionsLobbyManagementUserAccess?: boolean; PermissionsLtngPromoReserved01UserPerm?: boolean; PermissionsMCCopilotCampaignActionsUser?: boolean; PermissionsMCETAgentActionsUser?: boolean; PermissionsMCGSetupUserPerm?: boolean; PermissionsMCPMetadataApi?: boolean; PermissionsMDWConsumer?: boolean; PermissionsMajorIncidentManagerUser?: boolean; PermissionsMakePayments?: boolean; PermissionsManageAccessPolicies?: boolean; PermissionsManageAdvancedConfigurator?: boolean; PermissionsManageAgentforceServiceAgent?: boolean; PermissionsManageAnalyticSnapshots?: boolean; PermissionsManageAnypointPlatform?: boolean; PermissionsManageApiNamedQueries?: boolean; PermissionsManageApplication?: boolean; PermissionsManageApprAndValuationsInExprcCloud?: boolean; PermissionsManageAppraisalsAndValuations?: boolean; PermissionsManageArchivePolicies?: boolean; PermissionsManageArchivePoliciesFilesAndAttachments?: boolean; PermissionsManageArchiveRetentionStores?: boolean; PermissionsManageAssets?: boolean; PermissionsManageAuthProviders?: boolean; PermissionsManageAutomotiveAnalytics?: boolean; PermissionsManageB2bReferrals?: boolean; PermissionsManageBackupExclusionsSettings?: boolean; PermissionsManageBackupFilesSettings?: boolean; PermissionsManageBackupRetentionPolicySettings?: boolean; PermissionsManageBackupSchedulesSettings?: boolean; PermissionsManageBrandKits?: boolean; PermissionsManageBriefs?: boolean; PermissionsManageBusinessHourHolidays?: boolean; PermissionsManageBusinessUnit?: boolean; PermissionsManageC2CHighVolumePriming?: boolean; PermissionsManageC360AConnections?: boolean; PermissionsManageCGAnalytics?: boolean; PermissionsManageCGCGenAI?: boolean; PermissionsManageCLMAnalytics?: boolean; PermissionsManageCMS?: boolean; PermissionsManageCallCenters?: boolean; PermissionsManageCampaigns?: boolean; PermissionsManageCases?: boolean; PermissionsManageCategories?: boolean; PermissionsManageCdpMlModels?: boolean; PermissionsManageCertificates?: boolean; PermissionsManageCertificatesExpiration?: boolean; PermissionsManageChatterMessages?: boolean; PermissionsManageClinicalDataModel?: boolean; PermissionsManageClinicalDecisionSupt?: boolean; PermissionsManageClinicalTrials?: boolean; PermissionsManageConfidentialComplaints?: boolean; PermissionsManageConnectedSrvcsForAst?: boolean; PermissionsManageConnectedSrvcsForVeh?: boolean; PermissionsManageContactTracing?: boolean; PermissionsManageContentDesignKit?: boolean; PermissionsManageContentLinks?: boolean; PermissionsManageContentPermissions?: boolean; PermissionsManageContentProperties?: boolean; PermissionsManageContentTaxonomy?: boolean; PermissionsManageContentTypes?: boolean; PermissionsManageConvMiningReports?: boolean; PermissionsManageCopiedFileDownload?: boolean; PermissionsManageCssUsers?: boolean; PermissionsManageCustomDomains?: boolean; PermissionsManageCustomPermissions?: boolean; PermissionsManageCustomReportTypes?: boolean; PermissionsManageCustomerDataOptOut?: boolean; PermissionsManageCustomerExperienceAnalytics?: boolean; PermissionsManageCustomerIntelAnalytics?: boolean; PermissionsManageDSARPolicies?: boolean; PermissionsManageDashbdsInPubFolders?: boolean; PermissionsManageDashboards?: boolean; PermissionsManageDataAnalyticsGroups?: boolean; PermissionsManageDataCategories?: boolean; PermissionsManageDataCloudSegmentsGPM?: boolean; PermissionsManageDataIntegrations?: boolean; PermissionsManageDataMaskPolicies?: boolean; PermissionsManageDataProcessingEngine?: boolean; PermissionsManageDataspaceScope?: boolean; PermissionsManageDefaultReportingYearType?: boolean; PermissionsManageDefinedSkills?: boolean; PermissionsManageDevSandboxes?: boolean; PermissionsManageDevices?: boolean; PermissionsManageDiscovery?: boolean; PermissionsManageDynamicDashboards?: boolean; PermissionsManageEAForB2BMarketing?: boolean; PermissionsManageERMAnalytics?: boolean; PermissionsManageEducationAnalytics?: boolean; PermissionsManageEinsteinSalesCoach?: boolean; PermissionsManageEmailClientConfig?: boolean; PermissionsManageEmailConnectorEvent?: boolean; PermissionsManageEmailContent?: boolean; PermissionsManageEmailMessagingSetup?: boolean; PermissionsManageEncryptionKeys?: boolean; PermissionsManageEntitlements?: boolean; PermissionsManageExchangeConfig?: boolean; PermissionsManageExternalConnections?: boolean; PermissionsManageFSCAnalytics?: boolean; PermissionsManageFhirSubscription?: boolean; PermissionsManageFieldServiceIntelligence?: boolean; PermissionsManageFilesAndAttachments?: boolean; PermissionsManageFlexibleHierarchies?: boolean; PermissionsManageForecastingCustomData?: boolean; PermissionsManageFuelTypes?: boolean; PermissionsManageFundingAward?: boolean; PermissionsManageGlobalPreferences?: boolean; PermissionsManageGlobalPrivacyCenterVO?: boolean; PermissionsManageHcProviderNtwkMgmt?: boolean; PermissionsManageHcProviderRelMgmt?: boolean; PermissionsManageHealthCareAnalytics?: boolean; PermissionsManageHealthCheck?: boolean; PermissionsManageHealthCloud?: boolean; PermissionsManageHealthCloudFinancialData?: boolean; PermissionsManageHerokuAppLink?: boolean; PermissionsManageHighScaleCustomObjects?: boolean; PermissionsManageHubConnections?: boolean; PermissionsManageInAppGuidanceForSites?: boolean; PermissionsManageIndustriesVisit?: boolean; PermissionsManageInformationLibrary?: boolean; PermissionsManageIntegrationConnections?: boolean; PermissionsManageIntegrationPermsets?: boolean; PermissionsManageIntelligenceApp?: boolean; PermissionsManageInteraction?: boolean; PermissionsManageInternalUsers?: boolean; PermissionsManageInventoryAllocation?: boolean; PermissionsManageInventoryAllocationInExprcCloud?: boolean; PermissionsManageInventoryCount?: boolean; PermissionsManageInventoryReplenishment?: boolean; PermissionsManageIpAddresses?: boolean; PermissionsManageJourneys?: boolean; PermissionsManageKnowledge?: boolean; PermissionsManageKnowledgeImportExport?: boolean; PermissionsManageLeads?: boolean; PermissionsManageLearningReporting?: boolean; PermissionsManageLifeSciSegmentation?: boolean; PermissionsManageLifeSciSettings?: boolean; PermissionsManageLifeSciencesActivityPlan?: boolean; PermissionsManageLifeSciencesWorkflows?: boolean; PermissionsManageLiteLoyaltyProgram?: boolean; PermissionsManageLoadReferenceData?: boolean; PermissionsManageLoginAccessPolicies?: boolean; PermissionsManageLoyalty?: boolean; PermissionsManageLoyaltyAnalytics?: boolean; PermissionsManageLoyaltyPrograms?: boolean; PermissionsManageLoyaltyPromotionsGPM?: boolean; PermissionsManageMCEEmails?: boolean; PermissionsManageMaliciousFiles?: boolean; PermissionsManageManufacturingAnalytics?: boolean; PermissionsManageMediaAnalytics?: boolean; PermissionsManageMediaPlans?: boolean; PermissionsManageMobile?: boolean; PermissionsManageMobileAppSecurity?: boolean; PermissionsManageMobilePublisherIntegration?: boolean; PermissionsManageMyExternalUsers?: boolean; PermissionsManageMyS1App?: boolean; PermissionsManageMySavedPaymentMethods?: boolean; PermissionsManageNamedCredentials?: boolean; PermissionsManageNetZeroCloudSettings?: boolean; PermissionsManageNetworks?: boolean; PermissionsManageNonProfitIntelligence?: boolean; PermissionsManageOCIRecords?: boolean; PermissionsManageOnDemandProvisioning?: boolean; PermissionsManageOrchInstsAndWorkItems?: boolean; PermissionsManageOrchestrationRuns?: boolean; PermissionsManageOutcomeManagement?: boolean; PermissionsManagePackageLicenses?: boolean; PermissionsManagePartnerNetConn?: boolean; PermissionsManagePartners?: boolean; PermissionsManagePasswordPolicies?: boolean; PermissionsManagePatientProgramOutcomes?: boolean; PermissionsManagePaymentLinks?: boolean; PermissionsManagePersonalOrg?: boolean; PermissionsManagePersonalOrgTasks?: boolean; PermissionsManagePharmacyBenefitsVerf?: boolean; PermissionsManagePreferenceCenter?: boolean; PermissionsManagePrivacyCenterPolicies?: boolean; PermissionsManagePrivacyHold?: boolean; PermissionsManageProductCatalog?: boolean; PermissionsManageProductDetailsApiCache?: boolean; PermissionsManageProductDiscovery?: boolean; PermissionsManageProductIndexAndSearch?: boolean; PermissionsManageProductServiceCampaigns?: boolean; PermissionsManageProfilesPermissionsets?: boolean; PermissionsManageProgramManagement?: boolean; PermissionsManageProgramPersona?: boolean; PermissionsManageProgramsBenefitsCases?: boolean; PermissionsManagePromotionDistributionGPM?: boolean; PermissionsManagePromotionWithGPM?: boolean; PermissionsManagePromptTemplates?: boolean; PermissionsManagePropositions?: boolean; PermissionsManageProviderSearch?: boolean; PermissionsManagePublicGroups?: boolean; PermissionsManagePurchaseOrders?: boolean; PermissionsManagePushMessagingSetup?: boolean; PermissionsManagePvtRptsAndDashbds?: boolean; PermissionsManageQueues?: boolean; PermissionsManageQuotas?: boolean; PermissionsManageRealm?: boolean; PermissionsManageRecommendationStrategies?: boolean; PermissionsManageRecruitingHiring?: boolean; PermissionsManageReferral?: boolean; PermissionsManageReferralRecords?: boolean; PermissionsManageReleaseUpdates?: boolean; PermissionsManageRemoteAccess?: boolean; PermissionsManageReportsInPubFolders?: boolean; PermissionsManageRetentionStores?: boolean; PermissionsManageRoles?: boolean; PermissionsManageSALifecycle?: boolean; PermissionsManageSMSDomainSetup?: boolean; PermissionsManageSMSMessagingSetup?: boolean; PermissionsManageSandboxes?: boolean; PermissionsManageSavedPaymentMethods?: boolean; PermissionsManageSearchPromotionRules?: boolean; PermissionsManageSecurityCommandCenter?: boolean; PermissionsManageSelfService?: boolean; PermissionsManageServicePlanner?: boolean; PermissionsManageSessionPermissionSets?: boolean; PermissionsManageSharing?: boolean; PermissionsManageShiftScheduling?: boolean; PermissionsManageSiteManagement?: boolean; PermissionsManageSiteProfile?: boolean; PermissionsManageSlackUserMappings?: boolean; PermissionsManageSmartDataDiscovery?: boolean; PermissionsManageSmartDataDiscoveryModel?: boolean; PermissionsManageSocialDeterminant?: boolean; PermissionsManageSolutions?: boolean; PermissionsManageStores?: boolean; PermissionsManageSubscriptions?: boolean; PermissionsManageSurveys?: boolean; PermissionsManageSustainabilityUOM?: boolean; PermissionsManageSvcCatalog?: boolean; PermissionsManageSynonyms?: boolean; PermissionsManageTCRMforComms?: boolean; PermissionsManageTCRMforEandU?: boolean; PermissionsManageTCRMforSustainability?: boolean; PermissionsManageTemplatedApp?: boolean; PermissionsManageTemplatedIntelApp?: boolean; PermissionsManageTenants?: boolean; PermissionsManageTerritories?: boolean; PermissionsManageTimeOffTerritory?: boolean; PermissionsManageTranslation?: boolean; PermissionsManageTrialMgmtRandomization?: boolean; PermissionsManageTrustMeasures?: boolean; PermissionsManageTwoFactor?: boolean; PermissionsManageUnlistedGroups?: boolean; PermissionsManageUserAccessPolicies?: boolean; PermissionsManageUsers?: boolean; PermissionsManageVehAndAssetLendRecords?: boolean; PermissionsManageVehicleAssetRecordTypes?: boolean; PermissionsManageWarrantyClaims?: boolean; PermissionsManageWatch?: boolean; PermissionsManageWhatsAppMessagingSetup?: boolean; PermissionsManageWorkForecasting?: boolean; PermissionsManageWorkScheduling?: boolean; PermissionsMarketingAdmin?: boolean; PermissionsMassInlineEdit?: boolean; PermissionsMaterialLineUser?: boolean; PermissionsMcScoringRulesConfig?: boolean; PermissionsMedMgmtExperienceCloudUser?: boolean; PermissionsMediaBase?: boolean; PermissionsMergeAndSplitGroups?: boolean; PermissionsMergeTopics?: boolean; PermissionsMessengerUser?: boolean; PermissionsMetadataStudioUser?: boolean; PermissionsMicrobatching?: boolean; PermissionsMicrosoft365WordDEUser?: boolean; PermissionsMicrosoft365WordDesigner?: boolean; PermissionsMicrosoft365WordUser?: boolean; PermissionsMicrosoftTeamsUser?: boolean; PermissionsMilestoneBillingAccess?: boolean; PermissionsMngApplicationsAndEvaluations?: boolean; PermissionsMngBenVerfForAssistiveAgnt?: boolean; PermissionsMngBuildingEnergyRecordTypes?: boolean; PermissionsMngCGCDirStoreDlvrOffline?: boolean; PermissionsMngCGREServiceAgent?: boolean; PermissionsMngEnrgyAttrCertCredit?: boolean; PermissionsMngFinancialAssistanceProgram?: boolean; PermissionsMngFuelTypeSustainabilityUOM?: boolean; PermissionsMngInventorySearchAndTransfer?: boolean; PermissionsMngStationaryAssetRecordTypes?: boolean; PermissionsMngSustainabilityUOConversion?: boolean; PermissionsMngWrntySupplierRcvrClaims?: boolean; PermissionsMobileAppSecurity?: boolean; PermissionsMobileMessagingAgent?: boolean; PermissionsModerateChatter?: boolean; PermissionsModerateNetworkFeeds?: boolean; PermissionsModerateNetworkFiles?: boolean; PermissionsModerateNetworkMessages?: boolean; PermissionsModerateNetworkUsers?: boolean; PermissionsModifyAccessAllowPolicies?: boolean; PermissionsModifyAccessDenyPolicies?: boolean; PermissionsModifyAllData?: boolean; PermissionsModifyAllDataGovClassif?: boolean; PermissionsModifyAllDataGovClsfTax?: boolean; PermissionsModifyAllDataGovPolicies?: boolean; PermissionsModifyAllDataGovTagAssign?: boolean; PermissionsModifyAllDataGovTagPropagation?: boolean; PermissionsModifyAllDataGovTags?: boolean; PermissionsModifyAllDataGovTax?: boolean; PermissionsModifyAllHighScaleCustomObjectRecords?: boolean; PermissionsModifyAllPolicyCenterPolicies?: boolean; PermissionsModifyDataClassification?: boolean; PermissionsModifyMetadata?: boolean; PermissionsMonitorLoginHistory?: boolean; PermissionsMortgageUserAccess?: boolean; PermissionsMultiStepSchedulingUser?: boolean; PermissionsMyTrailheadBranding?: boolean; PermissionsMyTrailheadContentAccess?: boolean; PermissionsMyTrailheadContentCreation?: boolean; PermissionsMyTrailheadCustomSteps?: boolean; PermissionsMyTrailheadManageCollections?: boolean; PermissionsMyTrailheadPreviewMode?: boolean; PermissionsMyTrailheadReleaseMgmt?: boolean; PermissionsNativeWebviewScrolling?: boolean; PermissionsNewReportBuilder?: boolean; PermissionsNotificationTrayPolling?: boolean; PermissionsObligationAssignee?: boolean; PermissionsObligationDEAssignee?: boolean; PermissionsObligationDEManager?: boolean; PermissionsObligationDEUser?: boolean; PermissionsObligationManager?: boolean; PermissionsObligationUser?: boolean; PermissionsOfflineForMobilePlus?: boolean; PermissionsOfflineProducts?: boolean; PermissionsOmniAssistiveActionUser?: boolean; PermissionsOmniChannelPricingUser?: boolean; PermissionsOmniStudioDesigner?: boolean; PermissionsOmniStudioRuntime?: boolean; PermissionsOmniStudioRuntimeCC?: boolean; PermissionsOmniSupervisorManageQueue?: boolean; PermissionsOmnichannelInventoryBasic?: boolean; PermissionsOmnichannelInventorySync?: boolean; PermissionsOnDemandRecordRollupUser?: boolean; PermissionsOnbrdDataGrpMDDsgnr?: boolean; PermissionsOnbrdDataGrpMDReader?: boolean; PermissionsOpportunityInfluence?: boolean; PermissionsOpportunityScoreUser?: boolean; PermissionsOptOutGeoLocationTracking?: boolean; PermissionsOrderSubmitUser?: boolean; PermissionsOrderToBSAPIUser?: boolean; PermissionsOrderToInvoiceAPIUser?: boolean; PermissionsOrgPerformanceAccess?: boolean; PermissionsOutboundMigrationToolsUser?: boolean; PermissionsOverrideChangeRequestValidation?: boolean; PermissionsOverrideForecasts?: boolean; PermissionsOverrideReleaseValidation?: boolean; PermissionsPRMChannelMgmtConsoleUser?: boolean; PermissionsPRMForSlackPartnerManagerUser?: boolean; PermissionsPRMForSlackPartnerUser?: boolean; PermissionsPackaging2?: boolean; PermissionsPackaging2Delete?: boolean; PermissionsPackaging2PromoteVersion?: boolean; PermissionsPardotPilotUser?: boolean; PermissionsPardotUser?: boolean; PermissionsParticipateClinicalTrials?: boolean; PermissionsPasswordNeverExpires?: boolean; PermissionsPayByBillingCardPaymentMethod?: boolean; PermissionsPaymentSchedulerUser?: boolean; PermissionsPaymentsAPIUser?: boolean; PermissionsPaymentsIntegrationAccess?: boolean; PermissionsPaymentsIntegrationExperienceUserAccess?: boolean; PermissionsPerformLegalHold?: boolean; PermissionsPerformanceAnalysisAccess?: boolean; PermissionsPermitSubscriberLogin?: boolean; PermissionsPersonalizationDecisioningUser?: boolean; PermissionsPersonalizationIntelUser?: boolean; PermissionsPersonalizationPlatform?: boolean; PermissionsPersonalizedFinanceUserAccess?: boolean; PermissionsPipelineInspectorUser?: boolean; PermissionsPlaceSupplementalTransactions?: boolean; PermissionsPortalSuperUser?: boolean; PermissionsPortalTab?: boolean; PermissionsPredictivePlatformAnalyze?: boolean; PermissionsPredictivePlatformQuery?: boolean; PermissionsPreventClassicExperience?: boolean; PermissionsPreviewExperienceUser?: boolean; PermissionsPreviewTestSendEmail?: boolean; PermissionsPreviewTestSendPush?: boolean; PermissionsPreviewTestSendSMS?: boolean; PermissionsPreviewTestSendWhatsApp?: boolean; PermissionsPriceMonitoringRuntimeUser?: boolean; PermissionsPriceSheetConfiguration?: boolean; PermissionsPricingDiscovery?: boolean; PermissionsPricingRuleUser?: boolean; PermissionsPrismBackofficeUser?: boolean; PermissionsPrismPlaygroundUser?: boolean; PermissionsPrivacyDataAccess?: boolean; PermissionsPrmEnhancedPortalUser?: boolean; PermissionsPrmExtIntPrtnrAdminUser?: boolean; PermissionsProblemFulfillerUser?: boolean; PermissionsProblemManagerUser?: boolean; PermissionsProcessInvoice?: boolean; PermissionsProcessOrder?: boolean; PermissionsProductAdmin?: boolean; PermissionsProductCatalogApiAccess?: boolean; PermissionsProductCatalogMgmtApiCCAccess?: boolean; PermissionsProductCatalogMgmtApiPCAccess?: boolean; PermissionsProductCatalogMgmtBaseCCUser?: boolean; PermissionsProductCatalogMgmtBasePCUser?: boolean; PermissionsProductConfigurationRuleAccess?: boolean; PermissionsProductConfiguratorUser?: boolean; PermissionsProductDiscoveryUser?: boolean; PermissionsProposeMajorIncidents?: boolean; PermissionsProspectingCenterUser?: boolean; PermissionsProviderManagementAccess?: boolean; PermissionsProviderMgmtCmtyAccess?: boolean; PermissionsProviderSearchUserAccess?: boolean; PermissionsPssAssetManagementAccess?: boolean; PermissionsPtyProflDataVldMDDsgnr?: boolean; PermissionsPtyProflDataVldMDReader?: boolean; PermissionsPtyProflDataVldRTReader?: boolean; PermissionsPtyProflDataVldRTWriter?: boolean; PermissionsPubSecServiceExcellenceAccess?: boolean; PermissionsPublicEnhancedTemplateMgmt?: boolean; PermissionsPublicSectorAgentforceCmtyAccess?: boolean; PermissionsPublicSectorAgentforceCoCmtyAccess?: boolean; PermissionsPublicSectorCmtyAccess?: boolean; PermissionsPublicSectorGenerativeAIAccess?: boolean; PermissionsPublicSectorPlatformUserAccess?: boolean; PermissionsPublicTwitterResponse?: boolean; PermissionsPublishMalwareSignatures?: boolean; PermissionsPublishPackaging?: boolean; PermissionsPulseRuntimeUser?: boolean; PermissionsPushDownReportAggregates?: boolean; PermissionsQrCodeGeneratorMobilePublisherPlayground?: boolean; PermissionsQueryAllFiles?: boolean; PermissionsQueryCustomerInfo?: boolean; PermissionsQueryNonVetoedFiles?: boolean; PermissionsQuipMetricsAccess?: boolean; PermissionsQuipUserEngagementMetrics?: boolean; PermissionsQuoteToOrderUser?: boolean; PermissionsRLMPlaceSalesTransactionUser?: boolean; PermissionsRatingAdmin?: boolean; PermissionsRatingDesignTimeUser?: boolean; PermissionsRatingManager?: boolean; PermissionsRatingRunTimeUser?: boolean; PermissionsReadConfigurationItemInformation?: boolean; PermissionsReadCrossOrgMetrics?: boolean; PermissionsRealtimeInsights?: boolean; PermissionsReassignOrchestrationWorkItems?: boolean; PermissionsRebookWithAgentforceFromDispatchConsole?: boolean; PermissionsRecVisibilityFilterAPI?: boolean; PermissionsRecommendedActions?: boolean; PermissionsRecordAggregationAccess?: boolean; PermissionsRecordVisibilityAPI?: boolean; PermissionsRecoveryAPIUser?: boolean; PermissionsRedirectToNetworkExperience?: boolean; PermissionsRefundPayments?: boolean; PermissionsRegrelloUser?: boolean; PermissionsReleaseGroupUser?: boolean; PermissionsReleaseManagerUser?: boolean; PermissionsRemoteMediaVirtualDesktop?: boolean; PermissionsRemoveDirectMessageMembers?: boolean; PermissionsRenewAssets?: boolean; PermissionsReopenProblems?: boolean; PermissionsReplyRecommendationPilotUser?: boolean; PermissionsReplyRecommendationUser?: boolean; PermissionsRequestMultipleInventoryCountAssessmentAudits?: boolean; PermissionsRequirePhyTokenToLogin?: boolean; PermissionsResetPasswords?: boolean; PermissionsResolveBillingServiceRequestsAccess?: boolean; PermissionsResolveChgRqstAssoc?: boolean; PermissionsResolveIncAssoc?: boolean; PermissionsResolveProbAssoc?: boolean; PermissionsRespondToSocialInsuranceClaims?: boolean; PermissionsRetainFieldHistory?: boolean; PermissionsRevenueIntelligenceUser?: boolean; PermissionsRevenueProductImportUser?: boolean; PermissionsReviewApplication?: boolean; PermissionsReviewMyDay?: boolean; PermissionsReviewVehAndAssetLendingAppln?: boolean; PermissionsRlmBillingAccess?: boolean; PermissionsRosterFileDataUploadAccess?: boolean; PermissionsRpaAppCredCreate?: boolean; PermissionsRpaAppCredDelete?: boolean; PermissionsRpaAppCredEdit?: boolean; PermissionsRpaAppCredView?: boolean; PermissionsRpaRobotCreate?: boolean; PermissionsRpaRobotDelete?: boolean; PermissionsRpaRobotEdit?: boolean; PermissionsRpaRobotMaintWindowCreate?: boolean; PermissionsRpaRobotMaintWindowDelete?: boolean; PermissionsRpaRobotMaintWindowEdit?: boolean; PermissionsRpaRobotMaintWindowView?: boolean; PermissionsRpaRobotPoolCreate?: boolean; PermissionsRpaRobotPoolDelete?: boolean; PermissionsRpaRobotPoolEdit?: boolean; PermissionsRpaRobotPoolView?: boolean; PermissionsRpaRobotSessionInfoCreate?: boolean; PermissionsRpaRobotSessionInfoDelete?: boolean; PermissionsRpaRobotSessionInfoEdit?: boolean; PermissionsRpaRobotSessionInfoView?: boolean; PermissionsRpaRobotView?: boolean; PermissionsRtbf?: boolean; PermissionsRunActnableEvntOrchProcess?: boolean; PermissionsRunArchiveApp?: boolean; PermissionsRunAsynchronousReports?: boolean; PermissionsRunBackup?: boolean; PermissionsRunBackupsCompare?: boolean; PermissionsRunCGCloudREPackage?: boolean; PermissionsRunCGCloudSyncPackage?: boolean; PermissionsRunCGServiceExcellence?: boolean; PermissionsRunCatalogItemsOnBehalfOf?: boolean; PermissionsRunContextRule?: boolean; PermissionsRunDPEDefForNextGenBilling?: boolean; PermissionsRunDecisionMatrix?: boolean; PermissionsRunDirectStoreDelivery?: boolean; PermissionsRunExpressionSet?: boolean; PermissionsRunFLSReport?: boolean; PermissionsRunFlow?: boolean; PermissionsRunMediaPlans?: boolean; PermissionsRunNetZeroAnalyticsRecipe?: boolean; PermissionsRunRegisterProcessingServices?: boolean; PermissionsRunReports?: boolean; PermissionsRunRestore?: boolean; PermissionsRunRetailExecution?: boolean; PermissionsRunTrialMgmtRandomization?: boolean; PermissionsSCEViewAllData?: boolean; PermissionsSDCommunityAccess?: boolean; PermissionsSalesActionPlansUserAccess?: boolean; PermissionsSalesAnalyticsUser?: boolean; PermissionsSalesConsole?: boolean; PermissionsSalesInsightsUser?: boolean; PermissionsSalesManagementAutonomousUser?: boolean; PermissionsSalesMeetingFollowUpEmail?: boolean; PermissionsSalesWorkspaceUser?: boolean; PermissionsSalesforceFiles?: boolean; PermissionsSalesforceForecastingUser?: boolean; PermissionsSalesforceIQInbox?: boolean; PermissionsSalesforceIQIntegrationUser?: boolean; PermissionsSalesforceIQInternal?: boolean; PermissionsSalesforceMeetingsUserPerm?: boolean; PermissionsSandboxTestingInCommunityApp?: boolean; PermissionsScheduleJob?: boolean; PermissionsScheduleReports?: boolean; PermissionsScheduledRemindersFeature?: boolean; PermissionsSchedulingFacilityManager?: boolean; PermissionsSchedulingLineAmbassador?: boolean; PermissionsScoringFrameworkAdmin?: boolean; PermissionsScoringFrameworkUser?: boolean; PermissionsScsRequireApproval?: boolean; PermissionsSearchAndApplyJobs?: boolean; PermissionsSecureGatewayAdmin?: boolean; PermissionsSegmentIntelligenceUser?: boolean; PermissionsSelectFilesFromSalesforce?: boolean; PermissionsSelfServiceCopilotBuilder?: boolean; PermissionsSelfServiceProactiveAdminUser?: boolean; PermissionsSelfServiceProactiveCommunityUser?: boolean; PermissionsSendAnnouncementEmails?: boolean; PermissionsSendCustomNotifications?: boolean; PermissionsSendEmail?: boolean; PermissionsSendExternalEmailAvailable?: boolean; PermissionsSendMeetingRequest?: boolean; PermissionsSendPushNotification?: boolean; PermissionsSendSMS?: boolean; PermissionsSendSitRequests?: boolean; PermissionsSendWhatsApp?: boolean; PermissionsSequenceCounterAccess?: boolean; PermissionsSequenceGapReconciliation?: boolean; PermissionsSequenceNumberingSetUp?: boolean; PermissionsSequencePolicyChange?: boolean; PermissionsServiceAIUnifiedAnalytics?: boolean; PermissionsServiceAnalyticsUser?: boolean; PermissionsServiceECIUser?: boolean; PermissionsServiceExcellenceCompUser?: boolean; PermissionsServiceExcellencePlatformUser?: boolean; PermissionsServicePlanTranslation?: boolean; PermissionsServicePlannerUser?: boolean; PermissionsSessionScopeContext?: boolean; PermissionsSetupAgentBuilder?: boolean; PermissionsSetupAgentUser?: boolean; PermissionsShareAnalyticsImages?: boolean; PermissionsShareFilesWithNetworks?: boolean; PermissionsShareInternalArticles?: boolean; PermissionsShareSmartDataDiscoveryStory?: boolean; PermissionsShieldKeyBrokerHubAppUser?: boolean; PermissionsShowCompanyNameAsUserBadge?: boolean; PermissionsShowExplanationsForCandidateResults?: boolean; PermissionsShowPlannedRoute?: boolean; PermissionsShowPreWorkBriefGA?: boolean; PermissionsSimpleCsvDataImportUser?: boolean; PermissionsSkipIdentityConfirmation?: boolean; PermissionsSkipLifeSciencesTriggerHandlers?: boolean; PermissionsSkipVldBefMetadataGeneration?: boolean; PermissionsSkypeConversation?: boolean; PermissionsSlackAppAdministrator?: boolean; PermissionsSlackCibUser?: boolean; PermissionsSlackElevate?: boolean; PermissionsSlackFromTableau?: boolean; PermissionsSlackRecordChannels?: boolean; PermissionsSlackSalesUser?: boolean; PermissionsSlackServiceUser?: boolean; PermissionsSmartDataDiscoveryForCommunity?: boolean; PermissionsSmsAs2faUserPerm?: boolean; PermissionsSolutionImport?: boolean; PermissionsSonicConsumer?: boolean; PermissionsSparkConversation?: boolean; PermissionsStageManagementDesignUser?: boolean; PermissionsStageManagementUser?: boolean; PermissionsStandaloneTxToBSAPIApiUser?: boolean; PermissionsStdAutomaticActivityCapture?: boolean; PermissionsStoryOnDSWithPredicate?: boolean; PermissionsStudentCommunityPages?: boolean; PermissionsSubmitMacrosAllowed?: boolean; PermissionsSubmitOrder?: boolean; PermissionsSubmitOrder2?: boolean; PermissionsSubmitVehAndAssetLendingAppln?: boolean; PermissionsSubscrMgmtOrderItemToAssetUser?: boolean; PermissionsSubscrMgmtOrderToAssetUser?: boolean; PermissionsSubscrMgmtPymtSchedAutomation?: boolean; PermissionsSubscrMgmtRefundAutomation?: boolean; PermissionsSubscribeDashboardRolesGrps?: boolean; PermissionsSubscribeDashboardToOtherUsers?: boolean; PermissionsSubscribeReportRolesGrps?: boolean; PermissionsSubscribeReportToOtherUsers?: boolean; PermissionsSubscribeReportsRunAsUser?: boolean; PermissionsSubscribeToLightningDashboards?: boolean; PermissionsSubscribeToLightningReports?: boolean; PermissionsSubscriptionManagementUser?: boolean; PermissionsSuggestedAssessmentRespGenAIUserAccess?: boolean; PermissionsSummarizationUser?: boolean; PermissionsSuspendResumeBilling?: boolean; PermissionsSustainabilityUserPermission?: boolean; PermissionsSvcInnovationsEinsteinFeatr?: boolean; PermissionsTableauAdministerPromotion?: boolean; PermissionsTableauAdministration?: boolean; PermissionsTableauAgentAnalyzeData?: boolean; PermissionsTableauAgentCreateAlert?: boolean; PermissionsTableauApp?: boolean; PermissionsTableauAuthorInPersonalOrg?: boolean; PermissionsTableauBrowseMetrics?: boolean; PermissionsTableauCreateAnalyticsInteraction?: boolean; PermissionsTableauCreateDashboard?: boolean; PermissionsTableauCreateVisualization?: boolean; PermissionsTableauCreateWorkspace?: boolean; PermissionsTableauDeleteAnalyticsInteraction?: boolean; PermissionsTableauDeleteDashboard?: boolean; PermissionsTableauDeleteVisualization?: boolean; PermissionsTableauDeleteWorkspace?: boolean; PermissionsTableauEditAnalyticsInteraction?: boolean; PermissionsTableauEditDashboard?: boolean; PermissionsTableauEditVisualization?: boolean; PermissionsTableauEditWorkspace?: boolean; PermissionsTableauExploreMetrics?: boolean; PermissionsTableauFollowMetrics?: boolean; PermissionsTableauListAssetInMarketplace?: boolean; PermissionsTableauManageSharing?: boolean; PermissionsTableauMetricCards?: boolean; PermissionsTableauReservedUserPerm1?: boolean; PermissionsTableauReservedUserPerm2?: boolean; PermissionsTableauReservedUserPerm3?: boolean; PermissionsTableauShareSnapshot?: boolean; PermissionsTableauSubmitPromotion?: boolean; PermissionsTableauViewAllMetadata?: boolean; PermissionsTableauViewAnalyticsInteraction?: boolean; PermissionsTableauViewConsumerGuidanceCenter?: boolean; PermissionsTableauViewCreatorGuidanceCenter?: boolean; PermissionsTableauViewDashboard?: boolean; PermissionsTableauViewMarketplaceAsset?: boolean; PermissionsTableauViewPromotion?: boolean; PermissionsTableauViewVisualization?: boolean; PermissionsTableauViewWorkspace?: boolean; PermissionsTagManager?: boolean; PermissionsTakePartnerProgram?: boolean; PermissionsTearSheetUserAccess?: boolean; PermissionsTerritoryOperations?: boolean; PermissionsTestEnvironmentSetupAccess?: boolean; PermissionsTestExecutionAccess?: boolean; PermissionsTestInstanceCreate?: boolean; PermissionsTestPlanCreationAccess?: boolean; PermissionsTestSchedulerAccess?: boolean; PermissionsTlntRcrtMgmtAgentforceCmtyAccess?: boolean; PermissionsTlntRcrtMgmtAgentforceCoCmtyAccess?: boolean; PermissionsTraceXdsQueries?: boolean; PermissionsTrackApplicationsUser?: boolean; PermissionsTrailheadSync?: boolean; PermissionsTransactionSecurityExempt?: boolean; PermissionsTransactionalEmailSend?: boolean; PermissionsTransferAnyCase?: boolean; PermissionsTransferAnyEntity?: boolean; PermissionsTransferAnyLead?: boolean; PermissionsTriggerDataGovAutoTagging?: boolean; PermissionsTwoFactorApi?: boolean; PermissionsUMAStandaloneUserPerm?: boolean; PermissionsUMAWebTrackingSetup?: boolean; PermissionsUmaEditConsentSettings?: boolean; PermissionsUmaQueryCMSEmailContent?: boolean; PermissionsUnarchive?: boolean; PermissionsUnarchiveAbort?: boolean; PermissionsUnarchiveSdk?: boolean; PermissionsUnhold?: boolean; PermissionsUnifiedCatalogAdminPerm?: boolean; PermissionsUnifiedCatalogAgentPerm?: boolean; PermissionsUnifiedCatalogDesignGAPerm?: boolean; PermissionsUnifiedCatalogRuntimePerm?: boolean; PermissionsUnifiedEHDViewer?: boolean; PermissionsUnifiedHealthScoringUser?: boolean; PermissionsUnifiedSchedulingManager?: boolean; PermissionsUnifiedSchedulingUserAccess?: boolean; PermissionsUnmeteredUserBasedAI?: boolean; PermissionsUnrestrictedLogin?: boolean; PermissionsUpdateDEIAnalyticsApp?: boolean; PermissionsUpdateNetZeroAnalyticsApp?: boolean; PermissionsUpdateReportTypeReferences?: boolean; PermissionsUpdateWithInactiveOwner?: boolean; PermissionsUpldNetZeroAnlytBusMetricsData?: boolean; PermissionsUpldNetZeroAnlytEfcyFctorData?: boolean; PermissionsUpldNetZeroAnlytInitSavData?: boolean; PermissionsUpldNetZeroAnlytRenewableData?: boolean; PermissionsUploadDEIAnalyticsData?: boolean; PermissionsUploadSolutionBundlesToRepository?: boolean; PermissionsUsageDesignUser?: boolean; PermissionsUsageManagementDesigner?: boolean; PermissionsUsageManagementRunTimeUser?: boolean; PermissionsUsageServiceEnabled?: boolean; PermissionsUseAccountPlansWithPartners?: boolean; PermissionsUseAccrualsProcessing?: boolean; PermissionsUseAddAdjustment?: boolean; PermissionsUseAddOrderItemSummary?: boolean; PermissionsUseAddOrderItemSummaryAPIs?: boolean; PermissionsUseAdvancedDeliveryEstimationAPI?: boolean; PermissionsUseAgentforceForPartners?: boolean; PermissionsUseAgentforceSalesManagement?: boolean; PermissionsUseAnyApiClient?: boolean; PermissionsUseArchiveApp?: boolean; PermissionsUseAssistantDialog?: boolean; PermissionsUseAutoSchedulerInExprcCloud?: boolean; PermissionsUseAutomotiveAnalytics?: boolean; PermissionsUseAutomotiveCloudFeaturesForDealerships?: boolean; PermissionsUseBulkUpdateForSalesAgreements?: boolean; PermissionsUseBulkUpdtSalesAgrExprcCloud?: boolean; PermissionsUseCGAnalytics?: boolean; PermissionsUseCLMAnalytics?: boolean; PermissionsUseCMEAgentforce?: boolean; PermissionsUseCanCancelInProgressChange?: boolean; PermissionsUseChRMPriceProtectionAdminUser?: boolean; PermissionsUseChRMPriceProtectionClaimAnalystUser?: boolean; PermissionsUseChRMPriceProtectionStandardUser?: boolean; PermissionsUseChannelPartnerInvExprcCloud?: boolean; PermissionsUseChannelPartnerInventory?: boolean; PermissionsUseClientQueryExecution?: boolean; PermissionsUseCommsB2CBusinessProcesses?: boolean; PermissionsUseCommsB2cServiceConsole?: boolean; PermissionsUseCommsCloudSalesFeatures?: boolean; PermissionsUseCommsEmployeeSalesAgents?: boolean; PermissionsUseCommsEmployeeServiceAgents?: boolean; PermissionsUseCommsUpsell?: boolean; PermissionsUseCompliantDataSharing?: boolean; PermissionsUseCreateCreditMemo?: boolean; PermissionsUseCreateOrderSummary?: boolean; PermissionsUseCrisisSuptCtrMgmtExprcCloud?: boolean; PermissionsUseCriteriaBasedSearchFilter?: boolean; PermissionsUseCustomerExperienceAnalytics?: boolean; PermissionsUseCustomerIntelAnalytics?: boolean; PermissionsUseDataCloudMtrcsVisualization?: boolean; PermissionsUseDealRecapInsightsAdminUser?: boolean; PermissionsUseDealRecapInsightsEditUser?: boolean; PermissionsUseDealRecapInsightsStandardUser?: boolean; PermissionsUseDeliveryEstimation?: boolean; PermissionsUseDeliveryEstimationAPIs?: boolean; PermissionsUseDesignRegChannelManagerUser?: boolean; PermissionsUseDesignRegExpCloudUser?: boolean; PermissionsUseDesignRegReadOnlyUser?: boolean; PermissionsUseDocumentBuilder?: boolean; PermissionsUseEAForB2BMarketing?: boolean; PermissionsUseERMAnalytics?: boolean; PermissionsUseEducationAnalytics?: boolean; PermissionsUseEducationCloudComp?: boolean; PermissionsUseEinsteinSalesCoach?: boolean; PermissionsUseEnsureFunds?: boolean; PermissionsUseExchangesAPIs?: boolean; PermissionsUseExpCloudCBSF?: boolean; PermissionsUseExperienceCloudInAuto?: boolean; PermissionsUseExperienceCloudInMfg?: boolean; PermissionsUseFSCAnalytics?: boolean; PermissionsUseFieldServiceIntelligence?: boolean; PermissionsUseFleetMngmntFeatures?: boolean; PermissionsUseFleetMngmntInExprncCloud?: boolean; PermissionsUseFormFramework?: boolean; PermissionsUseFulfillmentAPIs?: boolean; PermissionsUseFulfillmentRoutingAPIs?: boolean; PermissionsUseFundingWorkbench?: boolean; PermissionsUseFundingWorkbenchForPartners?: boolean; PermissionsUseGenAIForChannelRevenueMgmt?: boolean; PermissionsUseGenAiForAssetFinance?: boolean; PermissionsUseGenAiForAssetServices?: boolean; PermissionsUseGenAiForCustomerEngagement?: boolean; PermissionsUseGenAiForInventoryManagement?: boolean; PermissionsUseGenAiForSalesPlanning?: boolean; PermissionsUseGenAiForUpsellCrossSell?: boolean; PermissionsUseGrantsManagement?: boolean; PermissionsUseHealthCareAnalytics?: boolean; PermissionsUseInboxSchedulingOnBehalfOf?: boolean; PermissionsUseIndustriesAutomotive?: boolean; PermissionsUseIndustriesFieldService?: boolean; PermissionsUseIndustriesManufacturing?: boolean; PermissionsUseInventorySearchInExprcCloud?: boolean; PermissionsUseLeadMgmtInExperienceCloud?: boolean; PermissionsUseLiabilityAccruals?: boolean; PermissionsUseLifeSciAccountMgmtRating?: boolean; PermissionsUseLifeSciKeyAccountMgmt?: boolean; PermissionsUseLifeSciListsAndFilters?: boolean; PermissionsUseLifeSciRemoteEngagement?: boolean; PermissionsUseLifeSciSampleLimits?: boolean; PermissionsUseLifeSciencesWorkflows?: boolean; PermissionsUseLoyaltyAnalytics?: boolean; PermissionsUseManufacturingAnalytics?: boolean; PermissionsUseMediaAnalytics?: boolean; PermissionsUseMfgAccountForecast?: boolean; PermissionsUseMfgAcctMgrTargets?: boolean; PermissionsUseMfgAdvAccountForecast?: boolean; PermissionsUseMfgAdvAcctForecastCmty?: boolean; PermissionsUseMfgPartnerLeadMgmt?: boolean; PermissionsUseMfgPartnerLeadMgmtAsGuest?: boolean; PermissionsUseMfgPartnerPerfMgmt?: boolean; PermissionsUseMfgPartnerVisitMgmt?: boolean; PermissionsUseMfgProgram?: boolean; PermissionsUseMfgRebates?: boolean; PermissionsUseMfgRebatesCmty?: boolean; PermissionsUseMfgRebatesReadOnlyUser?: boolean; PermissionsUseMfgSalesAgreements?: boolean; PermissionsUseMfgSalesAgreementsCmty?: boolean; PermissionsUseMfgServiceConsole?: boolean; PermissionsUseMySearch?: boolean; PermissionsUseNonProfitIntelligence?: boolean; PermissionsUseOMAnalytics?: boolean; PermissionsUseOmnichannelInventoryAPIs?: boolean; PermissionsUseOrderEntry?: boolean; PermissionsUseOrderItemSummaryCancel?: boolean; PermissionsUseOrderItemSummaryReturn?: boolean; PermissionsUseOrderManagementAPIs?: boolean; PermissionsUseOrderSummaryChangeAPIs?: boolean; PermissionsUseOrderSummaryCreateAPI?: boolean; PermissionsUsePartnerMessagingChannels?: boolean; PermissionsUsePaymentCreditAPIs?: boolean; PermissionsUsePerfectStoreScore?: boolean; PermissionsUsePriceProtectionCmty?: boolean; PermissionsUsePricingFeatrSlsAgr?: boolean; PermissionsUsePricingFeatrSlsAgrExprc?: boolean; PermissionsUseProactiveActionsForItSrvcs?: boolean; PermissionsUseProdtCtlgForSlsAgrExprc?: boolean; PermissionsUseProdtSvcCmpnMgmtForExprcCloud?: boolean; PermissionsUseProductCatalogForSlsAgr?: boolean; PermissionsUseProductSvcCampaignMgmt?: boolean; PermissionsUseProgramsAssistiveAI?: boolean; PermissionsUsePrtnrPerfInExperienceCloud?: boolean; PermissionsUsePurchaseOrderMgmtInExprcCloud?: boolean; PermissionsUseQuerySuggestions?: boolean; PermissionsUseRegisterGuestBuyerAPI?: boolean; PermissionsUseRepricing?: boolean; PermissionsUseRestrictedTheme?: boolean; PermissionsUseReturnOrder?: boolean; PermissionsUseReturnOrderAPIs?: boolean; PermissionsUseRouting?: boolean; PermissionsUseSalesforceEngage?: boolean; PermissionsUseSampleManagement?: boolean; PermissionsUseSampleManagementCmty?: boolean; PermissionsUseSchedulerForAutomotive?: boolean; PermissionsUseServiceCatalogForGuest?: boolean; PermissionsUseServiceIntelligence?: boolean; PermissionsUseServicePartReturn?: boolean; PermissionsUseShipAndDebit?: boolean; PermissionsUseShipAndDebitCmty?: boolean; PermissionsUseShipAndDebitReadOnlyUser?: boolean; PermissionsUseShipment?: boolean; PermissionsUseSkillsSuggestions?: boolean; PermissionsUseSmartDataDiscovery?: boolean; PermissionsUseSmartDataDiscoveryApi?: boolean; PermissionsUseStockRotClaimAnlstUser?: boolean; PermissionsUseStockRotReadOnlyUser?: boolean; PermissionsUseStockRotationAdminUser?: boolean; PermissionsUseStockRotationCommunity?: boolean; PermissionsUseSubscriptionEmails?: boolean; PermissionsUseSvcCatalog?: boolean; PermissionsUseTCRMforComms?: boolean; PermissionsUseTCRMforEandU?: boolean; PermissionsUseTCRMforSustainability?: boolean; PermissionsUseTPMRevenuePrediction?: boolean; PermissionsUseTeamReassignWizards?: boolean; PermissionsUseTeamsForEmployee?: boolean; PermissionsUseTeamsForItSrvcs?: boolean; PermissionsUseTemplatedApp?: boolean; PermissionsUseTemplatedIntelApp?: boolean; PermissionsUseUnitOfMeasure?: boolean; PermissionsUseVehAndAssetLendAgntIntake?: boolean; PermissionsUseVehAndAssetLendUndwrConsole?: boolean; PermissionsUseVehicleAssetFinance?: boolean; PermissionsUseVehicleAssetFinanceExprc?: boolean; PermissionsUseVisitMgmtInExperienceCloud?: boolean; PermissionsUseWarrantyLifecycleMgmt?: boolean; PermissionsUseWebLink?: boolean; PermissionsUserAppAlertsAccess?: boolean; PermissionsUserBatchManagement?: boolean; PermissionsUserCanAccessNLPResult?: boolean; PermissionsUserCanDeployStore?: boolean; PermissionsUserCanPerformNLPOperation?: boolean; PermissionsUserCanTranslateCaseComment?: boolean; PermissionsUserCanTranslateServiceEmail?: boolean; PermissionsUserHasBillingAccount?: boolean; PermissionsUserHasDevOpsCore?: boolean; PermissionsUserHasEAndUProgramAccess?: boolean; PermissionsUserHasEUCore?: boolean; PermissionsUserHasEUSales?: boolean; PermissionsUserHasSendToListFilterAccess?: boolean; PermissionsUserHasStarterDCRAccess?: boolean; PermissionsUserHasUsageImpactAccess?: boolean; PermissionsUserHasWorkReportAccess?: boolean; PermissionsUserInteractionInsights?: boolean; PermissionsUserManagementAdmin?: boolean; PermissionsUserManagementBasic?: boolean; PermissionsUserProductInventoryOperations?: boolean; PermissionsUserSites?: boolean; PermissionsUserSlackCapabilities?: boolean; PermissionsUtilMgmtExperienceCloudUser?: boolean; PermissionsUtilMgmtProviderExprcCloudUser?: boolean; PermissionsUtilizationMgmtProviderUser?: boolean; PermissionsValidateYubiKeyToken?: boolean; PermissionsVideoCallsUserAccess?: boolean; PermissionsVideoConferenceMeetUser?: boolean; PermissionsVideoConferenceTeamsUser?: boolean; PermissionsVideoConferenceZoomUser?: boolean; PermissionsViewAccessPolicies?: boolean; PermissionsViewActivitiesPage?: boolean; PermissionsViewAgtfrceAnlytDshbrd?: boolean; PermissionsViewAllActivities?: boolean; PermissionsViewAllCalls?: boolean; PermissionsViewAllCustomSettings?: boolean; PermissionsViewAllData?: boolean; PermissionsViewAllDataGovPolicies?: boolean; PermissionsViewAllDataGovTags?: boolean; PermissionsViewAllFieldsGlobal?: boolean; PermissionsViewAllForecasts?: boolean; PermissionsViewAllForeignKeyNames?: boolean; PermissionsViewAllHighScaleCustomObjectRecords?: boolean; PermissionsViewAllNonSetupFlows?: boolean; PermissionsViewAllPolicyCenterPolicies?: boolean; PermissionsViewAllProfiles?: boolean; PermissionsViewAllUsers?: boolean; PermissionsViewAnomalyEvents?: boolean; PermissionsViewApexLimitEvents?: boolean; PermissionsViewApiNamedQueries?: boolean; PermissionsViewArchivedRecords?: boolean; PermissionsViewBackupDetails?: boolean; PermissionsViewBackupExclusionsSettings?: boolean; PermissionsViewBackupFilesSettings?: boolean; PermissionsViewBackupRetentionPolicySettings?: boolean; PermissionsViewBackupSchedulesSettings?: boolean; PermissionsViewBrandKits?: boolean; PermissionsViewBusinessUnit?: boolean; PermissionsViewCaseAnlytDshbrd?: boolean; PermissionsViewCaseInteraction?: boolean; PermissionsViewChangeRequestAnlytDshbrd?: boolean; PermissionsViewChangeRequestDshbrd?: boolean; PermissionsViewClientSecret?: boolean; PermissionsViewCompareActivities?: boolean; PermissionsViewConsentAuditTrail?: boolean; PermissionsViewConsumption?: boolean; PermissionsViewContent?: boolean; PermissionsViewContentTaxonomy?: boolean; PermissionsViewCustomerSentiment?: boolean; PermissionsViewDataAssessment?: boolean; PermissionsViewDataCategories?: boolean; PermissionsViewDataGovTab?: boolean; PermissionsViewDataLeakageEvents?: boolean; PermissionsViewDeveloperName?: boolean; PermissionsViewDevices?: boolean; PermissionsViewEmailMessagingSetup?: boolean; PermissionsViewEnablementAnalytics?: boolean; PermissionsViewEncryptedData?: boolean; PermissionsViewEventLogFiles?: boolean; PermissionsViewFLSReportPage?: boolean; PermissionsViewFlexibleHierarchies?: boolean; PermissionsViewForecastingPredictive?: boolean; PermissionsViewGlobalHeader?: boolean; PermissionsViewHealthCheck?: boolean; PermissionsViewHelpLink?: boolean; PermissionsViewInAppGuidanceForSites?: boolean; PermissionsViewIncidentAnlytDshbrd?: boolean; PermissionsViewIncidentFulfrDshbrd?: boolean; PermissionsViewIncidentMgrDshbrd?: boolean; PermissionsViewIntelligenceApp?: boolean; PermissionsViewItLeaderAnlytDshbrd?: boolean; PermissionsViewItsmConsoleAsFulfr?: boolean; PermissionsViewItsmConsoleHmpg?: boolean; PermissionsViewKnwlgAnlytDshbrd?: boolean; PermissionsViewLegalHoldReportPage?: boolean; PermissionsViewLicenseUtilization?: boolean; PermissionsViewMLModels?: boolean; PermissionsViewMyTeamsDashboards?: boolean; PermissionsViewNonSetupFlow?: boolean; PermissionsViewOmnichnlAnlytDshbrd?: boolean; PermissionsViewOnlyEmbeddedAppUser?: boolean; PermissionsViewOrchestrationsInAutomApp?: boolean; PermissionsViewPayments?: boolean; PermissionsViewPersonalOrg?: boolean; PermissionsViewPlatformEvents?: boolean; PermissionsViewPoliciesPage?: boolean; PermissionsViewPrivateStaticResources?: boolean; PermissionsViewProblemFulfrDshbrd?: boolean; PermissionsViewProblemMgrDshbrd?: boolean; PermissionsViewProductCatalogObjects?: boolean; PermissionsViewPromotions?: boolean; PermissionsViewPublicCapstoneFolders?: boolean; PermissionsViewPublicDashboards?: boolean; PermissionsViewPublicEnhancedTemplate?: boolean; PermissionsViewPublicFiles?: boolean; PermissionsViewPublicReports?: boolean; PermissionsViewPushMessagingSetup?: boolean; PermissionsViewRecommendations?: boolean; PermissionsViewRelAssoc?: boolean; PermissionsViewReleaseDshbrd?: boolean; PermissionsViewRestoreActivities?: boolean; PermissionsViewRestrictionAndScopingRules?: boolean; PermissionsViewRoles?: boolean; PermissionsViewSALifecycle?: boolean; PermissionsViewSMSMessagingSetup?: boolean; PermissionsViewSalesPlan?: boolean; PermissionsViewSearchPage?: boolean; PermissionsViewSecurityCommandCenter?: boolean; PermissionsViewSettingsPage?: boolean; PermissionsViewSetup?: boolean; PermissionsViewShieldApp?: boolean; PermissionsViewShiftSchedulingResults?: boolean; PermissionsViewTelemetryDefinitionsAndActions?: boolean; PermissionsViewTopics?: boolean; PermissionsViewTransactableMarketplaceProvisioningRecords?: boolean; PermissionsViewTrustMeasures?: boolean; PermissionsViewUMACalendar?: boolean; PermissionsViewUserPII?: boolean; PermissionsViewWhatsAppMessagingSetup?: boolean; PermissionsViewWorkForecastingResult?: boolean; PermissionsViewWorkScheduling?: boolean; PermissionsVoiceCoach?: boolean; PermissionsVoiceInbound?: boolean; PermissionsVoiceMinutes?: boolean; PermissionsVoiceOutbound?: boolean; PermissionsVoiceWrapUpUser?: boolean; PermissionsVoidInvoiceAPIUser?: boolean; PermissionsVoidPostedCreditMemoAPIUser?: boolean; PermissionsVolunteerAssistiveAIUser?: boolean; PermissionsVolunteerCommunityUser?: boolean; PermissionsVolunteerManager?: boolean; PermissionsVolunteerMgmtUserAccess?: boolean; PermissionsWalkthroughAuthoring?: boolean; PermissionsWalletManagementUser?: boolean; PermissionsWarrantyClaimsForFieldService?: boolean; PermissionsWaveCommunityUser?: boolean; PermissionsWaveManagePrivateAssetsUser?: boolean; PermissionsWaveTabularDownload?: boolean; PermissionsWaveTrendReports?: boolean; PermissionsWebExMeetings?: boolean; PermissionsWorkCalibrationUser?: boolean; PermissionsWorkDotComUserPerm?: boolean; PermissionsWorkplaceCommandCenter?: boolean; PermissionsWriteCrossOrgUsages?: boolean; PermissionsYourAccountCDAPublishEvents?: boolean; SystemModstamp?: Date; }; export type PermissionSetGroup = Metadata & sObject & { description?: string; hasActivationRequired?: boolean; label: string; mutingPermissionSets: string[]; permissionSets: string[]; status?: string; AllManagedPackageMemberId?: ID; Assignments?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; HasActivationRequired?: boolean; Hash?: string; IsComponentManaged?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PermissionSetGroupComponents?: QueryResult; Status?: PermissionSetGroupStatus; SystemModstamp?: Date; }; export type PermissionSetLicenseDefinition = Metadata & sObject & { customPermissions: PermissionSetLicenseDefinitionCustomPermission[]; isSupplementLicense?: boolean; label: string; licenseExpirationPolicy: LicenseExpirationPolicy; userLicenseRestrictions?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsSupplementLicense?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseExpirationPolicy?: LicenseExpirationPolicy; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UserLicenseRestrictions?: string; }; export type PermissionSetLicenseDefinitionCustomPermission = { name: string; }; export type PersonAccountOwnerPowerUser = Metadata & { developerName: string; masterLabel: string; portalType: string; user: string; }; export type PlatformCachePartition = Metadata & sObject & { description?: string; isDefaultPartition: boolean; masterLabel: string; platformCachePartitionTypes: PlatformCachePartitionType[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDefaultPartition?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PlatforCachePartitionTypes?: QueryResult; SystemModstamp?: Date; }; export type PlatformCachePartitionType = sObject & { allocatedCapacity: number; allocatedPartnerCapacity: number; allocatedPurchasedCapacity: number; allocatedTrialCapacity: number; cacheType: PlatformCacheType; AllManagedPackageMemberId?: ID; AllocatedCapacity?: number; AllocatedPartnerCapacity?: number; AllocatedPurchasedCapacity?: number; AllocatedTrialCapacity?: number; CacheType?: PlatformCacheType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PlatformCachePartition?: PlatformCachePartition; PlatformCachePartitionId?: ID; SystemModstamp?: Date; }; export type PlatformEventChannel = Metadata & sObject & { channelType: PlatformEventChannelType; eventType?: PlatformEventChannelEventType; label: string; AllManagedPackageMemberId?: ID; ChannelType?: PlatformEventChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EventType?: PlatformEventChannelEventType; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PlatformEventChannel; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type PlatformEventChannelMember = Metadata & sObject & { enrichedFields: EnrichedField[]; eventChannel: string; filterExpression?: string; selectedEntity: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EventChannel?: string; FilterExpression?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PlatformEventChannelMember; ModuleNamespace?: string; NamespacePrefix?: string; ReferencedEntity?: string; SelectedEntity?: string; SystemModstamp?: Date; }; export type EnrichedField = sObject & { name: string; AllManagedPackageMemberId?: ID; ChannelMember?: PlatformEventChannelMember; ChannelMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; 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 PolicyRuleDefinitionSet = Metadata & sObject & { description?: string; label: string; replicated?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OptionsReplicated?: boolean; SystemModstamp?: Date; }; 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 PostTemplate = Metadata & sObject & { default?: boolean; description?: string; fields: string[]; label: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; TableEnumOrId?: string; }; export type PriceRule = Metadata & sObject & { conditionLogic: ConditionLogic; description?: string; effectiveDate?: Date; expirationDate?: Date; masterLabel: string; priceRuleActions: PriceRuleAction[]; priceRuleConditions: PriceRuleCondition[]; priceRuleExecutionStages: PriceRuleExecutionStage[]; sequence: number; status: RuleStatus; AllManagedPackageMemberId?: ID; ConditionLogic?: ConditionLogic; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EffectiveDate?: Date; ExpirationDate?: Date; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PriceRule; ModuleNamespace?: string; NamespacePrefix?: string; Sequence?: number; Status?: RuleStatus; SystemModstamp?: Date; }; 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 & sObject & { description?: string; isProtected?: boolean; masterLabel: string; prcShtAttrDefinitions: PrcShtAttrDefinition[]; priceSheetEntity: string; status?: PriceSheetDefinitionStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: PriceSheetDefinition; ModuleNamespace?: string; PriceSheetEntity?: string; Status?: PriceSheetDefinitionStatus; SystemModstamp?: Date; }; export type PrcShtAttrDefinition = { columnLabel?: string; columnName: string; columnType: PriceSheetColumnType; isRangeColumn: boolean; }; export type PricingActionParameters = Metadata & sObject & { contextDefinition: string; contextMapping: string; developerName: string; effectiveFrom: Date; effectiveTo?: Date; masterLabel: string; objectName?: string; pricingProcedure?: string; AllManagedPackageMemberId?: ID; ContextDefinition?: string; ContextMapping?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EffectiveFrom?: Date; EffectiveTo?: Date; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PricingActionParameters; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: PricingActionEntities; PricingProcedure?: string; SystemModstamp?: Date; }; export type PricingRecipe = Metadata & sObject & { businessVertical?: BusinessVertical; defaultPricingProcedureDeveloperName?: string; defaultPricingProcedureId?: string; developerName?: string; isActive?: boolean; isInternal?: boolean; masterLabel: string; pricingRecipeTableMapping: PricingRecipeTableMapping[]; AllManagedPackageMemberId?: ID; BusinessVertical?: BusinessVertical; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultPricingProcedure?: ExpressionSetDefinition; DefaultPricingProcedureId?: ID; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsInternal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: PricingRecipe; ModuleNamespace?: string; NamespacePrefix?: string; PricingElementCanonicalMappings?: QueryResult; SystemModstamp?: Date; }; export type PricingRecipeTableMapping = sObject & { fileBasedDecisionTableName?: string; isInternal?: boolean; lookupTableDeveloperName?: string; pricingComponentType?: string; pricingProcedureOutputMapList: PricingProcedureOutputMap[]; pricingRecipe: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FileBasedDecisionTableName?: string; IsDeleted?: boolean; IsInternal?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookupTable?: sObject; LookupTableId?: ID; ManageableState?: ManageableState; PricingComponentType?: PricingElementType; PricingRecipe?: PricingRecipe; PricingRecipeId?: ID; PricingRecipeTableMappingForPOM?: QueryResult; SystemModstamp?: Date; }; export type PricingProcedureOutputMap = sObject & { fieldName?: string; isPricingRecipeActive?: boolean; outputFieldName?: string; outputFieldNameString?: string; outputType?: string; pricingElementType?: PricingElementType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsPricingRecipeActive?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookupField?: ID; OutputFieldName?: sObject; OutputFieldNameId?: ID; OutputFieldNameString?: string; OutputType?: OutputType; PricingComponentType?: PricingElementType; PricingRecipeTableMapping?: PricingRecipeTableMapping; PricingRecipeTableMappingId?: ID; SystemModstamp?: Date; }; export type ProcedureOutputResolution = Metadata & sObject & { developerName: string; formula: string; isActive: boolean; isInternal?: boolean; masterLabel: string; pricingElement: string; AllManagedPackageMemberId?: ID; BusinessVertical?: BusinessVertical; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Formula?: string; IsActive?: boolean; IsDeleted?: boolean; IsInternal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PricingElement?: PricingElement; SystemModstamp?: Date; }; export type ProcessFlowMigration = Metadata & sObject & { destinationFlowDefinition: string; destinationFlowVersion: string; developerName: string; masterLabel: string; migratedCriteriaLabel?: string; migratedCriteriaName?: string; processVersion: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DestinationFlowDefinition?: FlowDefinition; DestinationFlowDefinitionId?: ID; DestinationFlowVersion?: Flow; DestinationFlowVersionId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MigratedCriteriaLabel?: string; MigratedCriteriaName?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProcessVersion?: Flow; ProcessVersionId?: ID; SystemModstamp?: Date; }; export type ProcessPalette = Metadata & sObject & { allHeaderAutolayoutVisibility: boolean[]; allHeaderFreeformVisibility: boolean[]; allHeaderNames: string[]; allHeaderOrders: number[]; elementHeaders: string[]; elementOrders: number[]; elementSubtypeHeaders: string[]; elementSubtypeOrders: number[]; elementSubtypes: string[]; elementTypes: FlowElementType[]; invocableActionHeaders: string[]; invocableActionIconNames: string[]; invocableActionIsCustoms: boolean[]; invocableActionIsType: boolean[]; invocableActionOrders: number[]; invocableActions: InvocableActionType[]; name: string; shortcutActionIconNames: string[]; shortcutDescriptions: string[]; shortcutEnumApiNames: string[]; shortcutEnumTypes: string[]; shortcutHeaders: string[]; shortcutIfActionIsCustom: boolean[]; shortcutLabels: string[]; shortcutOrders: number[]; DurableId?: string; EnumOrId?: string; FullName?: string; Metadata?: ProcessPalette; }; export type ProcessTypeDefinition = Metadata & sObject & { actionTypes: InvocableActionType[]; autoGeneratedRequiredVariables: FlowVariable[]; defaultFlowRuntimeApiVersion?: number; elementSubtypeAllowList: string[]; elementTypes: FlowElementType[]; flowDataTypeBlockList: FlowDataType[]; isFlowManaged: boolean; label: string; lightningComponentMarkerInterfaces: string[]; minApiVersionForRefreshedRecords?: number; minValidApiVersionForSave?: number; name: string; screenFieldTypeBlockList: FlowScreenFieldType[]; subflowAllowList: FlowProcessType[]; supportedFeatures: string[]; systemVariableBlockList: FlowSystemVariable[]; triggerTypeAllowList: FlowTriggerType[]; DurableId?: string; EnumOrId?: string; FullName?: string; IsFlowManaged?: boolean; IsListViewManaged?: boolean; Label?: string; Metadata?: ProcessTypeDefinition; Name?: string; }; export type ProductAttrDisplayConfig = Metadata & sObject & { dataType: string; displayType: string; masterLabel: string; status: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ConfiguratorDataType; DeveloperName?: string; DisplayType?: AttributeDisplayType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Status?: ConfiguratorStatus; SystemModstamp?: Date; }; export type ProductAttributeSet = Metadata & sObject & { description?: string; developerName: string; masterLabel: string; productAttributeSetItems: ProductAttributeSetItem[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ProductAttributeSet; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ProductAttributeSetItem = { field: string; isGroupedBy?: boolean; sequence: number; }; export type ProductFamilyUsage = Metadata & sObject & { productFamilyUsageType: ProductFamilyUsageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ProductFamilyUsage; ModuleNamespace?: string; ProductFamily?: string; SystemModstamp?: Date; UsageType?: ProductFamilyUsageType; }; export type ProductSpecificationRecType = Metadata & sObject & { isCommercial: boolean; masterLabel: string; productSpecificationType: string; recordType: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsCommercial?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProductSpecificationType?: string; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; }; export type ProductSpecificationType = Metadata & sObject & { description?: string; masterLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type Profile = Metadata & sObject & { agentAccesses: ProfileAgentAccess[]; applicationVisibilities: ProfileApplicationVisibility[]; categoryGroupVisibilities: ProfileCategoryGroupVisibility[]; classAccesses: ProfileApexClassAccess[]; custom?: boolean; customMetadataTypeAccesses: ProfileCustomMetadataTypeAccess[]; customPermissions: ProfileCustomPermissions[]; customSettingAccesses: ProfileCustomSettingAccess[]; description?: string; externalDataSourceAccesses: ProfileExternalDataSourceAccess[]; fieldPermissions: ProfileFieldLevelSecurity[]; flowAccesses: ProfileFlowAccess[]; loginFlows: LoginFlow[]; loginHours?: ProfileLoginHours; loginIpRanges: ProfileLoginIpRange[]; objectPermissions: ProfileObjectPermissions[]; pageAccesses: ProfileApexPageAccess[]; profileActionOverrides: ProfileActionOverride[]; recordTypeVisibilities: ProfileRecordTypeVisibility[]; servicePresenceStatusAccesses: ProfileServicePresenceStatusAccess[]; tabVisibilities: ProfileTabVisibility[]; userLicense?: string; userPermissions: ProfileUserPermission[]; AdvAcctForecastAdjPeriodProfile?: QueryResult; AdvAcctFrcstDisplayGroupProfile?: QueryResult; AssistantDefinitionProfiles?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciConfigAssignments?: QueryResult; Metadata?: Profile; Name?: string; OmniInteractionAccessConfigs?: QueryResult; PersonaDefinitionProfile?: QueryResult; ProfileLayouts?: QueryResult; PrstCntntDefAssignmentAssignedTos?: QueryResult; TimeSheetTemplateAssignments?: QueryResult; UserLicenseId?: ID; Users?: QueryResult; }; 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 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 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 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 Prompt = Metadata & sObject & { masterLabel: string; promptVersions: PromptVersion[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: Prompt; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type PromptVersion = sObject & { 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; ActionButtonLabel?: string; ActionButtonLink?: string; AllManagedPackageMemberId?: ID; Body?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomApplication?: CustomApplication; CustomApplicationId?: ID; DelayDays?: number; Description?: string; DismissButtonLabel?: string; DisplayPosition?: PromptDisplayPosition; DisplayType?: PromptDisplayType; ElementRelativePosition?: PromptElementRelativePosition; EndDate?: Date; Experience?: PromptExperience; ExperienceContext?: sObject; ExperienceContextId?: ID; Header?: string; Icon?: string; Image?: ContentAsset; ImageAltText?: string; ImageId?: ID; ImageLink?: string; ImageLocation?: PromptImageLocation; IndexWithIsPublished?: string; IndexWithoutIsPublished?: string; IsDeleted?: boolean; IsPublished?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Parent?: Prompt; ParentId?: ID; PublishedByUser?: User; PublishedByUserId?: ID; PublishedDate?: Date; ReferenceElementContext?: string; ShouldDisplayActionButton?: boolean; ShouldIgnoreGlobalDelay?: boolean; StartDate?: Date; StepNumber?: number; SystemModstamp?: Date; TargetAppDeveloperName?: string; TargetAppNamespacePrefix?: string; TargetPageKey1?: string; TargetPageKey1Ref?: string; TargetPageKey2?: string; TargetPageKey3?: string; TargetPageKey4?: string; TargetPageType?: string; TargetRecordType?: RecordType; TargetRecordTypeId?: ID; ThemeColor?: PromptThemeColor; ThemeSaturation?: PromptThemeSaturation; TimesToDisplay?: number; Title?: string; UserAccess?: PromptUserAccess; UserProfileAccess?: PromptUserProfileAccess; VersionNumber?: number; VideoLink?: string; }; export type PublicKeyCertificate = Metadata & sObject & { description?: string; isActive?: boolean; jsonWebKey?: string; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExpiryDate?: Date; IsActive?: boolean; IsDeleted?: boolean; JsonWebKey?: string; KeyIdentifier?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type PublicKeyCertificateSet = Metadata & sObject & { description?: string; jwksEndPoint?: string; jwtIssuer?: string; masterLabel: string; type: PublicKeyCertificateSetType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; JwksEndPoint?: string; JwtIssuer?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; Type?: PublicKeyCertificateSetType; }; 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 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 RecommendationStrategy = Metadata & sObject & { 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[]; AllManagedPackageMemberId?: ID; ContextRecordType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecommendationStrategy; ModuleNamespace?: string; NamespacePrefix?: string; OnBehalfOfExpression?: string; SystemModstamp?: Date; }; 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 & sObject & { channelConfigurations: RecordActionDeploymentChannel[]; componentName?: ComponentName; deploymentContexts: RecordActionDeploymentContext[]; hasComponents?: boolean; hasGuidedActions?: boolean; hasOmniscripts?: boolean; hasRecommendations?: boolean; masterLabel: string; recommendation?: RecordActionRecommendation; selectableItems: RecordActionSelectableItem[]; AllManagedPackageMemberId?: ID; ComponentName?: ComponentName; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; HasComponents?: boolean; HasGuidedActions?: boolean; HasOmniscripts?: boolean; HasRecommendations?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecordActionDeployment; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 & sObject & { aggregateFromObject: string; aggregateToObject: string; aggregationType: RecordAggregationDefinitionAggregationType; batchProcessingDefinition?: string; description?: string; displayName: string; onDemandProcDefinition?: string; recordAggregationObject: RecordAggregationObject[]; status: RecordAggregationDefinitionStatus; AggregateFromObject?: string; AggregateToObject?: string; AggregationType?: RecordAggregationDefinitionAggregationType; AllManagedPackageMemberId?: ID; BatchProcessingDefinition?: BatchCalcJobDefinition; BatchProcessingDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisplayName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecordAggregationDefinition; ModuleNamespace?: string; NamespacePrefix?: string; OnDemandProcDefinition?: BatchCalcJobDefinition; OnDemandProcDefinitionId?: ID; RecordAggregationObjects?: QueryResult; Status?: RecordAggregationDefinitionStatus; SystemModstamp?: Date; }; export type RecordAggregationObject = sObject & { associatedObject: string; developerName?: string; filterLogic?: string; masterLabel: string; recordAggregationJoinCondition: RecordAggregationJoinCondition[]; recordAggregationObjectFilter: RecordAggregationObjectFilter[]; AssociatedObject?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FilterLogic?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RecordAggregationDefinition?: RecordAggregationDefinition; RecordAggregationDefinitionId?: ID; RecordAggregationObjectFilters?: QueryResult; RecordAggregationObjectForJoinConditions?: QueryResult; RelatedRecordAggrObjectForJoinConditions?: QueryResult; SystemModstamp?: Date; }; export type RecordAggregationJoinCondition = sObject & { joinField: string; navigationSequenceNumber: number; relatedJoinField: string; relatedRecordAggregationObject: string; type: RecordAggregationJoinConditionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; JoinField?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NavigationSequenceNumber?: number; RecordAggregationObject?: RecordAggregationObject; RecordAggregationObjectId?: ID; RelatedJoinField?: string; RelatedRecordAggrObject?: RecordAggregationObject; RelatedRecordAggrObjectId?: ID; SystemModstamp?: Date; Type?: RecordAggregationJoinConditionType; }; export type RecordAggregationObjectFilter = sObject & { associatedObjectField: string; operator: RecordAggregationObjectFilterOperator; sequenceNumber: number; value: string; AssociatedObjectField?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: RecordAggregationObjectFilterOperator; RecordAggregationObject?: RecordAggregationObject; RecordAggregationObjectId?: ID; SequenceNumber?: number; SystemModstamp?: Date; Value?: string; }; export type RecordAlertCategory = Metadata & sObject & { description?: string; masterLabel: string; severity?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RecordAlertCategory; ModuleNamespace?: string; NamespacePrefix?: string; RecordAlertCategory?: QueryResult; Severity?: string; SystemModstamp?: Date; }; export type RecordType = Metadata & sObject & { active: boolean; businessProcess?: string; compactLayoutAssignment?: string; description?: string; label: string; picklistValues: RecordTypePicklistValue[]; BusinessProcessId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; GisExtlMapObjectConfigs?: QueryResult; GisRelatedObjectConfigs?: QueryResult; IsActive?: boolean; IsPersonType?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LearningAchvRecordTypes?: QueryResult; ManageableState?: ManageableState; Metadata?: RecordType; Name?: string; NamespacePrefix?: string; RecordType?: QueryResult; RecordTypes?: QueryResult; ReferenceObjects?: QueryResult; SobjectType?: string; SrvcMgmtObjCollabAppCnfg_RefObjRecordType?: QueryResult; TargetObjects?: QueryResult; }; export type RecordTypePicklistValue = { picklist: string; values: PicklistValue[]; }; export type RedirectWhitelistUrl = Metadata & { url: string; }; export type ReferencedDashboard = Metadata & { application: string; description?: string; embedUrl: string; masterLabel: string; templateAssetSourceName?: string; visibility: string; }; export type RelationshipGraphDefinition = Metadata & sObject & { isActive: boolean; isTemplate: boolean; masterLabel: string; relationshipGraphDefVersions: RelationshipGraphDefVersion[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrentVersion?: RelationshipGraphDefVersion; CurrentVersionId?: ID; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RelationshipGraphDefinition; ModuleNamespace?: string; NamespacePrefix?: string; RelationshipGraphDefVersions?: QueryResult; RootObject?: EntityDefinition; RootObjectId?: string; SystemModstamp?: Date; }; export type RelationshipGraphDefVersion = sObject & { graphDefinition: string; graphType: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; GraphDefinition?: string; GraphType?: GraphType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RelationshipGraphDefinition?: RelationshipGraphDefinition; RelationshipGraphDefinitionId?: ID; SystemModstamp?: Date; VersionNumber?: number; }; export type RemoteSiteSetting = Metadata & { description?: string; disableProtocolSecurity: boolean; isActive: boolean; url: string; }; export type Report = Metadata & { aggregateFilters: ReportAggregateFilter[]; aggregates: ReportAggregate[]; 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 = { value: 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 & sObject & { active: boolean; dataspaceScope?: string; description?: string; enforcementType: EnforcementType; masterLabel: string; recordFilter: string; targetEntity: string; userCriteria?: string; version: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EnforcementType?: EnforcementType; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RestrictionRule; ModuleNamespace?: string; NamespacePrefix?: string; Parent?: DataspaceScope; ParentId?: ID; RecordFilter?: string; SystemModstamp?: Date; TargetEntity?: string; UserCriteria?: string; Version?: number; }; export type RetrievalSummaryDefinition = Metadata & sObject & { masterLabel: string; retrievalSummaryDefFields: RetrievalSummaryDefField[]; retrievalSummaryDefObjects: RetrievalSummaryDefObject[]; rootObject: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: RetrievalSummaryDefinition; ModuleNamespace?: string; NamespacePrefix?: string; RetrievalSummaryDefFields?: QueryResult; RetrievalSummaryDefObjects?: QueryResult; RootObject?: string; SystemModstamp?: Date; }; export type RetrievalSummaryDefField = sObject & { field: string; sequenceNumber: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RetrievalSummaryDefOrObject?: sObject; RetrievalSummaryDefOrObjectId?: ID; SequenceNumber?: number; SystemModstamp?: Date; }; export type RetrievalSummaryDefObject = sObject & { recordAggregationDefinition: string; retrievalSummaryDefFields: RetrievalSummaryDefField[]; sequenceNumber: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RecordAggregationDefinition?: RecordAggregationDefinition; RecordAggregationDefinitionId?: ID; RetrievalSummaryDefFields?: QueryResult; RetrievalSummaryDefinition?: RetrievalSummaryDefinition; RetrievalSummaryDefinitionId?: ID; SequenceNumber?: number; SystemModstamp?: Date; }; 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 RuleLibraryDefinition = Metadata & sObject & { contextDefinition: string; contextRuleStatus: ContextRuleStatus; description?: string; label: string; rulesetDefinitions: RulesetDefinition[]; usageType: ContextRuleUsageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: RuleLibraryDefinition; ModuleNamespace?: string; RuleLibrary?: string; SystemModstamp?: Date; }; export type RulesetDefinition = sObject & { apiName: string; endDate?: Date; executionType: ExecutionType; label: string; ruleDefinitions: RuleDefinition[]; startDate?: Date; status: ContextRuleStatus; usageType: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RulesetPayload?: string; SystemModstamp?: Date; }; export type RuleDefinition = sObject & { apiName: string; description?: string; endDate?: Date; label: string; rulePayload: string; ruleStatus: ContextRuleStatus; sequenceNumber?: number; startDate: Date; usageSubType?: string; usageType: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RulePayload?: string; SystemModstamp?: Date; }; export type SalesAgreementSettings = Metadata & sObject & { actualsCalculationMode: ActualsCalculationMode; arePredfndStatusValOveride?: boolean; decimalScale?: number; displayGroups: AdvAcctFrcstDisplayGroup[]; displayedAgreementTermsMetrics: string; futureActCalcSchedules?: number; isOnlyApprovalProcessUsed: boolean; measureDefinitions: AdvAcctForecastMeasureDef[]; objectMapping?: ObjectMapping; primaryNotifEmailAddress?: string; renewalPeriodDayCount?: number; secondaryNotifEmailAddress?: string; ActualsCalculationMode?: ActualsCalculationMode; AdvAcctFrcstDisplayGroupForecastSet?: QueryResult; ArePredfndStatusValOveride?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DecimalScale?: number; DeveloperName?: string; DisplayedAgreementTermsMetrics?: string; FullName?: string; FutureActCalcSchedules?: number; IsDeleted?: boolean; IsOnlyApprovalProcessUsed?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SalesAgreementSettings; ModuleNamespace?: string; ObjectMapping?: ObjectMapping; ObjectMappingId?: ID; PrimaryNotifEmailAddress?: string; RenewalPeriodDayCount?: number; SecondaryNotifEmailAddress?: string; SystemModstamp?: Date; }; 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 Schema = Metadata & { description?: string; schemaContentType: PlatformSchemaContentType; sequenceNumber: number; }; export type SchemaDefinition = Metadata & { description?: string; domainType: DomainType; }; export type Scontrol = Metadata & sObject & { contentSource: SControlContentSource; description?: string; encodingKey: Encoding; fileContent?: string; fileName?: string; name: string; supportsCaching: boolean; ContentSource?: SControlContentSource; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EncodingKey?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Name?: string; NamespacePrefix?: string; SupportsCaching?: boolean; }; export type ScoreCategory = Metadata & sObject & { categoryName: string; description: string; developerName: string; iconUrl: string; masterLabel: string; parentCategoryId?: string; scoreCategoryCalcInsights: ScoreCategoryCalcInsight[]; scoreRangeClassifications: ScoreRangeClassification[]; AllManagedPackageMemberId?: ID; CategoryName?: string; ChildScoreCategories?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IconUrl?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ParentCategory?: ScoreCategory; ParentCategoryId?: ID; RangeCategory?: QueryResult; ScoreCalcInsightConfigs?: QueryResult; ScoreRangeClassification_Category?: QueryResult; SystemModstamp?: Date; }; export type ScoreCategoryCalcInsight = sObject & { insightDateFieldName: string; insightName: string; insightScoreFieldName: string; insightSubjectFieldName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InsightDateFieldName?: string; InsightName?: string; InsightScoreFieldName?: string; InsightSubjectFieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ScoreCategory?: ScoreCategory; ScoreCategoryId?: ID; SystemModstamp?: Date; }; export type ScoreRangeClassification = sObject & { classificationName: string; colorHexadecimalCode: string; rangeEndValue: number; rangeStartValue: number; ClassificationName?: string; ColorHexadecimalCode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RangeClassification?: QueryResult; RangeEndValue?: number; RangeStartValue?: number; ScoreCategory?: ScoreCategory; ScoreCategoryId?: ID; SystemModstamp?: Date; }; export type SearchCriteriaConfiguration = Metadata & sObject & { 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; ActionList?: string; AdditionalSearchCriteria?: string; AggrCriteriaFieldset?: FieldSet; AggrCriteriaFieldsetId?: ID; ConfigurationType?: SearchCriteriaConfigurationConfigurationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DistanceCriteria?: string; FilterType?: SearchCriteriaConfigurationFilterType; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; IsSingleFieldSort?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SearchCriteriaConfiguration; ModuleNamespace?: string; ResultDisplayFormat?: SearchCriteriaConfigurationResultDisplayFormat; ResultFieldset?: FieldSet; ResultFieldsetId?: ID; ResultFlexCard?: string; SearchCriteriaFieldset?: FieldSet; SearchCriteriaFieldsetId?: ID; SearchableObjDataSyncInfo?: SearchableObjDataSyncInfo; SearchableObjDataSyncInfoId?: ID; SearchableObject?: string; SortingCriteriaFieldset?: FieldSet; SortingCriteriaFieldsetId?: ID; SystemModstamp?: Date; }; export type SearchCustomization = Metadata & sObject & { channel: string; masterLabel: string; objectOverride: SearchCustomizationObjectOverride[]; objectToAlwaysSearch: string[]; selectedObject: string[]; selectedProfile: string[]; AllManagedPackageMemberId?: ID; Channel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; 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 = sObject & { fieldApiName: string; operator: string; ruleValue: SearchCustomizationRuleValue[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataCategoryGroupReferenceId?: ID; FieldReference?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: string; Operator?: string; Scope?: string; SearchCustomization?: SearchCustomization; SearchCustomizationId?: ID; SystemModstamp?: Date; Type?: string; }; 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 & sObject & { actionReference: string; actionScope: SearchResultActionScope; actionType: SearchResultActionType; agentConfirmationMessage?: string; description?: string; isAiAction?: boolean; masterLabel: string; ActionReference?: string; ActionScope?: SearchResultActionScope; ActionType?: SearchResultActionType; AgentConfirmationMessage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsAiAction?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SearchResultActionConfig; ModuleNamespace?: string; SystemModstamp?: Date; }; export type SearchableObjDataSyncInfo = Metadata & sObject & { dataSyncActive?: boolean; dataSyncJob?: string; description?: string; displayFieldSet?: FieldSet; lastDataSyncRunDate?: string; lookupMappings?: ObjectMapping; masterLabel: string; parsingFieldSet?: FieldSet; picklistMappings: ObjectMapping[]; scheduleFrequencyInHours?: string; searchableObject: string; typeAheadMappings: ObjectMapping[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSyncJob?: BatchCalcJobDefinition; DataSyncJobId?: ID; Description?: string; DeveloperName?: string; DisplayFieldSet?: FieldSet; DisplayFieldSetId?: ID; FullName?: string; IsDataSyncActive?: boolean; IsDeleted?: boolean; Language?: string; LastDataSyncRunDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SearchableObjDataSyncInfo; ModuleNamespace?: string; ParsingFieldSet?: FieldSet; ParsingFieldSetId?: ID; ScheduleFrequencyInHours?: number; SearchableObjDataSyncInfos?: QueryResult; SearchableObject?: string; SystemModstamp?: Date; }; export type ServiceAISetupDefinition = Metadata & sObject & { appSourceType: ApplicationSourceType; name: string; setupStatus: ServiceAISetupDefStatus; supportedLanguages?: string; AppSourceType?: ApplicationSourceType; ConvDefPredictionSetups?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ServiceAISetupDefinition; ModuleNamespace?: string; SetupStatus?: ServiceAISetupDefStatus; SupportedLanguages?: string; SystemModstamp?: Date; }; export type ServiceAISetupField = Metadata & sObject & { entity: string; field: string; fieldMappingType: ServiceAISetupFieldType; fieldPosition: number; name: string; setupDefinition: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Entity?: string; Field?: string; FieldMappingType?: ServiceAISetupFieldType; FieldPosition?: number; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: ServiceAISetupField; ModuleNamespace?: string; SetupDefinition?: ServiceAISetupDefinition; SetupDefinitionId?: ID; SystemModstamp?: Date; }; export type ServiceProcess = Metadata & { description?: string; processLabel: string; serviceProcessAttributes: ServiceProcessAttribute[]; serviceProcessDependencies: ServiceProcessDependency[]; serviceProcessItemGroups: ServiceProcessItemGroup[]; shortDescription?: string; shouldHideEmptyAttributes?: boolean; usageType: SvcCatalogItemUsageType; }; export type ServiceProcessAttribute = sObject & { 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; AttributeName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ServiceProcessDataType; DefaultValue?: string; DeveloperName?: string; IsDeleted?: boolean; IsRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ParentAttribute?: ServiceProcessAttribute; ParentAttributeId?: ID; ServiceProcessDefinition?: ServiceProcessDefinition; ServiceProcessDefinitionId?: ID; SystemModstamp?: Date; Type?: ServiceProcessAttributeType; }; export type ServiceProcessDependency = { dependencyReference: string; processStepName?: SvcCtlgItemDpndProcType; type: SvcCatalogItemDependencyType; }; export type ServiceProcessItemGroup = { apiName: string; groupName: string; sortOrder: number; }; 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 SharingOwnerRule = SharingBaseRule & { sharedFrom: SharedTo; }; export type SharingTerritoryRule = string; export type SharingReason = Metadata & { label: string; }; 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 SiteDotCom = Metadata & { label: string; siteType: SiteType; }; export type SkillType = Metadata & sObject & { masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type SlackApp = Metadata & sObject & { apiVersion?: number; appKey: string; appToken: string; botScopes?: string; clientKey: string; clientSecret: string; config: string; isProtected?: boolean; masterLabel: string; signingSecret: string; userScopes?: string; AllManagedPackageMemberId?: ID; ApiVersion?: number; AppKey?: string; AppToken?: string; ClientKey?: string; ClientSecret?: string; Config?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultUser?: User; DefaultUserId?: ID; DeveloperName?: string; FullName?: string; IntegrationUser?: User; IntegrationUserId?: ID; IsDeleted?: boolean; IsProtected?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: SlackApp; ModuleNamespace?: string; NamespacePrefix?: string; SigningSecret?: string; SystemModstamp?: Date; }; export type SlackRecordLayout = Metadata & sObject & { isProtected?: boolean; masterLabel: string; sobjectType: string; viewMode: SlackRecordLayoutViewMode; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: SlackRecordLayout; ModuleNamespace?: string; SobjectType?: string; SystemModstamp?: Date; ViewMode?: SlackRecordLayoutViewMode; }; export type StageAssignment = Metadata & { active: boolean; description?: string; masterLabel: string; referenceObject: string; referenceObjectRecordType?: string; ruleCriteria: StgAssignmentRuleCriteria[]; stageDefinition?: string; }; export type StgAssignmentRuleCriteria = sObject & { condition: StgAssignmentRuleCond[]; criteriaType: StageCriteriaType; logicalExpression?: string; name: string; priority: number; stageDefinition: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaName?: string; CustomExpression?: string; ExpressionType?: StageCriteriaType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Priority?: number; StageDefinition?: StageDefinition; StageDefinitionId?: ID; StgAssignmentRuleGrp?: StgAssignmentRuleGrp; StgAssignmentRuleGrpId?: ID; SystemModstamp?: Date; }; export type StgAssignmentRuleCond = sObject & { fieldName: string; operator: StageConditionOperator; sequenceNumber: number; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Operator?: StageConditionOperator; SequenceNumber?: number; StgAssignmentRuleCriteria?: StgAssignmentRuleCriteria; StgAssignmentRuleCriteriaId?: ID; SystemModstamp?: Date; Value?: string; }; export type StageDefinition = Metadata & sObject & { active: boolean; description?: string; masterLabel: string; referenceObject: string; referenceObjectField: string; referenceObjectRecordType?: string; stageTransition: StageTransition[]; stageValue: StageValue[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: StageDefinition; ModuleNamespace?: string; NamespacePrefix?: string; ReferenceObject?: string; ReferenceObjectField?: string; ReferenceObjectRecordType?: RecordType; ReferenceObjectRecordTypeId?: ID; SystemModstamp?: Date; TemplateName?: string; UsageType?: StageDefinitionUsageType; VersionNumber?: number; }; export type StageTransition = sObject & { criteria: StageCriteria[]; customPermission?: string; fromStageValue: string; stepGroup: StgFulfillmentStepDefGrp[]; toStageValue: string; userPermission?: StageUserPermission; AllManagedPackageMemberId?: ID; ContextReference?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomPermissionId?: ID; Description?: string; FromStageValue?: StageValue; FromStageValueId?: ID; FulfillmentStepDefGroup?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjStageCriteria?: QueryResult; StageDefinition?: StageDefinition; StageDefinitionId?: ID; SystemModstamp?: Date; ToStageValue?: StageValue; ToStageValueId?: ID; UserPermission?: StageUserPermission; }; export type StageCriteria = sObject & { condition: StageCondition[]; criteriaType?: StageCriteriaType; errorMessage?: string; executionType: StageCriteriaExecType; flowDefinitionName?: string; isChildObject?: boolean; logicalExpression?: string; targetFieldName?: string; targetObject?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaContext?: sObject; CriteriaContextId?: ID; CriteriaType?: StageCriteriaType; ErrorMessage?: string; ExecutionType?: StageCriteriaExecType; FlowDefinitionName?: string; IsChildObjectCondition?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogicalExpression?: string; ManageableState?: ManageableState; StageDefinition?: StageDefinition; StageDefinitionId?: ID; SystemModstamp?: Date; TargetFieldName?: string; TargetObject?: string; }; export type StageCondition = sObject & { operator: StageConditionOperator; sequenceNumber: number; sourceField: string; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Operator?: StageConditionOperator; SequenceNumber?: number; SourceField?: string; StageCriteria?: StageCriteria; StageCriteriaId?: ID; SystemModstamp?: Date; Value?: string; }; export type StgFulfillmentStepDefGrp = sObject & { name: string; step: StgFulfillmentStepDef[]; AllManagedPackageMemberId?: ID; ContextReference?: sObject; ContextReferenceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; StageDefinition?: StageDefinition; StageDefinitionId?: ID; StgFulfillmentStepDefGrpName?: string; SystemModstamp?: Date; }; export type StgFulfillmentStepDef = sObject & { apiName: string; assignedToQueue?: string; assignedToUser?: string; dependency: StgFulfillmentStepDpndDef[]; executeOnRule?: string; flowDefinitionName?: string; integrationDefinitionName?: string; isVisibleByExternalUsers?: boolean; name: string; omniscriptName?: string; runAsUser?: string; stepType: string; AllManagedPackageMemberId?: ID; AssignToQueue?: Group; AssignToQueueId?: ID; AssignToUser?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExecuteOnRule?: string; FlowDefinitionName?: string; IntegrationDefinitionName?: IntegrationProviderDef; IntegrationDefinitionNameId?: ID; IsDeleted?: boolean; IsVisibleByExternalUsers?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OmniscriptName?: string; RunAsUser?: string; SequenceNumber?: number; StepType?: string; StgFulfillmentStepDefApiName?: string; StgFulfillmentStepDefGrp?: StgFulfillmentStepDefGrp; StgFulfillmentStepDefGrpId?: ID; StgFulfillmentStepDefName?: string; SystemModstamp?: Date; }; export type StgFulfillmentStepDpndDef = sObject & { step: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DpndStageFulfillmentStepDef?: StgFulfillmentStepDef; DpndStageFulfillmentStepDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RelaStageFulfillmentStpDef?: StgFulfillmentStepDef; RelaStageFulfillmentStpDefId?: ID; SystemModstamp?: Date; }; export type StageValue = sObject & { criteria: StageCriteria[]; stepGroup: StgFulfillmentStepDefGrp[]; value: string; AllManagedPackageMemberId?: ID; ContextReference?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FulfillmentStepDefGroup?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjStageCriteria?: QueryResult; StageDefinition?: StageDefinition; StageDefinitionId?: ID; SystemModstamp?: Date; Value?: string; }; export type StandardValueSet = Metadata & sObject & { groupingStringEnum?: string; sorted: boolean; standardValue: StandardValue[]; DurableId?: string; EnumOrId?: string; FullName?: string; MasterLabel?: string; Metadata?: StandardValueSet; }; export type StaticResource = Metadata & sObject & { cacheControl: StaticResourceCacheControl; contentType: string; description?: string; AllManagedPackageMemberId?: ID; Body?: string; BodyLength?: number; CacheControl?: StaticResourceCacheControl; ContentType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: StaticResource; Name?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type StnryAssetEnvSrcCnfg = Metadata & sObject & { recordType: string; stationaryAssetType: StationaryAssetType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RecordType?: RecordType; RecordTypeId?: ID; StationaryAssetType?: StationaryAssetType; SystemModstamp?: Date; }; export type StreamingAppDataConnector = Metadata & sObject & { appIdentifier: string; connectorParameters: StreamingAppDataCnctrParm[]; dataConnectorType: DataConnectorType; isProtected?: boolean; masterLabel: string; streamingAppDataConnectorType: StreamingAppDataConnectorType; AllManagedPackageMemberId?: ID; AppIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnectorType?: DataConnectorType; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: StreamingAppDataConnector; ModuleNamespace?: string; NamespacePrefix?: string; StreamingAppDataCnctrParms?: QueryResult; StreamingAppDataConnectorType?: StreamingAppDataConnectorType; SystemModstamp?: Date; }; export type StreamingAppDataCnctrParm = sObject & { paramName: string; paramValue: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type SustainabilityUom = Metadata & sObject & { description?: string; isProductUom?: boolean; isProtected?: boolean; isStationaryAssetUom?: boolean; isVehicleAssetUom?: boolean; isWasteUom?: boolean; masterLabel: string; unitType: UnitType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsProductUom?: boolean; IsStationaryAssetUom?: boolean; IsVehicleAssetUom?: boolean; IsWasteUom?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UnitType?: UnitType; }; export type SustnUomConversion = Metadata & sObject & { conversionFactor: number; fuelType?: string; isProtected?: boolean; masterLabel?: string; sourceUom: string; targetUom: string; uomsKey?: string; AllManagedPackageMemberId?: ID; ConversionFactor?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FuelType?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceUom?: string; SystemModstamp?: Date; TargetUom?: string; UomsKey?: string; }; export type SvcCatalogCategory = Metadata & sObject & { image?: string; isActive?: boolean; isProtected?: boolean; masterLabel: string; parentCategory?: string; sortOrder?: number; AllManagedPackageMemberId?: ID; CatalogCategoryItems?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; Image?: ContentAsset; ImageId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: SvcCatalogCategory; ModuleNamespace?: string; NamespacePrefix?: string; ParentCategory?: SvcCatalogCategory; ParentCategoryId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type SvcCatalogFilterCriteria = Metadata & sObject & { conditions: SvcCatalogFilterCondition[]; criteriaRelation: CriteriaRelationshipType; description?: string; isActive?: boolean; mainLabel: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaRelation?: CriteriaRelationshipType; Description?: string; DeveloperName?: string; EligibilityFormula?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: SvcCatalogFilterCriteria; ModuleNamespace?: string; NamespacePrefix?: string; NumOfRelatedItems?: number; SystemModstamp?: Date; }; export type SvcCatalogFilterCondition = { index: number; operator: CriterionOperator; source: string; value: string; }; export type SvcCatalogFulfillmentFlow = Metadata & sObject & { description: string; flow: string; icon?: string; isProtected?: boolean; items: SvcCatalogFulfillFlowItem[]; masterLabel: string; AllManagedPackageMemberId?: ID; ChangeNum?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Flow?: FlowDefinition; FlowId?: ID; FlowProcessType?: FlowProcessType; FullName?: string; Icon?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: SvcCatalogFulfillmentFlow; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type SvcCatalogFulfillFlowItem = sObject & { catalogInputVariable: string; displayType?: PropertyDisplayType; fieldDefinition?: string; fieldLookupDomain?: string; isAdditionalQuestionsInputVariable?: boolean; isRequired?: boolean; lookupDomainFieldType?: string; masterLabel: string; objectLookupDomain?: string; }; export type SvcCatalogItemDef = Metadata & sObject & { 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; AllManagedPackageMemberId?: ID; CatalogCategoryItems?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Flow?: FlowDefinition; FlowId?: ID; FulfillmentFlow?: SvcCatalogFulfillmentFlow; FulfillmentFlowId?: ID; FullName?: string; Image?: ContentAsset; ImageId?: ID; ImageReference?: string; InternalNotes?: string; IsActive?: boolean; IsAvailableToAllCustomers?: boolean; IsDeleted?: boolean; IsFeatured?: boolean; IsGuestAccessible?: boolean; IsOutOfSync?: boolean; ItemEligibilityFormula?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: SvcCatalogItemDef; ModuleNamespace?: string; NamespacePrefix?: string; Product?: ProductName; ShortDescription?: string; ShouldHideEmptyAttributes?: boolean; Status?: PublishStatusType; SystemModstamp?: Date; UsageType?: SvcCatalogItemUsageType; }; export type SvcCatalogItemDefFiltrCrit = sObject & { svcCatalogFilterCriteria: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SvcCatalogFilterCriteria?: SvcCatalogFilterCriteria; SvcCatalogFilterCriteriaId?: ID; SvcCatalogItemDef?: SvcCatalogItemDef; SvcCatalogItemDefId?: ID; SystemModstamp?: Date; }; export type SvcCatalogCategoryItem = sObject & { isPrimaryCategory?: boolean; sortOrder?: number; svcCatalogCategory: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsPrimaryCategory?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SortOrder?: number; SvcCatalogCategory?: SvcCatalogCategory; SvcCatalogCategoryId?: ID; SvcCatalogItemDef?: SvcCatalogItemDef; SvcCatalogItemDefId?: ID; SystemModstamp?: Date; }; 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 SynonymDictionary = Metadata & { groups: SynonymGroup[]; isProtected?: boolean; label: string; }; export type TelemetryActionDefStep = Metadata & sObject & { delayInSeconds?: number; groupName: string; isProtected?: boolean; masterLabel: string; operationType: TelemetryActnDefStepOpType; remoteEndPointUrl?: string; sequenceNumber: number; targetComponentPath: string; telemetryActionDefinition: string; telemetryDefVersion?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DelayInSeconds?: number; DeveloperName?: string; GroupName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OperationType?: TelemetryActnDefStepOpType; RemoteEndPointUrl?: string; SequenceNumber?: number; SystemModstamp?: Date; TargetComponentPath?: string; TelemetryActionDefinition?: TelemetryActionDefinition; TelemetryActionDefinitionId?: ID; TelemetryDefVersion?: TelemetryDefinitionVersion; TelemetryDefVersionId?: ID; }; export type TelemetryActionDefinition = Metadata & sObject & { actionName: string; description?: string; executionProcedure?: string; isProtected?: boolean; masterLabel: string; telemetryDefinitionVersion: string; ActionName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExecutionProcedure?: sObject; ExecutionProcedureId?: ID; ExecutionProcedureIdentifier?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TelemetryActionDefinition?: QueryResult; TelemetryDefinitionVersion?: TelemetryDefinitionVersion; TelemetryDefinitionVersionId?: ID; }; export type TelemetryDefinition = Metadata & sObject & { description?: string; isProtected?: boolean; isTemplate: boolean; masterLabel: string; usageType: TelemetryDefinitionUsageType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsTemplate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestVersion?: TelemetryDefinitionVersion; LatestVersionId?: ID; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TelemetryDefinition?: QueryResult; UsageType?: TelemetryDefinitionUsageType; }; export type TelemetryDefinitionVersion = Metadata & sObject & { description?: string; isActive: boolean; isProtected?: boolean; masterLabel: string; telemetryComponentStructure?: string; telemetryDefinition: string; versionNumber?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TelemetryComponentStructure?: string; TelemetryDefinition?: TelemetryDefinition; TelemetryDefinitionId?: ID; TelemetryDefinitionVersion?: QueryResult; 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; }; 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 Territory2Type = Metadata & { description?: string; name: string; priority: number; }; export type TimeSheetTemplate = Metadata & sObject & { active: boolean; description?: string; frequency: TimeSheetFrequency; isDuplicatePreventionEnabled?: boolean; masterLabel: string; startDate: Date; timeSheetTemplateAssignments: TimeSheetTemplateAssignment[]; workWeekEndDay: DaysOfWeek; workWeekStartDay: DaysOfWeek; Active?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Frequency?: TimeSheetFrequency; Fullname?: string; IsDeleted?: boolean; IsDuplicatePreventionEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: TimeSheetTemplate; ModuleNamespace?: string; NamespacePrefix?: string; StartDate?: Date; SystemModstamp?: Date; TimeSheetTemplateAssignments?: QueryResult; WorkWeekEndDay?: DaysOfWeek; WorkWeekStartDay?: DaysOfWeek; }; export type TimeSheetTemplateAssignment = sObject & { assignedTo?: string; AssignedTo?: Profile; AssignedToId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; TimeSheetTemplate?: TimeSheetTemplate; TimeSheetTemplateId?: ID; }; export type TimelineObjectDefinition = Metadata & sObject & { baseObject: string; definition: string; isActive?: boolean; masterLabel: string; AllManagedPackageMemberId?: ID; BaseObject?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: string; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: TimelineObjectDefinition; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type TopicsForObjects = Metadata & { enableTopics: boolean; entityApiName: string; }; export type TransactionProcessingType = Metadata & sObject & { description?: string; isProtected?: boolean; masterLabel: string; ratingPreference?: TPTRatingPreference; ruleEngine?: RuleEngine; saveType: SaveType; tptPricingPreference?: TPTPricingPreference; tptTaxPreference?: TPTTaxPreference; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PricingPreference?: TPTPricingPreference; RatingPreference?: TPTRatingPreference; RuleEngine?: RuleEngine; SaveType?: SaveType; SystemModstamp?: Date; TaxPreference?: TPTTaxPreference; }; export type TransactionSecurityPolicy = Metadata & sObject & { 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; ActionConfig?: string; AllManagedPackageMemberId?: ID; ApexPolicy?: ApexClass; ApexPolicyId?: ID; BlockMessage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomEmailContent?: string; Description?: string; DeveloperName?: string; EventName?: TransactionSecurityEventName; EventType?: MonitoredEvents; ExecutionUser?: User; ExecutionUserId?: ID; Flow?: Flow; FlowId?: ID; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: TransactionSecurityPolicy; ModuleNamespace?: string; NamespacePrefix?: string; ResourceName?: string; State?: TxnSecurityPolicyState; SystemModstamp?: Date; 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 & { 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[]; prompts: PromptTranslation[]; quickActions: GlobalQuickActionTranslation[]; reportTypes: ReportTypeTranslation[]; scontrols: ScontrolTranslation[]; }; 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 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 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 UIObjectRelationConfig = Metadata & sObject & { UIObjectRelationFieldConfigs: UIObjectRelationFieldConfig[]; contextObject: string; contextObjectRecordType?: string; directRelationshipField?: string; indirectObjectContextField?: string; indirectObjectRelatedField?: string; indirectRelationshipObject?: string; isActive?: boolean; masterLabel: string; relatedObject: string; relatedObjectRecordType?: string; relationshipType: ObjectRelationshipType; AllManagedPackageMemberId?: ID; ContextObject?: string; ContextObjectRecordType?: RecordType; ContextObjectRecordTypeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DirectRelationshipField?: string; FullName?: string; IndirectObjectContextField?: string; IndirectObjectRelatedField?: string; IndirectRelationshipObject?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: UIObjectRelationConfig; ModuleNamespace?: string; NamespacePrefix?: string; RelatedObject?: string; RelatedObjectRecordType?: RecordType; RelatedObjectRecordTypeId?: ID; RelationshipType?: ObjectRelationshipType; SystemModstamp?: Date; }; export type UIObjectRelationFieldConfig = sObject & { displayLabel: string; queryText: string; rowOrder: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayLabel?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; QueryText?: string; RowOrder?: number; SystemModstamp?: Date; }; export type UiFormatSpecificationSet = Metadata & sObject & { field: string; formatType: FormatType; masterLabel: string; sobjectType: string; uiFormatSpecifications: UiFormatSpecification[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Field?: string; FormatType?: FormatType; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: UiFormatSpecificationSet; ModuleNamespace?: string; NamespacePrefix?: string; SobjectType?: string; SystemModstamp?: Date; }; export type UiFormatSpecification = sObject & { formatProperties: string; formatType: FormatType; order: number; visibilityRule?: UiFormulaRule; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FormatProperties?: string; FormatType?: FormatType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Order?: number; SystemModstamp?: Date; UiFormatSpecificationSet?: UiFormatSpecificationSet; UiFormatSpecificationSetId?: ID; }; export type UiPlugin = Metadata & sObject & { description?: string; extensionPointIdentifier: string; isEnabled: boolean; language: string; masterLabel: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExtensionPointIdentifier?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Source?: string; SystemModstamp?: Date; }; export type UiViewDefinition = Metadata & { content: string; type: FlexiPageType; }; export type UserAccessPolicy = Metadata & sObject & { booleanFilter: string; description?: string; isProtected?: boolean; masterLabel: string; order?: number; status: UserAccessPolicyStatus; triggerType?: UserAccessPolicyTriggerType; userAccessPolicyActions: UserAccessPolicyAction[]; userAccessPolicyFilters: UserAccessPolicyFilter[]; AllManagedPackageMemberId?: ID; BooleanFilter?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Order?: number; Status?: UserAccessPolicyStatus; SystemModstamp?: Date; TriggerType?: UserAccessPolicyTriggerType; }; export type UserAccessPolicyAction = sObject & { action: UserAccessPolicyActionType; target: string; type: UserAccessPolicyActionTargetType; Action?: UserAccessPolicyActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Target?: sObject; TargetId?: ID; UserAccessPolicy?: UserAccessPolicy; UserAccessPolicyId?: ID; }; export type UserAccessPolicyFilter = sObject & { columnName?: string; operation: UserAccessPolicyFilterOperation; sortOrder: number; target: string; type: UserAccessPolicyFilterTargetType; value?: string; ColumnName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operation?: UserAccessPolicyFilterOperation; SortOrder?: number; SystemModstamp?: Date; Target?: string; UserAccessPolicy?: UserAccessPolicy; UserAccessPolicyId?: ID; Value?: string; }; export type UserAuthCertificate = Metadata & { developerName: string; expirationDate?: Date; masterLabel: string; serialNumber: string; user: string; }; export type UserCriteria = Metadata & sObject & { creationAgeInSeconds?: number; description?: string; lastChatterActivityAgeInSeconds?: number; masterLabel: string; profiles: string[]; userTypes: NetworkUserType[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: UserCriteria; ModuleNamespace?: string; SobjectType?: sObject; SobjectTypeId?: ID; SystemModstamp?: Date; }; 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 UserProvisioningConfig = Metadata & sObject & { approvalRequired?: string; connectedApp: string; enabled?: boolean; enabledOperations?: string; flow?: string; masterLabel: string; namedCredential?: string; notes?: string; onUpdateAttributes?: string; reconFilter?: string; userAccountMapping?: string; AllManagedPackageMemberId?: ID; ApexProvisioningHandler?: string; ApprovalRequired?: string; ConnectedApp?: ConnectedApplication; ConnectedAppId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Enabled?: boolean; EnabledOperations?: string; Flow?: FlowDefinition; FlowId?: ID; InvocationType?: ProvInvocationType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastReconDateTime?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; NamespacePrefix?: string; Notes?: string; OnUpdateAttributes?: string; ReconFilter?: string; SystemModstamp?: Date; UserAccountMapping?: string; }; export type ValidationRule = Metadata & sObject & { active: boolean; description?: string; errorConditionFormula: string; errorDisplayField?: string; errorMessage: string; shouldEvaluateOnClient?: boolean; Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; ErrorDisplayField?: string; ErrorMessage?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: ValidationRule; NamespacePrefix?: string; ShouldEvaluateOnClient?: boolean; ValidationName?: string; }; export type VehicleAssetEmssnSrcCnfg = Metadata & sObject & { recordType: string; vehicleAssetType: VehicleAssetType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; VehicleAssetType?: VehicleAssetType; }; export type ViewDefinition = Metadata & sObject & { apiVersion?: number; content: string; description?: string; isProtected?: boolean; masterLabel: string; targetType: ViewTargetType; AllManagedPackageMemberId?: ID; ApiVersion?: number; Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; IsProtected?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: ViewDefinition; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TargetType?: ViewTargetType; }; 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 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 WaveDashboard = Metadata & { application: string; dateVersion?: number; description?: string; masterLabel: string; templateAssetSourceName?: string; }; export type WaveComponent = string; export type WaveDataflow = Metadata & { application?: string; dataflowType?: string; description?: string; masterLabel: string; }; export type WaveDataset = Metadata & { application: string; description?: string; masterLabel: string; templateAssetSourceName?: string; type?: string; }; export type WaveLens = Metadata & { application: string; datasets: string[]; dateVersion?: number; description?: string; masterLabel: string; templateAssetSourceName?: string; visualizationType: string; }; export type WaveRecipe = Metadata & { application?: string; dataflow: string; format?: string; masterLabel: string; securityPredicate?: string; targetDatasetAlias?: string; templateAssetSourceName?: 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 WebLink = Metadata & sObject & { 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; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DisplayType?: string; EncodingKey?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; HasMenubar?: boolean; HasScrollbars?: boolean; HasToolbar?: boolean; Height?: number; IsResizable?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LinkType?: WebLinkType; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: WebLink; Name?: string; NamespacePrefix?: string; OpenType?: WebLinkWindowType; Position?: WebLinkPosition; RequireRowSelection?: boolean; ScontrolId?: ID; ShowsLocation?: boolean; ShowsStatus?: boolean; Url?: string; Width?: 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 & sObject & { 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; AllManagedPackageMemberId?: ID; CheckoutTimeToLive?: number; CheckoutValidAfterDate?: Date; Country?: CountryIsoCode; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultCurrency?: string; DefaultLanguage?: string; DefaultTaxLocaleType?: TaxLocaleType; Description?: string; DeveloperName?: string; FullName?: string; GuestCartTimeToLive?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaxValuesPerFacet?: number; Metadata?: WebStoreTemplate; ModuleNamespace?: string; NamespacePrefix?: string; OptionsAutoFacetingEnabled?: boolean; OptionsCartAsyncProcessingEnabled?: boolean; OptionsCartCalculateEnabled?: boolean; OptionsCartToOrderAutoCustomFieldMapping?: boolean; OptionsChannelPlayground?: boolean; OptionsCommerceEinsteinActivitiesTracked?: boolean; OptionsCommerceEinsteinDeployed?: boolean; OptionsDuplicateCartItemsEnabled?: boolean; OptionsGuestBrowsingEnabled?: boolean; OptionsGuestCartEnabled?: boolean; OptionsGuestCheckoutEnabled?: boolean; OptionsPreserveGuestCartEnabled?: boolean; OptionsSkipAdditionalEntitlementCheckForSearch?: boolean; OptionsSkuDetectionEnabled?: boolean; OptionsSplitShipmentEnabled?: boolean; OrderActivationStatus?: string; OrderLifeCycleType?: OrderLifeCycleType; PaginationSize?: number; PricingStrategy?: PricingStrategy; ProductGrouping?: ProductGrouping; SupportedCurrencies?: string; SupportedLanguages?: string; SupportedShipToCountries?: string; SystemModstamp?: Date; Type?: WebStoreType; }; export type WindowsPushApplicationSetup = Metadata & { packageSecurityIdentifier: string; secretKey: string; }; export type WorkSkillRouting = Metadata & sObject & { isActive: boolean; masterLabel: string; relatedEntity: string; workSkillRoutingAttributes: WorkSkillRoutingAttribute[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: WorkSkillRouting; ModuleNamespace?: string; RelatedEntity?: string; SystemModstamp?: Date; }; export type WorkSkillRoutingAttribute = sObject & { field: string; isAdditionalSkill?: boolean; skill: string; skillLevel?: number; skillPriority?: number; value?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsAdditionalSkill?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RelatedEntity?: string; Skill?: Skill; SkillId?: ID; SkillLevel?: number; SkillPriority?: number; SystemModstamp?: Date; Value?: string; WorkSkillRouting?: WorkSkillRouting; WorkSkillRoutingId?: ID; }; export type Workflow = string; export type WorkflowAction = string; export type WorkflowAlert = WorkflowAction & sObject & { ccEmails: string[]; description: string; protected: boolean; recipients: WorkflowEmailRecipient[]; senderAddress?: string; senderType?: ActionEmailSenderType; template: string; CcEmails?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: WorkflowAlert; NamespacePrefix?: string; SenderType?: ActionEmailSenderType; TemplateId?: ID; }; export type WorkflowEmailRecipient = { field?: string; recipient?: string; type: ActionEmailRecipientTypes; }; export type WorkflowFieldUpdate = WorkflowAction & sObject & { description?: string; field: string; formula?: string; literalValue?: string; lookupValue?: string; lookupValueType?: LookupValueType; name: string; notifyAssignee: boolean; operation: FieldUpdateOperation; protected: boolean; reevaluateOnChange?: boolean; targetObject?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FieldDefinition?: FieldDefinition; FieldDefinitionId?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LiteralValue?: string; LookupValueId?: ID; ManageableState?: ManageableState; Metadata?: WorkflowFieldUpdate; Name?: string; NamespacePrefix?: string; SourceTableEnumOrId?: 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 & sObject & { apiVersion: number; description?: string; endpointUrl: string; fields: string[]; includeSessionId: boolean; integrationUser: string; name: string; protected: boolean; useDeadLetterQueue?: boolean; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; IntegrationUserId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: WorkflowOutboundMessage; Name?: string; NamespacePrefix?: string; }; export type WorkflowSend = WorkflowAction & { action: SendAction; description?: string; label: string; language?: string; protected: boolean; }; export type WorkflowTask = WorkflowAction & sObject & { assignedTo?: string; assignedToType: ActionTaskAssignedToTypes; description?: string; dueDateOffset: number; notifyAssignee: boolean; offsetFromField?: string; priority: string; protected: boolean; status: string; subject: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: WorkflowTask; NamespacePrefix?: string; Priority?: string; Status?: string; Subject?: string; }; export type WorkflowRule = Metadata & sObject & { actions: WorkflowActionReference[]; active: boolean; booleanFilter?: string; criteriaItems: FilterItem[]; description?: string; failedMigrationToolVersion?: string; formula?: string; triggerType: WorkflowTriggerTypes; workflowTimeTriggers: WorkflowTimeTrigger[]; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: WorkflowRule; Name?: string; NamespacePrefix?: string; TableEnumOrId?: string; }; export type WorkflowTimeTrigger = { actions: WorkflowActionReference[]; offsetFromField?: string; timeLength?: string; workflowTimeTriggerUnit: WorkflowTimeUnits; }; export type AIPredictionDefinition = sObject & { dataDefinitions: AIDataDefinition[]; description: string; predictionTargets: AIPredictionTarget[]; status: AIPredictionDefinitionStatus; type: AIPredictionType; AllManagedPackageMemberId?: ID; Application?: AIApplication; ApplicationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataDefinition?: QueryResult; Description?: string; FilterGroup?: QueryResult; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PredictionTargets?: QueryResult; Status?: AIPredictionDefinitionStatus; SystemModstamp?: Date; Type?: AIPredictionType; }; export type AIDataDefinition = sObject & { dataFilter?: AIFilterGroup; description?: string; fieldType?: AIManagedFieldType; managedFields: AIManagedField[]; modelDefinitions: AIModelDefinition[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataFilter?: AIFilterGroup; DataFilterId?: ID; Description?: string; ExternalId?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ManagedFieldType?: AIManagedFieldType; ManagedFields?: QueryResult; ModelDefinitions?: QueryResult; PredictionDefinition?: AIPredictionDefinition; PredictionDefinitionId?: ID; SystemModstamp?: Date; }; export type AIFilterGroup = sObject & { rootFilter: AIFilter; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PredictionDefinition?: AIPredictionDefinition; PredictionDefinitionId?: ID; RootFilter?: AIFilter; RootFilterId?: ID; SystemModstamp?: Date; }; export type AIFilter = sObject & { lhField?: AIPredictionField; lhFilter?: AIFilter; lhUnit?: AIFilterUnit; operation: AIFilterOperation; rhField?: AIPredictionField; rhFilter?: AIFilter; rhUnit?: AIFilterUnit; sortOrder?: number; values: AIFilterValue[]; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterGroup?: AIFilterGroup; FilterGroupId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LhFilter?: AIFilter; LhFilterId?: ID; LhPredictionField?: AIPredictionField; LhPredictionFieldId?: ID; LhUnit?: AIFilterUnit; ManageableState?: ManageableState; Operation?: AIFilterOperation; RhFilter?: AIFilter; RhFilterId?: ID; RhPredictionField?: AIPredictionField; RhPredictionFieldId?: ID; RhUnit?: AIFilterUnit; SortOrder?: number; SystemModstamp?: Date; }; export type AIPredictionField = sObject & { entity: string; field: string; relatedPredictionField?: AIPredictionField; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Entity?: string; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PredictionDefinition?: AIPredictionDefinition; PredictionDefinitionId?: ID; RelatedPredictionField?: AIPredictionField; RelatedPredictionFieldId?: ID; SystemModstamp?: Date; }; export type AIFilterValue = sObject & { side: AISide; sortOrder?: number; type: AIValueType; value: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Filter?: AIFilter; FilterGroup?: AIFilterGroup; FilterGroupId?: ID; FilterId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Side?: AISide; SortOrder?: number; SystemModstamp?: Date; Type?: AIValueType; Value?: string; }; export type AIManagedField = sObject & { field: AIPredictionField; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataDefinition?: AIDataDefinition; DataDefinitionId?: ID; Field?: AIPredictionField; FieldId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type AIModelDefinition = sObject & { approvalType?: AIModelDefinitionApprovalType; externalId: string; scoringFilter?: AIFilterGroup; status: AIModelDefinitionStatus; trainSplitRatio?: string; trainingFilter?: AIFilterGroup; type?: AIModelType; AllManagedPackageMemberId?: ID; ApprovalType?: AIModelDefinitionApprovalType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataDefinition?: AIDataDefinition; DataDefinitionId?: ID; ExternalId?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ScoringFilter?: AIFilterGroup; ScoringFilterId?: ID; Status?: AIModelDefinitionStatus; SystemModstamp?: Date; TrainSplitRatio?: string; TrainingFilter?: AIFilterGroup; TrainingFilterId?: ID; Type?: AIModelType; }; export type AIPredictionTarget = sObject & { predictionExpressions: AIPredictionExpression[]; pushbackField?: AIPredictionField; strategy?: AIPredictionStrategy; targetField?: AIPredictionField; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PredictionDefinition?: AIPredictionDefinition; PredictionDefinitionId?: ID; PushbackField?: AIPredictionField; PushbackFieldId?: ID; Strategy?: AIPredictionStrategy; SystemModstamp?: Date; TargetField?: AIPredictionField; TargetFieldId?: ID; }; export type AIPredictionExpression = sObject & { expressionFilterGroup?: AIFilterGroup; predictionExpressionName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExpressionFilterGroup?: AIFilterGroup; ExpressionFilterGroupId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PredictionDefinition?: AIPredictionDefinition; PredictionDefinitionId?: ID; PredictionExpressionName?: string; PredictionTarget?: AIPredictionTarget; PredictionTargetId?: ID; SystemModstamp?: Date; }; export type AiEvalCopilotTestCaseCntxtVar = sObject & { variableName?: string; variableValue?: string; AiEvalCopilotTestCaseId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; VariableName?: string; VariableValue?: string; }; export type AiEvaluationAgentTestCaseInput = { contextVariable: AiEvalCopilotTestCaseCntxtVar[]; utterance?: string; }; export type AiEvaluationExpectation = { expectedValue?: string; label?: string; name?: string; parameter: AiEvaluationTestCaseCritParam[]; }; export type AiEvaluationTestCaseCritParam = { isReference: boolean; name: string; value: string; }; export type AiEvaluationTestCase = { expectation: AiEvaluationExpectation[]; inputs: AiEvaluationAgentTestCaseInput[]; number?: number; }; export type ApexEmailNotification = sObject & { email?: string; user?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Email?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; User?: User; UserId?: ID; }; export type AppFrameworkTemplateChainMetadata = string; export type AppFrameworkTemplateConfigurationMetadata = string; export type AppFrameworkTemplatedAssetMetadata = string; export type AppMenuItem = { name: string; type: string; }; export type AppSettings = { connectedAppName: string; enabled?: boolean; }; export type ArticleTypeChannelDisplay = { articleTypeTemplates: ArticleTypeTemplate[]; }; export type ArticleTypeTemplate = { channel: Channel; page?: string; template: Template; }; export type CustomFieldTranslation = { caseValues: ObjectNameCaseValue[]; gender?: Gender; help?: string; label?: string; lookupFilter?: LookupFilterTranslation; name: string; picklistValues: PicklistValueTranslation[]; relationshipLabel?: string; startsWith?: StartsWith; }; export type ObjectNameCaseValue = { article?: Article; caseType?: CaseType; plural?: boolean; possessive?: Possessive; value: string; }; export type LookupFilterTranslation = { errorMessage: string; informationalMessage: string; }; export type PicklistValueTranslation = { masterLabel: string; translation?: string; }; export type CustomMsgChannel = sObject & { channelDefinition: string; isInboundAcknowledgementEnabled?: boolean; isProgressIndicatorEnabled?: boolean; isTypingIndicatorDisabled?: boolean; messagingChannel: string; ChannelDefinition?: ConversationChannelDefinition; ChannelDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EventCapabilitiesIsInboundAcknowledgementEnabled?: boolean; EventCapabilitiesIsProgressIndicatorEnabled?: boolean; EventCapabilitiesIsTypingIndicatorDisabled?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; SystemModstamp?: Date; }; export type DiscoveryAIModel = Metadata & { 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 DiscoveryCustomPrescribableFieldDefinition = { filters: DiscoveryFilter[]; template?: string; }; export type DiscoveryFilter = { field: string; operator: DiscoveryFilterOperator; type?: DiscoveryFilterFieldType; values: DiscoveryFilterValue[]; }; export type DiscoveryFilterValue = { type: DiscoveryFilterValueType; value: string; }; 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 DiscoveryPrescribableField = { customDefinitions: DiscoveryCustomPrescribableFieldDefinition[]; name: 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 DiscoveryModelCard = { contactEmail?: string; contactName?: string; label?: string; sections?: string; }; export type DiscoveryGoalOutcome = { field: string; fieldLabel: string; goal: DiscoveryOutcomeGoal; mappedField?: string; }; export type DiscoveryStory = Metadata & { 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 DocumentType = Metadata & sObject & { description?: string; externalIdentifier?: string; isActive: boolean; masterLabel: string; maximumFileSize?: number; maximumFileUploadCount?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DocumentTypeInputPromptDocumentType?: QueryResult; ExternalIdentifier?: string; FormType?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaximumFileSize?: number; MaximumFileUploadCount?: number; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type EclairMap = { boundingBoxBottom?: number; boundingBoxLeft?: number; boundingBoxRight?: number; boundingBoxTop?: number; mapLabel?: string; mapName: string; projection: string; }; export type EmbeddedServiceAppointmentSettings = sObject & { appointmentConfirmImg?: string; enabled: boolean; homeImg?: string; logoImg?: string; shouldShowExistingAppointment?: boolean; shouldShowNewAppointment?: boolean; AppointmentConfirmImg?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Enabled?: boolean; HomeImg?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogoImg?: string; ShouldShowExistingAppointment?: boolean; ShouldShowNewAppointment?: boolean; SystemModstamp?: Date; }; export type EmbeddedServiceCustomComponent = sObject & { customComponent?: string; customComponentType?: EmbeddedServiceCustomComponentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomComponent?: sObject; CustomComponentId?: ID; CustomComponentType?: EmbeddedServiceCustomComponentType; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Feature?: EmbeddedServiceFeature; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceCustomLabel = sObject & { customLabel?: string; feature?: EmbeddedServiceFeature; labelKey?: EmbeddedServiceLabelKey; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomLabel?: ExternalString; CustomLabelId?: ID; EmbeddedServiceConfig?: sObject; EmbeddedServiceConfigId?: ID; IsDeleted?: boolean; LabelKey?: EmbeddedServiceLabelKey; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceCustomization = sObject & { customizationName: string; description?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomizationName?: string; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; }; export type EmbeddedServiceFlow = sObject & { flow: string; flowType: EmbeddedServiceFlowType; isAuthenticationRequired: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Feature?: EmbeddedServiceFeature; Flow?: string; FlowType?: EmbeddedServiceFlowType; IsAuthenticationRequired?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceForm = sObject & { displayContext: EmbeddedServiceFormDisplayContext; isActive?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayContext?: EmbeddedServiceFormDisplayContext; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: EmbeddedServiceConfig; ParentId?: ID; SystemModstamp?: Date; }; export type EmbeddedServiceFormField = sObject & { choiceList?: string; displayOrder: number; formField: string; formFieldType: EmbeddedServiceFormFieldType; isHidden?: boolean; isRequired?: boolean; messagingChannelParameterType: MessagingChannelParameterType; ChoiceControllingField?: EmbeddedServiceFormField; ChoiceControllingFieldId?: ID; ChoiceList?: ChoiceList; ChoiceListId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayOrder?: number; EmbeddedServiceForm?: EmbeddedServiceForm; EmbeddedServiceFormId?: ID; FormField?: string; FormFieldType?: EmbeddedServiceFormFieldType; IsDeleted?: boolean; IsHidden?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceLayout = sObject & { layout: string; layoutType?: EmbeddedServiceLayoutType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Feature?: EmbeddedServiceFeature; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Layout?: FlexiPage; LayoutId?: ID; LayoutType?: EmbeddedServiceLayoutType; SystemModstamp?: Date; }; export type EmbeddedServiceLayoutRule = sObject & { appointmentStatus: string; AppointmentStatus?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedServiceLayout?: EmbeddedServiceLayout; EmbeddedServiceLayoutId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceMenuItem = sObject & { channel?: string; channelType?: EmbeddedServiceChannelType; customUrl?: string; displayOrder?: number; iconUrl?: string; isDisplayedOnPageLoad: boolean; itemName: string; osOptionsHideInIOS?: boolean; osOptionsHideInLinuxOS?: boolean; osOptionsHideInMacOS?: boolean; osOptionsHideInOtherOS?: boolean; osOptionsHideInWindowsOS?: boolean; phoneNumber?: string; shouldOpenUrlInSameTab?: boolean; Channel?: sObject; ChannelId?: ID; ChannelType?: EmbeddedServiceChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomUrl?: string; DisplayOrder?: number; EmbeddedServiceMenu?: EmbeddedServiceMenuSettings; EmbeddedServiceMenuId?: ID; IconUrl?: string; IsDeleted?: boolean; IsDisplayedOnPageLoad?: boolean; ItemName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OsOptionsHideInIOS?: boolean; OsOptionsHideInLinuxOS?: boolean; OsOptionsHideInMacOS?: boolean; OsOptionsHideInOtherOS?: boolean; OsOptionsHideInWindowsOS?: boolean; PhoneNumber?: string; ShouldOpenUrlInSameTab?: boolean; SystemModstamp?: Date; }; export type EmbeddedServiceMessagingChannel = sObject & { businessHours?: string; displayNameFormat?: string; 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; BusinessHours?: BusinessHours; BusinessHoursId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayNameFormat?: string; EmbeddedServiceConfig?: EmbeddedServiceConfig; EmbeddedServiceConfigId?: ID; Formula?: string; IsDeleted?: boolean; IsEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; OptionsIsChatInvitationCustomizable?: boolean; OptionsIsInvitationEnabled?: boolean; OptionsIsSendInvtAllowedAfterAccept?: boolean; OptionsIsSendInvtAllowedAfterReject?: boolean; ShouldShowAgentforceTagline?: boolean; ShouldShowDeliveryReceipts?: boolean; ShouldShowEmojiSelection?: boolean; ShouldShowReadReceipts?: boolean; ShouldShowTypingIndicators?: boolean; ShouldStartNewLineOnEnter?: boolean; SystemModstamp?: Date; }; export type EmbeddedServiceResource = sObject & { resource: string; resourceType: EmbeddedServiceResourceType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: EmbeddedServiceCustomization; ParentId?: ID; Resource?: StaticResource; ResourceId?: ID; ResourceType?: EmbeddedServiceResourceType; SystemModstamp?: Date; }; export type EnblProgramTaskSubCategory = Metadata & { developerName: string; icon: string; learningItemType: string; masterLabel: string; }; export type ExpressionSetDefinitionMajorVersion = string; export type ExternalAppOauthConfig = { callbackUrl: string; certificate?: string; consumerKey?: string; consumerSecret?: 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; shouldRotateConsumerKey?: boolean; shouldRotateConsumerSecret?: boolean; }; export type ExtlClntAppLocalOauthConfig = { callbackUrl: string; certificate?: string; consumerKey?: string; consumerSecret?: 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; shouldRotateConsumerKey?: boolean; shouldRotateConsumerSecret?: boolean; }; export type ExtlClntAppNotificationType = { notificationType: string; pushByDefault?: boolean; }; export type FieldClassificationSetting = sObject & { confidenceThreshold: number; predictionField: string; type: FieldClassificationConfigType; ConfidenceThreshold?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PredictionField?: sObject; PredictionFieldId?: ID; SystemModstamp?: Date; Type?: FieldClassificationConfigType; }; export type FieldSetTranslation = { label: string; name: string; }; export type FlexipageDataSourceProperty = { name: string; value: string; }; export type GenAiPlannerRuleExpr = sObject & { conditions: GenAiPlannerRuleExprCondition[]; expression?: string; expressionLabel: string; expressionName: string; expressionType?: ExpressionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Expression?: string; ExpressionType?: ExpressionType; GenAiPlannerDefinition?: GenAiPlannerDefinition; GenAiPlannerDefinitionId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type GenAiPlannerRuleExprObject = sObject & { expressionName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Function?: string; GenAiPlannerRuleExpr?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Plugin?: GenAiPlannerFunctionDef; PluginId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type GenAiPromptTemplate = Metadata & sObject & { activeVersionIdentifier?: string; description?: string; developerName?: string; masterLabel?: string; overrideSource?: string; relatedEntity?: string; relatedField?: string; IsOverridable?: boolean; templateVersions: GenAiPromptTemplateVersion[]; type?: string; visibility?: GenAiPromptTemplateVisibilityType; ActiveVersion?: GenAiPromptTemplateVersion; ActiveVersionId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreatedInVersion?: number; Description?: string; DeveloperName?: string; ExternalId?: string; FullName?: string; GenAiPromptTemplateVersions?: QueryResult; IsActive?: boolean; IsDeleted?: boolean; IsOverride?: boolean; IsPilotRecord?: boolean; Language?: string; LastCreatedVersion?: GenAiPromptTemplateVersion; LastCreatedVersionId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastUsedVersionNumber?: number; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiPromptTemplate; ModuleNamespace?: string; NamespacePrefix?: string; OverrideSource?: string; RelatedEntity?: string; RelatedField?: string; SystemModstamp?: Date; Type?: string; Visibility?: GenAiPromptTemplateVisibilityType; }; export type GenAiPromptTemplateVersion = sObject & { 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; AllManagedPackageMemberId?: ID; Classification?: string; Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreatedInVersion?: number; DefaultLanguageScope?: string; Description?: string; FileDroppingStrategy?: string; GenAiPromptTemplate?: GenAiPromptTemplate; GenAiPromptTemplateDataProviders?: QueryResult; GenAiPromptTemplateGenerationConfigs?: QueryResult; GenAiPromptTemplateId?: ID; GenAiPromptTemplateInputs?: QueryResult; GenAiPromptTemplateVersions?: QueryResult; IsActiveVersion?: boolean; IsCitationEnabled?: boolean; IsDeleted?: boolean; IsPilotRecord?: boolean; Keywords?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OutputSchema?: string; PrimaryModel?: string; ResponseFormat?: GenAiPromptTemplateResponseFormat; Status?: GenAiPromptTemplateStatus; SystemModstamp?: Date; UniquenessCheck?: string; VersionIdentifier?: string; VersionNumber?: number; }; export type GenAiPromptTemplateGenerationConfig = sObject & { generationConfigDeveloperName?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GenerationConfig?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parent?: GenAiPromptTemplateVersion; ParentId?: ID; SystemModstamp?: Date; }; export type GenAiPromptTemplateInput = sObject & { apiName: string; definition: string; description?: string; masterLabel?: string; referenceName: string; required: boolean; ApiName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: string; Description?: string; IsDeleted?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Parent?: sObject; ParentId?: ID; ReferenceName?: string; SystemModstamp?: Date; }; export type GenAiPromptTemplateDataProvider = sObject & { definition: string; description?: string; label?: string; parameters: GenAiPromptTemplateDataProviderParam[]; referenceName: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: string; Description?: string; GenAiPromptTemplateDataProviderParams?: QueryResult; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: GenAiPromptTemplateVersion; ParentId?: ID; ReferenceName?: string; SystemModstamp?: Date; }; export type GenAiPromptTemplateDataProviderParam = sObject & { definition: string; isRequired?: boolean; parameterName: string; valueExpression?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataProvider?: GenAiPromptTemplateDataProvider; DataProviderId?: ID; Definition?: string; IsDeleted?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterName?: string; SystemModstamp?: Date; ValueExpression?: string; }; export type GenAiPromptTemplateActv = Metadata & sObject & { accessLevel: GenAiPromptTemplateActvAccessLevel; developerName: string; masterLabel?: string; templateDeveloperName: string; AccessLevel?: GenAiPromptTemplateActvAccessLevel; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; GenAiPromptTemplateDevName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiPromptTemplateActv; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type HistoryRetentionPolicy = { archiveAfterMonths: number; archiveRetentionYears: number; description?: string; gracePeriodDays: number; }; export type IframeWhiteListUrl = { context: IFrameWhitelistContext; url?: string; }; export type InsightsExternalDataPartMetadata = { partNumber: number; }; export type LayoutSectionTranslation = { label: string; section: string; }; export type LayoutTranslation = { layout: string; layoutType?: string; sections: LayoutSectionTranslation[]; }; export type LearningItemType = Metadata & { apexEvaluationHandler?: string; apexSerializerDeserializer?: string; customField: string; customObject: string; developerName: string; icon: string; lightningComponentDefinition: string; masterLabel: string; }; export type MLFilterValue = sObject & { side: AISide; sortOrder?: number; type: AIValueType; value: string; }; export type MktProfileActionOverride = sObject & { objectTypeId: string; profileId?: string; Action?: string; Content?: FlexiPage; ContentId?: ID; ContentName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomApplication?: CustomApplication; CustomApplicationId?: ID; FormFactor?: FormFactor; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectType?: string; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; 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 NotificationChannels = { desktopEnabled?: boolean; mobileEnabled?: boolean; slackEnabled?: boolean; }; export type NotificationTypeSettings = { appSettings: AppSettings[]; notificationChannels?: NotificationChannels; notificationType: string; }; export type PresenceConfigAssignments = { profiles?: PresenceConfigProfileAssignments; users?: PresenceConfigUserAssignments; }; export type PresenceConfigProfileAssignments = { profile: string[]; }; export type PresenceConfigUserAssignments = { user: string[]; }; export type ProfileLayoutAssignment = { layout: string; recordType?: 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 ProfileSearchCustomization = sObject & { profile?: string; searchCustomization: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Profile?: Profile; ProfileId?: ID; SearchCustomization?: SearchCustomization; SearchCustomizationId?: ID; SystemModstamp?: Date; }; export type ProfileSessionSetting = Metadata & { externalCommunityUserIdentityVerif: boolean; forceLogout: boolean; profile: string; requiredSessionLevel?: SessionSecurityLevel; sessionPersistence: boolean; sessionTimeout: number; sessionTimeoutWarning: boolean; }; export type PublicKeyCertificateSetKey = sObject & { publicKeyCertificate: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PublicKeyCertificate?: PublicKeyCertificate; PublicKeyCertificateId?: ID; PublicKeyCertificateSet?: PublicKeyCertificateSet; PublicKeyCertificateSetId?: ID; SystemModstamp?: Date; }; export type QueueRoutingConfigSkill = { skill?: string; }; export type QuickActionParametersTranslation = { aspect?: string; name: string; value: string; }; export type QuickActionTranslation = { aspect?: string; label: string; name: string; quickActionParametersTranslation: QuickActionParametersTranslation[]; }; export type RecordTypeTranslation = { description?: string; label: string; name: string; }; export type SearchFieldCustomization = sObject & { fieldReference: string; objectReference: string; propertyName: string; propertyValue?: string; searchCustomization: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldReference?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: string; PropertyName?: string; PropertyValue?: string; SearchCustomization?: SearchCustomization; SearchCustomizationId?: ID; SystemModstamp?: Date; }; export type SearchObjectCustomization = sObject & { objectReference: string; propertyName: string; propertyValue?: string; searchCustomization: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: string; PropertyName?: string; PropertyValue?: string; SearchCustomization?: SearchCustomization; SearchCustomizationId?: ID; SystemModstamp?: Date; }; export type ServiceChannelFieldPriority = { priority: number; value: string; }; export type ServiceChannelStatus = { channel: string[]; }; export type ServicePresenceStatus = Metadata & sObject & { channels?: ServiceChannelStatus; label: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsSlackOnlyStatus?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ShiftSegmentTypes?: QueryResult; SystemModstamp?: Date; }; export type SharingReasonTranslation = { label: string; name: string; }; export type SharingRecalculation = { className: string; }; export type SkillAssignments = { profiles?: SkillProfileAssignments; users?: SkillUserAssignments; }; export type SkillProfileAssignments = { profile: string[]; }; export type SkillUserAssignments = { user: string[]; }; export type SlackRecordLayoutAction = { quickAction?: string; slackRecordLayout: string; sortOrder: number; }; export type SlackRecordLayoutAssignment = { profile?: string; recordType?: string; slackRecLayoutProfileRecType?: string; slackRecordLayout: string; }; export type SlackRecordLayoutItem = { isReadOnly?: boolean; isRequired?: boolean; isShownInCreate?: boolean; isShownInEdit?: boolean; isShownInView?: boolean; referenceField: string; slackRecordLayout: string; sortOrder: number; }; export type StandardFieldTranslation = { label?: string; name: string; }; export type TagOption = { name: string; value: boolean; }; export type TagProperty = { name: string; value: string; }; export type ValidationRuleTranslation = { errorMessage: string; name: string; }; export type ValueTranslation = { masterLabel: string; translation?: string; }; export type WebLinkTranslation = { label: string; name: string; }; export type WorkflowTaskTranslation = { description?: string; name: string; subject?: string; }; export type Package2VersionCodeCoverage = { apexCodeCoveragePercentage: number; }; export type Package2VersionCodeCoveragePercentage = { className: string; codeCoveragePercentage: number; }; export type Package2VersionCodeCoveragePercentages = { codeCovPercentages: Package2VersionCodeCoveragePercentage[]; }; export type PackageUploadError = { message: string; }; export type PackageUploadErrors = { errors: PackageUploadError[]; }; export type SubscriberPackageCspTrustedSite = { endpointUrl: string; }; export type SubscriberPackageCspTrustedSites = { settings: SubscriberPackageCspTrustedSite[]; }; export type SubscriberPackageDependencies = { ids: SubscriberPackageDependency[]; }; export type SubscriberPackageDependency = { subscriberPackageVersionId: string; }; export type SubscriberPackageDestinationProfile = { description: string; displayName: string; name: string; noAccess: boolean; profileId: string; type: string; }; export type SubscriberPackageInstallError = { message: string; }; export type SubscriberPackageInstallErrors = { errors: SubscriberPackageInstallError[]; }; export type SubscriberPackageProfileMapping = { source: string; target: string; }; export type SubscriberPackageProfileMappings = { profileMappings: SubscriberPackageProfileMapping[]; }; export type SubscriberPackageProfiles = { destinationProfiles: SubscriberPackageDestinationProfile[]; sourceProfiles: SubscriberPackageSourceProfile[]; }; export type SubscriberPackageSourceProfile = { label: string; value: string; }; export type SubscriberPackageRemoteSiteSetting = { secure: boolean; url: string; }; export type SubscriberPackageRemoteSiteSettings = { settings: SubscriberPackageRemoteSiteSetting[]; }; export type sObject = { fieldsToNull?: string[]; Id?: ID; }; export type AIModelExternalReference = sObject & { AiModel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalReferenceId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type AbnExperimentParamValueDef = sObject & { AbnExperimentDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EngagementSignalParamDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Value?: string; }; export type ActionableListDatasetColumn = sObject & { ActionableListDefinition?: ActionableListDefinition; ActionableListDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataDomain?: DatasetColumnDataType; DataType?: DatatableDataType; DisplayOrder?: number; IsDefault?: boolean; IsDeleted?: boolean; IsGroupedByListDefObj?: boolean; IsTypeAheadSearchEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectName?: string; SourceColumnApiName?: string; SourceFieldName?: string; SystemModstamp?: Date; }; export type ActionableListDefinition = sObject & { ActionableListDatasetColumns?: QueryResult; ActionableListMemberStatuses?: QueryResult; AllManagedPackageMemberId?: ID; BatchCalcJobDefinition?: BatchCalcJobDefinition; BatchCalcJobDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DatasetName?: string; DeveloperName?: string; EdgeMartId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; SourceType?: ActionableListSourceType; SystemModstamp?: Date; Type?: ActionableListType; }; export type ActionableListMemberStatus = sObject & { ActionableListDefinition?: ActionableListDefinition; ActionableListDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IconName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Status?: string; SystemModstamp?: Date; }; export type AiAgent = sObject & { AiAgentEntityVariables?: QueryResult; AllManagedPackageMemberId?: ID; Capabilities?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: BotDefinition; DefinitionId?: ID; Description?: string; DeveloperName?: string; ExternalName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Provider?: AiAgentProviderType; Skills?: string; SourceOrganizationId?: ID; Status?: AiAgentStatusType; SystemModstamp?: Date; Url?: string; }; export type AiAgentTagDefAssoc = sObject & { AiAgent?: AiAgent; AiAgentApiName?: string; AiAgentId?: ID; AiTagDefinition?: AiTagDefinition; AiTagDefinitionId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Specification?: string; SystemModstamp?: Date; }; export type AiAgentVariable = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ConversationDataType; Description?: string; DeveloperName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: AiAgent; ParentId?: ID; SystemModstamp?: Date; VariableType?: ConversationVariableType; }; export type AiAuthoringBundleDef = sObject & { ActiveBundleVersion?: AiAuthoringBundleDefVer; BundleType?: AiAuthoringBundleType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestBundleVersion?: AiAuthoringBundleDefVer; LatestBundleVersionId?: ID; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; Target?: BotDefinition; TargetId?: ID; }; export type AiAuthoringBundleDefVer = sObject & { AiAuthoringBundleDef?: AiAuthoringBundleDef; AiAuthoringBundleDefId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceArtifact?: BotVersion; SourceArtifactId?: ID; SourceBundleVersion?: AiAuthoringBundleDefVer; SourceBundleVersionId?: ID; SystemModstamp?: Date; Target?: BotVersion; TargetCreatedDate?: Date; TargetId?: ID; TargetStatus?: AiAuthoringBundleTargetStatus; VersionDescription?: string; VersionNumber?: number; VersionStatus?: AiAuthoringBundleVersionStatus; VersionTag?: string; }; export type AiAuthoringBundleVerCntntDep = sObject & { AiAuthoringBundleVerContent?: AiAuthoringBundleVerContent; AiAuthoringBundleVerContentId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RelatedRecord?: string; SystemModstamp?: Date; Type?: AiAuthoringBundleDependencyType; }; export type AiAuthoringBundleVerContent = sObject & { AiAuthoringBundleDefVer?: AiAuthoringBundleDefVer; AiAuthoringBundleDefVerId?: ID; AllManagedPackageMemberId?: ID; ContentFormat?: AiAuthoringBundleContentFormat; ContentFormatVersion?: string; ContentId?: ID; ContentName?: string; ContentType?: AiAuthoringBundleContentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type AiBotCoachAgentScnrDef = sObject & { AgentVersion?: BotVersion; AgentVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomCoachingScenario?: AiCoachAgentScnrDef; CustomCoachingScenarioId?: ID; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsValid?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; StandardCoachingScenario?: StandardCoachingScenario; SystemModstamp?: Date; }; export type AiCoachAgentScnrDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FeedbackActionFunctionDef?: string; FeedbackPlannerTopicDef?: string; FeedbackTopicActionDef?: string; FeedbackTopicPluginDef?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RolePlayPlannerTopicDef?: string; RolePlayTopicPluginDef?: string; ScenarioType?: CoachingMomentType; SystemModstamp?: Date; TargetObject?: string; UserGuidance?: string; }; export type AiEvalCopilotTestCaseConv = sObject & { AiEvalCopilotTestCaseId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Index?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; Role?: string; SystemModstamp?: Date; Topic?: string; }; export type AiPlannerRelatedAgent = sObject & { AiAgent?: AiAgent; AiAgentId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Planner?: GenAiPlannerDefinition; PlannerId?: ID; SystemModstamp?: Date; }; export type AiResponseFormatDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Input?: string; InvocationTarget?: string; InvocationTargetType?: ResponseFormatInvocableActionType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Output?: string; Source?: string; SystemModstamp?: Date; }; export type AiResponseFormatIstrDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Parent?: AiResponseFormatDef; ParentId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type AiSurfaceDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Source?: string; SurfaceType?: SurfaceType; SystemModstamp?: Date; }; export type AiSurfaceInstructionDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Parent?: AiSurfaceDefinition; ParentId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type AiSurfaceModalityDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModalityType?: ModalityType; ModuleNamespace?: string; NamespacePrefix?: string; Surface?: string; SystemModstamp?: Date; }; export type AiSurfaceResponseFormat = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Enabled?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ResponseFormat?: string; Surface?: sObject; SurfaceId?: ID; SystemModstamp?: Date; }; export type AiTagDefinition = sObject & { AiTagDefinitionAssociations?: QueryResult; AiTagDefinitionsValues?: QueryResult; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: AiTagDataType; Description?: string; DeveloperName?: string; EngineRef?: string; EngineType?: AiTagEngineType; EngineValue?: string; InputScope?: AiTagInputScope; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceTagReference?: string; SourceType?: AiTagSourceType; Specification?: string; Status?: AiTagStatus; SystemModstamp?: Date; TagIdentifier?: string; UsageType?: AiTagUsageType; VersionNumber?: number; }; export type AiTagValue = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Order?: number; PrimaryAiTagDefinition?: AiTagDefinition; PrimaryAiTagDefinitionId?: ID; SystemModstamp?: Date; Value?: string; }; export type AllPackage = sObject & { ApexGackUserId?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; LastModifiedDate?: Date; LmaOrganizationId?: ID; LocalSystemModstampDate?: Date; ModuleNamespace?: string; NamespacePrefix?: string; OptionsAppAnalyticsEnabled?: boolean; OptionsDataCloudPackage?: boolean; OptionsIsConverted?: boolean; PackageCategory?: PackageCategory; PackageCrc?: number; PackageItems?: QueryResult; PackageName?: string; Server?: string; SourceSystemModstampDate?: Date; SystemModstamp?: Date; }; export type AnalyticsAssetCntntPreview = sObject & { AnalyticsAsset?: sObject; AnalyticsAssetId?: ID; Content?: string; ContentType?: AnalyticsThumbnailContentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Owner?: User; OwnerId?: ID; SystemModstamp?: Date; }; export type AnalyticsDashboardSpec = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboard?: AnalyticsDashboard; AnalyticsDashboardId?: ID; AnalyticsDashboardVersion?: AnalyticsDashboardVersion; AnalyticsDashboardVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DashboardLabel?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Style?: string; SystemModstamp?: Date; }; export type AnalyticsDashboardVersion = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboard?: AnalyticsDashboard; AnalyticsDashboardId?: ID; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: AnalyticsAssetVersionType; }; export type AnalyticsDatasetDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DatasetCategory?: DatasetCategory; DatasetName?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UsageCategory?: UsageCategory; }; export type AnalyticsImageWidgetDef = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboardWidget?: AnalyticsDashboardWidget; AnalyticsDashboardWidgetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parameters?: string; Source?: ContentAsset; SourceId?: ID; SystemModstamp?: Date; }; export type AnalyticsSampleInteraction = sObject & { Agent?: string; AgentInteractionData?: string; AgentSession?: string; AgentUtterance?: string; AllManagedPackageMemberId?: ID; AnalyticsSampleUtterance?: AnalyticsSampleUtterance; AnalyticsSampleUtteranceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Error?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Origin?: AnalyticsInteractionOrigin; SessionInteraction?: string; SystemModstamp?: Date; }; export type AnalyticsSampleUtterance = sObject & { Agent?: string; AgentType?: AgentType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; HasInteraction?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; ThumbDown?: number; ThumbUp?: number; UserUtterance?: string; UtteranceSourceType?: UtteranceSourceType; }; export type AnalyticsVizSpec = sObject & { AllManagedPackageMemberId?: ID; AnalyticsVizVersion?: AnalyticsVizVersion; AnalyticsVizVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; VisualSpecification?: string; Visualization?: AnalyticsVisualization; VisualizationId?: ID; }; export type AnalyticsVizVersion = sObject & { AllManagedPackageMemberId?: ID; AnalyticsVisualization?: AnalyticsVisualization; AnalyticsVisualizationId?: ID; ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; Type?: AnalyticsAssetVersionType; }; export type AnalyticsWorkspcDataspcPerm = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataspaceId?: ID; DataspaceScopeAccess?: DataspaceScopeAccess; DataspaceScopeAccessId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PermissionSet?: PermissionSet; PermissionSetId?: ID; SystemModstamp?: Date; Workspace?: AnalyticsWorkspace; WorkspaceId?: ID; }; export type AnlytDshbrdWdgtDynamicTkn = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboardWidget?: AnalyticsDashboardWidget; AnalyticsDashboardWidgetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Source?: string; SystemModstamp?: Date; TokenName?: string; TokenSpec?: string; Type?: AnalyticsDynamicTokenType; }; export type AnlytLghtCompWidgetDef = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboardWidget?: AnalyticsDashboardWidget; AnalyticsDashboardWidgetId?: ID; ComponentType?: DashboardWidgetComponentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parameters?: string; Source?: LightningComponentBundle; SourceId?: ID; SystemModstamp?: Date; }; export type AnlytSmplIntrctnClsfnInfo = sObject & { AllManagedPackageMemberId?: ID; AnalyticsSampleInteraction?: AnalyticsSampleInteraction; AnalyticsSampleInteractionId?: ID; AnalyticsSampleUtterance?: AnalyticsSampleUtterance; AnalyticsSampleUtteranceId?: ID; ClassificationReason?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExpectedResult?: string; IsDeleted?: boolean; IsRequiresReview?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Status?: AnalyticsInteractionStatus; SystemModstamp?: Date; }; export type AnlytSmplIntrctnGrndSrc = sObject & { AllManagedPackageMemberId?: ID; AnalyticsSampleInteraction?: AnalyticsSampleInteraction; AnalyticsSampleInteractionId?: ID; AnalyticsSampleUtterance?: AnalyticsSampleUtterance; AnalyticsSampleUtteranceId?: ID; ApiName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: AnalyticsInteractionGroundingSourceType; }; export type ApexClassDefinition = sObject & { ApiVersion?: number; Body?: string; ClassIdentifier?: string; ClassName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DurableId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LengthWithoutComments?: number; NamespacePrefix?: string; ProviderIdentifier?: string; }; export type ApexClassMember = sObject & { Body?: string; Content?: string; ContentEntity?: ApexClass; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: ApexClass; MetadataContainer?: sObject; MetadataContainerId?: ID; SymbolTable?: SymbolTable; SystemModstamp?: Date; }; export type ApexCodeCoverage = sObject & { ApexClassOrTrigger?: sObject; ApexClassOrTriggerId?: ID; ApexTestClass?: ApexClass; ApexTestClassId?: ID; Coverage?: Coverage; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumLinesCovered?: number; NumLinesUncovered?: number; SystemModstamp?: Date; TestMethodName?: string; }; export type ApexCodeCoverageAggregate = sObject & { ApexClassOrTrigger?: sObject; ApexClassOrTriggerId?: ID; Coverage?: Coverage; CoverageLastModifiedDate?: Date; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumLinesCovered?: number; NumLinesUncovered?: number; SystemModstamp?: Date; }; export type ApexComponentMember = sObject & { Body?: string; Content?: string; ContentEntity?: ApexComponent; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: ApexComponent; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type ApexDebuggerBreakpoint = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; Expression?: string; FileName?: string; Function?: string; HitCondition?: ApexDebuggerBreakpointHitCondition; HitValue?: number; IsDeleted?: boolean; IsEnabled?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Line?: number; MayEdit?: boolean; Name?: string; Session?: ApexDebuggerSession; SessionId?: ID; SystemModstamp?: Date; Type?: ApexDebuggerBreakpointType; }; export type ApexDebuggerEvent = sObject & { Breakpoint?: ApexDebuggerBreakpoint; BreakpointId?: ID; ClassBody?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; Description?: string; FileName?: string; HasClassBody?: boolean; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Line?: number; MayEdit?: boolean; Name?: string; Request?: ApexDebuggerRequest; RequestId?: ID; RequestSequence?: number; Sequence?: number; Session?: ApexDebuggerSession; SessionId?: ID; Stacktrace?: string; SystemModstamp?: Date; Type?: ApexDebuggerEventType; Username?: string; }; export type ApexDebuggerLicense = sObject & { ChildOrg?: string; ChildSession?: string; ChildUser?: string; ChildUsername?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; Expires?: Date; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseType?: ApexDebuggerLicenseType; MayEdit?: boolean; Name?: string; SystemModstamp?: Date; }; export type ApexDebuggerRequest = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; Description?: string; Events?: QueryResult; HasDebuggingPermit?: boolean; IsActive?: boolean; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; Port?: number; RequestIdentifier?: string; RequestType?: ApexRequestType; Server?: string; Session?: ApexDebuggerSession; SessionId?: ID; SystemModstamp?: Date; }; export type ApexDebuggerSession = sObject & { Breakpoints?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; EntryPointFilter?: string; Events?: QueryResult; HostAndPort?: string; IsAsyncIgnored?: boolean; IsDeleted?: boolean; IsInternal?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; License?: string; LicenseOrg?: string; LicenseType?: ApexDebuggerLicenseType; MayEdit?: boolean; Name?: string; RequestTypeFilter?: string; Requests?: QueryResult; Status?: ApexDebuggerStatus; StatusBy?: ApexDebuggerKilledBy; StatusMessage?: string; StatusUsername?: string; SystemModstamp?: Date; UserIdFilter?: string; }; export type ApexExecutionOverlayAction = sObject & { ActionScript?: string; ActionScriptType?: ApexExecutionOverlayActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExecutableEntity?: sObject; ExecutableEntityId?: ID; ExecutableEntityName?: string; ExpirationDate?: Date; IsDeleted?: boolean; IsDumpingHeap?: boolean; Iteration?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Line?: number; Scope?: User; ScopeId?: ID; SurrogateKey?: string; SystemModstamp?: Date; }; export type ApexExecutionOverlayResult = sObject & { ActionScript?: string; ActionScriptType?: ApexExecutionOverlayActionType; ApexResult?: ApexResult; ClassName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExpirationDate?: Date; HeapDump?: HeapDump; IsDeleted?: boolean; IsDumpingHeap?: boolean; Iteration?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Line?: number; Namespace?: string; OverlayResultLength?: number; RequestedBy?: User; RequestedById?: ID; SOQLResult?: SOQLResult; SystemModstamp?: Date; User?: sObject; UserId?: ID; }; export type ApexInvocableMethod = sObject & { ActionType?: InvocableActionType; Category?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; IsStandard?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MethodName?: string; ParentApexClass?: ApexClass; ParentApexClassId?: ID; SystemModstamp?: Date; }; export type ApexInvocableMethodParam = sObject & { ApexClass?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: string; Description?: string; IsDeleted?: boolean; IsInput?: boolean; IsOutput?: boolean; IsRequired?: boolean; IsSystemGeneratedOutput?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxOccurs?: number; ParamName?: string; ParentApexMethod?: ApexInvocableMethod; ParentApexMethodId?: ID; SobjecType?: string; SystemModstamp?: Date; }; export type ApexLog = sObject & { Application?: string; DurationMilliseconds?: number; LastModifiedDate?: Date; Location?: ApexLogLocation; LogLength?: number; LogUser?: sObject; LogUserId?: ID; Operation?: string; Request?: string; RequestIdentifier?: string; StartTime?: Date; Status?: string; SystemModstamp?: Date; }; export type ApexOrgWideCoverage = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PercentCovered?: number; SystemModstamp?: Date; }; export type ApexPageInfo = sObject & { ApexPageId?: string; ApiVersion?: number; Description?: string; DurableId?: string; IsAvailableInTouch?: boolean; IsShowHeader?: string; MasterLabel?: string; Name?: string; NameSpacePrefix?: string; }; export type ApexPageMember = sObject & { Body?: string; Content?: string; ContentEntity?: ApexPage; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: ApexPage; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type ApexTestQueueItem = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExtendedStatus?: string; Methods?: string; ParentJobId?: ID; ShouldSkipCodeCoverage?: boolean; Status?: AsyncApexJobStatus; SystemModstamp?: Date; TestName?: string; TestNamespace?: string; TestRunResultId?: ID; }; export type ApexTestResult = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; ApexLog?: ApexLog; ApexLogId?: ID; ApexTestResults?: QueryResult; ApexTestRunResult?: ApexTestRunResult; ApexTestRunResultId?: ID; AsyncApexJob?: AsyncApexJob; AsyncApexJobId?: ID; IsTestSetup?: boolean; Message?: string; MethodName?: string; Outcome?: ApexTestOutcome; QueueItem?: ApexTestQueueItem; QueueItemId?: ID; RunTime?: number; StackTrace?: string; SystemModstamp?: Date; TestName?: string; TestNamespace?: string; TestTimestamp?: Date; }; export type ApexTestResultLimits = sObject & { ApexTestResult?: ApexTestResult; ApexTestResultId?: ID; AsyncCalls?: number; Callouts?: number; Cpu?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dml?: number; DmlRows?: number; Email?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LimitContext?: string; LimitExceptions?: string; MobilePush?: number; QueryRows?: number; Soql?: number; Sosl?: number; SystemModstamp?: Date; }; export type ApexTestRunResult = sObject & { AsyncApexJob?: AsyncApexJob; AsyncApexJobId?: ID; ClassesCompleted?: number; ClassesEnqueued?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EndTime?: Date; IsAllTests?: boolean; IsDeleted?: boolean; JobName?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MethodsCompleted?: number; MethodsEnqueued?: number; MethodsFailed?: number; Source?: string; StartTime?: Date; Status?: AsyncApexJobStatus; SystemModstamp?: Date; TestSetupTime?: number; TestTime?: number; User?: User; UserId?: ID; }; export type ApexTriggerMember = sObject & { Body?: string; Content?: string; ContentEntity?: ApexTrigger; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: ApexTrigger; MetadataContainer?: sObject; MetadataContainerId?: ID; SymbolTable?: SymbolTable; SystemModstamp?: Date; }; export type ApexTypeImplementor = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; ClassName?: string; ClassNamespacePrefix?: string; DurableId?: string; InterfaceApexClass?: ApexClass; InterfaceApexClassId?: ID; InterfaceName?: string; InterfaceNamespacePrefix?: string; IsConcrete?: boolean; }; export type ApiProtectionPolicy = sObject & { ConsumerType?: ApiProtectionConsumerType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Kind?: ApiProtectionPolicyKind; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PolicyExecutionOrder?: number; SystemModstamp?: Date; }; export type ApiProtectionPolicyDtl = sObject & { ApiProtectionPolicy?: ApiProtectionPolicy; ApiProtectionPolicyId?: ID; ApiProtectionPolicyTemplate?: string; ConsumerApplicationType?: ApiPrtcConsuApplicationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PolicyConfiguration?: string; PolicyExecutionOrder?: number; SystemModstamp?: Date; TemplateVersion?: string; }; export type ApiProtectionPolicyRule = sObject & { ApiProtectionPolicy?: ApiProtectionPolicy; ApiProtectionPolicyId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PolicyRuleExecutionOrder?: number; RuleName?: string; RuleScopeCondition?: string; RuleVersion?: string; SystemModstamp?: Date; }; export type ApiPrtcPolicyBotDef = sObject & { ApiProtectionPolicy?: ApiProtectionPolicy; ApiProtectionPolicyDetail?: ApiProtectionPolicyDtl; ApiProtectionPolicyDetailId?: ID; ApiProtectionPolicyId?: ID; BotDefinition?: BotDefinition; BotDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ApiPrtcPolicyConnAsgnt = sObject & { AiAgent?: AiAgent; AiAgentId?: ID; ApiProtectionPolicy?: ApiProtectionPolicy; ApiProtectionPolicyId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExecutionOrder?: number; ExternalServiceRegistration?: ExternalServiceRegistration; ExternalServiceRegistrationId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; }; export type ApiPrtcPolicyRuleConn = sObject & { AiAgent?: AiAgent; AiAgentId?: ID; ApiProtectionPolicy?: ApiProtectionPolicy; ApiProtectionPolicyId?: ID; ApiProtectionPolicyRule?: ApiProtectionPolicyRule; ApiProtectionPolicyRuleId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExecutionOrder?: number; ExternalServiceRegistration?: ExternalServiceRegistration; ExternalServiceRegistrationId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; }; export type ApptBookingConfig = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; ApptBookingUrlConfigs?: QueryResult; AssignedProviderRole?: string; AttendanceDaysCount?: number; AttendanceThresholdPct?: number; BestTimeSlotsDefinition?: string; CanCreateDuplicateRecord?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GetSlotStatusTimeout?: number; IsActive?: boolean; IsDeleted?: boolean; IsSingleSourceSystem?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; ServiceApptRecordTypeName?: string; SystemModstamp?: Date; }; export type ApptBookingUrlConfig = sObject & { AdditionalHeaders?: string; ApptBookingConfig?: ApptBookingConfig; ApptBookingConfigId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EndpointName?: AppointmentEndpointName; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; UrlPath?: string; }; export type ArchivePolicyDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataProtectionThreshold?: number; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsSoftDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Query?: string; QueryLimit?: number; RootEntityName?: string; RunFrequency?: ArchivePolicyRunFrequency; SystemModstamp?: Date; Type?: ArchivePolicyType; }; export type AssessmentQuestionConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AssessmentQuestionSetConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type AsyncApexJob = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; AsyncApex?: QueryResult; CompletedDate?: Date; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CronTriggerId?: ID; ExtendedStatus?: string; FileBasedApexClass?: string; IsFileBasedJob?: boolean; JobItemsProcessed?: number; JobType?: AsyncApexJobType; LastProcessed?: string; LastProcessedOffset?: number; MessageIdentifierId?: ID; MethodName?: string; NumAttempts?: number; NumberOfErrors?: number; OrderedByDate?: Date; ParentJobId?: ID; QueueNumber?: number; Status?: AsyncApexJobStatus; TotalJobItems?: number; }; export type AttribModelDef = sObject & { AttribModelStatus?: AttribModelStatus; AttribRecordOutputObject?: sObject; AttribRecordOutputObjectApiName?: string; AttribRecordOutputObjectId?: ID; AttributionModelType?: AttributionModelType; AttributionType?: AttributionType; ContentObject?: MktDataModelObject; ContentObjectId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DailyContentOutputObject?: MktDataModelObject; DailyContentOutputObjectId?: ID; DailyOutputObject?: MktDataModelObject; DailyOutputObjectId?: ID; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; ErrorCode?: ErrorCodeOffCore; GlobalAttributionWindowDays?: number; IdentityResolutionMode?: IdentityResolutionMode; IsDeleted?: boolean; IsRemote?: boolean; IsZeroDayLoadRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastRefresh?: Date; LastSuccessfulRefresh?: Date; LatestRefreshedStatus?: LatestAttribModelRefreshedStatus; MasterLabel?: string; ModelContext?: ModelContext; ModelRevision?: number; ModelVersion?: number; ModuleNamespace?: string; Partner?: string; ProfileDataGraphDefinition?: DataGraphDefinition; ProfileDataGraphDefinitionId?: ID; ProfileLinkObject?: MktDataModelObject; ProfileLinkObjectId?: ID; ScheduledFrequencyMins?: number; SourceOrganizationId?: ID; SyncStatus?: EntityStatus; SystemModstamp?: Date; Tags?: string; UnifiedProfileObject?: MktDataModelObject; UnifiedProfileObjectId?: ID; }; export type AttribModelOutputDef = sObject & { AttribModelDef?: AttribModelDef; AttribModelDefId?: ID; AttribModelOutputKeyFieldDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; OutputDataLakeObject?: MktDataLakeObject; OutputDataLakeObjectApiName?: string; OutputDataLakeObjectId?: ID; OutputDataModelObject?: MktDataModelObject; OutputDataModelObjectId?: ID; SystemModstamp?: Date; }; export type AttribModelOutputKeyFieldDef = sObject & { Alias?: string; AttribModelOutputDef?: AttribModelOutputDef; AttribModelOutputDefId?: ID; ContentObjectField?: MktDataModelField; ContentObjectFieldAlias?: string; ContentObjectFieldId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultValue?: string; FieldType?: AttribModelOutputKeyFieldType; IsDeleted?: boolean; IsNullable?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Sequence?: number; SystemModstamp?: Date; }; export type AttribModelRelatedTypeDef = sObject & { AttribModelDef?: AttribModelDef; AttribModelDefId?: ID; AttribModelRelatedTypeParmDefs?: QueryResult; AttributionModelType?: AttributionModelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type AttribModelRelatedTypeParmDef = sObject & { AttribModelRelatedTypeDef?: AttribModelRelatedTypeDef; AttribModelRelatedTypeDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Key?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Value?: string; }; export type AttribModelStageDef = sObject & { AttribModelDef?: AttribModelDef; AttribModelDefId?: ID; AttribModelStageMetricDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EngagementSignalDef?: string; EngagementSignalType?: EngagementSignalType; IsContentMatchRequired?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Sequence?: number; StageUnionGroupName?: string; SystemModstamp?: Date; }; export type AttribModelStageMetricDef = sObject & { Alias?: string; AttribModelStageDef?: AttribModelStageDef; AttribModelStageDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EngagementSignalMetricDef?: EngagementSignalMetricDef; EngagementSignalMetricDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type AuraDefinitionChange = sObject & { Content?: string; ContentEntity?: AuraDefinition; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeleteIndicator?: boolean; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; MetadataContainer?: sObject; MetadataContainerId?: ID; Source?: string; SystemModstamp?: Date; }; export type AuthorizedEmailDomain = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DomainName?: string; IsDeleted?: boolean; IsDomainOwnershipVerified?: boolean; IsEmailVerificationRequired?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type B2BMktCampaignSyncConfig = sObject & { CampaignRecordType?: RecordType; CampaignRecordTypeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PardotTenant?: PardotTenant; PardotTenantId?: ID; SystemModstamp?: Date; }; export type B2BMktVirtualObjectField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Errors?: string; ExternalIdentifier?: string; IsDeleted?: boolean; IsSynced?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncedAt?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectType?: string; PardotAccount?: string; PardotFieldName?: string; SalesforceFieldName?: string; SystemModstamp?: Date; }; export type BatchCalcJobDefinitionView = sObject & { CalculationDefinition?: string; DataSpaceApiName?: string; DefinitionRunMode?: BatchCalcJobDefRunMode; Description?: string; DurableId?: string; ExecutionPlatformObjectType?: ExecutionPlatformObjectType; ExecutionPlatformType?: ExecutionPlatformType; InstalledPackageName?: string; IsActive?: boolean; IsTemplate?: boolean; LastModifiedBy?: string; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Name?: string; NamespacePrefix?: string; ProcessType?: BatchCalcProcessType; }; export type BatchJobDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProcessGroup?: string; Status?: BatchJobDefinitionStatus; SystemModstamp?: Date; Type?: BatchJobDefinitionType; }; export type BatchProcessJobDefView = sObject & { DurableId?: string; IsActive?: boolean; Label?: string; Name?: string; NamespacePrefix?: string; ProcessDefinition?: string; ProcessGroup?: string; SourceObjectName?: string; Type?: string; TypeInstance?: string; }; export type BotDefinition = sObject & { ActiveVersion?: BotVersion; ActiveVersionId?: ID; AgentTemplate?: string; AgentType?: GenAiAgentType; BotDefinitions?: QueryResult; BotMlDomain?: MlDomain; BotMlDomainId?: ID; BotSource?: BotSourceType; BotUser?: User; BotUserId?: ID; BotVersions?: QueryResult; ConversationChannelProviders?: QueryResult; ConversationDefinitionVariables?: QueryResult; ConversationLanguage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultOutboundFlow?: FlowDefinition; DefaultOutboundFlowId?: ID; Description?: string; DeveloperName?: string; FullName?: string; IconUrl?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastVersionNumber?: number; MasterLabel?: string; Metadata?: Bot; ModuleNamespace?: string; OptionsAgentDSLEnabled?: boolean; OptionsLogPrivateConvData?: boolean; OptionsRichContentEnabled?: boolean; SessionTimeout?: number; SystemModstamp?: Date; Type?: BotType; }; export type BotRecommendedUtteranceDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: BotVersion; ParentId?: ID; StaticWelcomeUtterance?: string; SystemModstamp?: Date; }; export type BusProcessFeedbackConfig = sObject & { ActionName?: string; ActionType?: ExpFeedbackCollType; AllManagedPackageMemberId?: ID; BusinessProcessFeedbacks?: QueryResult; ConfigurationDescription?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Field?: string; FieldValue?: string; FlowDefinition?: FlowDefinition; FlowDefinitionId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LatestFlowVersion?: Flow; LatestFlowVersionId?: ID; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Object?: string; Recipient?: string; RecordType?: string; SystemModstamp?: Date; TriggerAction?: RecordTriggerType; }; export type BusinessHours = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FridayEndTime?: Date; FridayStartTime?: Date; IsActive?: boolean; IsDefault?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastViewedDate?: Date; MessagingChannels?: QueryResult; MondayEndTime?: Date; MondayStartTime?: Date; Name?: string; SaturdayEndTime?: Date; SaturdayStartTime?: Date; SundayEndTime?: Date; SundayStartTime?: Date; SystemModstamp?: Date; ThursdayEndTime?: Date; ThursdayStartTime?: Date; TimeZoneSidKey?: string; TuesdayEndTime?: Date; TuesdayStartTime?: Date; WednesdayEndTime?: Date; WednesdayStartTime?: Date; }; export type BusinessProcessSettings = sObject & { BusinessProcess?: sObject; BusinessProcessId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type BusinessProcessTypeDef = sObject & { AllManagedPackageMemberId?: ID; ApplicationUsageType?: AppDomainUsageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type BusinessUnit = sObject & { City?: string; Country?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceId?: ID; DataspaceScope?: DataspaceScope; DataspaceScopeId?: ID; Description?: string; DeveloperName?: string; Group?: Group; GroupId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PostalCode?: string; State?: string; Street?: string; SystemModstamp?: Date; }; export type BusinessUnitContributor = sObject & { BusinessUnit?: BusinessUnit; BusinessUnitId?: ID; Contributor?: sObject; ContributorId?: ID; ContributorRole?: BusinessUnitContributorRole; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; KeyPrefix?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type BusinessUnitMngCntntSpace = sObject & { BusinessUnit?: BusinessUnit; BusinessUnitId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDefaultMngContentSpace?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManagedContentSpace?: string; ManagedContentSpaceResourceId?: ID; SystemModstamp?: Date; }; export type BuyerGroupMember = sObject & { Buyer?: sObject; BuyerGroupId?: ID; BuyerId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; Owner?: sObject; OwnerId?: ID; SystemModstamp?: Date; }; export type C2CPermissionBinding = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomPermset?: PermissionSet; CustomPermsetId?: ID; IntegrationName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Scope?: string; SystemModstamp?: Date; }; export type CalculatedAffinityDef = sObject & { ContentObject?: MktDataModelObject; ContentObjectId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; IsDecay?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LookBackWindow?: number; MasterLabel?: string; ModuleNamespace?: string; ProfileDataGraphDefinition?: DataGraphDefinition; ProfileDataGraphDefinitionId?: ID; ScoringModel?: ScoringModel; Status?: EntityStatus; SystemModstamp?: Date; }; export type CallDisposition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Disposition?: string; DispositionCategory?: CallDispositionCategory; DispositionCategoryId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type CallDispositionCategory = sObject & { Category?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Dispositions?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CallRecordingGeoRestriction = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GeographicRegionName?: string; GeographicRegionType?: GeographicRegionType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CaptchaKey = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SecretKey?: string; SiteKey?: string; SystemModstamp?: Date; }; export type ChannelBusinessUnit = sObject & { BusinessUnit?: BusinessUnit; BusinessUnitId?: ID; Channel?: sObject; ChannelId?: ID; ChannelType?: BusinessUnitChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsAllBusinessUnits?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ChatbotMetric = sObject & { AverageInteractionsPerSession?: string; AverageSessionTime?: string; AverageStepEvents?: string; ChatbotVersion?: BotVersion; ChatbotVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EscalationRate?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumberOfDroppedConversations?: string; NumberOfSessions?: string; NumberOfSpamEvents?: string; SystemModstamp?: Date; }; export type ChoiceListValueDependency = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DependentValue?: ChoiceListValue; DependentValueId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentValue?: ChoiceListValue; ParentValueId?: ID; SystemModstamp?: Date; }; export type ClaimCoverageProdtProcDef = sObject & { AllManagedPackageMemberId?: ID; CalcAdjustmentDef?: sObject; CalcAdjustmentDefId?: ID; ClaimPaymentType?: CCRDType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayFieldSet?: FieldSet; DisplayFieldSetId?: ID; DisplayFieldSetValue?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LimitProcessingDef?: sObject; LimitProcessingDefId?: ID; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PolicyCoverageProdt?: string; SystemModstamp?: Date; }; export type CnfgItemAttrDef = sObject & { CnfgItemAttrPicklistDef?: CnfgItemAttrPicklistDef; CnfgItemAttrPicklistDefId?: ID; CnfgItemAttrSetAttr_CnfgItemAttrDef?: QueryResult; CnfgItemTypeAttrRelDef_CnfgItemAttrDef?: QueryResult; CnfgItemTypeColumnName?: string; CnfgItmAstSyncCond_CnfgItmFieldName?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: CIAttributeDataType; DeveloperName?: string; DisplayName?: string; DisplayOrder?: string; IsActive?: boolean; IsCustom?: boolean; IsDeleted?: boolean; IsHidden?: boolean; IsMain?: boolean; IsRequired?: boolean; IsUsedForCorrelation?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ReferenceObject?: string; SystemModstamp?: Date; }; export type CnfgItemAttrPcklstValDef = sObject & { CnfgItemAttrPicklistDef?: CnfgItemAttrPicklistDef; CnfgItemAttrPicklistDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsCustom?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PicklistValueName?: string; SystemModstamp?: Date; }; export type CnfgItemAttrPicklistDef = sObject & { CnfgItemAttrDef_CnfgItemAttrPicklistDef?: QueryResult; CnfgItemAttrPcklstValDef_CnfgItemAttrPicklistDef?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayName?: string; IsCustom?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgItemAttrSetAttr = sObject & { CnfgItemAttrDisplayGroup?: CnfgItemAttrSetDef; CnfgItemAttrDisplayGroupId?: ID; ConfigurationItemAttribute?: CnfgItemAttrDef; ConfigurationItemAttributeId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgItemAttrSetDef = sObject & { CnfgItemAttrSetAttr_CnfgItemAttrDisplayGroup?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayName?: string; IsActive?: boolean; IsCustom?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Sequence?: string; SystemModstamp?: Date; }; export type CnfgItemTypeAttrRelDef = sObject & { CnfgItemAttrDef?: CnfgItemAttrDef; CnfgItemAttrDefId?: ID; CnfgItemTypeDef?: CnfgItemTypeDef; CnfgItemTypeDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsCustom?: boolean; IsDeleted?: boolean; IsHidden?: boolean; IsMain?: boolean; IsPrimary?: boolean; IsReadOnly?: boolean; IsRequired?: boolean; IsUsedInRelMap?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgItemTypeDef = sObject & { CnfgItemTypeAttrRelDef_CnfgItemTypeDef?: QueryResult; CnfgItemTypeIdentRuleCnfgItemTypeDef?: QueryResult; CnfgItemTypeRelationDef_SourceConfigurationItemType?: QueryResult; CnfgItemTypeRelationDef_TargetConfigurationItemType?: QueryResult; CnfgItmAstSyncRules?: QueryResult; CnfgMgmtSvcMapLyotItmTyp_CnfgItemTypeDef?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisplayName?: string; IsAssetTracking?: boolean; IsComponent?: boolean; IsCustom?: boolean; IsDeleted?: boolean; IsUsedForTransientCnfgItm?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Status?: CnfgUsageStatus; SystemModstamp?: Date; }; export type CnfgItemTypeIdentFieldMap = sObject & { AttributePurpose?: IdentificationRuleAttributePurpose; CnfgItemTypeAttrRelDef?: CnfgItemTypeAttrRelDef; CnfgItemTypeAttrRelDefId?: ID; CnfgItemTypeIdentRule?: CnfgItemTypeIdentRule; CnfgItemTypeIdentRuleId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgItemTypeIdentRule = sObject & { CnfgItemTypeDef?: CnfgItemTypeDef; CnfgItemTypeDefId?: ID; CnfgItemTypeIdentFieldMapCnfgItemTypeIdentRule?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Priority?: number; SystemModstamp?: Date; }; export type CnfgItemTypeRelationDef = sObject & { CnfgMgmtRelationTypeDef?: CnfgMgmtRelationTypeDef; CnfgMgmtRelationTypeDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SourceConfigurationItemType?: CnfgItemTypeDef; SourceConfigurationItemTypeId?: ID; SystemModstamp?: Date; TargetConfigurationItemType?: CnfgItemTypeDef; TargetConfigurationItemTypeId?: ID; }; export type CnfgItmAstSyncCond = sObject & { AssetFieldName?: string; CnfgItmAssetSyncCriteria?: CnfgItmAstSyncCrit; CnfgItmAssetSyncCriteriaId?: ID; CnfgItmFieldName?: CnfgItemAttrDef; CnfgItmFieldNameId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: CnfgItmAstSyncCondOperator; SequenceNumber?: number; SystemModstamp?: Date; }; export type CnfgItmAstSyncCrit = sObject & { CnfgItmAstSyncRule?: CnfgItmAstSyncRule; CnfgItmAstSyncRuleId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomExpression?: string; ExpressionType?: CnfgItmAstSyncCritType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type CnfgItmAstSyncRule = sObject & { CnfgItmTypeDef?: CnfgItemTypeDef; CnfgItmTypeDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgMgmtRelationTypeDef = sObject & { CnfgItemTypeRelationDef_CnfgMgmtRelationTypeDef?: QueryResult; CnfgMgmtSvcMapLyotRelTyp_CnfgMgmtRelationTypeDef?: QueryResult; ColorCode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DirectRelationshipName?: string; InverseRelationshipName?: string; IsCustom?: boolean; IsDeleted?: boolean; IsInternal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineStrokeSpecification?: string; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; UsageStatus?: CnfgUsageStatus; }; export type CnfgMgmtSvcMapLyot = sObject & { CnfgMgmtSvcMapLyotItmTyp_CnfgMgmtSvcMapLyot?: QueryResult; CnfgMgmtSvcMapLyotRelTyp_CnfgMgmtSvcMapLyot?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayName?: string; IncludesExternalCnfgItms?: boolean; InternalName?: string; IsActive?: boolean; IsDeleted?: boolean; IsPredefinedSvcMapLyot?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgMgmtSvcMapLyotItmTyp = sObject & { CnfgItemTypeDef?: CnfgItemTypeDef; CnfgItemTypeDefId?: ID; CnfgMgmtSvcMapLyot?: CnfgMgmtSvcMapLyot; CnfgMgmtSvcMapLyotId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CnfgMgmtSvcMapLyotRelTyp = sObject & { CnfgMgmtRelationTypeDef?: CnfgMgmtRelationTypeDef; CnfgMgmtRelationTypeDefId?: ID; CnfgMgmtSvcMapLyot?: CnfgMgmtSvcMapLyot; CnfgMgmtSvcMapLyotId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ColorDefinition = sObject & { Color?: string; Context?: string; DurableId?: string; TabDefinition?: TabDefinition; TabDefinitionId?: string; Theme?: string; }; export type CommBlockOutTime = sObject & { BlockoutEndTime?: string; BlockoutName?: string; BlockoutStartTime?: string; CommunicationSubscriptionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EngagementChannelTypeId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MessagePurpose?: MessagePurpose; ModuleNamespace?: string; SystemModstamp?: Date; TimeZoneSidKey?: string; TimezoneCalculationMethod?: TimezoneCalculationMethod; }; export type CommerceEntitlementBuyerGroup = sObject & { BuyerGroupId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; PolicyId?: ID; SystemModstamp?: Date; }; export type CommerceEntitlementProduct = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; PolicyId?: ID; ProductId?: ID; SystemModstamp?: Date; }; export type CommonEventSubscription = sObject & { BatchSize?: number; CheckpointReplay?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultReplay?: EventSubscriptionReplayPreset; ErrorRecoveryReplay?: EventSubscriptionReplayPreset; EventChannel?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ReferenceSubscription?: ManagedEventSubscription; ReferenceSubscriptionId?: ID; State?: EventSubscriptionAdminState; SystemModstamp?: Date; TopicName?: string; UsageType?: EventSubscriptionUsageType; Version?: string; }; export type CommunicationChannelLine = sObject & { AggregatorName?: AggregatorName; BrandName?: string; CallDirectionInbound?: boolean; CallDirectionOutbound?: boolean; CampaignName?: string; CapabilityTypeSMS?: boolean; CapabilityTypeVoice?: boolean; CapabilityTypeWhatsAppMessage?: boolean; CapabilityTypeWhatsAppVoice?: boolean; Code?: string; CodeFeature?: CodeFeature; CodeOrderNumber?: string; CodePrefix?: string; CodeProvider?: CodeProvider; CodeProvisioningStatus?: CodeProvisioningStatus; CodeStatus?: CodeStatus; CodeSubType?: CodeSubType; CommunicationChannelLineType?: CommunicationChannelLineType; Country?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalCampaignIdentifier?: string; ExternalCodeIdentifier?: string; IsChannelCreationLaunchPoint?: boolean; IsDefaultForOutbound?: boolean; IsDeleted?: boolean; IsExternallyProcured?: boolean; IsMigrationComplete?: boolean; IsSyncGlobalDataStore?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Notes?: string; Platform?: string; PrimarySubTenantIdentifier?: string; PrimaryTenantIdentifier?: string; ProcuredDate?: Date; RegulatoryStatus?: RegulatoryStatus; SourceCountryCode?: SourceCountryCode; SystemModstamp?: Date; VendorRetry?: number; VoiceEdgeLocation?: string; }; export type CommunityWorkspacesNode = sObject & { Description?: string; DevName?: string; ExternalId?: string; HelpLocator?: string; Label?: string; Locator?: string; NetworkId?: string; PageType?: string; Parent?: string; Workspace?: string; }; export type CompactLayoutInfo = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; IsDefault?: boolean; Items?: QueryResult; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Metadata?: CompactLayout; NamespacePrefix?: string; ParentEnumOrId?: string; }; export type CompactLayoutItemInfo = sObject & { CompactLayoutInfo?: CompactLayoutInfo; CompactLayoutInfoId?: string; DurableId?: string; FieldDefinition?: FieldDefinition; FieldDefinitionId?: string; SortOrder?: number; }; export type CompactLayoutMapping = sObject & { AssignedToEnumOrId?: string; CompactLayout?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ComplexLiteralCustomAspect = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomAspectKey?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ReferenceObjectId?: ID; SystemModstamp?: Date; }; export type ComplianceScanAsset = sObject & { AssetContent?: string; AssetType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastUpdateHashDigest?: string; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; TenantType?: ComplianceScanTenantType; Type?: string; }; export type ComponentLicenseStatus = sObject & { ComponentIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLicensed?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; OrgIdentifier?: string; SystemModstamp?: Date; UserIdentifier?: string; }; export type ComputedComponentMetadata = sObject & { AuraDefinitionBundle?: string; ComplexityScore?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RuleViolations?: string; SystemModstamp?: Date; TotalDataRequestCount?: number; TotalDomNodes?: number; }; export type ConnectedApplication = sObject & { AppManifestVersionId?: ID; ApplicationOrg?: string; ConnAppPluginClassId?: ID; ContactEmail?: string; ContactPhone?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExecutionUserId?: ID; IconUrl?: string; InfoUrl?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogoUrl?: string; MobileSessionTimeout?: string; MobileStartUrl?: string; Name?: string; NamedUserUvidTimeout?: string; OptionsAllowAdminApprovedUsersOnly?: boolean; OptionsCodeCredentialGuestEnabled?: boolean; OptionsFullContentPushNotifications?: boolean; OptionsHasSessionLevelPolicy?: boolean; OptionsIsInternal?: boolean; OptionsRefreshTokenValidityMetric?: boolean; OptionsTokenExchangeManageBitEnabled?: boolean; PinLength?: string; RefreshTokenValidityPeriod?: number; SamlLoginInformation?: string; SessionPolicyAction?: PolicyAction; SessionTimeout?: string; StartUrl?: string; SystemModstamp?: Date; UvidTimeout?: string; Version?: string; }; export type ContainerAsyncRequest = sObject & { ApexClassMembers?: QueryResult; ApexComponentMembers?: QueryResult; ApexPageMembers?: QueryResult; ApexTriggerMembers?: QueryResult; AuraDefinitionChanges?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomFieldMembers?: QueryResult; DeployDetails?: DeployDetails; ErrorMsg?: string; FtestDeclMd1Members?: QueryResult; FtestDeclMd2Members?: QueryResult; FtestDeclMd3Members?: QueryResult; IsCheckOnly?: boolean; IsDeleted?: boolean; IsRunTests?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LoggingInformation?: string; MetadataContainer?: MetadataContainer; MetadataContainerId?: ID; MetadataContainerMember?: sObject; MetadataContainerMemberId?: ID; State?: ContainerAsyncRequestState; SystemModstamp?: Date; ValidationRuleMembers?: QueryResult; WorkflowAlertMembers?: QueryResult; WorkflowFieldUpdateMembers?: QueryResult; WorkflowOutboundMessageMembers?: QueryResult; WorkflowRuleMembers?: QueryResult; WorkflowTaskMembers?: QueryResult; }; export type ContextDefinitionFilter = sObject & { AllManagedPackageMemberId?: ID; ApiName?: string; ContextDefinitionVersion?: ContextDefinitionVersion; ContextDefinitionVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DisplayName?: string; Expression?: string; InheritedFrom?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; }; export type ContextDefinitionSync = sObject & { ContextDefinitionName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; EndDateTime?: Date; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; Owner?: sObject; OwnerId?: ID; StartDateTime?: Date; Status?: ContextDefinitionSyncStatus; SynchronizationInformation?: string; SystemModstamp?: Date; }; export type ContextExtendedElement = sObject & { AllManagedPackageMemberId?: ID; ContextDefinitionVersion?: ContextDefinitionVersion; ContextDefinitionVersionId?: ID; ContextExtendedElements?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; ElementName?: string; FileBasedParentElement?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ParentElement?: ContextExtendedElement; ParentElementId?: ID; Property?: string; SystemModstamp?: Date; Type?: ContextDefinitionArtifactType; }; export type ContextMappingConfig = sObject & { AllManagedPackageMemberId?: ID; ContextDefinition?: string; ContextMapping?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DocExtrctDefMapConfigs?: QueryResult; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UsageType?: ContextMappingConfigUsageType; }; export type ConversationApplicationDefinition = sObject & { ConversationDefinitions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IntegrationApplication?: string; IntegrationName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ConversationDefinitionBlock = sObject & { AllManagedPackageMemberId?: ID; BotBlockVersions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; Icon?: ContentAsset; IconId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BotBlock; ModuleNamespace?: string; NamespacePrefix?: string; OptionsRichContentEnabled?: boolean; SystemModstamp?: Date; }; export type ConversationDefinitionBlockVersion = sObject & { ConversationDefinitionBlock?: ConversationDefinitionBlock; ConversationDefinitionBlockId?: ID; ConversationDefinitionDialogs?: QueryResult; ConversationDefinitionGoals?: QueryResult; ConversationDefinitionVariables?: QueryResult; ConversationLanguages?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Metadata?: BotBlockVersion; MlDomain?: MlDomain; MlDomainId?: ID; ModuleNamespace?: string; OptionsRichContentEnabled?: boolean; PermissionSet?: PermissionSet; PermissionSetId?: ID; Status?: ConvDefBlockVersionStatus; SystemModstamp?: Date; }; export type ConversationDefinitionDialog = sObject & { BotDialogGroup?: ConversationDefinitionDialogGroup; BotDialogGroupId?: ID; ConversationDefinitionSteps?: QueryResult; ConversationDefinitionSystemDialogs?: QueryResult; ConversationNavigationLinks?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DescendantConversationDefinitionMessages?: QueryResult; DescendantConversationDefinitionRichMessages?: QueryResult; DescendantConversationDefinitionStepConditions?: QueryResult; DescendantConversationDefinitionSteps?: QueryResult; DescendantConversationInvocationMappings?: QueryResult; DescendantConversationInvocations?: QueryResult; DescendantConversationMessageGroups?: QueryResult; DescendantConversationNavigationLinks?: QueryResult; DescendantConversationNavigations?: QueryResult; DescendantConversationQuickReplyOptions?: QueryResult; DescendantConversationRecordLookupConditionFields?: QueryResult; DescendantConversationRecordLookups?: QueryResult; DescendantConversationRecordOutputFields?: QueryResult; DescendantConversationSystemMessageMappings?: QueryResult; DescendantConversationSystemMessages?: QueryResult; DescendantConversationVariableOperands?: QueryResult; DescendantConversationVariableOperations?: QueryResult; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsPlaceholderDialog?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: BotDialog; MlIntent?: MlIntent; MlIntentId?: ID; ModuleNamespace?: string; OptionsMlIntentTrainingEnabled?: boolean; Parent?: sObject; ParentId?: ID; ShowInFooterMenu?: boolean; SortOrder?: number; SystemModstamp?: Date; }; export type ConversationDefinitionDialogGroup = sObject & { BotVersion?: sObject; BotVersionId?: ID; ConversationDefinitionDialogs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ConversationDefinitionEventLog = sObject & { Action?: string; BotSessionKey?: string; ChannelType?: MessageType; ConversationDefinition?: sObject; ConversationDefinitionId?: ID; ConversationTurn?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DialogDefinition?: ConversationDefinitionDialog; DialogDefinitionId?: ID; Duration?: number; EventDateTime?: Date; EventDetails?: string; EventJson?: string; EventLabel?: string; EventTarget?: string; EventTargetType?: ConversationDefinitionEventLogTargetType; EventTimestamp?: string; EventUuid?: string; ExternalLatencyTime?: number; IsDeleted?: boolean; IsSuccessful?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogLevel?: ConversationDefinitionEventLogLevel; LogType?: ConversationDefinitionEventLogType; Message?: string; NumTokens?: number; OldEventJsonLength?: number; OldEventTimestamp?: Date; Parent?: ConversationDefinitionSession; ParentId?: ID; Planner?: string; PredictionType?: ConversationDefinitionEventPredictionType; PreviousEventLog?: ConversationDefinitionEventLog; PreviousEventLogId?: ID; PreviousEventLogUuid?: string; StepDefinition?: ConversationDefinitionStep; StepDefinitionId?: ID; StepType?: ConversationDefinitionEventLogStepType; SystemModstamp?: Date; User?: string; }; export type ConversationDefinitionMessage = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; MessageIdentifier?: string; Order?: number; Parent?: sObject; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; }; export type ConversationDefinitionPredictionDataCategory = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataCategory?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PredictionSetup?: ConversationDefinitionPredictionSetup; PredictionSetupId?: ID; SystemModstamp?: Date; }; export type ConversationDefinitionPredictionSetup = sObject & { ConvDefPredictionCategories?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ReferenceObject?: ServiceAISetupDefinition; ReferenceObjectId?: ID; SystemModstamp?: Date; }; export type ConversationDefinitionSession = sObject & { ChannelType?: MessageType; ConversationDefinition?: sObject; ConversationDefinitionEventLogs?: QueryResult; ConversationDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalSessionKey?: string; HasErrorLogs?: boolean; Hour?: number; IntegrationName?: string; IntegrationType?: ConversationDefinitionSessionIntegrationType; IsDeleted?: boolean; Language?: string; LastMessageTime?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Mode?: ConversationDefinitionSessionMode; ModuleNamespace?: string; Owner?: sObject; OwnerId?: ID; RuntimeSessionKey?: string; SessionData?: string; SessionDataCompressedLength?: number; SessionDataLength?: number; SessionDuration?: number; SessionEndType?: ConversationDefinitionSessionEndType; SessionStartTime?: Date; SessionStatus?: ConversationDefinitionSessionStatus; SessionTransferResult?: ConversationDefinitionSessionTransferResult; SessionTransferTargetType?: ConversationDefinitionSessionTransferTargetType; SessionTransferType?: ConversationDefinitionSessionTransferType; StatusChangedDateTime?: Date; SystemModstamp?: Date; WasSessionEngaged?: boolean; }; export type ConversationDefinitionStep = sObject & { BooleanFilter?: string; BotNavigations?: QueryResult; ConditionLogicType?: ConversationDefinitionLogicalOperatorType; ConversationDefinitionMessages?: QueryResult; ConversationDefinitionRichMessages?: QueryResult; ConversationDefinitionStepConditions?: QueryResult; ConversationDefinitionStepGoalMappings?: QueryResult; ConversationDefinitionSteps?: QueryResult; ConversationInvocations?: QueryResult; ConversationRecordLookups?: QueryResult; ConversationSystemMessages?: QueryResult; ConversationVariableOperations?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SortOrder?: number; StepIdentifier?: string; SystemModstamp?: Date; Type?: BotStepType; }; export type ConversationDefinitionStepCondition = sObject & { ConversationDefinitionStep?: ConversationDefinitionStep; ConversationDefinitionStepId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeftOperand?: string; OperatorType?: BotStepConditionOperatorType; RightOperandValue?: string; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type ConversationDefinitionSystemDialog = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dialog?: ConversationDefinitionDialog; DialogId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; Type?: ConversationSystemDialogType; }; export type ConversationDefinitionTemplate = sObject & { AgentType?: GenAiAgentType; AllManagedPackageMemberId?: ID; ConversationDefinitionDialogGroups?: QueryResult; ConversationDefinitionDialogs?: QueryResult; ConversationDefinitionGoals?: QueryResult; ConversationDefinitionSystemDialogs?: QueryResult; ConversationDefinitionVariables?: QueryResult; ConversationLanguages?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EntryDialog?: ConversationDefinitionDialog; EntryDialogId?: ID; FullName?: string; GenAiPlannerBotVersionDefinitions?: QueryResult; Icon?: ContentAsset; IconId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MainMenuDialog?: ConversationDefinitionDialog; MainMenuDialogId?: ID; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: BotTemplate; MlDomain?: MlDomain; MlDomainId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; OptionsRichContentEnabled?: boolean; PermissionSet?: PermissionSet; PermissionSetId?: ID; SystemModstamp?: Date; Type?: BotType; }; export type ConversationDefinitionVariable = sObject & { ConversationContextVariableMappings?: QueryResult; ConversationNavigationLinks?: QueryResult; ConversationVariableOperands?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ConversationDataType; Description?: string; DeveloperName?: string; IncludeInPrompt?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; VariableCollectionType?: ConversationVariableCollectionType; VariableSobjectType?: string; VariableType?: ConversationVariableType; Visibility?: ConversationVariableVisibilityType; }; export type ConversationInvocation = sObject & { ConversationInvocationMappings?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InvocationTarget?: string; InvocationTargetType?: ConversationInvocableTargetType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; }; export type ConversationInvocationMapping = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterName?: string; Parent?: sObject; ParentId?: ID; Record?: ContentAsset; RecordId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; Type?: BotInvocationMappingType; Value?: string; Variable?: string; }; export type ConversationMessageConstantValue = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Identifier?: string; ImageAsset?: ContentAsset; ImageAssetId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parent?: ConversationMessageDefinition; ParentConstant?: ConversationMessageConstant; ParentConstantId?: ID; ParentId?: ID; SortOrder?: number; SystemModstamp?: Date; TextValue?: string; ValueType?: ConversationMessageValueType; }; export type ConversationMessageDefinitionHandler = sObject & { ActiveRequestDurationMinutes?: number; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Handler?: string; HandlerType?: ConversationMessageHandlerType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MessageDefinition?: ConversationMessageDefinition; MessageDefinitionId?: ID; SystemModstamp?: Date; }; export type ConversationMessageGroup = sObject & { ConversationDefinitionMessages?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsOrdered?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: ConversationVariableOperation; ParentId?: ID; RootDialog?: ConversationDefinitionDialog; RootDialogId?: ID; SystemModstamp?: Date; Type?: ConversationMessageGroupType; }; export type ConversationMessageParameterDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsList?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaxListItems?: number; ParameterType?: ConversationMessageParameterType; Parent?: ConversationMessageDefinition; ParentId?: ID; ParentParameterDefinition?: ConversationMessageParameterDefinition; ParentParameterDefinitionId?: ID; SobjectType?: string; SortOrder?: number; SystemModstamp?: Date; ValueType?: ConversationMessageValueType; }; export type ConversationNavigation = sObject & { ConversationNavigationLinks?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SystemModstamp?: Date; Type?: BotNavigationType; }; export type ConversationNavigationLink = sObject & { ConversationNavigation?: ConversationNavigation; ConversationNavigationId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayLabel?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SortOrder?: number; SystemModstamp?: Date; TargetBotDialog?: ConversationDefinitionDialog; TargetBotDialogId?: ID; TargetVariable?: ConversationDefinitionVariable; TargetVariableId?: ID; }; export type ConversationQuickReplyOption = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LiteralValue?: string; Parent?: ConversationVariableOperation; ParentId?: ID; QuickReplyOptionIdentifier?: string; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SortOrder?: number; SystemModstamp?: Date; }; export type ConversationRecordOutputField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; RootDialog?: ConversationDefinitionDialog; RootDialogId?: ID; SystemModstamp?: Date; }; export type ConversationSlackApplication = sObject & { ByeKeywords?: string; ConversationDefinitions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SlackApp?: string; SystemModstamp?: Date; WakeupKeywords?: string; }; export type ConversationVariableOperand = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionsDisableAutoFill?: boolean; Parent?: ConversationVariableOperation; ParentId?: ID; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; Source?: string; SourceType?: ConversationVariableOperandSourceType; SourceValue?: string; SystemModstamp?: Date; Target?: sObject; TargetId?: ID; }; export type ConversationVariableOperation = sObject & { BotNavigations?: QueryResult; ConversationDefinitionMessages?: QueryResult; ConversationDefinitionRichMessages?: QueryResult; ConversationInvocations?: QueryResult; ConversationMessageGroups?: QueryResult; ConversationQuickReplyOptions?: QueryResult; ConversationVariableOperands?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IgnoreIntentRecognition?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxCollectRetries?: number; OptionsAskCollectIfSet?: boolean; OptionsAutoSelectIfSingleChoice?: boolean; OptionsOptionalCollect?: boolean; Parent?: ConversationDefinitionStep; ParentId?: ID; QuickReplyOptionTemplate?: string; QuickReplyType?: BotQuickReplyType; QuickReplyWidgetType?: BotWidgetType; RootBotDialog?: ConversationDefinitionDialog; RootBotDialogId?: ID; SourceVariable?: string; SystemModstamp?: Date; Type?: BotVariableOperationType; VariableOperationIdentifier?: string; }; export type CourseWaitlistConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SortOrder?: CourseWaitlistConfigSortOrder; SystemModstamp?: Date; Type?: CourseWaitlistConfigType; Value?: string; WaitlistPositionFieldOrder?: number; }; export type CtxMapToCtxDefExtlRef = sObject & { ContextMapping?: ContextMapping; ContextMappingId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappedContextDefinition?: ContextDefinition; MappedContextDefinitionId?: ID; SystemModstamp?: Date; }; export type CustExpIntlTechniqueConfig = sObject & { Category?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Payload?: string; SystemModstamp?: Date; }; export type CustomFieldMember = sObject & { Content?: string; ContentEntity?: CustomField; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: CustomField; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type CustomFulfillmentScopeCnfg = sObject & { AllManagedPackageMemberId?: ID; AssetContextTag?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DoesParticipatingAssetImpact?: boolean; FallbackScope?: FallbackScope; IsAssetized?: boolean; IsDeleted?: boolean; ItemContextTag?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type CustomNotifActionDef = sObject & { ActionGroup?: CustomNotificationActionGroup; ActionGroupId?: ID; ActionName?: string; ActionOrder?: number; ActionType?: NotificationActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Target?: ApexClass; TargetId?: ID; }; export type CustomNotificationActionGroup = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomNotificationActionDefinitions?: QueryResult; CustomNotificationType?: CustomNotificationType; CustomNotificationTypeId?: ID; GroupName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type CustomerIntelligenceChannel = sObject & { ChannelDataKitVersion?: number; ChannelName?: string; ChannelType?: DataSourceChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeploymentJobIdentifier?: string; DeploymentStatus?: ChannelDeploymentStatus; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type CustomerIntelligenceChannelInsight = sObject & { Channel?: CustomerIntelligenceChannel; ChannelId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; InsightType?: ChannelInsightType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PromptTemplateDevName?: string; SystemModstamp?: Date; }; export type DataAccsHier = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccsHierType?: DataAccsHierType; Description?: string; DeveloperName?: string; HierCreationType?: DataAccsHierCreationType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataAccsHierCnct = sObject & { Connection?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataAccsHierCnctTrgtDataSpc = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccsHierCnctTrgtHier?: DataAccsHierCnctTrgtHier; DataAccsHierCnctTrgtHierId?: ID; DataSpaceDefinitionId?: ID; DeployStatus?: DataAccsHierFBDKDeployStatus; DeveloperName?: string; ErrorMessage?: string; IsDeleted?: boolean; JobIdentifier?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataAccsHierCnctTrgtHier = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccsHier?: DataAccsHier; DataAccsHierCnct?: DataAccsHierCnct; DataAccsHierCnctId?: ID; DataAccsHierId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataAccsHierSrcSubstMap = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccsHier?: DataAccsHier; DataAccsHierId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SrcSubstName?: string; SrcSubstRef?: string; SrcSubstRefDataCloudObjType?: DataAccsHierSrcObjType; SrcSubstRefDataSpaceId?: ID; SrcSubstRefOrg?: string; SystemModstamp?: Date; }; export type DataAssessmentConfigItem = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAssessmentConfigField?: string; DataAssessmentConfigValue?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SobjectType?: string; SystemModstamp?: Date; }; export type DataCleanRoomProvider = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: ProviderCreationType; CreatorOrg?: string; Description?: string; DeveloperName?: string; DomainUrl?: string; IsDeleted?: boolean; IsInstalled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogoUrl?: string; MasterLabel?: string; ModuleNamespace?: string; OffCoreTenant?: string; ProviderName?: string; Source?: DataCleanRoomProviderSource; SourceConfiguration?: string; SystemModstamp?: Date; }; export type DataCloudCapability = string; export type DataConnectorConvStorage = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataConnectorInternalS3 = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DataDotComEntitySetting = sObject & { AllowDuplicates?: boolean; BypassSkippedRecords?: boolean; BypassTriggers?: boolean; BypassWorkflows?: boolean; CleanEntityOption?: CleanEntityOption; CleanJobEnabled?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsNextCleanJobFullSync?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SalesforceEntity?: string; SystemModstamp?: Date; }; export type DataGraphDefinition = sObject & { AttribModelDefs?: QueryResult; CalculatedAffinityDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DaoDefinition?: QueryResult; DataGraphDefinition?: QueryResult; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersonalizationPointDefs?: QueryResult; SystemModstamp?: Date; }; export type DataGraphDependencyMppng = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataGraphField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SobjectType?: DataGraphDefinition; SobjectTypeId?: ID; SystemModstamp?: Date; }; export type DataGraphFilterCondition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataGraphFilterCriteria = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataGraphRecencyCriteria = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DaoSourceObjectRecencyCriteria?: QueryResult; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataGraphSource = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DaoSourceObject?: QueryResult; DataGraphSourceMapping?: QueryResult; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ParentObject?: QueryResult; SystemModstamp?: Date; }; export type DataGraphVersion = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DataIntegrationRecordPurchasePermission = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalObject?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; User?: User; UserId?: ID; UserRecordPurchaseLimit?: number; }; export type DataMaskPolicy = sObject & { ActiveRevision?: DataMaskPolicy; ActiveRevisionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsSnapshotCopy?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastRunDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PolicySnapshot?: string; RunFrequency?: DataMaskRunFrequency; RunOnRefresh?: boolean; ScheduledStart?: Date; SystemModstamp?: Date; }; export type DataMaskPolicyField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldReference?: string; FillIfEmpty?: boolean; GeneratedValueLength?: number; IsDeleted?: boolean; IsUnique?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaskValue?: string; MaskingCategory?: DataMaskMaskingCategory; MaxMaskValue?: string; MinMaskValue?: string; ParentPolicy?: DataMaskPolicy; ParentPolicyId?: ID; SystemModstamp?: Date; }; export type DataMaskPolicyObject = sObject & { AffectedRecordCount?: number; AffectedRecordCountDate?: Date; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterEnabled?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: string; ParentPolicy?: DataMaskPolicy; ParentPolicyId?: ID; RawFilterData?: string; RunInSerialMode?: boolean; SystemModstamp?: Date; WhereCriteria?: string; }; export type DataMltOrgMdatChgLineage = sObject & { AdditionalDetail?: string; ChangeSetIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceDevName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MultiOrgLineageFeatureType?: MultiOrgLineageFeatureType; OwnerOrgId?: ID; SourceDeveloperName?: string; SourceOrgId?: ID; SourceRecord?: sObject; SourceRecordId?: ID; SystemModstamp?: Date; TargetDeveloperName?: string; TargetRecord?: sObject; TargetRecordId?: ID; }; export type DataObjTagDetectionInfo = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; Target?: MktDataLakeObject; TargetId?: ID; }; export type DataObjectDecorator = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalSourceType?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MotifName?: string; NameField?: MktDataModelField; NameFieldId?: ID; ObjectReference?: MktDataModelObject; ObjectReferenceId?: ID; SystemModstamp?: Date; }; export type DataOrgFeatureAllowList = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FeatureName?: FeatureName; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Organization?: string; SystemModstamp?: Date; }; export type DataRmtOrgMdatReplayNotif = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dataspace?: string; DeveloperName?: string; GroupChangeSetVersion?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NotificationStatus?: MultiOrgNotificationStatus; NotifiedSubscriber?: boolean; NotifierIdentification?: string; NotifierPayload?: string; SystemModstamp?: Date; }; export type DataType = sObject & { ContextServiceDataType?: ServiceDataType; ContextServiceDataTypeId?: string; ContextWsdlDataType?: WsdlDataType; ContextWsdlDataTypeId?: string; DeveloperName?: string; DurableId?: string; IsComplex?: boolean; }; export type DebugLevel = sObject & { ApexCode?: ApexLogLevel; ApexProfiling?: ApexLogLevel; Callout?: ApexLogLevel; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccess?: ApexLogLevel; Database?: ApexLogLevel; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Nba?: ApexLogLevel; System?: ApexLogLevel; SystemModstamp?: Date; Validation?: ApexLogLevel; Visualforce?: ApexLogLevel; Wave?: ApexLogLevel; Workflow?: ApexLogLevel; }; export type DelegateGroupGrant = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DelegateGroupId?: ID; GrantedId?: ID; KeyPrefix?: string; SystemModstamp?: Date; }; export type DelegateGroupMember = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DelegateGroupId?: ID; SystemModstamp?: Date; UserOrGroupId?: ID; }; export type DeployRequest = sObject & { AbortRequested?: boolean; AllowMissingFiles?: boolean; AsyncRequestId?: ID; AutoUpdatePackage?: boolean; CanceledBy?: User; CanceledById?: ID; ChangeSetName?: string; CheckOnly?: boolean; CompletedDate?: Date; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeployTestResults?: QueryResult; ErrorMessage?: string; ErrorStatusCode?: string; IgnoreWarnings?: boolean; InboundChangeSetId?: ID; InitiatingNamespace?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumberComponentErrors?: number; NumberComponentsDeployed?: number; NumberComponentsTotal?: number; NumberFiles?: number; NumberTestErrors?: number; NumberTestsCompleted?: number; NumberTestsTotal?: number; PurgeOnDelete?: boolean; RollbackOnError?: boolean; RunTestsEnabled?: boolean; SinglePackage?: boolean; SourceDeployRequest?: DeployRequest; SourceDeployRequestId?: ID; StartDate?: Date; StateDetail?: string; Status?: DeployStatus; SystemModstamp?: Date; TestLevel?: TestLevel; Type?: AsyncRequestSource; ZipSize?: number; }; export type DeployTestResult = sObject & { CodeType?: string; ComponentId?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeployRequest?: DeployRequest; DeployRequestId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; MethodName?: string; Name?: string; Namespace?: string; StackTrace?: string; Success?: boolean; SystemModstamp?: Date; Time?: number; }; export type DevWorkspace = sObject & { ActivePlan?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManagedContentSpaceId?: ID; MasterLabel?: string; MetadataGroupId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; }; export type DocumentExtractionDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DocumentExtractionDefConfigs?: QueryResult; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DocumentExtractionDefVer = sObject & { AllManagedPackageMemberId?: ID; ConfidenceThreshold?: number; ContextMappingConfig?: ContextMappingConfig; ContextMappingConfigId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DocumentExtractionDef?: DocumentExtractionDef; DocumentExtractionDefId?: ID; IsActive?: boolean; IsDeleted?: boolean; LargeLanguageModel?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LlmInputPrompt?: string; ManageableState?: ManageableState; SystemModstamp?: Date; VersionNumber?: number; }; export type DocumentTemplateConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: DocumentTemplate; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type DocumentTypeInputPrompt = sObject & { ApiName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DocumentType?: DocumentType; DocumentTypeId?: ID; InputPrompt?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type DomainProvision = sObject & { CnameTarget?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeprovisionType?: DomainDeprovisionType; DomainId?: ID; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionsHasProvisioningFailed?: boolean; OptionsIsHttpValidationDomain?: boolean; OptionsIsMigrating?: boolean; OptionsIsProvisionCanceled?: boolean; OptionsIsProvisioning?: boolean; OptionsIsSecurityProvisioning?: boolean; ProvisionEndDate?: Date; ProvisionFinalizeDate?: Date; ProvisionStartDate?: Date; ProvisionType?: DomainProvisionType; SourceCdnCertificate?: string; SourceHttpsOption?: DomainHttpsOption; SourceSandboxId?: ID; SystemModstamp?: Date; TargetCdnCertificate?: string; TargetCdnSecurityConfigType?: CdnSecurityConfigType; TargetCertificate?: Certificate; TargetCertificateId?: ID; TargetDomainName?: string; TargetHttpsOption?: DomainHttpsOption; TargetSandboxId?: ID; }; export type DuplicateJobDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DuplicateJobMatchingRuleDefinitions?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SobjectSubtype?: MatchingRuleSobjectSubtype; SobjectType?: string; SystemModstamp?: Date; }; export type DuplicateJobMatchingRuleDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DuplicateJobDefinition?: DuplicateJobDefinition; DuplicateJobDefinitionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MatchingRule?: MatchingRule; MatchingRuleId?: ID; ObjectMapping?: ObjectMapping; ObjectMappingId?: ID; SystemModstamp?: Date; }; export type EmailMigrationSummary = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsEmailHeaderOnly?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StartDate?: Date; SystemModstamp?: Date; TotalAttemptCount?: number; TotalEmailCount?: number; }; export type EmbdMsgChannelInvitationCondition = sObject & { ConditionType?: EswInvitationConditionResource; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomVariableName?: string; EmbdSvcMessagingChannel?: EmbeddedServiceMessagingChannel; EmbdSvcMessagingChannelId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operand?: EswInvitationConditionOperator; Sequence?: number; SystemModstamp?: Date; Value?: string; }; export type EmbeddedMessagingChannelHandler = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmbeddedMessagingChannel?: EmbeddedMessagingChannel; EmbeddedMessagingChannelId?: ID; Handler?: string; HandlerFunctionType?: HandlerFunctionType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceConfigPub = sObject & { Branding?: string; ChoiceList?: string; CoreVersion?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EsDeploymentConfig?: string; Form?: string; Invitation?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: EmbeddedServiceConfig; ParentId?: ID; SystemModstamp?: Date; }; export type EmbeddedServiceLabelsPub = sObject & { ChoiceListLabels?: string; CoreVersion?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomLabels1?: string; CustomLabels2?: string; EmbeddedServiceConfigPub?: EmbeddedServiceConfigPub; EmbeddedServiceConfigPubId?: ID; FormLabels?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type EmbeddedServiceMobilePlatform = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: EmbeddedServiceConfig; ParentId?: ID; PlatformType?: MobilePlatformType; PushNotificationCredential?: MobilePushNotificationCredential; PushNotificationCredentialId?: ID; SystemModstamp?: Date; }; export type EmpSvcInvocableActionCrdl = sObject & { ApexLogic?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EmpSvcInvocableActionDef?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; }; export type EmpSvcInvocableActionDef = sObject & { AllManagedPackageMemberId?: ID; ApexInput?: string; ApexOutput?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RelativeEndpointUrl?: string; RequestMethod?: EmployeeUseCaseMethod; Status?: EmployeeUseCaseStatus; SystemModstamp?: Date; }; export type EmployeeDataSyncField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsActive?: boolean; IsDefault?: boolean; IsDeleted?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SourceField?: string; SystemModstamp?: Date; TargetField?: string; }; export type EnblPgmPersonaDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EnablementPersona?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type EnforcementPolicy = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Status?: EnforcementPolicyStatus; SystemModstamp?: Date; Type?: EnforcementPolicyType; }; export type EnforcementPolicyRule = sObject & { Category?: EnforcementRuleCategory; Consumer?: NearCorePolicyConsumer; Cost?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Effect?: EnforcementRuleEffect; EnforcementPolicyVersion?: EnforcementPolicyVersion; EnforcementPolicyVersionId?: ID; IsDeleted?: boolean; LabelKey?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Param1?: string; Param2?: string; Param3?: string; Param4?: string; Parent?: sObject; ParentId?: ID; PrincipalAuthenticationLevel?: RulePrincipalAuthenticationLevel; SystemModstamp?: Date; }; export type EnforcementPolicyVersion = sObject & { Content?: string; Cost?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EnforcementPolicy?: EnforcementPolicy; EnforcementPolicyId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Revision?: number; Status?: EnforcementPolicyVersionStatus; SystemModstamp?: Date; }; export type EngagementInsightType = sObject & { ActivatedDateTime?: Date; AdditionalConfig?: string; Category?: EngagementInsightCategory; ChannelType?: EngagementInsightChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalIdentifier?: string; InsightModel?: EngagementInsightInsightModel; InsightName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SpeakerType?: EngagementInsightSpeakerType; Status?: EngagementInsightStatus; SupportedLanguageList?: string; SystemModstamp?: Date; UsageType?: EngagementInsightUsageType; }; export type EngagementSignalMetricDef = sObject & { AggregateFunction?: MetricAggregateFunction; AttribModelStageMetricDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EngagementSignalDefId?: ID; Field?: MktDataModelField; FieldId?: ID; IsDeleted?: boolean; IsRemote?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MetricName?: string; SystemModstamp?: Date; }; export type EngmtInsightTypeActionDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EngagementInsightType?: EngagementInsightType; EngagementInsightTypeId?: ID; InsightAction?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type EnhancedSearchLayout = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: MktDataModelObject; ObjectReferenceId?: ID; SystemModstamp?: Date; UiDefinition?: string; }; export type EnhancedSearchLayoutItem = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldReference?: MktDataModelField; FieldReferenceId?: ID; IsDeleted?: boolean; ItemType?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: EnhancedSearchLayout; ParentId?: ID; SystemModstamp?: Date; }; export type EntitlementCondition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntitlementCriteria?: EntitlementCriteria; EntitlementCriteriaId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: FilterOperation; SortOrder?: number; SourceField?: string; SourceObject?: string; SystemModstamp?: Date; Value?: string; }; export type EntitlementCriteria = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaType?: string; CustomLogicExpression?: string; Entitlement?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PriorityOrder?: number; SystemModstamp?: Date; }; export type EntityDefinition = sObject & { ApexTriggers?: QueryResult; AssignmentRules?: QueryResult; AutoResponseRules?: QueryResult; BusinessProcesses?: QueryResult; ChildRelationships?: QueryResult; CompactLayouts?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomFields?: QueryResult; DefaultCompactLayout?: CompactLayoutInfo; DefaultCompactLayoutId?: string; DefaultImplementation?: string; DeploymentStatus?: DeploymentStatus; Description?: string; DetailUrl?: string; DeveloperName?: string; DurableId?: string; EditDefinitionUrl?: string; EditUrl?: string; ExtendedBy?: string; ExtendsInterfaces?: string; ExternalSharingModel?: string; FieldSets?: QueryResult; Fields?: QueryResult; FormulaVariables?: QueryResult; FullName?: string; GlobalVariableTypes?: QueryResult; HasSubtypes?: boolean; HelpSettingPageName?: string; HelpSettingPageUrl?: string; IconUrl?: string; ImplementedBy?: string; ImplementsInterfaces?: string; InternalSharingModel?: string; IsActivityTrackable?: boolean; IsApexTriggerable?: boolean; IsAutoActivityCaptureEnabled?: boolean; IsBulkApiAccessAllowed?: boolean; IsCloneable?: boolean; IsCompactLayoutable?: boolean; IsCustomSetting?: boolean; IsCustomizable?: boolean; IsDeepCloneable?: boolean; IsDeprecatedAndHidden?: boolean; IsEverCreatable?: boolean; IsEverDeletable?: boolean; IsEverUpdatable?: boolean; IsFeedEnabled?: boolean; IsFieldHistoryTracked?: boolean; IsFlsEnabled?: boolean; IsIdEnabled?: boolean; IsInterface?: boolean; IsLayoutable?: boolean; IsMruEnabled?: boolean; IsProcessEnabled?: boolean; IsQueryable?: boolean; IsReplicateable?: boolean; IsReportingEnabled?: boolean; IsRetrieveable?: boolean; IsSearchLayoutable?: boolean; IsSearchable?: boolean; IsSharingAllowed?: boolean; IsStreamingApiAccessAllowed?: boolean; IsSubtype?: boolean; IsTriggerable?: boolean; IsWorkflowEnabled?: boolean; KeyPrefix?: string; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Layouts?: QueryResult; Limits?: QueryResult; LookupFilters?: QueryResult; MasterLabel?: string; Metadata?: CustomObject; NamespacePrefix?: string; NewUrl?: string; OverridesOfTypeEntity?: QueryResult; OwnerChangeOptions?: QueryResult; Particles?: QueryResult; PluralLabel?: string; PostTemplates?: QueryResult; Publisher?: Publisher; PublisherId?: string; QualifiedApiName?: string; QuickActionDefinitions?: QueryResult; RecordTypes?: QueryResult; RecordTypesSupported?: RecordTypesSupported; RelatedListDefinitions?: QueryResult; RelationshipDomains?: QueryResult; RunningUserEntityAccess?: UserEntityAccess; RunningUserEntityAccessId?: string; SearchLayouts?: QueryResult; StandardActions?: QueryResult; ValidationRules?: QueryResult; WebLinks?: QueryResult; WorkflowAlerts?: QueryResult; WorkflowFieldUpdates?: QueryResult; WorkflowOutboundMessages?: QueryResult; WorkflowTasks?: QueryResult; }; export type EntityLimit = sObject & { DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; Label?: string; Max?: number; Remaining?: number; Type?: EntityLimitType; }; export type EntityParticle = sObject & { ByteLength?: number; DataType?: string; DefaultValueFormula?: string; DefaultValueFormulaJavaScript?: string; DeveloperName?: string; Digits?: number; DurableId?: string; EncryptionState?: EncryptionState; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; ExtraTypeInfo?: string; FieldDefinition?: FieldDefinition; FieldDefinitionId?: string; FormulaParticles?: QueryResult; InlineHelpText?: string; IsApiFilterable?: boolean; IsApiGroupable?: boolean; IsApiSortable?: boolean; IsAutonumber?: boolean; IsCalculated?: boolean; IsCaseSensitive?: boolean; IsCompactLayoutable?: boolean; IsComponent?: boolean; IsCompound?: boolean; IsCreatable?: boolean; IsDefaultedOnCreate?: boolean; IsDependentPicklist?: boolean; IsDeprecatedAndHidden?: boolean; IsDisplayLocationInDecimal?: boolean; IsEncrypted?: boolean; IsFieldHistoryTracked?: boolean; IsHighScaleNumber?: boolean; IsHtmlFormatted?: boolean; IsIdLookup?: boolean; IsLayoutable?: boolean; IsListVisible?: boolean; IsNameField?: boolean; IsNamePointing?: boolean; IsNillable?: boolean; IsPermissionable?: boolean; IsUnique?: boolean; IsUpdatable?: boolean; IsWorkflowFilterable?: boolean; IsWriteRequiresMasterRead?: boolean; Label?: string; LayoutParticles?: QueryResult; Length?: number; Mask?: string; MaskType?: string; MasterLabel?: string; Name?: string; NamespacePrefix?: string; PicklistValues?: QueryResult; Precision?: number; ProductProperties?: QueryResult; QualifiedApiName?: string; ReferenceTargetField?: string; ReferenceTo?: RelationshipReferenceTo; RelationshipName?: string; RelationshipOrder?: number; Scale?: number; ValueType?: DataType; ValueTypeId?: string; }; export type EventTypeDefinition = sObject & { Description?: string; DurableId?: string; EventType?: EventType; Fields?: QueryResult; IsTransactional?: boolean; Label?: string; QualifiedApiName?: string; SubscriptionType?: EventSubscriptionType; }; export type EventTypeFieldDefinition = sObject & { DataType?: string; Description?: string; DurableId?: string; EventTypeDefinition?: EventTypeDefinition; EventTypeDefinitionId?: string; IsPublication?: boolean; IsRequired?: boolean; IsSubscription?: boolean; Label?: string; QualifiedApiName?: string; }; export type ExplainabilityActionDef = sObject & { ActionLogSchemaType?: ActionLogSchemaType; AllManagedPackageMemberId?: ID; ApplicationSubtype?: ApplicationSubtypeDefinition; ApplicationSubtypeId?: ID; ApplicationType?: EASAppType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsInternal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProcessType?: BusinessProcessTypeDef; ProcessTypeId?: ID; SystemModstamp?: Date; }; export type ExprcSiteDataspcIntegInfo = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dataspace?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Status?: SiteDCProvisionStatus; SystemModstamp?: Date; UpgradeStatus?: UpgradeStatus; Version?: string; }; export type ExpressionSetView = sObject & { Description?: string; DurableId?: string; ExpressionSetDetails?: string; HasContextDefinitionRef?: boolean; IsExecutable?: boolean; IsTemplate?: boolean; LastModifiedBy?: string; LastModifiedDate?: Date; Name?: string; NamespacePrefix?: string; UsageType?: ExpsSetProcessType; UsageTypeLabel?: string; }; export type ExpsSetObjectAliasFieldVw = sObject & { DurableId?: string; ExpsSetDefVerVarField?: string; FieldAlias?: string; InstalledPackageName?: string; LastModifiedBy?: string; LastModifiedDate?: Date; ManageableState?: ManageableState; NamespacePrefix?: string; ObjectAlias?: string; ObjectApiName?: string; SourceFieldDataType?: ExpsSetDataType; SourceFieldDecimalScale?: number; SourceFieldName?: string; UsageType?: ExpsSetProcessType; }; export type ExternalAIMetric = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalAiMetricType?: ExternalAiMetricType; ExternalAiModel?: ExternalAIModel; ExternalAiModelId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MetricKey?: string; MetricValue?: string; SystemModstamp?: Date; }; export type ExternalServiceCompatRef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Reference?: sObject; ReferenceId?: ID; Service?: ExternalServiceRegistration; ServiceId?: ID; SystemModstamp?: Date; }; export type ExternalServiceDataType = sObject & { ImplementorType?: string; }; export type ExternalServiceListType = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; ElementDataType?: sObject; ElementDataTypeId?: ID; IsDeleted?: boolean; IsOrdered?: boolean; IsUnique?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ListTypeName?: string; MaxOccurs?: number; MinOccurs?: number; Parent?: sObject; ParentId?: ID; Service?: ExternalServiceRegistration; ServiceId?: ID; SystemModstamp?: Date; VersionId?: ID; }; export type ExternalServiceMapType = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; IsOrdered?: boolean; KeyDataType?: sObject; KeyDataTypeId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MapTypeName?: string; MaxOccurs?: number; MinOccurs?: number; Parent?: sObject; ParentId?: ID; Service?: ExternalServiceRegistration; ServiceId?: ID; SystemModstamp?: Date; ValueDataType?: sObject; ValueDataTypeId?: ID; VersionId?: ID; }; export type ExternalServiceObjectType = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectBinding?: string; ObjectName?: string; Parent?: sObject; ParentId?: ID; Service?: ExternalServiceRegistration; ServiceId?: ID; SystemModstamp?: Date; Variant?: ExternalServiceObjectVariant; VersionId?: ID; }; export type ExternalServiceParameter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: sObject; DataTypeId?: ID; DefaultValue?: string; Description?: string; IsDeleted?: boolean; IsDeprecated?: boolean; IsRequired?: boolean; Kind?: ExternalServiceParameterKind; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxOccurs?: number; MinOccurs?: number; Operation?: ExternalServiceOperation; OperationDataType?: ExternalServiceOperation; OperationDataTypeId?: ID; OperationId?: ID; ParameterBinding?: string; ParameterName?: string; Position?: number; SystemModstamp?: Date; VersionId?: ID; }; export type ExternalServiceProperty = sObject & { AllowEmptyValue?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: sObject; DataTypeId?: ID; DefaultValue?: string; Description?: string; Example?: string; IsDeleted?: boolean; IsNullable?: boolean; IsObjectTypeName?: boolean; IsReadOnly?: boolean; IsRequired?: boolean; IsWriteOnly?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectType?: ExternalServiceObjectType; ObjectTypeId?: ID; Position?: number; PropertyBinding?: string; PropertyName?: string; SystemModstamp?: Date; VersionId?: ID; }; export type ExternalString = sObject & { AllManagedPackageMemberId?: ID; Category?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsProtected?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Localization?: QueryResult; ManageableState?: ManageableState; MasterLabel?: string; Name?: string; NamespacePrefix?: string; SystemModstamp?: Date; Value?: string; }; export type ExternalStringLocalization = sObject & { CountryCode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyCode?: string; ExternalString?: ExternalString; ExternalStringId?: ID; IsOutOfDate?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NamespacePrefix?: string; RegionCode?: string; SystemModstamp?: Date; Value?: string; }; export type ExtlClntAppAttestPolicy = sObject & { AttestEnforceLevel?: AttestEnforceLevel; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalClientApplicationId?: ID; ExtlClntAppAttestSettings?: ExtlClntAppAttestSettings; ExtlClntAppAttestSettingsId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ExtlClntAppAttestSettings = sObject & { AttestConfigLink?: string; AttestServiceType?: AttestServiceType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalClientApplicationId?: ID; ExtlClntAppOauthSettingsId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type ExtlClntAppSamlPlcyCnfg = sObject & { AcsUrl?: string; Certificate?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EncryptionCertificate?: string; EncryptionType?: ExtlClntAppSamlEncryptType; EntityUrl?: string; ExternalClientApplicationId?: ID; IdpCertificate?: Certificate; IdpCertificateId?: ID; IsDeleted?: boolean; Issuer?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NameIdFormat?: ExtlClntAppNameIdFormatType; SigningAlgorithmType?: ExtlClntAppSamlSignAlgoType; SingleLogoutBindingType?: ExtlClntAppSamlBindingType; SingleLogoutUrl?: string; StartUrl?: string; SubjectCustomAttribute?: string; SubjectType?: ExtlClntAppSamlSubjectType; SystemModstamp?: Date; }; export type ExtlRecShrCnct = sObject & { CnctName?: string; CnctRole?: ConnectionRole; CnctStatus?: ConnectionStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalClientApplicationId?: ID; ExtlSystem?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; }; export type ExtlRecShrField = sObject & { ConctExtlField?: CustomField; ConctExtlFieldId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExtlRecShrObject?: ExtlRecShrObject; ExtlRecShrObjectId?: ID; FieldDefaultValue?: string; FieldSetType?: FieldSetType; IsDeleted?: boolean; IsFieldNillable?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SendFieldUpdates?: boolean; SharedFieldDevName?: string; SharedFieldLabel?: string; SharedFieldLength?: number; SharedFieldType?: SharedFieldType; SystemModstamp?: Date; }; export type ExtlRecShrFieldMap = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ImportedField?: ExtlRecShrField; ImportedFieldId?: ID; InternalField?: ExtlRecShrField; InternalFieldId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ExtlRecShrObject = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultRecordOwner?: sObject; DefaultRecordOwnerId?: ID; ExtlObjectType?: string; ExtlRecShrCnct?: ExtlRecShrCnct; ExtlRecShrCnctId?: ID; FieldMapStatus?: FieldMapStatus; InternalObjectType?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type ExtlRecShrPcklstOptn = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExtlRecShrField?: ExtlRecShrField; ExtlRecShrFieldId?: ID; IsDefaultOption?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SharedOptionLabel?: string; SharedOptionValue?: string; SystemModstamp?: Date; }; export type ExtlRecShrPicklistMap = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ImportedPcklstOption?: ExtlRecShrPcklstOptn; ImportedPcklstOptionId?: ID; InternalPcklstOption?: ExtlRecShrPcklstOptn; InternalPcklstOptionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type FTestCart = sObject & { CartKey?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; DeliveryGroups?: QueryResult; Description?: string; ExternalId?: string; FlsCartTextField?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MailingAddress?: any; MailingCity?: string; MailingCountryCode?: string; MailingGeocodeAccuracy?: GeocodePrecision; MailingLatitude?: number; MailingLongitude?: number; MailingPostalCode?: string; MailingStateCode?: string; MailingStreet?: string; Name?: string; NetTotal?: number; ProductItems?: QueryResult; ShopperIdentifier?: string; SystemModstamp?: Date; Total?: number; UserId?: ID; Uvid?: string; }; export type FTestCartItemTax = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; ExternalId?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineagePath?: string; Name?: string; Price?: number; ProductItem?: FTestProductItem; ProductItemId?: ID; SystemModstamp?: Date; TaxType?: TaxTypes; }; export type FTestDeliveryGroup = sObject & { Cart?: FTestCart; CartId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; ExternalId?: string; FlsDeliveryGroupTextField?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineagePath?: string; MailingAddress?: any; MailingCity?: string; MailingCountryCode?: string; MailingGeocodeAccuracy?: GeocodePrecision; MailingLatitude?: number; MailingLongitude?: number; MailingPostalCode?: string; MailingStateCode?: string; MailingStreet?: string; Name?: string; ProductItems?: QueryResult; SystemModstamp?: Date; }; export type FTestFlatZos = sObject & { ApplicationType?: ApplicationType; Cost?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; ExternalId?: string; FtestVirtualBpoLookupId?: ID; IsOrderActive?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; OrderedDate?: Date; SystemModstamp?: Date; }; export type FTestMetadataCatalogEntity = sObject & { DurableId?: string; Name?: string; }; export type FTestProductItem = sObject & { Cart?: FTestCart; CartId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; DeliveryGroup?: FTestDeliveryGroup; DeliveryGroupId?: ID; ExternalId?: string; FlsProductItemCurrencyField?: number; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineagePath?: string; Name?: string; Price?: number; Quantity?: number; SystemModstamp?: Date; Tax?: number; Taxes?: QueryResult; Total?: number; }; export type FTestSystemCatalogEntity = sObject & { DurableId?: string; Name?: string; }; export type FTestToolingFLUInfo = sObject & { DeveloperName?: string; DurableId?: string; EnumOrId?: string; FullName?: string; Int?: number; Metadata?: FTestToolingFLU; Text?: string; Text2?: string; }; export type FieldDefinition = sObject & { BusinessOwner?: sObject; BusinessOwnerId?: ID; BusinessStatus?: string; CalculatedFormulaJavaScript?: string; CalculatedFormulaReferences?: string; CompactLayoutItems?: QueryResult; ComplianceGroup?: string; ControlledFields?: QueryResult; ControllingFieldDefinition?: FieldDefinition; ControllingFieldDefinitionId?: string; DataType?: string; Description?: string; DeveloperName?: string; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; ExtraTypeInfo?: string; FullName?: string; IsAiPredictionField?: boolean; IsApiFilterable?: boolean; IsApiGroupable?: boolean; IsApiSortable?: boolean; IsCalculated?: boolean; IsCompactLayoutable?: boolean; IsCompound?: boolean; IsEverApiAccessible?: boolean; IsFieldHistoryTracked?: boolean; IsFlsEnabled?: boolean; IsHighScaleNumber?: boolean; IsHtmlFormatted?: boolean; IsIndexed?: boolean; IsListFilterable?: boolean; IsListSortable?: boolean; IsListVisible?: boolean; IsNameField?: boolean; IsNillable?: boolean; IsPolymorphicForeignKey?: boolean; IsSearchPrefilterable?: boolean; IsWorkflowFilterable?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Length?: number; LookupFilters?: QueryResult; MasterLabel?: string; Metadata?: CustomField; NamespacePrefix?: string; ParentEnumOrId?: string; Particles?: QueryResult; Precision?: number; Publisher?: Publisher; PublisherId?: string; QualifiedApiName?: string; ReferenceTargetField?: string; ReferenceTo?: RelationshipReferenceTo; RelationshipDomains?: QueryResult; RelationshipName?: string; RunningUserFieldAccess?: UserFieldAccess; RunningUserFieldAccessId?: string; Scale?: number; SecurityClassification?: string; ValueType?: DataType; ValueTypeId?: string; WorkflowFieldUpdates?: QueryResult; }; export type FlowApexClassDescriptor = sObject & { DurableId?: string; IdentifierEnumOrId?: string; InnerTypes?: QueryResult; Name?: string; Namespace?: string; Parent?: FlowApexClassDescriptor; ParentId?: string; Properties?: QueryResult; }; export type FlowApexClassPropertyDesc = sObject & { ApexClass?: string; Description?: string; DurableId?: string; IdentifierEnumOrId?: string; IsCollection?: boolean; IsNullable?: boolean; IsRequired?: boolean; Label?: string; Name?: string; ObjectType?: string; Parent?: FlowApexClassDescriptor; ParentId?: string; Type?: string; }; export type FlowElementTestCoverage = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ElementName?: string; FlowTestCoverage?: FlowTestCoverage; FlowTestCoverageId?: ID; FlowVersion?: Flow; FlowVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type FlowExtension = sObject & { AllowMultipleChoices?: boolean; AllowSingleChoice?: boolean; Category?: string; ConfigurationEditor?: string; Description?: string; DesignSubstitute?: string; DurableId?: string; ExtensionType?: string; GenericTypes?: QueryResult; Label?: string; Parameters?: QueryResult; ProcessTypes?: QueryResult; QualifiedApiName?: string; Source?: string; }; export type FlowExtensionGenericType = sObject & { Description?: string; DurableId?: string; FlowExtension?: FlowExtension; FlowExtensionId?: string; Label?: string; Name?: string; SuperType?: string; }; export type FlowExtensionParam = sObject & { ApexClass?: string; ApiName?: string; AvailableValues?: string; DataType?: string; DefaultValue?: string; Description?: string; DurableId?: string; FlowExtension?: FlowExtension; FlowExtensionId?: string; FlowRole?: string; HasDefaultValue?: boolean; IsInput?: boolean; IsOutput?: boolean; IsRequired?: boolean; IsTranslatable?: boolean; Label?: string; MaxOccurs?: number; MaxValue?: string; MinFlowApiVersion?: number; MinValue?: string; ObjectType?: string; }; export type FlowExtensionProcessType = sObject & { DurableId?: string; FlowExtension?: FlowExtension; FlowExtensionId?: string; ProcessType?: string; }; export type FlowTestCoverage = sObject & { ApexTestClass?: ApexClass; ApexTestClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FlowVersion?: Flow; FlowVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumElementsCovered?: number; NumElementsNotCovered?: number; SystemModstamp?: Date; TestMethodName?: string; }; export type FlowTestResult = sObject & { ApexTestQueueItem?: ApexTestQueueItem; ApexTestQueueItemId?: ID; ApexTestResult?: ApexTestResult; ApexTestResultId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; FlowDefinition?: FlowDefinition; FlowDefinitionId?: ID; FlowDefinitionViewId?: string; FlowTest?: FlowTest; FlowTestId?: ID; FlowTestViewId?: string; FlowVersionNumber?: number; FlowVersionViewId?: string; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterFlowVersion?: string; MayEdit?: boolean; Name?: string; Owner?: sObject; OwnerId?: ID; Result?: FlowTestResultStatusType; SystemModstamp?: Date; TestEndDateTime?: Date; TestStartDateTime?: Date; }; export type FlowTestUniquenessConstraint = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjectType?: string; SortOrder?: number; SystemModstamp?: Date; }; export type FlowTestUniquenessConstraintItem = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SortOrder?: number; SystemModstamp?: Date; }; export type ForecastingDisplayedFamily = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayPosition?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ProductFamily?: string; SystemModstamp?: Date; }; export type FormulaFunction = sObject & { Category?: FormulaFunctionCategory; CategoryId?: string; Description?: string; DurableId?: string; ExampleString?: string; Label?: string; Name?: string; Types?: QueryResult; }; export type FormulaFunctionAllowedType = sObject & { DurableId?: string; Function?: FormulaFunction; FunctionId?: string; Type?: UddFormulaType; }; export type FormulaFunctionCategory = sObject & { DurableId?: string; Functions?: QueryResult; Label?: string; Name?: string; }; export type FormulaOperator = sObject & { DurableId?: string; Label?: string; Name?: string; Value?: string; }; export type FormulaParticle = sObject & { DurableId?: string; EntityParticle?: EntityParticle; EntityParticleId?: string; IsAvailableForFormulas?: boolean; IsAvailableForMerge?: boolean; IsPolymorphic?: boolean; IsSpanningAllowed?: boolean; }; export type FormulaVariable = sObject & { Children?: QueryResult; DataType?: string; DataTypeLabel?: string; DurableId?: string; Entity?: EntityDefinition; EntityId?: string; FormulaType?: UddFormulaType; HasChildren?: boolean; Label?: string; Name?: string; Parent?: FormulaVariable; ParentId?: string; Value?: string; }; export type FtestDeclMd1Member = sObject & { Content?: string; ContentEntity?: FtestTopLevelWithDeclMd1; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: FtestTopLevelWithDeclMd1; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type FtestDeclMd2Member = sObject & { Content?: string; ContentEntity?: FtestTopLevelWithDeclMd2; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: FtestTopLevelWithDeclMd2; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type FtestDeclMd3Member = sObject & { Content?: string; ContentEntity?: FtestTopLevelWithDeclMd3; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: FtestTopLevelWithDeclMd3; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type FtestSetup = sObject & { AutoNum?: string; Body?: string; BodyCompressedLength?: number; BodyLength?: number; Clob?: string; ContentType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomFieldDefinition?: CustomField; CustomFieldDefinitionId?: ID; Date?: Date; DateTime?: Date; DefaultedInt?: number; DerivedText?: string; Double?: number; Formula?: number; FtestPackagedSetupId?: ID; Int?: number; IsBoolean?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LongBinary?: string; LongClob?: string; LongUrl?: string; LongUrlNewSlot?: string; OptionsSample?: boolean; OptionsVal1?: boolean; OptionsVal2?: boolean; Picklist?: string; SystemModstamp?: Date; Text?: string; User?: User; UserId?: ID; }; export type GenAiConvDefPlanner = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentRecord?: sObject; ParentRecordId?: ID; Planner?: GenAiPlannerDefinition; PlannerId?: ID; SystemModstamp?: Date; }; export type GenAiFunctionDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; GenAiPlannerAttrDefinitions?: QueryResult; InvocationTarget?: string; InvocationTargetType?: string; IsConfirmationRequired?: boolean; IsDeleted?: boolean; IsIncludeInProgressIndicator?: boolean; IsLocal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LocalDeveloperName?: string; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiFunction; ModuleNamespace?: string; NamespacePrefix?: string; Parent?: GenAiPlannerFunctionDef; ParentId?: ID; Planner?: GenAiPlannerDefinition; PlannerId?: ID; Plugin?: GenAiPluginDefinition; PluginId?: ID; ProgressIndicatorMessage?: string; Source?: string; SystemModstamp?: Date; }; export type GenAiFunctionTypeDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiFunction; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type GenAiPlannerAttrDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MappingType?: PlannerAttrMappingType; MasterLabel?: string; ModuleNamespace?: string; ParameterName?: string; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; }; export type GenAiPlannerDefinition = sObject & { AgentGraph?: string; AgentGraphRefId?: ID; AgentScriptRefId?: ID; AiPlannerRelatedAgents?: QueryResult; AllManagedPackageMemberId?: ID; Capabilities?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; GenAiFunctionDefinitions?: QueryResult; GenAiPlannerAttrDefinitions?: QueryResult; GenAiPlannerBotVersionDefinitions?: QueryResult; GenAiPlannerDefinitions?: QueryResult; GenAiPlannerPluginDefinitions?: QueryResult; GenAiPluginDefinitions?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiPlannerBundle; ModuleNamespace?: string; NamespacePrefix?: string; PlannerType?: PlannerType; SystemModstamp?: Date; }; export type GenAiPlannerRuleExprCond = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: GenAiRuleExpressionOperator; Parent?: GenAiPlannerRuleExprDef; ParentId?: ID; SortOrder?: number; SystemModstamp?: Date; Value?: string; Variable?: sObject; VariableId?: ID; }; export type GenAiPluginDefinition = sObject & { AllManagedPackageMemberId?: ID; CanEscalate?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FullName?: string; GenAIPluginFunctionDefinitions?: QueryResult; GenAiFunctionDefinitions?: QueryResult; IsDeleted?: boolean; IsLocal?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LocalDeveloperName?: string; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GenAiPlugin; ModuleNamespace?: string; NamespacePrefix?: string; Parent?: sObject; ParentId?: ID; Planner?: GenAiPlannerDefinition; PlannerId?: ID; PluginType?: PluginType; Scope?: string; Source?: string; SystemModstamp?: Date; }; export type GenAiPluginDmnRltdFltr = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GenAiPluginDomain?: GenAiPluginDomain; GenAiPluginDomainId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; RefObjectIdentifier?: string; RefObjectName?: string; SystemModstamp?: Date; }; export type GenAiPluginDomain = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DomainSourceIdentifier?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ScopeIdentifier?: string; ScopeType?: string; SystemModstamp?: Date; }; export type GenAiPromptGenInstruction = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Instruction?: string; IsDeleted?: boolean; LanguageScope?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Layer?: GenAiPromptGenerationInstructionLayer; ManageableState?: ManageableState; Parent?: GenAiPromptGenerationConfig; ParentId?: ID; PrimaryModel?: string; Role?: GenAiPromptGenerationInstructionRole; SystemModstamp?: Date; }; export type GenAiPromptGenerationConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; GenAiPromptGenInstructions?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Scope?: GenAiPromptGenerationConfigScope; SystemModstamp?: Date; Type?: GenAiPromptGenerationConfigurationType; }; export type GenAiPromptTemplateSampleData = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GenAiPromptTemplateVersionKey?: GenAiPromptTemplateVersion; GenAiPromptTemplateVersionKeyId?: ID; GenAiSampleDataKey?: GenAiSampleData; GenAiSampleDataKeyId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type GenAiPromptTemplateType = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Fullname?: string; GenAiPromptTemplateInputs?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; Type?: string; }; export type GenAiSampleData = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GenAiSampleData?: QueryResult; IsDeleted?: boolean; Key?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Sample?: string; SampleDataType?: string; SystemModstamp?: Date; }; export type GenComputingSummaryDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsCommentPostEnabled?: boolean; IsDeleted?: boolean; IsFeedPostEnabled?: boolean; IsPublic?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Prompt?: string; RelatedObject?: string; SystemModstamp?: Date; }; export type GenOpExtActionDef = sObject & { ActionEnumOrId?: string; ActionType?: ServicePlanActionType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type GenOpPlanSimRecRetriever = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RetrieverId?: ID; SystemModstamp?: Date; TargetObjectType?: ServicePlanSourceType; }; export type GenOpPluginExtActionDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExtendedAction?: GenOpExtActionDef; ExtendedActionId?: ID; GenAiPlugin?: GenAiPluginDefinition; GenAiPluginId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type GiftEntryGridTemplate = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsSingleGiftDefault?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TemplateConfiguration?: string; }; export type GisExtlAuthIdProvider = sObject & { AuthType?: GisAuthenticationType; BaseUrl?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExtlAuthIdentityProvider?: ExternalAuthIdentityProvider; ExtlAuthIdentityProviderId?: ID; GisProvider?: GisProvider; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type GisExtlAuthIdPrvdProfile = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; GisExtlAuthIdProvider?: GisExtlAuthIdProvider; GisExtlAuthIdProviderId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; export type GisExtlMapObjectConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultMapKey?: string; DeveloperName?: string; GisProvider?: GisProvider; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MapIdFieldName?: string; MasterLabel?: string; ModuleNamespace?: string; ObjectName?: string; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; }; export type GisPrvdCnctrJobDefinition = sObject & { ConnectorName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CronExpression?: string; DeveloperName?: string; GisAuthProvider?: GisExtlAuthIdProvider; GisAuthProviderId?: ID; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type GisPrvdCnctrJobObjFilter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FilterOperator?: GisFilterOperator; FilterSequenceNumber?: number; FilterValue?: string; GisProviderConnectorObject?: GisPrvdCnctrJobObject; GisProviderConnectorObjectId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; TargetFilterField?: string; }; export type GisPrvdCnctrJobObjFldMap = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldApiName?: string; GisProviderConnectorObject?: GisPrvdCnctrJobObject; GisProviderConnectorObjectId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProviderFieldName?: string; SystemModstamp?: Date; }; export type GisPrvdCnctrJobObjRun = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CronTrigger?: string; CurrencyIsoCode?: string; EndTime?: Date; ErrorMessage?: string; GisProviderConnectorObject?: GisPrvdCnctrJobObject; GisProviderConnectorObjectId?: ID; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastQueryDateTime?: Date; MayEdit?: boolean; Name?: string; StartTime?: Date; Status?: GisJobStatus; SystemModstamp?: Date; }; export type GisPrvdCnctrJobObject = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FilterLogic?: string; GisProviderDataConnectorJob?: GisPrvdCnctrJobDefinition; GisProviderDataConnectorJobId?: ID; GisProviderGeometryFieldName?: string; GisProviderLayer?: string; GisProviderLayerType?: GisLayerType; GisProviderLayerUrl?: string; GisPrvdCnctrJobObjRuns?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectName?: string; SystemModstamp?: Date; }; export type GisRelatedObjectConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultColor?: string; DefaultIcon?: string; DeveloperName?: string; FieldName?: string; FieldType?: GisFieldType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectName?: string; RecordType?: RecordType; RecordTypeId?: ID; ReferenceObjectName?: string; SystemModstamp?: Date; }; export type GlobalVariable = sObject & { Datatype?: string; DurableId?: string; Label?: string; Name?: string; Type?: GlobalVariableType; TypeId?: string; }; export type GlobalVariableType = sObject & { ChildTypes?: QueryResult; Context?: GlobalVariableContext; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; HasChildTypes?: boolean; Label?: string; Name?: string; ParentType?: GlobalVariableType; ParentTypeId?: string; Variables?: QueryResult; }; export type GtwyProvPaymentMethodType = sObject & { AllManagedPackageMemberId?: ID; Comments?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; GtwyProviderPaymentMethodType?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastViewedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: GatewayProviderPaymentMethodType; ModuleNamespace?: string; NamespacePrefix?: string; PaymentGatewayProvider?: PaymentGatewayProvider; PaymentGatewayProviderId?: ID; PaymentMethodType?: string; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; }; export type HistoryRetentionJob = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DurationSeconds?: number; HistoryType?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NumberOfRowsRetained?: number; RetainOlderThanDate?: Date; Status?: RetentionJobStatus; SystemModstamp?: Date; }; export type IDEPerspective = sObject & { Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; SystemModstamp?: Date; User?: User; UserId?: ID; }; export type IDEWorkspace = sObject & { Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; SystemModstamp?: Date; User?: User; UserId?: ID; }; export type IconDefinition = sObject & { ContentType?: string; DurableId?: string; Height?: number; TabDefinition?: TabDefinition; TabDefinitionId?: string; Theme?: string; Url?: string; Width?: number; }; export type InstalledPkgBundleVersion = sObject & { BundleName?: string; BundleVersionName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MajorVersion?: number; MinorVersion?: number; PackageBundle?: PackageBundle; PackageBundleId?: ID; PackageBundleVersion?: PackageBundleVersion; PackageBundleVersionId?: ID; SystemModstamp?: Date; }; export type InstalledSubscriberPackage = sObject & { MinPackageVersionId?: ID; PackageBundleVersionComponentInstallRequests?: QueryResult; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; }; export type InstalledSubscriberPackageVersion = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MinPackageVersion?: SubscriberPackageVersion; MinPackageVersionId?: ID; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SystemModstamp?: Date; }; export type IntegArtifactConnector = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IntegArtifactVersion?: IntegArtifactVersion; IntegArtifactVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; TargetType?: ConnectorTargetType; }; export type IntegArtifactDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; DisplayName?: string; GroupIdentifier?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type IntegArtifactResource = sObject & { Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilePath?: string; IntegArtifactVersion?: IntegArtifactVersion; IntegArtifactVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type IntegArtifactVersion = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IntegArtifactDef?: IntegArtifactDef; IntegArtifactDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Version?: string; }; export type IntegEnvApplnConnection = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IntegrationEnvApplication?: IntegrationEnvApplication; IntegrationEnvApplicationId?: ID; IntegrationEnvConnection?: IntegrationEnvConnection; IntegrationEnvConnectionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Status?: LinkStatus; StatusReason?: string; SystemModstamp?: Date; }; export type IntegrationEnvApplication = sObject & { ConfigurationIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeploymentErrorMessage?: string; DeploymentIdentifier?: string; DeploymentStatus?: IntegrationDeploymentStatus; DeploymentTargetIdentifier?: string; DeploymentTargetName?: string; DeploymentTargetType?: DeploymentTargetType; DomainName?: string; ExternalAppUpdateVersion?: string; ExternalApplicationCategory?: IntegrationCategory; ExternalApplicationName?: string; ExternalApplicationType?: IntegrationApplicationType; ExternalApplicationVersion?: string; ExternalApplnGrpIdentifier?: string; ExternalApplnIdentifier?: string; ExternalApplnOrgIdentifier?: string; ExternalEnvIdentifier?: string; ExternalEnvironmentName?: string; ExternalEnvironmentType?: IntegrationEnvironmentType; ExternalEnvironmentZone?: IntegrationEnvironmentZone; ExternalOrgIdentifier?: string; ExternalOrganizationName?: string; ExtlAppVersionUpdateStatus?: IntegrationVerUpdateStatus; ExtlApplnPolicyIdentifier?: string; ExtlIntegrationType?: ExternalIntegrationType; FullyQualifiedDomainName?: string; InstanceName?: string; IntegrationEnvApplications?: QueryResult; IntegrationEnvConfig?: IntegrationEnvConfig; IntegrationEnvConfigId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; }; export type IntegrationEnvConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalEnvConnectionType?: ExternalEnvConnectionType; ExternalHostEnvRegion?: IntegrationEnvironmentRegion; ExternalUserIdentifier?: string; FirstName?: string; IntegrationEnvConfigs?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastName?: string; MasterLabel?: string; ModuleNamespace?: string; NamedCredential?: NamedCredential; NamedCredentialId?: ID; SystemModstamp?: Date; Username?: string; }; export type IntegrationEnvConnection = sObject & { AuthenticationType?: IntegrationAuthenticationType; ConnectionName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalCredential?: ExternalCredential; ExternalCredentialId?: ID; IntegrationEnvConnections?: QueryResult; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type IntegrationEnvResource = sObject & { ClientAppIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeploymentStatus?: ResourceDeploymentStatus; ErrorMessage?: string; ExternalEnvIdentifier?: string; ExternalEnvironmentZone?: IntegrationEnvironmentZone; ExternalOrgIdentifier?: string; IntegrationEnvConfig?: IntegrationEnvConfig; IntegrationEnvConfigId?: ID; IntegrationEnvResources?: QueryResult; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ResourceExternalIdentifier?: string; ResourceIdentifier?: string; ResourceType?: IntegrationResourceType; ResourceUrl?: string; SystemModstamp?: Date; }; export type IntegrationEnvSysDependency = sObject & { AuthenticationType?: IntegrationAuthenticationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DependentEnvApplication?: IntegrationEnvApplication; DependentEnvApplicationId?: ID; DependentEnvResource?: IntegrationEnvResource; DependentEnvResourceId?: ID; IntegrationEnvApplication?: IntegrationEnvApplication; IntegrationEnvApplicationId?: ID; IntegrationEnvConfig?: IntegrationEnvConfig; IntegrationEnvConfigId?: ID; IntegrationEnvResource?: IntegrationEnvResource; IntegrationEnvResourceId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type InteractionLayoutSet = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefinitionVersion?: Flow; DefinitionVersionId?: ID; DeveloperName?: string; EntryActionId?: ID; ExitActionId?: ID; GroupName?: string; GroupType?: FlowNodeGroupType; IsCollapsed?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; VersionString?: string; }; export type InteractionValueMapDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultValue?: string; DefaultValueStrategy?: FlowValueMapDefaultStrategy; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SourceType?: FlowValueMapDataType; SystemModstamp?: Date; TargetType?: FlowValueMapDataType; }; export type InteractionValueMapEntry = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InteractionValueMapDef?: InteractionValueMapDef; InteractionValueMapDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SourceValue?: string; SystemModstamp?: Date; TargetValue?: string; }; export type InterfaceFieldMapping = sObject & { DurableId?: string; EntityFieldQualifiedApiName?: string; EntityQualifiedApiName?: string; InterfaceFieldQualifiedApiName?: string; InterfaceQualifiedApiName?: string; IsCustom?: boolean; }; export type InvocableAction = sObject & { AllowsTransactionControl?: boolean; CapabilityType?: string; Category?: string; ConfigurationEditor?: string; Description?: string; DurableId?: string; Flavor?: string; GenericTypes?: QueryResult; HasCallout?: boolean; Icon?: StaticResource; IconId?: ID; IconName?: string; IsAsync?: boolean; IsStandard?: boolean; Label?: string; Name?: string; Parameters?: QueryResult; Type?: string; Version?: number; }; export type InvocableActionExt = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ReferenceObject?: ApexClass; ReferenceObjectId?: ID; SystemModstamp?: Date; Targets?: QueryResult; }; export type InvocableActionExtTgt = sObject & { AllManagedPackageMemberId?: ID; Attributes?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InvocableActionExt?: InvocableActionExt; InvocableActionExtId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; TargetName?: string; TargetType?: InvocableActionExtTargetType; }; export type InvocableActionExtTgtAttr = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: InvocableActionExtAttributeDataType; InvocableActionExtTgt?: InvocableActionExtTgt; InvocableActionExtTgtId?: ID; IsDeleted?: boolean; Key?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Value?: string; }; export type InvocableActionGenericType = sObject & { Description?: string; DurableId?: string; InvocableAction?: InvocableAction; InvocableActionId?: string; Label?: string; Name?: string; SuperType?: string; }; export type InvocableActionParameter = sObject & { ApexClass?: string; DataType?: string; Description?: string; DurableId?: string; InvocableAction?: InvocableAction; InvocableActionId?: string; IsInput?: boolean; IsOutput?: boolean; IsRequired?: boolean; IsSystemGeneratedOutput?: boolean; Label?: string; MaxOccurs?: number; Name?: string; PicklistValues?: QueryResult; SetupReferenceType?: RelationshipReferenceTo; SobjectType?: string; }; export type InvocableActionPicklist = sObject & { DurableId?: string; InvocableActionParameter?: InvocableActionParameter; InvocableActionParameterId?: string; IsDefaultValue?: boolean; Label?: string; ValidFor?: string; Value?: string; }; export type LayoutDefinition = sObject & { DurableId?: string; Entity?: string; FieldsInfo?: FieldsInfo; LayoutId?: string; Name?: string; RelatedListsInfo?: RelatedListsInfo; }; export type LayoutParticle = sObject & { DurableId?: string; EntityParticle?: EntityParticle; EntityParticleId?: string; IsAvailableForQuickAction?: boolean; IsAvailableForUpdateQuickAction?: boolean; IsOnEveryLayout?: boolean; IsUiRequired?: boolean; }; export type LifeSciCountry = sObject & { AllManagedPackageMemberId?: ID; Countries?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsoCode?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type LifeSciDataChangeDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciDataChangeRequestDefinitions?: QueryResult; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; ParentLifeSciDataChangeDefinitions?: QueryResult; ParentLifeSciDataChgDef?: LifeSciDataChangeDef; ParentLifeSciDataChgDefId?: ID; SystemModstamp?: Date; }; export type LifeSciDataChgDefRecType = sObject & { AllManagedPackageMemberId?: ID; Country?: LifeSciCountry; CountryId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalValidationSysName?: string; IsDeleted?: boolean; IsNewRecApprovalRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciDataChgDef?: LifeSciDataChangeDef; LifeSciDataChgDefId?: ID; ManageableState?: ManageableState; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; ValidationType?: DCRValidationType; }; export type LifeSciDataChgPersonaDef = sObject & { AllManagedPackageMemberId?: ID; ChangeUpdateType?: LifeSciChangeUpdateTypes; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LifeSciDataChgDef?: LifeSciDataChangeDef; LifeSciDataChgDefId?: ID; ManageableState?: ManageableState; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; export type LifeScienceTriggerHandler = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectApiName?: string; SystemModstamp?: Date; }; export type LightningComponentResource = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilePath?: string; Format?: LCResourceFormat; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LightningComponentBundle?: LightningComponentBundle; LightningComponentBundleId?: ID; ManageableState?: ManageableState; Source?: string; SystemModstamp?: Date; }; export type LightningOutApp = sObject & { ApplicationName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type LightningOutAppComponent = sObject & { ApplicationName?: string; ComponentName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ElementIdentifier?: string; InitialHeight?: number; IsAutoResizeEnabled?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LightningOutApp?: LightningOutApp; LightningOutAppId?: ID; MasterLabel?: string; MaxHeight?: number; MinHeight?: number; ModuleNamespace?: string; Props?: string; SystemModstamp?: Date; }; export type LightningOutAppHost = sObject & { ApplicationName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; HostDomain?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LightningOutApp?: LightningOutApp; LightningOutAppId?: ID; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type LinkedInLeadGenAdAccount = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeadNotificationIdentifier?: number; LinkedInAccountIdentifier?: string; LinkedInAccountName?: string; LinkedInAccountStatus?: string; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type LinkedInLeadGenConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultLeadCreator?: User; DefaultLeadCreatorId?: ID; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeadRecordType?: RecordType; LeadRecordTypeId?: ID; LeadSourceDefault?: string; MasterLabel?: string; ModuleNamespace?: string; ObjectMapping?: ObjectMapping; ObjectMappingId?: ID; SystemModstamp?: Date; }; export type ListLayout = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LayoutType?: ListLayoutTypes; ObjectEnumOrId?: string; Profile?: string; SystemModstamp?: Date; }; export type LmaApiSession = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; Expires?: Date; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LinkedSession?: string; MayEdit?: boolean; Name?: string; Owner?: sObject; OwnerId?: ID; Perms1?: number; ProxyUsername?: string; RealAuthSession?: string; SourceIp?: string; SystemModstamp?: Date; Type?: LmaApiSessionType; }; export type MailAppOwaWhitelist = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Domain?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type MarketingAppExtAssignment = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MarketingAppExtension?: MarketingAppExtension; MarketingAppExtensionId?: ID; Parent?: PardotTenant; ParentId?: ID; SystemModstamp?: Date; }; export type McpServerAccess = sObject & { Active?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; McpServer?: McpServerDefinition; McpServerId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; }; export type McpServerDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Prompts?: QueryResult; SystemModstamp?: Date; Tools?: QueryResult; }; export type McpServerPromptDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DescriptionOverride?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; McpServer?: McpServerDefinition; McpServerId?: ID; PromptName?: string; PromptTemplateName?: string; PromptTitle?: string; SystemModstamp?: Date; }; export type McpServerToolApiDefinition = sObject & { ApiIdentifier?: string; ApiSource?: ApiSource; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operation?: string; SystemModstamp?: Date; Tool?: McpServerToolDefinition; ToolId?: ID; }; export type McpServerToolDefinition = sObject & { ApiDefinition?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DescriptionOverride?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; McpServer?: McpServerDefinition; McpServerId?: ID; SystemModstamp?: Date; ToolName?: string; ToolTitle?: string; }; export type MenuItem = sObject & { Active?: boolean; AppId?: string; Color?: string; IconUrl?: string; Label?: string; MenuType?: AppMenuType; SortOrder?: number; Theme?: string; }; export type MessagingChannelAuthorization = sObject & { AuthIdentifier?: string; AuthorizationConfig?: sObject; AuthorizationConfigId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Disabled?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; SystemModstamp?: Date; }; export type MessagingChannelAutoResponse = sObject & { AutoResponseType?: MessagingChannelAutoResponseType; ContentReferenceRecord?: ConversationMessageDefinition; ContentReferenceRecordId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; ResponseTimeoutInMins?: number; SystemModstamp?: Date; }; export type MessagingChannelEmailTemplate = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmailTemplate?: EmailTemplate; EmailTemplateId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; SenderEmailAddress?: OrgWideEmailAddress; SenderEmailAddressId?: ID; SystemModstamp?: Date; Type?: EmailPurposeType; }; export type MessagingChannelParameter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExternalParameterName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxLength?: number; ModuleNamespace?: string; ParameterDataType?: string; Parent?: sObject; ParentId?: ID; SystemModstamp?: Date; }; export type MessagingChannelPaymentConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MerchantCertificate?: Certificate; MerchantCertificateId?: ID; MerchantIdentifier?: string; MerchantName?: string; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; PaymentSystem?: MessagingPaymentSystemType; SystemModstamp?: Date; }; export type MessagingMobileAppChannel = sObject & { AccessToken?: string; AndroidCredential?: MobilePushNotificationCredential; AndroidCredentialId?: ID; ApplicationIdentifier?: string; ApplicationName?: string; ApplicationProperties?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IosCredential?: MobilePushNotificationCredential; IosCredentialId?: ID; IsDeleted?: boolean; IsNewsflashActive?: boolean; IsPushSecretsProvisioned?: boolean; IsSoftDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MessagingMobileAppChannelButton = sObject & { ButtonLabel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Device?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MessagingMobileAppChannelButtonSet?: MessagingMobileAppChannelButtonSet; MessagingMobileAppChannelButtonSetId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MessagingMobileAppChannelButtonSet = sObject & { ButtonSetLabel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MessagingMobileAppChannel?: MessagingMobileAppChannel; MessagingMobileAppChannelId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; Type?: string; }; export type MobileAppNewsflashTopic = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MessagingMobileAppChannel?: MessagingMobileAppChannel; MessagingMobileAppChannelId?: ID; ModuleNamespace?: string; TopicName?: string; SystemModstamp?: Date; }; export type MessagingSandboxAllowlist = sObject & { AllowedValue?: string; ChannelType?: MessagingChannelTypeEnum; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MessagingTemplate = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastViewedDate?: Date; MasterLabel?: string; Message?: string; MessagingTemplateChannels?: QueryResult; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MessagingTemplateChannel = sObject & { ApprovalStatus?: MessagingTemplateApprovalStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessageIntent?: MessagingTemplateIntent; MessagingChannel?: string; Parent?: MessagingTemplate; ParentId?: ID; SystemModstamp?: Date; }; export type MetadataComponentDependency = sObject & { MetadataComponentId?: string; MetadataComponentName?: string; MetadataComponentNamespace?: string; MetadataComponentType?: string; RefMetadataComponentId?: string; RefMetadataComponentName?: string; RefMetadataComponentNamespace?: string; RefMetadataComponentType?: string; }; export type MetadataContainer = sObject & { ApexClassMembers?: QueryResult; ApexComponentMembers?: QueryResult; ApexPageMembers?: QueryResult; ApexTriggerMembers?: QueryResult; AuraDefinitionChanges?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomFieldMembers?: QueryResult; FtestDeclMd1Members?: QueryResult; FtestDeclMd2Members?: QueryResult; FtestDeclMd3Members?: QueryResult; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; SystemModstamp?: Date; ValidationRuleMembers?: QueryResult; WorkflowAlertMembers?: QueryResult; WorkflowFieldUpdateMembers?: QueryResult; WorkflowOutboundMessageMembers?: QueryResult; WorkflowRuleMembers?: QueryResult; WorkflowTaskMembers?: QueryResult; }; export type MetadataContainerMember = sObject & { Content?: string; ContentEntity?: sObject; ContentEntityId?: ID; FullName?: string; ImplementorType?: string; LastSyncDate?: Date; MetadataContainer?: sObject; MetadataContainerId?: ID; }; export type MetadataDependency = sObject & { MetadataComponentId?: string; MetadataComponentName?: string; MetadataComponentNamespace?: string; MetadataComponentType?: string; RefMetadataComponentId?: string; RefMetadataComponentName?: string; RefMetadataComponentNamespace?: string; RefMetadataComponentType?: string; }; export type MetadataPackage = sObject & { MetadataPackageVersions?: QueryResult; Name?: string; NamespacePrefix?: string; PackageCategory?: PackageCategory; SystemModstamp?: Date; }; export type MetadataPackageVersion = sObject & { BuildNumber?: number; IsDeprecated?: boolean; MajorVersion?: number; MetadataPackage?: MetadataPackage; MetadataPackageId?: ID; MinorVersion?: number; Name?: string; PatchVersion?: number; ReleaseState?: PackageReleaseState; SystemModstamp?: Date; }; export type MilestoneCompletionCondition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Definition?: FlowDefinition; DefinitionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MilestoneId?: ID; ReferenceType?: string; ReferenceTypeDef?: string; SystemModstamp?: Date; }; export type MilestoneCriteria = sObject & { CalculatedFormula?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomLogicExpression?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Milestone?: string; MilestoneAgreementType?: string; MilestoneState?: string; PriorityOrder?: string; SystemModstamp?: Date; }; export type MilestoneCriteriaCondition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MilestoneCriteria?: MilestoneCriteria; MilestoneCriteriaId?: ID; Operator?: FilterOperation; SortOrder?: number; SourceField?: string; SourceObject?: string; SystemModstamp?: Date; Value?: string; }; export type MktCalculatedInsightField = sObject & { DataApplicationObjectFieldSourceField?: QueryResult; DataRecencyCriteriaField?: QueryResult; }; export type MktCalculatedInsightObject = sObject & { SourceObject?: QueryResult; }; export type MktDataLakeField = string; export type MktDataLakeObject = sObject & { AccelerationEnabled?: AccelerationEnabled; AccelerationSchedule?: AccelerationSchedule; AdditionalDloInfoJson?: string; AllManagedPackageMemberId?: ID; AttribModelDefs?: QueryResult; AttribModelOutputDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataLakeObjectInstanceSyncStatus?: DataLakeObjectStatus; DataLakeObjectStatus?: DataLakeObjectStatus; DataRetention?: number; DataSourceObject?: DataSourceObject; DataSourceObjectId?: ID; DataStreamDefinitionDeletedRecords?: QueryResult; DataStreamDefinitionLandEntities?: QueryResult; DataStreamDefinitionProblemRecords?: QueryResult; DeletionRecordsDataLakeObject?: string; DeveloperName?: string; ExternalIdentifier?: string; ExternalName?: string; ExternalObjectErrorCode?: string; ExternalObjectErrorStatus?: ExternalObjectErrorStatus; HydrationStatus?: HydrationStatus; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastDataChangeStatusDateTime?: Date; LastDataChangeStatusErrorCode?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MktDataConnection?: MktDataConnection; MktDataConnectionId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: DataObjectCategory; ObjectCategoryId?: ID; ProblemRecordsDataLakeObject?: string; SourceDLO?: QueryResult; Storage?: StorageType; StoreType?: DataStoreType; SystemModstamp?: Date; }; export type MktDataModelField = sObject & { AllManagedPackageMemberId?: ID; AttribModelOutputKeyFieldDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataApplicationObjectFieldSourceField?: QueryResult; DataRecencyCriteriaField?: QueryResult; DcManageabilityStatus?: DcManageabilityStatus; DeveloperName?: string; EngagementSignalMetricDefs?: QueryResult; FieldDefinition?: CustomField; FieldDefinitionId?: ID; InvalidMergeActionType?: InvalidMergeActionType; IsCurrencyIsoCode?: boolean; IsDeleted?: boolean; IsDynamicLookup?: boolean; IsEventDate?: boolean; KeyQualifierName?: string; LabelOverride?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MappingAlertType?: MappingAlertType; MasterLabel?: string; MktDataModelObject?: MktDataModelObject; MktDataModelObjectId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; PersnlBatchDcsnKeyFieldDefs?: QueryResult; PrimaryIndexOrder?: number; RefAttrDeveloperName?: string; SystemModstamp?: Date; UsageTag?: MktDataModelFieldUsageTag; }; export type MktDataModelObject = sObject & { AllManagedPackageMemberId?: ID; AttribModelDefs?: QueryResult; AttribModelOutputDefs?: QueryResult; CalculatedAffinityDefs?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationType?: DefinitionCreationType; DataApplicationObjectDependencyMapping?: QueryResult; DataModelObjectStatus?: DataModelObjectStatus; DataModelObjects?: QueryResult; DataModelTaxonomy?: DataModelTaxonomy; DataModelTaxonomyId?: ID; DataSpaceDefinition?: string; DataStoreType?: DataStoreType; Description?: string; DeveloperName?: string; ExternalObjectErrorCode?: string; ExternalObjectErrorStatus?: ExternalObjectErrorStatus; HydrationStatus?: HydrationStatus; IsCoreQueryDefault?: boolean; IsDeleted?: boolean; IsEnabled?: boolean; IsSegmentable?: boolean; IsUsedForMetrics?: boolean; LabelOverride?: string; Language?: string; LastDataChangeStatusDateTime?: Date; LastDataChangeStatusErrorCode?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MktDataConnection?: MktDataConnection; MktDataConnectionId?: ID; ModuleNamespace?: string; NamespacePrefix?: string; ObjectCategory?: DataObjectCategory; ObjectCategoryId?: ID; OptionsFlagDisabled?: boolean; OptionsFlagEnabled?: boolean; OptionsFlagNotEnabled?: boolean; PersnlBatchDecisionDefs?: QueryResult; RefEntityDeveloperName?: string; RefEntityGroup?: string; RefEntitySubjectArea?: string; Source?: string; SourceObject?: QueryResult; SystemModstamp?: Date; TypeKey?: string; referredSourceObject?: QueryResult; }; export type MktIntelSchemaDataTemplate = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceDefinition?: string; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; DeveloperName?: string; IsDeleted?: boolean; JsonRepresentation?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MktIntelSchemaField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; JsonRepresentation?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MktIntelSchemaObject?: MktIntelSchemaObject; MktIntelSchemaObjectId?: ID; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MktIntelSchemaObject = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceDefinition?: string; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; DeveloperName?: string; IsDeleted?: boolean; JsonRepresentation?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type MlExternalModel = sObject & { CompletePercentage?: number; CorrectnessPercent?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Dataset?: string; ErrorMessage?: string; F1Score?: number; IncorrectnessPercent?: number; IntentCount?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlIntentModelMetrics?: QueryResult; MlIntentModelMisclassifications?: QueryResult; Model?: string; ModelLanguage?: string; ModelMetric?: string; ShouldDisplayMetrics?: boolean; Source?: BotVersion; SourceId?: ID; Status?: MlModelStatus; SystemModstamp?: Date; UnrecognizedPercent?: number; UtteranceCount?: number; }; export type MlIntentModelMetric = sObject & { ConfusionType?: MlIntentModelConfusionType; CorrectCount?: number; CorrectnessPercent?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; F1Score?: number; IncorrectCount?: number; IncorrectnessPercent?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MlExternalModel?: MlExternalModel; MlExternalModelId?: ID; MlIntent?: MlIntent; MlIntentId?: ID; Precision?: number; PredictionThreshold?: number; Recall?: number; ShouldDisplayMetrics?: boolean; SystemModstamp?: Date; UnrecognizedCount?: number; UnrecognizedPercent?: number; UtteranceCount?: number; }; export type MlIntentModelMisclassification = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MisclassificationCount?: number; MisclassificationPercent?: number; MlActualIntent?: MlIntent; MlActualIntentId?: ID; MlExternalModel?: MlExternalModel; MlExternalModelId?: ID; MlPredictedIntent?: MlIntent; MlPredictedIntentId?: ID; SystemModstamp?: Date; }; export type MobilePushNotificationCredential = sObject & { ApplicationBundle?: string; Certificate?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CredentialType?: MobileCredentialType; DatabaseUrl?: string; DeveloperName?: string; IsDeleted?: boolean; KeyIdentifier?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Password?: string; PlatformType?: MobilePlatformType; ServiceJson?: string; SigningKey?: string; SystemModstamp?: Date; TeamIdentifier?: string; }; export type MsgChannelAvailability = sObject & { CountryCode?: MsgChnlAvailableCountryCode; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; SystemModstamp?: Date; Type?: MsgChannelAvailabilityType; }; export type MsgChannelLanguageKeyword = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomKeywords?: string; CustomResponse?: string; DoubleOptInKeywords?: string; HelpKeywords?: string; HelpResponse?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLanguage?: string; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; MessagingChannelUsage?: MessagingChannelUsage; MessagingChannelUsageId?: ID; OptInConfirmation?: string; OptInKeywords?: string; OptOutConfirmation?: string; OptOutKeywords?: string; SystemModstamp?: Date; }; export type MsgChannelProcureRequest = sObject & { ChannelAddressIdentifier?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExpirationDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannel?: MessagingChannel; MessagingChannelId?: ID; MessagingPlatformKey?: string; Parent?: MsgChannelProvisionRequest; ParentId?: ID; ProcurementRequestIdentifier?: string; Status?: MessagingChannelProcurementRequestStatus; SystemModstamp?: Date; }; export type MsgChannelProvisionRequest = sObject & { ChannelType?: MessageType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FinalizationDate?: Date; FinalizedBy?: User; FinalizedById?: ID; IsDeleted?: boolean; IsInternal?: boolean; IsoCountryCode?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannelProcurementRequests?: QueryResult; ProvisioningRequestIdentifier?: string; Quantity?: number; Status?: MessagingChannelProvisioningRequestStatus; SystemModstamp?: Date; }; export type MsgChannelUsageExternalOrg = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalOrgIdentifier?: string; ExternalSubOrgIdentifier?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MessagingChannelUsage?: MessagingChannelUsage; MessagingChannelUsageId?: ID; SystemModstamp?: Date; }; export type Name = sObject & { AddressableName?: string; Alias?: string; CommunityNickname?: string; CompanyName?: string; DeveloperName?: string; Email?: string; FirstName?: string; InformalName?: string; IsActive?: boolean; IsArchived?: boolean; IsDeleted?: boolean; LastName?: string; LastReferencedDate?: Date; LastViewedDate?: Date; MiddleName?: string; Name?: string; NameOrAlias?: string; NamespacePrefix?: string; OwnerType?: string; Phone?: string; Profile?: Profile; ProfileId?: ID; RecordType?: RecordType; RecordTypeId?: ID; Subtype?: string; Suffix?: string; TableEnumOrId?: string; Title?: string; Type?: string; UserRole?: UserRole; UserRoleId?: ID; Username?: string; }; export type NetworkBotDefinition = sObject & { BotDefinition?: BotDefinition; BotDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FeatureCode?: NetworkBotDefinitionFeatureCodeType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NetworkId?: ID; SystemModstamp?: Date; }; export type NtfcnChannelActionDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NotificationActionName?: NotificationActionName; NtfcnChannelDef?: NtfcnChannelDef; NtfcnChannelDefId?: ID; SystemModstamp?: Date; TargetReference?: string; TargetType?: TargetType; }; export type NtfcnChannelCont = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EmailTemplate?: EmailTemplate; EmailTemplateId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MessageBody?: string; MessageTitle?: string; NtfcnChannelDef?: NtfcnChannelDef; NtfcnChannelDefId?: ID; SystemModstamp?: Date; }; export type NtfcnChannelDef = sObject & { Active?: boolean; AllManagedPackageMemberId?: ID; ChannelType?: NotificationChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NtfcnDefinition?: NtfcnDefinition; NtfcnDefinitionId?: ID; SystemModstamp?: Date; }; export type NtfcnChannelRec = sObject & { Active?: boolean; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NtfcnChannelDef?: NtfcnChannelDef; NtfcnChannelDefId?: ID; Recipient?: string; RecipientType?: NotificationRecipientType; SystemModstamp?: Date; TargetIdentifier?: string; TeamIdentifier?: string; }; export type NtfcnCondition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NtfcnCriteria?: NtfcnCriteria; NtfcnCriteriaId?: ID; Operator?: NotificationCondOperator; SequenceNumber?: number; SystemModstamp?: Date; Value?: string; }; export type NtfcnCriteria = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaName?: string; CustomExpression?: string; ExpressionType?: NotificationCriteriaType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; NtfcnDefinition?: NtfcnDefinition; NtfcnDefinitionId?: ID; SystemModstamp?: Date; }; export type NtfcnDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; NotificationType?: NotificationDefinitionType; ReferenceObject?: NotificationTriggerObject; Status?: NotificationStatus; SystemModstamp?: Date; TriggerEventType?: NotificationTriggerType; UsageType?: NotificationUsageType; }; export type ObjectFieldValueMapping = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Label?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectField?: string; ObjectName?: string; SystemModstamp?: Date; UniqueConstraintFormula?: string; UsageType?: ObjFldValMapUsageType; Value?: number; }; export type OblAttributeCategoryMap = sObject & { Attribute?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObligationCategory?: OblCategoryDefinition; ObligationCategoryId?: ID; SystemModstamp?: Date; }; export type OblCategoryDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObligationCategoryAttributeMappings?: QueryResult; SystemModstamp?: Date; }; export type OmniDataTransformConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: OmniDataTransform; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type OmniIntegrationProcConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniIntegrationProcedure; ModuleNamespace?: string; SystemModstamp?: Date; }; export type OmniScriptConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Fullname?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniScript; ModuleNamespace?: string; SystemModstamp?: Date; }; export type OmniUiCardConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FullName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Metadata?: OmniUiCard; ModuleNamespace?: string; SystemModstamp?: Date; }; export type OnboardingDataObjGrp = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; UsageType?: OnboardingDataObjGrpUsageType; }; export type OnboardingDataObjGrpVer = sObject & { AllManagedPackageMemberId?: ID; ComputationSource?: string; ComputationType?: OnboardingDataObjGrpCompType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OnboardingDataObjGrp?: OnboardingDataObjGrp; OnboardingDataObjGrpId?: ID; OnboardingDataObjects?: QueryResult; Status?: OnboardingDataObjVerGrpStatus; SystemModstamp?: Date; VersionNumber?: number; }; export type OnboardingDataObject = sObject & { AllManagedPackageMemberId?: ID; BusinessContext?: OnboardingDataObjBusContext; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OnboardingDataObjGrpVer?: OnboardingDataObjGrpVer; OnboardingDataObjGrpVerId?: ID; OnboardingDataObjectFields?: QueryResult; PartyPrflDataObjVldDef?: PartyPrflDataObjVldDef; PartyPrflDataObjVldDefId?: ID; RelatedOnboardingDataObjRecord?: OnboardingDataObject; RelatedOnboardingDataObjRecordId?: ID; RelatedOnboardingDataObjRole?: RelatedOnboardingDataObjRole; SystemModstamp?: Date; TargetObject?: string; TargetObjectRlnspField?: string; }; export type OnboardingDataObjectField = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OnboardingDataObject?: OnboardingDataObject; OnboardingDataObjectId?: ID; PartyPrflDataFldVldDef?: PartyPrflDataFldVldDef; PartyPrflDataFldVldDefId?: ID; SystemModstamp?: Date; TargetObjectField?: string; }; export type OnbrdDataObjGrpAIIstr = sObject & { AllManagedPackageMemberId?: ID; ContextReference?: OnbrdDataObjGrpDocCatgMap; ContextReferenceId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExtractionModel?: string; ExtractionPrompt?: string; HasGlobalScope?: boolean; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OnboardingDataObjGrpVer?: OnboardingDataObjGrpVer; OnboardingDataObjGrpVerId?: ID; SystemModstamp?: Date; ValidationModel?: string; ValidationPrompt?: string; }; export type OnbrdDataObjGrpDocCatgMap = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DocumentCategory?: DocumentCategory; DocumentCategoryId?: ID; DocumentType?: DocumentType; DocumentTypeId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; OnboardingDataObjGrpVer?: OnboardingDataObjGrpVer; OnboardingDataObjGrpVerId?: ID; SystemModstamp?: Date; }; export type OperationLog = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DetailedStatus?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; Parameters?: OperationParameters; Status?: OperationStatus; SystemModstamp?: Date; Type?: OperationType; }; export type OpportunitySplitType = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsTotalValidated?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OpptyLineItemSplitTypes?: QueryResult; SplitDataStatus?: SplitDataStatus; SplitEntity?: string; SplitField?: string; SystemModstamp?: Date; }; export type OpptyLineItemSplitType = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsTotalValidated?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OpportunitySplitType?: OpportunitySplitType; OpportunitySplitTypeId?: ID; SplitDataStatus?: SplitDataStatus; SplitEntity?: string; SplitField?: string; SystemModstamp?: Date; }; export type OrchestrationPlanCtxMapping = sObject & { AllManagedPackageMemberId?: ID; ContextDefinition?: string; ContextItemNode?: string; ContextMapping?: string; ContextRootNode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ObjectName?: string; OrchestrationType?: PlanUsageType; SystemModstamp?: Date; }; export type OrgDomainLog = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DomainPartition?: OrgDomainShard; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MyDomainName?: string; ProdSuffixType?: OrgDomainProdSuffix; SystemModstamp?: Date; }; export type OrgWideEmailAddress = sObject & { Address?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayName?: string; IsAllowAllProfiles?: boolean; IsVerified?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Purpose?: OrgWideEmailAddressPurpose; SystemModstamp?: Date; }; export type OverridableEntities = sObject & { Action?: string; DurableId?: string; FormFactor?: FormFactor; PageOrSobjectType?: string; SobjectType?: EntityDefinition; SobjectTypeId?: string; Type?: ActionOverrideType; }; export type OwnerChangeOptionInfo = sObject & { ChildOwnerChangeOptionInfo?: QueryResult; DefaultValue?: boolean; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; IsEditable?: boolean; Label?: string; Name?: string; Parent?: OwnerChangeOptionInfo; ParentId?: string; }; export type Package2 = sObject & { AppAnalyticsEnabled?: boolean; ContainerOptions?: Package2ContainerOptions; ConvertedFromPackage?: SubscriberPackage; ConvertedFromPackageId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataCloudPackage?: boolean; Description?: string; IsDeleted?: boolean; IsDeprecated?: boolean; IsOrgDependent?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Name?: string; NamespacePrefix?: string; Package2VersionCreateRequests?: QueryResult; Package2Versions?: QueryResult; PackageErrorUsername?: string; RecommendedVersion?: SubscriberPackageVersion; RecommendedVersionId?: ID; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SystemModstamp?: Date; WasTransferred?: boolean; }; export type Package2Member = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrentPackageVersion?: SubscriberPackageVersion; CurrentPackageVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxPackageVersion?: SubscriberPackageVersion; MaxPackageVersionId?: ID; MinPackageVersion?: SubscriberPackageVersion; MinPackageVersionId?: ID; Subject?: sObject; SubjectId?: ID; SubjectKeyPrefix?: string; SubjectManageableState?: ManageableState; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SystemModstamp?: Date; }; export type Package2TransferRequest = sObject & { AllPackage?: AllPackage; AllPackageId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DestinationDevHubId?: ID; ErrorMessage?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SourceDevHubId?: ID; Stage?: Package2TransferStage; SystemModstamp?: Date; ValidateOnly?: boolean; }; export type Package2UpgradeExport = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExpirationDate?: Date; ExportContent?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SystemModstamp?: Date; }; export type Package2Version = sObject & { Ancestor?: SubscriberPackageVersion; AncestorId?: ID; Branch?: string; BuildDurationInSeconds?: number; BuildNumber?: number; CodeCoverage?: Package2VersionCodeCoverage; CodeCoveragePercentages?: Package2VersionCodeCoveragePercentages; ConvertedFromVersion?: SubscriberPackageVersion; ConvertedFromVersionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperUsePkgZip?: string; EndToEndBuildDurationInSeconds?: number; HasMetadataRemoved?: boolean; HasPassedCodeCoverageCheck?: boolean; InstallKey?: string; IsDeleted?: boolean; IsDeprecated?: boolean; IsPasswordProtected?: boolean; IsReleased?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MajorVersion?: number; MinorVersion?: number; Name?: string; Package2?: Package2; Package2Id?: ID; PatchVersion?: number; ReleaseVersion?: number; SnapshotName?: string; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SystemModstamp?: Date; Tag?: string; TotalNumberOfMetadataFiles?: number; TotalSizeOfMetadataFiles?: number; ValidatedAsync?: boolean; ValidationSkipped?: boolean; }; export type Package2VersionBuildRequest = sObject & { AncestorPackageVersion?: SubscriberPackageVersion; AncestorPackageVersionId?: ID; AsyncDeployOtherReqFfx?: DeployRequest; AsyncDeployOtherReqFfxId?: ID; AsyncDeployRequestFfx?: DeployRequest; AsyncDeployRequestFfxId?: ID; AsyncDeploySeedReqFfx?: DeployRequest; AsyncDeploySeedReqFfxId?: ID; AsyncDeployTestReqFfx?: DeployRequest; AsyncDeployTestReqFfxId?: ID; AsyncRetrieveReqDevFfxId?: ID; AsyncRetrieveRequestFfxId?: ID; AsyncSettingsRequestFfx?: DeployRequest; AsyncSettingsRequestFfxId?: ID; AsyncValidation?: boolean; CalculateCodeCoverage?: boolean; ContainerOptions?: Package2ContainerOptions; ConversionRequest?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; HubOrgId?: ID; HubUser?: User; HubUserId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Pkg2VersCreateRequest?: Package2VersionCreateRequest; Pkg2VersCreateRequestId?: ID; PollMaxLockRetryCount?: number; PollMaxRetryCount?: number; Status?: Package2VersionBuildStatus; SubscriberPackage?: SubscriberPackage; SubscriberPackageId?: ID; SystemModstamp?: Date; VersionInfo?: string; VersionNumber?: string; }; export type Package2VersionCreateRequest = sObject & { AsyncValidation?: boolean; Branch?: string; CalcTransitiveDependencies?: boolean; CalculateCodeCoverage?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DependencyGraphJson?: string; InstallKey?: string; Instance?: string; IsConversionRequest?: boolean; IsDeleted?: boolean; IsDevUsePkgZipRequested?: boolean; IsPasswordProtected?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Package2?: Package2; Package2Id?: ID; Package2Version?: Package2Version; Package2VersionCreateRequestErrors?: QueryResult; Package2VersionId?: ID; SkipValidation?: boolean; Status?: Package2VersionCreateRequestStatus; SystemModstamp?: Date; Tag?: string; VersionInfo?: string; }; export type Package2VersionCreateRequestError = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; ParentRequest?: Package2VersionCreateRequest; ParentRequestId?: ID; SystemModstamp?: Date; }; export type PackageBundle = sObject & { BundleName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PackageBundleVersionCreateRequests?: QueryResult; PackageBundleVersions?: QueryResult; SystemModstamp?: Date; }; export type PackageBundleVersion = sObject & { Ancestor?: PackageBundleVersion; AncestorId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Has2gpManagedPackages?: boolean; HasUnlockedPackages?: boolean; IsDeleted?: boolean; IsReleased?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MajorVersion?: number; MinorVersion?: number; PackageBundle?: PackageBundle; PackageBundleId?: ID; PackageBundleVersionComponents?: QueryResult; SystemModstamp?: Date; VersionName?: string; }; export type PackageConversion = sObject & { ConvertedFromPackage?: AllPackage; ConvertedFromPackageId?: ID; ConvertedToPackage?: AllPackage; ConvertedToPackageId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DevHubOrgId?: ID; EndDate?: Date; FinalizedVersionId?: ID; FinalizedVersionNumber?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StartDate?: Date; SystemModstamp?: Date; }; export type PackageInstallRequest = sObject & { ApexCompileType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ElasticComputeStatus?: ElasticComputeStatus; EnableRss?: boolean; Errors?: SubscriberPackageInstallErrors; IsDeleted?: boolean; IsHighScale?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NameConflictResolution?: PackageNameConflictResolution; PackageInstallRequestErrors?: QueryResult; PackageInstallSource?: PackageInstallSource; Password?: string; ProfileMappings?: SubscriberPackageProfileMappings; SecurityType?: PackageInstallSecurityType; SkipHandlers?: string; Status?: PackageInstallRequestStatus; SubscriberPackageVersionKey?: string; SystemModstamp?: Date; UpgradeType?: string; ZeroOrgDeploymentId?: ID; }; export type PackageMember = sObject & { AllPackage?: AllPackage; AllPackageId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDerived?: boolean; KeyPrefix?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SourceMetadataId?: ID; SourceOrgId?: ID; SubjectId?: ID; SystemModstamp?: Date; }; export type PackageUploadRequest = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Errors?: PackageUploadErrors; IsDeleted?: boolean; IsReleaseVersion?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MajorVersion?: number; MetadataPackage?: MetadataPackage; MetadataPackageId?: ID; MetadataPackageVersion?: MetadataPackageVersion; MetadataPackageVersionId?: ID; MinorVersion?: number; Password?: string; PostInstallUrl?: string; ReleaseNotesUrl?: string; Status?: PackageUploadRequestStatus; SystemModstamp?: Date; VersionName?: string; }; export type PackageVersionInstallRequestError = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; ParentRequest?: PackageInstallRequest; ParentRequestId?: ID; SystemModstamp?: Date; }; export type PackageVersionUninstallRequestError = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Message?: string; ParentRequest?: SubscriberPackageVersionUninstallRequest; ParentRequestId?: ID; SystemModstamp?: Date; }; export type PardotTenant = sObject & { B2BMktCampaignSyncConfigs?: QueryResult; CdpEnablementStatus?: CdpEnablementStatus; ConsentAlignmentStatus?: ConsentAlignmentStatus; ContentConvergenceWorkspace?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CreationStatus?: PardotTenantStatus; DataSpaceApiName?: string; DeleteOn?: Date; DeveloperName?: string; InitialPardotAdmin?: User; InitialPardotAdminId?: ID; IsContentConvergenceEnabled?: boolean; IsDeleted?: boolean; IsEinsteinAssistantEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MarketingAppExtAssignments?: QueryResult; MasterLabel?: string; ModuleNamespace?: string; PardotGdotTenantKey?: string; PardotTenantAccountType?: PardotTenantAccountType; PardotTenantEnvironment?: PardotTenantEnvironment; PardotTenantId?: string; PardotTenantName?: string; PardotTenantStatusCode?: PardotTenantStatusCode; SystemModstamp?: Date; }; export type PartitionLevelScheme = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type PartyPrflDataFldVldDef = sObject & { AllManagedPackageMemberId?: ID; ComputationSource?: string; ComputationType?: PtyPrflDataFldVldDefCompType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PartyPrflDataObjVldDef?: PartyPrflDataObjVldDef; PartyPrflDataObjVldDefId?: ID; SystemModstamp?: Date; TargetObjectField?: string; ValidityDurationUnitType?: PtyPrflDataFldVldDefDrtnType; ValidityDurationUnitValue?: number; }; export type PartyPrflDataObjVldDef = sObject & { AllManagedPackageMemberId?: ID; BusinessContext?: PtyPrflDataObjVldDefBusCtx; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FieldValidityResultObject?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Status?: PartyPrflDataObjVldDefStatus; SystemModstamp?: Date; TargetObject?: string; }; export type PathAssistantStepInfo = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Info?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type PathAssistantStepItem = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Item?: sObject; ItemId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PathAssistant?: PathAssistant; PathAssistantId?: ID; PicklistMaster?: sObject; PicklistMasterId?: ID; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; Type?: PathAssistantStepItemType; }; export type PermissionDependency = sObject & { Permission?: string; PermissionType?: string; RequiredPermission?: string; RequiredPermissionType?: string; }; export type PermissionSetAssignment = sObject & { Assignee?: User; AssigneeId?: ID; ExpirationDate?: Date; IsActive?: boolean; IsRevoked?: boolean; LastCreatedByChangeId?: ID; LastDeletedByChangeId?: ID; PermissionSet?: PermissionSet; PermissionSetGroup?: PermissionSetGroup; PermissionSetGroupId?: ID; PermissionSetId?: ID; SystemModstamp?: Date; }; export type PermissionSetGroupComponent = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Hash?: string; IsDeleted?: boolean; IsManagedLockedPackage?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MarkForDeleteDate?: Date; PermissionSet?: sObject; PermissionSetGroup?: PermissionSetGroup; PermissionSetGroupId?: ID; PermissionSetId?: ID; SystemModstamp?: Date; }; export type PermissionSetGroupRecalc = sObject & { Cause?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ElapsedTimeMills?: number; ErrorMsg?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LoggingInformation?: string; PermissionSetGroup?: PermissionSetGroup; PermissionSetGroupId?: ID; State?: PermissionSetGroupStatus; SystemModstamp?: Date; }; export type PersnlBatchDcsnKeyFieldDef = sObject & { ContentObjectField?: MktDataModelField; ContentObjectFieldId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FieldType?: PersnlBatchDcsnKeyFieldType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersnlBatchDecisionDef?: PersnlBatchDecisionDef; PersnlBatchDecisionDefId?: ID; Sequence?: number; SystemModstamp?: Date; }; export type PersnlBatchDcsnPersnlPointDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersnlBatchDecisionDef?: PersnlBatchDecisionDef; PersnlBatchDecisionDefId?: ID; PersonalizationPointDef?: PersonalizationPointDef; PersonalizationPointDefId?: ID; SystemModstamp?: Date; }; export type PersnlBatchDecisionDef = sObject & { ActivationTriggerType?: PersnlBatchDcsnActivationTriggerType; BatchStatus?: PersnlBatchDcsnStatus; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; ErrorCode?: PersnlBatchDcsnErrorCodeOffCore; InputDataModelObject?: MktDataModelObject; InputDataModelObjectId?: ID; IsDeleted?: boolean; IsRemote?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastRefresh?: Date; LastSuccessfulRefresh?: Date; LatestRefreshedStatus?: PersnlBatchLatestRefreshedStatus; MarketSegmentDefId?: ID; MasterLabel?: string; ModelRevision?: number; ModelVersion?: number; ModuleNamespace?: string; OutputDataModelObject?: MktDataModelObject; OutputDataModelObjectId?: ID; RefreshMode?: DataExportRefreshMode; SourceOrganizationId?: ID; Status?: EntityStatus; SystemModstamp?: Date; }; export type PersnlExpSourceMatcherDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExperienceDef?: PersnlExperienceDef; ExperienceDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SourceMatcherType?: PersonalizationSourceMatcherType; SystemModstamp?: Date; Value?: string; }; export type PersnlExpTransformationDef = sObject & { ContentZoneName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ElementPath?: string; ElementTag?: string; ExperienceDef?: PersnlExperienceDef; ExperienceDefId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PersnlExpTrnsfmnSubValDefs?: QueryResult; SystemModstamp?: Date; TransformerDef?: string; }; export type PersnlExpTrnsfmnSubValDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SubstitutionDef?: PersnlTrnsfmrSubDef; SubstitutionDefId?: ID; SubstitutionKey?: string; SystemModstamp?: Date; TransformationDef?: PersnlExpTransformationDef; TransformationDefId?: ID; Value?: string; }; export type PersnlExperienceDef = sObject & { Channel?: StreamingAppDataConnectorType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataProviderDef?: PersonalizationPointDef; DataProviderDefId?: ID; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; DisplayLocation?: string; ElementClickPath?: string; ElementClickTag?: string; EngagementDestination?: string; ExitIntentDelay?: number; GroupDataRetrievalByDef?: DataGraphDefinition; GroupDataRetrievalByDefId?: ID; IsAllowedToRenderIfEmpty?: boolean; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersnlExpSourceMatcherDefs?: QueryResult; PersnlExpTransformationDefs?: QueryResult; PublishedDate?: Date; ScrollPercentValue?: number; StreamingAppDataConnector?: StreamingAppDataConnector; StreamingAppDataConnectorId?: ID; SystemModstamp?: Date; TargetMethodType?: PersonalizationTargetMethodType; WhenToTransform?: PersonalizationTransformationWhenType; }; export type PersnlTransformerDef = sObject & { Category?: PersonalizationTransformerCategory; Channel?: StreamingAppDataConnectorType; ComponentName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; Html?: string; IsAutoEngmntAttrsDisabled?: boolean; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersnlTrnsfmrDataConnDefs?: QueryResult; PersnlTrnsfmrSubDefs?: QueryResult; PersonalizationSchemaDefId?: ID; PublishedDate?: Date; Script?: string; SystemModstamp?: Date; TransformerType?: PersonalizationTransformerType; }; export type PersnlTrnsfmrDataConnDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StreamingAppDataConnector?: StreamingAppDataConnector; StreamingAppDataConnectorId?: ID; SystemModstamp?: Date; TransformerDef?: PersnlTransformerDef; TransformerDefId?: ID; }; export type PersnlTrnsfmrSubDef = sObject & { ConfigType?: PersonalizationSubstitutionDefConfigType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultValue?: string; Description?: string; DeveloperName?: string; IsDeleted?: boolean; IsOverridable?: boolean; IsRequired?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; PersnlTransformerDef?: PersnlTransformerDef; PersnlTransformerDefId?: ID; SystemModstamp?: Date; }; export type PersonalizationPointDef = sObject & { AbnExperimentDefId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; IsAuthenticationRequired?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxItemsCount?: number; ModuleNamespace?: string; PersnlBatchDcsnPersnlPointDefs?: QueryResult; PersonalizationSchemaDef?: string; ProfileDataGraphDefinition?: DataGraphDefinition; ProfileDataGraphDefinitionId?: ID; RootPersonalizationPoint?: string; RootPersonalizationPointDef?: string; Source?: PersonalizationSource; Status?: EntityStatus; SystemModstamp?: Date; }; export type PicklistValueInfo = sObject & { DurableId?: string; EntityParticle?: EntityParticle; EntityParticleId?: string; IsActive?: boolean; IsDefaultValue?: boolean; Label?: string; ValidFor?: string; Value?: string; }; export type PkgBundleVerCpntIstlReq = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InstallStatus?: PkgBundleVerCpntIstlReqStatus; InstalledComponent?: InstalledSubscriberPackage; InstalledComponentId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PkgBundleVersionComponent?: PkgBundleVersionComponent; PkgBundleVersionComponentId?: ID; PkgBundleVersionInstallReq?: PkgBundleVersionInstallReq; PkgBundleVersionInstallReqId?: ID; SequenceOrder?: number; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SystemModstamp?: Date; }; export type PkgBundleVerCpntUnistlReq = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Error?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PkgBundleVerUninstallReq?: PkgBundleVerUninstallReq; PkgBundleVerUninstallReqId?: ID; PkgBundleVersionComponent?: PkgBundleVersionComponent; PkgBundleVersionComponentId?: ID; SequenceOrder?: number; SystemModstamp?: Date; UninstallStatus?: PkgBundleVerCpntUnistlReqStatus; }; export type PkgBundleVerUninstallReq = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; InstalledPkgBundleVersion?: InstalledPkgBundleVersion; InstalledPkgBundleVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PackageBundleVersion?: PackageBundleVersion; PackageBundleVersionComponentUninstallRequests?: QueryResult; PackageBundleVersionId?: ID; SystemModstamp?: Date; UninstallStatus?: PkgBundleVersionUninstallReqStatus; ValidationError?: string; }; export type PkgBundleVersionComponent = sObject & { Component?: SubscriberPackageVersion; ComponentId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PackageBundleVersion?: PackageBundleVersion; PackageBundleVersionId?: ID; SequenceOrder?: number; SystemModstamp?: Date; }; export type PkgBundleVersionCreateReq = sObject & { Ancestor?: PackageBundleVersion; AncestorId?: ID; BundleVersionComponents?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MajorVersion?: number; MinorVersion?: number; PackageBundle?: PackageBundle; PackageBundleId?: ID; PackageBundleVersion?: PackageBundleVersion; PackageBundleVersionId?: ID; RequestStatus?: PkgBundleVersionCreateReqStatus; SystemModstamp?: Date; ValidationError?: string; VersionName?: string; }; export type PkgBundleVersionInstallReq = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DevelopmentOrganization?: string; InstallStatus?: PkgBundleVersionInstallReqStatus; InstalledPkgBundleVersion?: InstalledPkgBundleVersion; InstalledPkgBundleVersionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PackageBundleVersion?: PackageBundleVersion; PackageBundleVersionComponentInstallRequests?: QueryResult; PackageBundleVersionId?: ID; SystemModstamp?: Date; ValidationError?: string; }; export type PlatformAction = sObject & { ActionListContext?: PlatformActionListContext; ActionTarget?: string; ActionTargetType?: PlatformActionTargetType; ApiName?: string; DeviceFormat?: PlatformActionDeviceFormat; ExternalId?: string; IconContentType?: string; IconHeight?: number; IconUrl?: string; IconWidth?: number; IsMassAction?: boolean; Label?: string; LastModifiedDate?: Date; OpenType?: WebLinkWindowType; PrimaryColor?: string; RelatedSourceEntity?: string; Section?: PlatformActionSection; SourceEntity?: string; Subtype?: string; TargetObject?: string; TargetUrl?: string; Type?: PlatformActionType; }; export type PolicyRuleBinding = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Placeholder?: PolicyRulePlaceholder; PlaceholderId?: ID; PrincipalExpression?: string; PrincipalPath?: RulePrincipalPath; SystemModstamp?: Date; }; export type PolicyRuleDefinition = sObject & { ActionsCreate?: boolean; ActionsCustomize?: boolean; ActionsDelete?: boolean; ActionsDescribe?: boolean; ActionsInferredChildQuery?: boolean; ActionsRead?: boolean; ActionsTupleRead?: boolean; ActionsUpdate?: boolean; AllManagedPackageMemberId?: ID; Category?: EnforcementRuleCategory; Conditions?: QueryResult; Consumer?: NearCorePolicyConsumer; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Effect?: EnforcementRuleEffect; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Parent?: PolicyRuleDefinitionSet; ParentId?: ID; PrincipalAuthenticationLevel?: RulePrincipalAuthenticationLevel; PrincipalScope?: RulePrincipalScope; ResourceExpression?: string; ResourceScope?: RuleResourceScope; ResourceTransform?: StandardResourceTransform; SystemModstamp?: Date; TransformPrecedence?: number; UnlessClauseConjunction?: RuleClauseConjunction; UnlessClauseCustomConjunction?: string; WhenClauseConjunction?: RuleClauseConjunction; WhenClauseCustomConjunction?: string; }; export type PolicyRuleDefinitionCond = sObject & { Clause?: RuleDefinitionClause; Conditions?: QueryResult; ContextPath?: RuleContextPath; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Operator?: RuleDefinitionOperator; Parent?: sObject; ParentId?: ID; Placeholder?: PolicyRulePlaceholder; PlaceholderId?: ID; PrincipalExpression?: string; PrincipalPath?: RulePrincipalPath; ResourceAlias?: string; ResourceExpression?: string; ResourcePath?: RuleResourcePath; SystemModstamp?: Date; ValueBits?: number; ValueContextPath?: RuleContextPath; ValueDomain?: string; ValuePrincipalPath?: RulePrincipalPath; ValueResourcePath?: RuleResourcePath; WhereClauseConjunction?: string; }; export type PolicyRulePlaceholder = sObject & { Conditions?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; Key?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionsPlural?: boolean; PrincipalPath?: RulePrincipalPath; SystemModstamp?: Date; }; export type PolicyRulePrincipalDomain = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: PolicyRuleDefinition; ParentId?: ID; PrincipalDomain?: sObject; PrincipalDomainId?: ID; SystemModstamp?: Date; }; export type PolicyRuleResourceDomain = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: PolicyRuleDefinition; ParentId?: ID; ResourceDomain?: string; SystemModstamp?: Date; }; export type PolicyRuleValueSet = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Parent?: sObject; ParentId?: ID; PlaceholderValueReference?: PolicyRuleValueSet; PlaceholderValueReferenceId?: ID; SystemModstamp?: Date; ValueReference?: string; ValueString?: string; }; export type PredictionDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FailureReason?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Mode?: PredictionDefinitionMode; ModuleNamespace?: string; SobjectType?: string; SortOrder?: number; Status?: PredictionDefinitionStatus; SystemModstamp?: Date; Type?: RecordRecommendationType; }; export type PredictionDefinitionField = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Field?: string; FieldType?: PredictionDefinitionFieldType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PredictionDefinition?: PredictionDefinition; PredictionDefinitionId?: ID; SobjectType?: string; SystemModstamp?: Date; }; export type PresenceDeclineReason = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type PresenceUserConfig = sObject & { AcwExtensionDuration?: number; AfterConvoWorkMaxTime?: number; Capacity?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomSound?: StaticResource; CustomSoundId?: ID; DeveloperName?: string; HasAcwExtensionEnabled?: boolean; HasAfterConvoWorkTimer?: boolean; InterruptibleCapacity?: number; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxExtensions?: string; ModuleNamespace?: string; OptionsIsAllowAnyDestinationFlowForTransferEnabled?: boolean; OptionsIsAllowAnyDestinationProfileForTransferEnabled?: boolean; OptionsIsAllowAnyDestinationQueueForTransferEnabled?: boolean; OptionsIsAutoAcceptEnabled?: boolean; OptionsIsDeclineEnabled?: boolean; OptionsIsDeclineReasonEnabled?: boolean; OptionsIsDefault?: boolean; OptionsIsDisconnectSoundEnabled?: boolean; OptionsIsRequestSoundEnabled?: boolean; PresenceStatusOnDecline?: ServicePresenceStatus; PresenceStatusOnDeclineId?: ID; PresenceStatusOnPushTimeout?: ServicePresenceStatus; PresenceStatusOnPushTimeoutId?: ID; SoundLength?: number; SystemModstamp?: Date; UserDisplayName?: string; }; export type PresenceUserConfigInfo = sObject & { DurableId?: string; PresenceUserConfigId?: string; }; export type PriceSegmentationFieldSetup = sObject & { AllManagedPackageMemberId?: ID; Cardinality?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataModelObjectField?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PriceSegmentObjSetup?: PriceSegmentationObjectSetup; PriceSegmentObjSetupId?: ID; Rank?: number; SegmentationFieldName?: string; SystemModstamp?: Date; }; export type PriceSegmentationObjectSetup = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataModelObject?: string; DeveloperName?: string; Frequency?: PriceGuidanceFrequencyType; HistoricalSegmentDuration?: number; IsDeleted?: boolean; JobIntervalCount?: number; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MinTransactionsPerSegment?: number; ModuleNamespace?: string; NamespacePrefix?: string; PriceSegmentationFields?: QueryResult; SystemModstamp?: Date; }; export type PrivacyOrgConfig = sObject & { ApiVersion?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; Type?: PrivacyOrgConfigType; Value?: string; }; export type PrivateDomainDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Domain?: string; IsDeleted?: boolean; IsSelfHosted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; ValidationStatus?: PrivateDomainDefinitionValidationStatus; }; export type ProcedurePlanCriterion = sObject & { ActualValue?: string; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ProcPlanCriterionDataType; DecisionTableParameter?: DecisionTableParameter; DecisionTableParameterId?: ID; FieldPath?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ObjectField?: string; Operator?: ProcPlanCriterionOperator; ProcedurePlanOption?: ProcedurePlanOption; ProcedurePlanOptionId?: ID; Sequence?: number; SystemModstamp?: Date; }; export type ProcedurePlanDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PrimaryObject?: string; ProcedurePlanVersionCanonicalMappings?: QueryResult; ProcessType?: ProcedurePlanProcessType; SystemModstamp?: Date; }; export type ProcedurePlanDefinitionVersion = sObject & { AllManagedPackageMemberId?: ID; ContextDefinition?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultReadContextMapping?: string; DefaultSaveContextMapping?: string; DeveloperName?: string; EffectiveFrom?: Date; EffectiveTo?: Date; InheritedFrom?: string; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; ProcedurePlanDefinition?: ProcedurePlanDefinition; ProcedurePlanDefinitionId?: ID; ProcedurePlanSectionCanonicalMappings?: QueryResult; ProcedurePlanVariableCanonicalMappings?: QueryResult; Rank?: number; SystemModstamp?: Date; }; export type ProcedurePlanOption = sObject & { AllManagedPackageMemberId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; ApexClassName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CriteriaLogic?: string; CtxDefinitionOutputField?: DecisionTableParameter; CtxDefinitionOutputFieldId?: ID; CtxMappingOutputField?: DecisionTableParameter; CtxMappingOutputFieldId?: ID; DecisionTable?: DecisionTable; DecisionTableId?: ID; ExpressionSetApiName?: string; ExpressionSetDefinition?: ExpressionSetDefinition; ExpressionSetDefinitionId?: ID; ExpressionSetLabel?: string; ExpressionSetOutputField?: DecisionTableParameter; ExpressionSetOutputFieldId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PrimaryObject?: string; Priority?: number; ProcedurePlanOptionCanonicalMappings?: QueryResult; ProcedurePlanSection?: ProcedurePlanSection; ProcedurePlanSectionId?: ID; ReadContextMapping?: string; SaveContextMapping?: string; SystemModstamp?: Date; }; export type ProcedurePlanSection = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; IsInherited?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Phase?: string; ProcedurePlanSectionCanonicalMappings?: QueryResult; ProcedurePlanVersion?: ProcedurePlanDefinitionVersion; ProcedurePlanVersionId?: ID; ResolutionType?: SectionResolutionType; SectionType?: ProcedurePlanSectionType; Sequence?: number; SubSectionType?: string; SystemModstamp?: Date; }; export type ProcedurePlanVariable = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: ProcedurePlanVariableDataType; DefaultValue?: string; DeveloperName?: string; IsDeleted?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ProcedurePlanVersion?: ProcedurePlanDefinitionVersion; ProcedurePlanVersionId?: ID; SystemModstamp?: Date; }; export type ProcessPlugin = sObject & { ApexClass?: string; Description?: string; DurableId?: string; Name?: string; Parameters?: QueryResult; Tag?: string; }; export type ProcessPluginParameter = sObject & { DataType?: string; Description?: string; DurableId?: string; IsInput?: boolean; IsOutput?: boolean; IsRequired?: boolean; Name?: string; ProcessPlugin?: ProcessPlugin; ProcessPluginId?: string; }; export type ProductPropertyInfo = sObject & { DurableId?: string; FieldId?: string; IsAttribute?: boolean; IsCustom?: boolean; IsDisplayable?: boolean; IsFacetable?: boolean; IsPublishable?: boolean; IsSearchable?: boolean; IsSortable?: boolean; IsVariantAttribute?: boolean; Name?: string; ObjectName?: string; Property?: EntityParticle; PropertyId?: string; PropertyObjectScope?: PropertyObjectScope; }; export type ProfileCallLogQuickAction = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Profile?: Profile; ProfileId?: ID; QuickActionDefinition?: QuickActionDefinition; QuickActionDefinitionId?: ID; SystemModstamp?: Date; }; export type ProfileLayout = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Layout?: Layout; LayoutId?: ID; Profile?: Profile; ProfileId?: ID; RecordType?: RecordType; RecordTypeId?: ID; SystemModstamp?: Date; TableEnumOrId?: string; }; export type ProfileManifestEntry = sObject & { ComponentType?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StandardObjectOrFieldName?: string; SystemModstamp?: Date; }; export type ProviderActivityMeasureType = sObject & { ActivityAccountField?: string; ActivityObject?: string; ActivityParentObjRelaField?: string; ActivityParentObject?: string; ActivityProductField?: string; ActivityTerritoryField?: string; ActivityTypSchdStatusList?: string; ActivityTypeDtTmField?: string; ActivityTypeExclusionField?: string; ActivityTypeField?: string; ActivityTypeFieldValue?: string; ActivityTypeStatusField?: string; ActivityTypeStatusList?: string; AggregatedActivityActualFld?: string; AggregatedActivitySchdField?: string; AggregatedGoalField?: string; AlertType?: ProviderAlertTypes; AllManagedPackageMemberId?: ID; Category?: ProviderCategory; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Criteria?: string; DeveloperName?: string; DisplayOrder?: number; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Level1RelatedAccountObject?: string; Level2RelatedAccountObject?: string; Lvl1RelatedAccountObjField?: string; Lvl2RelatedAccountObjField?: string; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type ProviderSampleLimitTemplate = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DiscrepancyAlertType?: SampleLimitDiscAlertType; IsActive?: boolean; IsAdvanced?: boolean; IsCloned?: boolean; IsDeleted?: boolean; IsLawBased?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PriorityNumber?: number; RuleCondition?: string; RuleExpression?: string; SystemModstamp?: Date; TemplateSourceName?: string; }; export type ProvisionedFeature = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayName?: string; DoNotUpdate?: boolean; FalconCell?: string; FalconFunctionalDomain?: string; FalconInstance?: string; FeatureName?: string; FeatureState?: ProvisionedFeatureState; FeatureVersion?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastUpdatedByProcess?: string; SystemModstamp?: Date; }; export type PrstCntntDefAssignment = sObject & { AllManagedPackageMemberId?: ID; AssignedTo?: Profile; AssignedToId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PrstContentDefinition?: PrstContentDefinition; PrstContentDefinitionId?: ID; SystemModstamp?: Date; }; export type PrstContentDefinition = sObject & { AllManagedPackageMemberId?: ID; AssociatedFlow?: FlowDefinition; AssociatedFlowId?: ID; ContentType?: PrstCntntDefContentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PrstCntntDefAssignmentPrstContentDefinitions?: QueryResult; RetentionDayCount?: number; SystemModstamp?: Date; }; export type PrvdClassificationLayout = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ProviderClassificationLayouts?: QueryResult; SystemModstamp?: Date; }; export type PrvdClsfnAttrDefinition = sObject & { AdditionalClassificationInfo?: string; AllManagedPackageMemberId?: ID; ClassificationType?: ProviderClassificationTypes; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayType?: ProviderDisplayWidgetTypes; DoDisplayPercentageChange?: boolean; DoDisplayRelativeDate?: boolean; ElementLabel?: string; FieldApiName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaxValue?: number; MaxValueReferenceField?: string; ModuleNamespace?: string; NamespacePrefix?: string; PotentialValReferenceField?: string; ProductIdentifiers?: string; ProviderClassificationAttributeDefinitions?: QueryResult; SystemModstamp?: Date; }; export type PrvdClsfnLayoutAttribute = sObject & { AllManagedPackageMemberId?: ID; AttributeHeight?: number; AttributeWidth?: number; ColumnNumber?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; GridColumn?: number; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; PrvdClassificationLayout?: PrvdClassificationLayout; PrvdClassificationLayoutId?: ID; PrvdClsfnAttrDefinition?: PrvdClsfnAttrDefinition; PrvdClsfnAttrDefinitionId?: ID; RowNumber?: number; SystemModstamp?: Date; }; export type Publisher = sObject & { DurableId?: string; InstalledEntityDefinitions?: QueryResult; InstalledFieldDefinitions?: QueryResult; IsSalesforce?: boolean; MajorVersion?: number; MinorVersion?: number; Name?: string; NamespacePrefix?: string; }; export type QueueRoutingConfig = sObject & { CapacityPercentage?: number; CapacityType?: string; CapacityWeight?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DropAdditionalSkillsTimeout?: number; IsAttributeBased?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; OverflowAssignee?: sObject; OverflowAssigneeId?: ID; PausedCapacityPercentage?: number; PausedCapacityWeight?: number; PushTimeout?: number; RoutingModel?: string; RoutingPriority?: number; SystemModstamp?: Date; }; export type QuickActionDefinition = sObject & { ActionSubtype?: ActionSubtype; AllManagedPackageMemberId?: ID; Component?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FullName?: string; Height?: number; Icon?: StaticResource; IconId?: ID; IsDeleted?: boolean; Label?: string; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; Metadata?: QuickAction; ModuleNamespace?: string; NamespacePrefix?: string; OptionsCreateFeedItem?: boolean; SobjectType?: string; StandardLabel?: QuickActionLabel; SuccessMessage?: string; SystemModstamp?: Date; TargetField?: string; TargetRecordType?: RecordType; TargetRecordTypeId?: ID; TargetSobjectType?: string; Type?: QuickActionType; Width?: number; }; export type QuickActionParameter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParameterName?: string; ParameterType?: QuickActionParameterType; ParameterValue?: string; Parent?: QuickActionDefinition; ParentId?: ID; SystemModstamp?: Date; }; export type RealTimeClassificationDef = sObject & { ConfigPhase?: RealTimeConfigPhase; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataLakeObjectName?: string; DataModelObjectName?: string; DataSpaceName?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; NumberOfResults?: number; ObjectName?: string; RealTimeClassificationDefParams?: QueryResult; SystemModstamp?: Date; }; export type RealTimeClassificationParam = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldName?: string; FieldType?: RealTimeConfigFieldType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RealTimeClassificationDef?: RealTimeClassificationDef; RealTimeClassificationDefId?: ID; SystemModstamp?: Date; }; export type RecActorFeatureDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Feature?: RecActorFeatureType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type RecActorFeatureObject = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsEligible?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectType?: RecActorFeatureObjectType; RecActorFeatureDef?: RecActorFeatureDef; RecActorFeatureDefId?: ID; SystemModstamp?: Date; }; export type RecentlyViewed = sObject & { AddressableName?: string; Alias?: string; CommunityNickname?: string; CompanyName?: string; Email?: string; FirstName?: string; InformalName?: string; IsActive?: boolean; IsArchived?: boolean; IsDeleted?: boolean; Language?: string; LastName?: string; LastReferencedDate?: Date; LastViewedDate?: Date; MiddleName?: string; Name?: string; NameOrAlias?: string; NetworkId?: ID; OwnerType?: string; Phone?: string; Profile?: Profile; ProfileId?: ID; RecordType?: RecordType; RecordTypeId?: ID; RelatedObject?: string; Suffix?: string; Title?: string; Type?: string; UserRole?: UserRole; UserRoleId?: ID; }; export type RecommendationDefReference = sObject & { ExternalId?: string; RecommendationDefId?: string; RecommendationStrategyId?: string; }; export type ReferralMarketingConfig = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IntegrationSystemType?: ReferralConfigSystemType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; }; export type RelatedEntity = sObject & { DurableId?: string; RelatedId?: string; RelationshipType?: RelationshipType; RootId?: string; }; export type RelatedListColumnDefinition = sObject & { Alias?: string; ColumnSoql?: string; DataType?: string; DurableId?: string; FieldDefinition?: FieldDefinition; FieldDefinitionId?: string; IsDefault?: boolean; IsDescribable?: boolean; Label?: string; LookupId?: string; RelatedListDefinition?: RelatedListDefinition; RelatedListDefinitionId?: string; }; export type RelatedListDefinition = sObject & { DefaultSort?: string; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; IsCustomizable?: boolean; IsDescribable?: boolean; IsLayoutable?: boolean; Label?: string; ParentEntityDefinition?: EntityDefinition; ParentEntityDefinitionId?: string; RelatedListColumnDefinitions?: QueryResult; RelatedListId?: string; RelatedListName?: string; }; export type RelatedObjectPartySrchDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayField1Name?: string; DisplayField2Name?: string; DisplayField3Name?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RelationshipSequenceNumber?: number; RelationshipType?: ERIRelationshipType; SystemModstamp?: Date; TargetObject?: string; TargetRecordType?: RecordType; TargetRecordTypeId?: ID; }; export type RelationshipDomain = sObject & { ChildSobject?: EntityDefinition; ChildSobjectId?: string; DurableId?: string; Field?: FieldDefinition; FieldId?: string; IsCascadeDelete?: boolean; IsDeprecatedAndHidden?: boolean; IsRestrictedDelete?: boolean; JunctionIdListNames?: JunctionIdListNames; ParentSobject?: EntityDefinition; ParentSobjectId?: string; RelationshipInfo?: RelationshipInfo; RelationshipInfoId?: string; RelationshipName?: string; }; export type RelationshipInfo = sObject & { ChildSobject?: EntityDefinition; ChildSobjectId?: string; DurableId?: string; Field?: FieldDefinition; FieldId?: string; IsCascadeDelete?: boolean; IsDeprecatedAndHidden?: boolean; IsRestrictedDelete?: boolean; JunctionIdListNames?: JunctionIdListNames; RelationshipDomains?: QueryResult; }; export type ReleaseUpdate = sObject & { ApiVersion?: number; AutoEnforceOnSandboxOnly?: boolean; Category?: string; Description?: string; DeveloperName?: string; DueDate?: Date; DurableId?: string; HasNewSteps?: boolean; IsReleased?: boolean; NumCompSteps?: number; NumReqSteps?: number; NumSteps?: number; RecompileApexClasses?: boolean; Release?: string; ReleaseDate?: Date; ReleaseLabel?: string; Status?: ReleaseUpdateStatus; StepLog?: QueryResult; StepStage?: string; Steps?: QueryResult; SupportsRevoke?: boolean; Title?: string; }; export type ReleaseUpdateStep = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; Number?: number; ReleaseUpdate?: ReleaseUpdate; ReleaseUpdateId?: string; Status?: ReleaseUpdateStepStatus; SystemModstamp?: Date; }; export type ReleaseUpdateStepLog = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; ReleaseUpdate?: ReleaseUpdate; ReleaseUpdateId?: string; Status?: ReleaseUpdateStepStatus; SystemModstamp?: Date; }; export type ReleasedApexClassRel = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MinPackageVersion?: SubscriberPackageVersion; MinPackageVersionId?: ID; Package2Version?: Package2Version; Package2VersionId?: ID; PackageApexInterfaceType?: PackageApexInterfaceType; ParentModuleNamespace?: string; ParentNameNorm?: string; ParentNamespacePrefix?: string; RelationshipType?: number; ReleasedApexIdentifier?: ReleasedApexIdentifier; ReleasedApexIdentifierId?: ID; ReleasedApexIdentifierUUID?: string; SystemModstamp?: Date; }; export type ReleasedApexIdentifier = sObject & { ApexClassIdentifierId?: ID; ApexReleasedEntityState?: ReleasedEntityState; ApexReleasedEntityStateId?: ID; ApexReleasedEntityStateUUID?: string; ColumnNumber?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IdentifierName?: string; IdentifierType?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LineNumber?: number; MaxPackageVersion?: SubscriberPackageVersion; MaxPackageVersionId?: ID; MinPackageVersion?: SubscriberPackageVersion; MinPackageVersionId?: ID; Options1?: number; Options2?: number; Package2Version?: Package2Version; Package2VersionId?: ID; Parent?: ReleasedApexIdentifier; ParentId?: ID; ParentUUID?: string; ReleasedApexClassRels?: QueryResult; ReleasedApexIdentifierOptions?: QueryResult; ReleasedApexIdentifiers?: QueryResult; Signature?: string; SubjectNameNorm?: string; SystemModstamp?: Date; UUID?: string; }; export type ReleasedApexIdentifierOption = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OptionValue?: number; Package2Version?: Package2Version; Package2VersionId?: ID; Parent?: ReleasedApexIdentifier; ParentId?: ID; ParentUUID?: string; SystemModstamp?: Date; }; export type ReleasedEntityState = sObject & { ApiVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EntityApiVersion?: number; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxPackageVersion?: SubscriberPackageVersion; MaxPackageVersionId?: ID; MinPackageVersion?: SubscriberPackageVersion; MinPackageVersionId?: ID; Package2?: Package2; Package2Id?: ID; Package2Version?: Package2Version; Package2VersionId?: ID; Parent?: string; ParentUUID?: string; ReleasedApexIdentifiers?: QueryResult; State?: string; StateLength?: number; Subject?: sObject; SubjectId?: ID; SubjectKeyPrefix?: string; SubjectManageableState?: ManageableState; SubjectManageableStateDb?: string; SubjectModuleNamespace?: string; SubjectNameNorm?: string; SubjectNamespacePrefix?: string; SystemModstamp?: Date; UUID?: string; }; export type RemoteProxy = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EndpointUrl?: string; FullName?: string; IsActive?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Metadata?: RemoteSiteSetting; NamespacePrefix?: string; ProtocolMismatch?: boolean; SiteName?: string; SystemModstamp?: Date; }; export type RevenueSourceCategoryConfig = sObject & { ClosedDateFieldName?: string; ClosedLostStageOption?: string; ClosedWonStageOption?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; IsDraft?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; RevenueDataSource?: RevenueSourceObjectConfig; RevenueDataSourceFieldName?: string; RevenueDataSourceId?: ID; StageFieldName?: string; SystemModstamp?: Date; }; export type RevenueSourceObjectConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsDraft?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PrimaryAccountFieldName?: string; ProductNameField?: string; ProductReferenceFieldName?: string; ProductReferenceObjectName?: string; RevDataSourceRefFieldName?: string; RevenueDataSource?: string; RevenueProductDataset?: string; RevenueSourceObjectConfigs?: QueryResult; SystemModstamp?: Date; UserIdentifierFieldName?: string; }; export type RpaRobotDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RpaRobot?: string; SystemModstamp?: Date; }; export type RpaRobotMaintWindowDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RpaRobotMaintWindow?: string; SystemModstamp?: Date; }; export type RpaRobotPoolDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RpaRobotPool?: string; SystemModstamp?: Date; }; export type RpaRobotSessionInfoDef = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RpaRobotSessionInfo?: string; SystemModstamp?: Date; }; export type RuleLibraryDefVersion = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RuleLibraryDefinition?: RuleLibraryDefinition; RuleLibraryDefinitionId?: ID; SystemModstamp?: Date; }; export type SalesAgentGuidedDef = sObject & { CodeVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ReferenceRecord?: sObject; ReferenceRecordId?: ID; SystemModstamp?: Date; }; export type SalesAgentGuidedDefParam = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Datatype?: string; IsDeleted?: boolean; Key?: GuidedConfigKey; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Namespace?: string; SalesAgentGuidedDef?: SalesAgentGuidedDef; SalesAgentGuidedDefId?: ID; SystemModstamp?: Date; UniqueIndex?: string; Value?: string; }; export type SandboxInfo = sObject & { ActivationUserGroup?: Group; ActivationUserGroupId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; AutoActivate?: boolean; CopyArchivedActivities?: boolean; CopyChatter?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; Features?: string; FfxCopyStrategy?: FfxCopyStrategy; HistoryDays?: number; IsDeleted?: boolean; IsNonPreview?: boolean; IsPreRelease?: boolean; IsPreview?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseType?: SandboxLicenseType; ProdOrgId?: ID; SandboxName?: string; Source?: SandboxInfo; SourceId?: ID; Strategy?: OrgCopyStrategy; SystemModstamp?: Date; Template?: PartitionLevelScheme; TemplateId?: ID; }; export type SandboxProcess = sObject & { ActivatedBy?: User; ActivatedById?: ID; ActivatedDate?: Date; ActivationUserGroup?: Group; ActivationUserGroupId?: ID; ApexClass?: ApexClass; ApexClassId?: ID; AutoActivate?: boolean; CopyArchivedActivities?: boolean; CopyChatter?: boolean; CopyProgress?: number; CopyProgressInfo?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; EndDate?: Date; Features?: string; FfxCopyStrategy?: FfxCopyStrategy; HistoryDays?: number; IsDeleted?: boolean; IsQuickCopy?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseType?: SandboxLicenseType; Priority?: number; QueueName?: string; RefreshAction?: SandboxRefreshAction; SandboxInfo?: SandboxInfo; SandboxInfoId?: ID; SandboxName?: string; SandboxOrgId?: ID; SandboxOrganization?: string; Source?: SandboxInfo; SourceId?: ID; StartDate?: Date; Status?: string; StatusEnum?: ScheduledProcessStatus; Strategy?: OrgCopyStrategy; SupportComments?: string; SuspendInfo?: string; SystemModstamp?: Date; Template?: PartitionLevelScheme; TemplateId?: ID; }; export type SchedulingPolicy = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SchedulingCategory?: SchedulingCategory; SchedulingPolicyObjectives?: QueryResult; SchedulingPolicyRules?: QueryResult; SystemModstamp?: Date; }; export type SchedulingPolicyObjective = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SchedulingObjective?: SchedulingObjective; SchedulingObjectiveId?: ID; SchedulingPolicy?: SchedulingPolicy; SchedulingPolicyId?: ID; SystemModstamp?: Date; Weight?: number; }; export type SchedulingPolicyRule = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SchedulingPolicy?: SchedulingPolicy; SchedulingPolicyId?: ID; SchedulingRule?: SchedulingRule; SchedulingRuleId?: ID; SystemModstamp?: Date; }; export type SearchCustomRuleValue = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RawValue?: string; SearchCustomizationRule?: SearchCustomizationRule; SearchCustomizationRuleId?: ID; SystemModstamp?: Date; }; export type SearchDataSource = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataConnector?: sObject; DataConnectorId?: ID; DeveloperName?: string; Enabled?: boolean; ExternalSource?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Status?: string; SystemModstamp?: Date; Type?: string; }; export type SearchDataSourceObject = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataObjectSearchIndexConf?: DataObjectSearchIndexConf; DataObjectSearchIndexConfId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectReference?: MktDataModelObject; ObjectReferenceId?: ID; SearchDataSource?: SearchDataSource; SearchDataSourceId?: ID; SearchIndexId?: ID; SystemModstamp?: Date; }; export type SearchLayout = sObject & { ButtonsDisplayed?: SearchLayoutButtonsDisplayed; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FieldsDisplayed?: SearchLayoutFieldsDisplayed; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LayoutType?: string; ListLayout?: string; Profile?: string; ProfileName?: string; }; export type SearchableField = sObject & { ExperienceName?: string; ExternalId?: string; FieldApiName?: string; IsSearchable?: boolean; IsSearchableEditable?: boolean; ObjectName?: string; }; export type SecurityHealthCheck = sObject & { CustomBaselineId?: string; DurableId?: string; Score?: string; SecurityHealthCheckRisk?: QueryResult; }; export type SecurityHealthCheckRisks = sObject & { DurableId?: string; OrgValue?: string; OrgValueRaw?: string; RiskType?: RiskType; SecurityHealthCheck?: SecurityHealthCheck; SecurityHealthCheckId?: string; Setting?: string; SettingGroup?: string; SettingRiskCategory?: SettingRiskCategory; StandardValue?: string; StandardValueRaw?: string; }; export type SemanticCalcDimension = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: SemanticCalculatedDimensionDataType; DisplayCategory?: SemanticDisplayType; Expression?: string; ExternalDataType?: string; ExternalStorageName?: string; FilterLogic?: string; Filters?: string; GeoRole?: SemanticGeoRoleType; IsDeleted?: boolean; IsVisible?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Level?: SemanticCalculatedFieldLevel; SemanticDataType?: SemanticDataType; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticLogicalView?: SemanticDefinition; SemanticLogicalViewId?: ID; SortOrder?: SemanticSortingType; Syntax?: SemanticExpressionSyntaxType; SystemModstamp?: Date; }; export type SemanticCalcMeasurement = sObject & { AggregationType?: SemanticAggregationType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: SemanticCalculatedMeasurementDataType; DecimalPlace?: number; Directionality?: SemanticDirectionalityType; DisplayCategory?: SemanticDisplayType; Expression?: string; ExternalDataType?: string; ExternalStorageName?: string; FilterLogic?: string; Filters?: string; IsDeleted?: boolean; IsVisible?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Level?: SemanticCalculatedFieldLevel; SemanticDataType?: SemanticDataType; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticLogicalView?: SemanticDefinition; SemanticLogicalViewId?: ID; Sentiment?: SemanticSentimentType; ShouldTreatNullsAsZeros?: boolean; SortOrder?: SemanticSortingType; Syntax?: SemanticExpressionSyntaxType; SystemModstamp?: Date; Total?: SemanticAggregationType; }; export type SemanticDataObject = sObject & { AutoCreateRowCountSystemCalc?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataObject?: sObject; DataObjectApiName?: string; DataObjectId?: ID; DataObjectType?: SemanticDataObjectType; FilterLogic?: string; Filters?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PrimaryNameField?: string; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticLogicalView?: SemanticDefinition; SemanticLogicalViewId?: ID; ShouldIncludeAllFields?: boolean; StandardDcObject?: string; SystemModstamp?: Date; TableType?: TableType; }; export type SemanticDataObjectField = sObject & { AggregationType?: SemanticAggregationType; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataField?: sObject; DataFieldId?: ID; DataObjectFieldApiName?: string; DataRole?: SemanticDataRole; DataType?: SemanticDataObjectFieldDataType; DecimalPlace?: number; Description?: string; DeveloperName?: string; Directionality?: SemanticDirectionalityType; DisplayCategory?: SemanticDisplayType; ExternalDataType?: string; ExternalId?: string; GeoRole?: SemanticGeoRoleType; IsAggregatable?: boolean; IsDeleted?: boolean; IsVisible?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OverrideBitmask?: number; OverrideType?: SemanticOverridePolicyType; SemanticDataType?: SemanticDataType; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; Sentiment?: SemanticSentimentType; ShouldTreatNullsAsZeros?: boolean; SortOrder?: SemanticSortingType; StandardDcField?: string; StorageDataType?: SemanticDataObjectFieldDataType; SystemModstamp?: Date; Unmapped?: boolean; }; export type SemanticDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; ExternalConnectionApiName?: string; ExternalId?: string; IsDeleted?: boolean; IsOverride?: boolean; IsSystemDefinition?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; OriginalDefinition?: SemanticDefinition; OriginalDefinitionId?: ID; OverrideBitmask?: number; OverrideType?: SemanticOverridePolicyType; SemanticModel?: SemanticModel; SemanticModelId?: ID; SubMetrics?: QueryResult; SystemModstamp?: Date; Type?: SemanticDefinitionType; Unmapped?: boolean; }; export type SemanticDefinitionDependency = sObject & { AllColumnsUniqueIndex?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DependentSemanticDataObjectFieldApiName?: string; DependentSemanticDefinition?: SemanticDefinition; DependentSemanticDefinitionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; }; export type SemanticGrouping = sObject & { Configuration?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ExternalDataType?: string; GroupingType?: SemanticGroupingType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ReferenceFieldDeveloperName?: string; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; }; export type SemanticHierarchy = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; }; export type SemanticHierarchyLevel = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FieldApiName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Position?: number; SemanticHierarchy?: SemanticHierarchy; SemanticHierarchyId?: ID; SourceApiName?: string; SourceType?: SemanticDefinitionType; SystemModstamp?: Date; }; export type SemanticMappedField = sObject & { ConnectedFields?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticLogicalView?: SemanticDefinition; SemanticLogicalViewId?: ID; SystemModstamp?: Date; }; export type SemanticMetricDefinition = sObject & { AdjustableFilters?: string; AggregationType?: SemanticAggregationType; AllowedTimeGrainTypes?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterLogic?: string; Filters?: string; InsightsSettings?: string; IsCumulative?: boolean; IsDeleted?: boolean; IsGoalEditingBlocked?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MeasurementApiName?: string; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; TimeDimensionApiName?: string; }; export type SemanticMetricGoal = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; EndDate?: string; Forecasting?: boolean; GoalHash?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; RelatedMetric?: SemanticSubMetricDefinition; RelatedMetricId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; StartDate?: string; StatusConditions?: string; SystemModstamp?: Date; }; export type SemanticModel = sObject & { AgentEnabled?: boolean; AllManagedPackageMemberId?: ID; AnalyticsWorkspace?: AnalyticsWorkspace; AnalyticsWorkspaceId?: ID; App?: string; BusinessPreference?: string; Categories?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Currency?: string; CustomLastModifiedBy?: string; CustomLastModifiedDate?: Date; DataSpaceDefinitionId?: ID; DataSpaceScope?: DataspaceScope; DataSpaceScopeId?: ID; Description?: string; DeveloperName?: string; IsAiDrafted?: boolean; IsAllowUnmapped?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ParentSemanticModel?: SemanticModel; ParentSemanticModelId?: ID; RelatedModel?: QueryResult; SemanticModelIsVersionActive?: boolean; SemanticModelStatus?: SemanticModelStatus; SemanticModelVersionType?: SemanticModelVersionType; SourceCreation?: SemanticModelSourceCreationType; SourceCreationName?: string; SourceOrganizationId?: ID; SystemModstamp?: Date; ThumbnailsImages?: QueryResult; UnrelDataObjectsQueryBehavior?: SemanticModelQueryUnrelatedDataObjectsType; }; export type SemanticModelContent = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; }; export type SemanticModelExternalCnct = sObject & { AllManagedPackageMemberId?: ID; Content?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSync?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; Type?: SemanticExternalConnectionType; }; export type SemanticModelFilter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FilterLogic?: string; Filters?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; }; export type SemanticModelObjectCoordinate = sObject & { CoordinateX?: number; CoordinateY?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; }; export type SemanticModelRelatedModel = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; RelatedSemanticModel?: SemanticModel; RelatedSemanticModelId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; }; export type SemanticOverrideElement = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ObjectType?: SemanticObjectType; OverrideElementName?: SemanticOverrideElementName; OverrideElementValue?: string; OverrideType?: SemanticOverrideType; ReferencedObject?: sObject; ReferencedObjectFqn?: string; ReferencedObjectId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; SystemModstamp?: Date; }; export type SemanticParameter = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: SemanticDataObjectFieldDataType; DefaultValue?: string; ExternalDataType?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; Type?: SemanticParameterType; }; export type SemanticParameterListValue = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DisplayName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SemanticParameter?: SemanticParameter; SemanticParameterId?: ID; SystemModstamp?: Date; Value?: string; }; export type SemanticParameterRange = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MaxValue?: string; MinValue?: string; SemanticParameter?: SemanticParameter; SemanticParameterId?: ID; StepSize?: string; SystemModstamp?: Date; }; export type SemanticRelationship = sObject & { Cardinality?: SemanticCardinalityType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Criteria?: string; IsDeleted?: boolean; IsEnabled?: boolean; JoinType?: SemanticRelationshipJoinType; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LeftSemanticDefinition?: string; RightSemanticDefinition?: string; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SemanticLogicalView?: SemanticDefinition; SemanticLogicalViewId?: ID; SystemModstamp?: Date; }; export type SemanticSubMetricDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; FilterLogic?: string; FilterVersion?: SemanticFilterVersion; Filters?: string; Goal?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SemanticMetric?: SemanticDefinition; SemanticMetricId?: ID; SemanticModel?: SemanticModel; SemanticModelId?: ID; SubMetricHash?: string; SystemModstamp?: Date; TimeRange?: string; }; export type SemanticView = sObject & { AutoCreateRowCountSystemCalc?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomSql?: string; CustomSqlVersion?: number; FilterLogic?: string; Filters?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentLogicalView?: SemanticDefinition; ParentLogicalViewId?: ID; PrimaryNameField?: string; ScanMinimalTables?: boolean; SemanticDefinition?: SemanticDefinition; SemanticDefinitionId?: ID; SystemModstamp?: Date; TableType?: TableType; Type?: SemanticViewType; }; export type SenderFromDefinition = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; EmailFromAddress?: string; EmailFromName?: string; EmailReplyAddress?: string; EmailReplyName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PrivateDomain?: PrivateDomainDefinition; PrivateDomainId?: ID; Status?: SenderFromDefinitionStatus; SystemModstamp?: Date; }; export type Service = sObject & { DeveloperName?: string; DurableId?: string; Types?: QueryResult; Versions?: QueryResult; WebServiceDefinitions?: QueryResult; WsdlDataTypes?: QueryResult; XmlSchemas?: QueryResult; }; export type ServiceCampaignSettings = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataModelObjectName?: string; DeveloperName?: string; DomainUrl?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ServiceCmpnTypeValue?: string; SystemModstamp?: Date; }; export type ServiceChannel = sObject & { AcwExtensionDuration?: number; AfterConvoWorkMaxTime?: number; CapacityModel?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomSound?: StaticResource; CustomSoundId?: ID; DeveloperName?: string; DoesCheckCapOnOwnerChange?: boolean; DoesCheckCapOnStatusChange?: boolean; DoesMinimizeWidgetOnAccept?: boolean; DoesOverridePresenceAudio?: boolean; HasAcwExtensionEnabled?: boolean; HasAfterConvoWorkTimer?: boolean; HasAutoAcceptEnabled?: boolean; InteractionComponentId?: ID; IsDeleted?: boolean; IsInterruptible?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxExtensions?: string; ModuleNamespace?: string; OptionsIsInternal?: boolean; RelatedEntity?: string; RoutingConfiguration?: QueueRoutingConfig; RoutingConfigurationId?: ID; SecRoutingPriorityField?: string; SoundLength?: number; StatusField?: string; SystemModstamp?: Date; }; export type ServiceDataType = sObject & { DataType?: DataType; DataTypeId?: string; DeveloperName?: string; DurableId?: string; Service?: Service; ServiceId?: string; Version?: ServiceVersion; VersionId?: string; WsdlDataTypes?: QueryResult; }; export type ServiceOpPriorityConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Impact?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Priority?: string; ReferenceObject?: string; SystemModstamp?: Date; Urgency?: string; }; export type ServicePresenceStatusInfo = sObject & { DurableId?: string; HasChannels?: boolean; MasterLabel?: string; ServicePresenceStatusId?: string; StatusCapacityModel?: StatusCapacityType; }; export type ServiceProcessDefinition = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ProcessName?: string; Status?: ServiceProcessStatus; SystemModstamp?: Date; UsageType?: string; Version?: string; }; export type ServiceScheduleConfig = sObject & { AreOnlyApprovedAbsnConsidered?: boolean; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DefaultAerialTravelSpeed?: number; DeveloperName?: string; DistanceMeasurementUnit?: DistanceMeasurementUnit; IsCmplxWrkSldngByTerrEnabled?: boolean; IsDeleted?: boolean; IsIndvRsrcCrewSchdConsidered?: boolean; IsSvcRsrcCrewsSkillAgg?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MaxDaysForSchedulingHorizon?: number; ModuleNamespace?: string; SchedulingMode?: SchedulingMode; SystemModstamp?: Date; TravelTimeBuffer?: number; }; export type ServiceVersion = sObject & { DurableId?: string; IsLatest?: boolean; Service?: Service; ServiceId?: string; Types?: QueryResult; VersionIdentifier?: string; WebServiceDefinitions?: QueryResult; WsdlDataTypes?: QueryResult; XmlSchemas?: QueryResult; }; export type SessionLevelPolicy = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; PolicyAction?: PolicyAction; RequiredSessionLevel?: SessionSecurityLevel; ResourceType?: string; SystemModstamp?: Date; }; export type SettingsTemplate = sObject & { DurableId?: string; FullName?: string; Metadata?: Metadata; }; export type SetupApp = sObject & { DeveloperName?: string; DurableId?: string; HeaderColor?: string; Label?: string; TreeNodeType?: NodeType; }; export type SetupNode = sObject & { ExternalId?: string; FullName?: string; IconUrl?: string; IsFullPage?: boolean; IsNew?: boolean; Label?: string; NodeType?: NodeType; RelatedEntities?: string; Tags?: string; Url?: string; }; export type SetupRecordShare = sObject & { AccessType?: SetupObjectAccessType; ApplicationDomain?: ApplicationDomain; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Record?: sObject; RecordId?: ID; SystemModstamp?: Date; Type?: SetupObjectType; UserOrGroup?: sObject; UserOrGroupId?: ID; }; export type SiteDetail = sObject & { DurableId?: string; IsRegistrationEnabled?: boolean; SecureUrl?: string; }; export type Skill = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastViewedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; Type?: SkillType; TypeId?: ID; }; export type SlackActionInternal = sObject & { Callback?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; Inputs?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; Outputs?: string; SystemModstamp?: Date; }; export type SlackAppAuthorization = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NetworkId?: ID; Scopes?: string; SlackApp?: string; SlackContext?: SlackContext; SlackContextId?: ID; SlackUser?: SlackUser; SlackUserId?: ID; SystemModstamp?: Date; Token?: string; }; export type SlackApplicationObject = sObject & { ApplicationObject?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EnabledForSlack?: SlackAssociationType; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SlackApp?: string; SystemModstamp?: Date; UniqueIndex?: string; }; export type SlackChannelRecordObjectConfig = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsEnabled?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ObjectApiName?: string; ObjectKeyPrefix?: string; SystemModstamp?: Date; }; export type SlackContext = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsSeamlessAuthEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ParentSlackContext?: SlackContext; ParentSlackContextId?: ID; SlackKey?: string; SystemModstamp?: Date; TeamName?: string; Type?: SlackContextType; UserMappingField?: string; }; export type SlackTeam = sObject & { AccessRequest?: string; Configuration?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IntegrationUser?: User; IntegrationUserId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SlackKey?: string; SlackTeamDomain?: string; SlackTeamName?: string; SlackTeamToken?: string; SlackTeamTokenExpiration?: Date; Status?: SlackConnectionStatus; SystemModstamp?: Date; }; export type SlackTeamUserAuthorization = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsDisabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SalesforceUser?: User; SalesforceUserId?: ID; SlackKey?: string; SlackTeam?: SlackTeam; SlackTeamId?: ID; SlackUserToken?: string; SlackUserTokenExpiration?: Date; Source?: SlackTeamUserAuthSource; SystemModstamp?: Date; }; export type SlackUser = sObject & { AppAuthorizations?: QueryResult; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Identity?: string; IsConfirmed?: boolean; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SlackContext?: SlackContext; SlackContextId?: ID; SlackKey?: string; SystemModstamp?: Date; }; export type SlackUserExportError = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ErrorMessage?: string; ExportBatch?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SalesforceUser?: User; SalesforceUserId?: ID; SlackTeam?: SlackTeam; SlackTeamId?: ID; SystemModstamp?: Date; }; export type SourceChangeNotification = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EventUuid?: string; IsNameObsolete?: boolean; MemberName?: string; MemberType?: string; ReplayId?: string; RevisionNum?: number; }; export type SourceMember = sObject & { ChangedBy?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsNameObsolete?: boolean; IsNewMember?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MemberIdOrName?: string; MemberName?: string; MemberType?: string; RevisionCounter?: number; RevisionNum?: number; SystemModstamp?: Date; }; export type SourceMemberDeployRequest = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeployOperation?: DeployOperation; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MemberName?: string; MemberType?: string; ModuleNamespace?: string; Request?: DeployRequest; RequestId?: ID; RevisionCounter?: number; SystemModstamp?: Date; }; export type SrvcMgmntEmailRoutgAddr = sObject & { AssignedDefaultImpactValue?: string; AssignedDefaultUrgencyValue?: string; AssignedTo?: sObject; AssignedToId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DisplayName?: string; EmailAddress?: string; EmailServicesAddressId?: ID; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ServiceOperationType?: SrvcMgmntEmailRoutgAddrServiceOperationType; SystemModstamp?: Date; }; export type SrvcMgmntRuleAssignment = sObject & { ActionDefinition?: FlowDefinition; ActionDefinitionId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CurrencyIsoCode?: string; IsDeleted?: boolean; IsLocked?: boolean; IssueCategory?: string; IssueSubCategory?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayEdit?: boolean; Name?: string; OperationType?: SrvcMgmntRuleAssignmentOperationType; Owner?: sObject; OwnerId?: ID; RuleDefinition?: sObject; RuleDefinitionId?: ID; SystemModstamp?: Date; }; export type SrvcMgmtObjCollabAppCnfg = sObject & { CollabApplication?: SrvcMgmtCollabAppChannelType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; RefObjRecPageLayout?: Layout; RefObjRecPageLayoutId?: ID; RefObjRecordType?: RecordType; RefObjRecordTypeId?: ID; ReferenceObject?: SrvcMgmtCollabAppRefObjType; SystemModstamp?: Date; TargetApplication?: string; }; export type StandardAction = sObject & { ContentType?: ActionOverrideType; Description?: string; DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; IsOverridden?: boolean; Label?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Name?: string; OverrideContent?: sObject; OverrideContentId?: ID; }; export type StaticDynamicValMapping = sObject & { Attribute?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; DynamicValue?: string; DynamicValueObject?: string; DynamicValueObjectField?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; StaticValue?: string; StaticValueObject?: string; StaticValueObjectField?: string; SystemModstamp?: Date; }; export type StgAssignmentRuleGrp = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsActive?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; ReferenceObject?: string; ReferenceObjectRecordType?: RecordType; ReferenceObjectRecordTypeId?: ID; StageDefinition?: StageDefinition; StageDefinitionId?: ID; SystemModstamp?: Date; }; export type SubscriberPackage = sObject & { Description?: string; IsPackageValid?: boolean; Name?: string; NamespacePrefix?: string; SubscriberPackageVersions?: QueryResult; }; export type SubscriberPackageVersion = sObject & { AppExchangeDescription?: string; AppExchangeLogoUrl?: string; AppExchangePackageName?: string; AppExchangePublisherName?: string; BuildNumber?: number; CspTrustedSites?: SubscriberPackageCspTrustedSites; Dependencies?: SubscriberPackageDependencies; Description?: string; InstallValidationStatus?: InstallValidationStatus; IsBeta?: boolean; IsDeprecated?: boolean; IsManaged?: boolean; IsOrgDependent?: boolean; IsPasswordProtected?: boolean; IsSecurityReviewed?: boolean; MajorVersion?: number; MinorVersion?: number; Name?: string; Package2ContainerOptions?: Package2ContainerOptions; PackageBundleVersionComponentInstallRequests?: QueryResult; PackageBundleVersionComponents?: QueryResult; PatchVersion?: number; PostInstallUrl?: string; Profiles?: SubscriberPackageProfiles; PublisherName?: string; ReleaseNotesUrl?: string; ReleaseState?: PackageReleaseState; RemoteSiteSettings?: SubscriberPackageRemoteSiteSettings; SubscriberPackageId?: ID; }; export type SubscriberPackageVersionInstallRequest = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MetadataDeployRequestFormula?: string; Status?: SubscriberPackageVersionInstallRequestStatus; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SystemModstamp?: Date; }; export type SubscriberPackageVersionUninstallRequest = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Status?: SubscriberPackageVersionUninstallRequestStatus; SubscriberPackageVersion?: SubscriberPackageVersion; SubscriberPackageVersionId?: ID; SubscriberPackageVersionUninstallRequestErrors?: QueryResult; SystemModstamp?: Date; }; export type SurveyStyleSet = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; Status?: SurveyStyleSetStatus; SystemModstamp?: Date; }; export type SurveyStyleSetStaticRsrc = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ResourceType?: SurveyStyleResourceType; StaticResource?: StaticResource; StaticResourceId?: ID; Status?: SurveyStyleSetStatus; SurveyStyleSet?: SurveyStyleSet; SurveyStyleSetId?: ID; SystemModstamp?: Date; }; export type SustnRefDataTracking = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; IsReferenceDataLoaded?: boolean; Language?: string; LastLoadStatus?: LastLoadStatusEnum; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ReferenceDataName?: ReferenceDataNameEnum; SourceType?: RefDataSourceTypeEnum; SystemModstamp?: Date; VersionNumber?: string; }; export type SvcProcessCtxDefinitionMap = sObject & { ApexMappingName?: string; ContextDefinition?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ReadMapping?: string; SystemModstamp?: Date; WriteMapping?: string; }; export type TabAppRestriction = sObject & { ApplicationId?: ID; DurableId?: string; TabDefinition?: TabDefinition; TabDefinitionId?: string; }; export type TabDefinition = sObject & { Colors?: QueryResult; DurableId?: string; Icons?: QueryResult; IsAvailableInAloha?: boolean; IsAvailableInDesktop?: boolean; IsAvailableInLightning?: boolean; IsAvailableInMobile?: boolean; IsCustom?: boolean; Label?: string; MobileUrl?: string; Name?: string; SobjectName?: string; Url?: string; }; export type TelemetryActnDefStepAttr = sObject & { AllManagedPackageMemberId?: ID; AllowedValues?: string; AttributeName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataType?: TelActnDefStepAttrDataType; Description?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; MaximumValue?: number; MinimumValue?: number; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; TelemetryActnDefStep?: TelemetryActionDefStep; TelemetryActnDefStepId?: ID; Type?: TelemetryActnDefStepAttrType; UnitOfMeasure?: string; }; export type TenantBlockoutWindow = sObject & { BlockoutName?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; EndDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; StartDate?: Date; SystemModstamp?: Date; }; export type TenantOutOfRegionNtfcn = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; IsOorEnabled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; NotificationDetail?: string; NotificationTime?: Date; OorOrganization?: string; SorType?: SorType; SystemModstamp?: Date; }; export type TenantPackageLicense = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; ExpirationDate?: Date; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManagementOrg?: string; MasterLabel?: string; ModuleNamespace?: string; Package?: AllPackage; PackageId?: ID; Quantity?: number; Status?: TenantLicenseStatus; SystemModstamp?: Date; }; export type TenantPendingLicensingRequest = sObject & { AppVersion?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; ErrorLevel?: LicensingErrorLevel; ErrorText?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManagementRequest?: string; ManagementTenant?: string; Payload?: string; RetryCount?: number; Status?: PendingLicensingRequestStatus; SystemModstamp?: Date; }; export type TestSuiteMembership = sObject & { ApexClass?: ApexClass; ApexClassId?: ID; ApexTestSuite?: ApexTestSuite; ApexTestSuiteId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type TraceFlag = sObject & { ApexCode?: ApexLogLevel; ApexProfiling?: ApexLogLevel; Callout?: ApexLogLevel; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataAccess?: ApexLogLevel; Database?: ApexLogLevel; DebugLevel?: DebugLevel; DebugLevelId?: ID; ExpirationDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LogType?: TraceFlagType; Nba?: ApexLogLevel; RequestedBy?: User; RequestedById?: ID; StartDate?: Date; System?: ApexLogLevel; SystemModstamp?: Date; TracedEntity?: sObject; TracedEntityId?: ID; Validation?: ApexLogLevel; Visualforce?: ApexLogLevel; Wave?: ApexLogLevel; Workflow?: ApexLogLevel; }; export type TranslationImportExportJob = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; File?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; }; export type UiAppFeatureActivationCrit = sObject & { Content?: FlexiPage; ContentId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Order?: number; SystemModstamp?: Date; UiAppFeatureActivationDef?: UiAppFeatureActivationDef; UiAppFeatureActivationDefId?: ID; UiFormulaRule?: UiFormulaRule; UiFormulaRuleId?: ID; }; export type UiAppFeatureActivationDef = sObject & { Application?: ActivationAppType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; Feature?: ActivationFeatureType; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; ReferenceObject?: EntityDefinition; ReferenceObjectId?: string; SystemModstamp?: Date; }; export type UiCardActivation = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FormFactor?: FormFactor; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; SystemModstamp?: Date; Target?: string; UiView?: FlexiPage; UiViewId?: ID; }; export type UserAcceptedFeatureAgreement = sObject & { AcceptedByUser?: User; AcceptedByUserId?: ID; AcceptedDate?: Date; AgreementLanguageCode?: string; AgreementText?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Feature?: string; FeatureMarketingName?: string; FullFeatureName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; Subfeature?: string; SystemModstamp?: Date; Version?: string; }; export type UserEntityAccess = sObject & { DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; IsActivateable?: boolean; IsCreatable?: boolean; IsDeletable?: boolean; IsEditable?: boolean; IsFlsUpdatable?: boolean; IsMergeable?: boolean; IsReadable?: boolean; IsUndeletable?: boolean; IsUpdatable?: boolean; User?: User; UserId?: ID; }; export type UserFieldAccess = sObject & { DurableId?: string; EntityDefinition?: EntityDefinition; EntityDefinitionId?: string; FieldDefinition?: FieldDefinition; FieldDefinitionId?: string; IsAccessible?: boolean; IsCreatable?: boolean; IsUpdatable?: boolean; User?: User; UserId?: ID; }; export type UserPreference = sObject & { Preference?: string; SystemModstamp?: Date; UserId?: ID; Value?: string; }; export type UserRole = sObject & { CaseAccessForAccountOwner?: string; ContactAccessForAccountOwner?: string; DeveloperName?: string; ForecastUserId?: ID; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MayForecastManagerShare?: boolean; Name?: string; OpportunityAccessForAccountOwner?: string; ParentRole?: UserRole; ParentRoleId?: ID; PortalAccountId?: ID; PortalAccountOwnerId?: ID; PortalRole?: PortalRoles; PortalType?: PortalTypes; RollupDescription?: string; SystemModstamp?: Date; Users?: QueryResult; }; export type ValidationRuleMember = sObject & { Content?: string; ContentEntity?: ValidationRule; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: ValidationRule; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type VisibilityOperation = sObject & { Attempts?: number; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; Description?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; OperationType?: VisibilityOperationType; Sequence?: string; Status?: VisibilityOperationStatus; SystemModstamp?: Date; }; export type VisualforceAccessMetrics = sObject & { ApexPage?: ApexPage; ApexPageId?: ID; DailyPageViewCount?: number; LogDate?: Date; MetricsDate?: Date; Profile?: Profile; ProfileId?: ID; SystemModstamp?: Date; }; export type VoiceEngagementMediaFile = sObject & { ContentDocumentId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; FileName?: string; FileUrl?: string; IsCustom?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; Message?: string; ModuleNamespace?: string; SystemModstamp?: Date; UploadStatus?: UploadStatus; }; export type VoiceEngagementMediaUsage = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; MediaName?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type VoiceEngmtMediaFileAsgnt = sObject & { AssignmentType?: AssignmentType; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsActive?: boolean; IsDefault?: boolean; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; VoiceEngagementMediaFile?: VoiceEngagementMediaFile; VoiceEngagementMediaFileId?: ID; VoiceEngagementMediaUsage?: VoiceEngagementMediaUsage; VoiceEngagementMediaUsageId?: ID; }; export type VoiceLocalPresenceNumber = sObject & { CountryCode?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastUsedDate?: Date; PhoneNumber?: string; Prefix?: string; SystemModstamp?: Date; }; export type VoiceOrgSetting = sObject & { ConsentMessage?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CustomDisposition?: string; DefaultDisposition?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SystemModstamp?: Date; }; export type VoiceVendorInfo = sObject & { ApiKeyLastUpdatedTime?: Date; ConferenceNumber?: string; CorporateNumber?: string; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsActive?: boolean; IsCallerIdTwilioVerified?: boolean; IsDeleted?: boolean; IsOldApiKeyDeleted?: boolean; IsStirShakenEnrolled?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LocalPresenceDefaultNumber?: string; SystemModstamp?: Date; TenantConfigVersion?: string; VendorAccountKey?: string; VendorInfoJson?: string; VendorProviderName?: string; VendorType?: VoiceProviderType; }; export type WebServiceDefinition = sObject & { DeveloperName?: string; DurableId?: string; Service?: Service; ServiceId?: string; Version?: ServiceVersion; VersionId?: string; WsdlDataTypes?: QueryResult; XmlSchemas?: QueryResult; }; export type WebStoreDefinition = sObject & { AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; MasterLabel?: string; ModuleNamespace?: string; NamespacePrefix?: string; SystemModstamp?: Date; WebStoreId?: ID; }; export type WorkflowAlertMember = sObject & { Content?: string; ContentEntity?: WorkflowAlert; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: WorkflowAlert; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type WorkflowFieldUpdateMember = sObject & { Content?: string; ContentEntity?: WorkflowFieldUpdate; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: WorkflowFieldUpdate; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type WorkflowOutboundMessageMember = sObject & { Content?: string; ContentEntity?: WorkflowOutboundMessage; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: WorkflowOutboundMessage; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type WorkflowRuleMember = sObject & { Content?: string; ContentEntity?: WorkflowRule; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: WorkflowRule; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type WorkflowTaskMember = sObject & { Content?: string; ContentEntity?: WorkflowTask; ContentEntityId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; FullName?: string; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LastSyncDate?: Date; Metadata?: WorkflowTask; MetadataContainer?: sObject; MetadataContainerId?: ID; SystemModstamp?: Date; }; export type WsdlDataType = sObject & { DataType?: DataType; DataTypeId?: string; DurableId?: string; Service?: Service; ServiceDataType?: ServiceDataType; ServiceDataTypeId?: string; ServiceId?: string; Version?: ServiceVersion; VersionId?: string; WebServiceDefinition?: WebServiceDefinition; WebServiceDefinitionId?: string; XmlQualifiedName?: string; XmlSchema?: XmlSchema; XmlSchemaId?: string; }; export type XmlSchema = sObject & { DurableId?: string; NamespacePrefix?: string; NamespaceUri?: string; Service?: Service; ServiceId?: string; Version?: ServiceVersion; VersionId?: string; WebServiceDefinition?: WebServiceDefinition; WebServiceDefinitionId?: string; WsdlDataTypes?: QueryResult; }; export type AnalyticsInteropMigrDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CrmaSelectedDashboards?: string; CrmaSelectedRecipes?: string; DataObjectLineage?: string; DataspaceApiName?: string; DefinitionVersion?: number; DeveloperName?: string; ErrorInfo?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; SemanticDataModelInfo?: string; Source?: AnalyticsInteropMigrDefSource; Status?: AnalyticsInteropMigrDefStatus; SystemModstamp?: Date; }; export type PersnlDecisionAttrValueDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; PersonalizationAttributeDef?: string; PersonalizationDecisionDefinitionId?: ID; SystemModstamp?: Date; Value?: string; }; export type PersnlDcsnAttrValMrgFld = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; DataGraphField?: DataGraphField; DataGraphFieldId?: ID; DefaultText?: string; DeveloperName?: string; IsDeleted?: boolean; Language?: string; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; MasterLabel?: string; ModuleNamespace?: string; PersnlDecisionAttrValueDef?: PersnlDecisionAttrValueDef; PersnlDecisionAttrValueDefId?: ID; ResourceType?: MergeFieldResourceType; SystemModstamp?: Date; }; export type AgentGraphReference = sObject & { AgentGraphRefId?: ID; AllManagedPackageMemberId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; SystemModstamp?: Date; Target?: sObject; TargetId?: ID; }; export type AnalyticsSummaryWidgetDef = sObject & { AllManagedPackageMemberId?: ID; AnalyticsDashboardWidget?: AnalyticsDashboardWidget; AnalyticsDashboardWidgetId?: ID; CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; ManageableState?: ManageableState; Parameters?: string; SystemModstamp?: Date; }; export type PermissionSetLicCustObjDef = sObject & { CreatedBy?: User; CreatedById?: ID; CreatedDate?: Date; CrudAllowed?: number; CustomEntityDefinition?: CustomObject; CustomEntityDefinitionId?: ID; IsDeleted?: boolean; LastModifiedBy?: User; LastModifiedById?: ID; LastModifiedDate?: Date; LicenseDefinition?: PermissionSetLicenseDefinition; LicenseDefinitionId?: ID; Parameters?: string; SystemModstamp?: Date; }; export type ChangeOwnPasswordResult = string; export type SaveResult = { errors: Error[]; id: ID; infos: Info[]; success: boolean; warnings: Warning[]; }; export type Error = { extendedErrorDetails: ExtendedErrorDetails[]; fields: string[]; message: string; statusCode: StatusCode; }; export type ExtendedErrorDetails = { extendedErrorCode: ExtendedErrorCode; }; export type Info = { extendedDetails: ExtendedErrorDetails[]; message: string; statusCode: StatusCode; }; export type Warning = { extendedDetails: ExtendedErrorDetails[]; message: string; statusCode: StatusCode; }; export type DeleteResult = { errors: Error[]; id: ID; success: boolean; }; export type DescribeGlobalResult = { encoding: string; maxBatchSize: number; sobjects: DescribeGlobalSObjectResult[]; }; export type DescribeGlobalSObjectResult = { activateable: boolean; associateEntityType: string; associateParentEntity: string; createable: boolean; custom: boolean; customSetting: boolean; dataTranslationEnabled?: boolean; deepCloneable: boolean; deletable: boolean; deprecatedAndHidden: boolean; feedEnabled: boolean; hasSubtypes: boolean; isInterface: boolean; isSubtype: boolean; keyPrefix: string; label: string; labelPlural: string; layoutable: boolean; mergeable: boolean; mruEnabled: boolean; name: string; queryable: boolean; replicateable: boolean; retrieveable: boolean; searchable: boolean; triggerable: boolean; undeletable: boolean; updateable: boolean; }; export type DescribeLayoutResult = { layouts: DescribeLayout[]; }; export type DescribeLayout = { buttonLayoutSection?: DescribeLayoutButtonSection; detailLayoutSections: DescribeLayoutSection[]; editLayoutSections: DescribeLayoutSection[]; feedView?: DescribeLayoutFeedView; highlightsPanelLayoutSection?: DescribeLayoutSection; id: ID; multirowEditLayoutSections: DescribeLayoutSection[]; offlineLinks: OfflineLink[]; quickActionList?: DescribeQuickActionListResult; relatedContent?: RelatedContent; relatedLists: RelatedList[]; saveOptions: DescribeLayoutSaveOption[]; }; export type DescribeLayoutButtonSection = { detailButtons: DescribeLayoutButton[]; }; export type DescribeLayoutButton = { behavior?: WebLinkWindowType; colors: DescribeColorResult[]; content?: string; contentSource?: WebLinkType; custom: boolean; encoding?: string; height?: number; icons: DescribeIconResult[]; label: string; menubar: boolean; name: string; overridden: boolean; resizeable: boolean; scrollbars: boolean; showsLocation: boolean; showsStatus: boolean; toolbar: boolean; url?: string; width?: number; windowPosition?: WebLinkPosition; }; export type DescribeColorResult = { color: string; context: string; theme: string; }; export type DescribeIconResult = { contentType: string; height?: number; theme: string; url: string; width?: number; }; export type DescribeLayoutSection = { collapsed: boolean; columns: number; heading?: string; layoutRows: DescribeLayoutRow[]; layoutSectionId?: ID; parentLayoutId: ID; rows: number; tabOrder: TabOrderType; useCollapsibleSection: boolean; useHeading: boolean; }; export type DescribeLayoutRow = { layoutItems: DescribeLayoutItem[]; numItems: number; }; export type DescribeLayoutItem = { editableForNew: boolean; editableForUpdate: boolean; label: string; layoutComponents: DescribeLayoutComponent[]; placeholder: boolean; required: boolean; uiBehavior: UiBehavior; }; export type DescribeLayoutComponent = { displayLines: number; tabOrder: number; type: string; value: string; }; export type AnalyticsCloudComponent = DescribeLayoutComponent & { error: string; filter: string; height: number; hideOnError: boolean; showHeader: boolean; showSharing: boolean; showTitle: boolean; width: string; }; export type AuraComponent = string; export type Canvas = DescribeLayoutComponent & { displayLocation: string; referenceId: string; showLabel: boolean; showScrollbars: boolean; suggestedHeight: string; suggestedWidth: string; }; export type CustomLinkComponent = DescribeLayoutComponent & { customLink: DescribeLayoutButton; }; export type ExpandedLookup = string; export type FieldComponent = string; export type FieldLayoutComponent = FieldComponent & { components: DescribeLayoutComponent[]; fieldType: string; }; export type ReportChartComponent = DescribeLayoutComponent & { cacheData: boolean; contextFilterableField: string; error: string; hideOnError: boolean; includeContext: boolean; showTitle: boolean; size: ReportChartComponentSize; }; export type VisualforcePage = DescribeLayoutComponent & { showLabel: boolean; showScrollbars: boolean; suggestedHeight: string; suggestedWidth: string; url: string; }; export type DescribeLayoutFeedView = { feedFilters: DescribeLayoutFeedFilter[]; }; export type DescribeLayoutFeedFilter = { label: string; name: string; type: string; }; export type OfflineLink = string; export type DescribeQuickActionListResult = { quickActionListItems: DescribeQuickActionListItemResult[]; }; export type DescribeQuickActionListItemResult = { accessLevelRequired?: ShareAccessLevel; colors: DescribeColorResult[]; iconUrl?: string; icons: DescribeIconResult[]; label: string; miniIconUrl: string; quickActionName: string; targetSobjectType?: string; type: string; }; export type DescribeRelatedContentItem = { describeLayoutItem: DescribeLayoutItem; }; export type RelatedListColumn = { field: string; fieldApiName: string; format: string; label: string; lookupId?: string; name: string; sortable: boolean; }; export type RelatedListSort = string; export type DescribeLayoutSaveOption = { defaultValue: boolean; isDisplayed: boolean; label: string; name: string; restHeaderName: string; soapHeaderName: string; }; export type DescribeSObjectResult = { actionOverrides: ActionOverride[]; activateable: boolean; associateEntityType: string; associateParentEntity: string; childRelationships: ChildRelationship[]; createable: boolean; custom: boolean; customSetting: boolean; dataTranslationEnabled?: boolean; deepCloneable: boolean; defaultImplementation: string; deletable: boolean; deprecatedAndHidden: boolean; feedEnabled: boolean; fields: Field[]; hasSubtypes: boolean; implementedBy: string; implementsInterfaces: string; isInterface: boolean; isSubtype: boolean; keyPrefix: string; label: string; labelPlural: string; layoutable: boolean; listviewable?: boolean; lookupLayoutable?: boolean; mergeable: boolean; mruEnabled: boolean; name: string; namedLayoutInfos: NamedLayoutInfo[]; networkScopeFieldName: string; queryable: boolean; recordTypeInfos: RecordTypeInfo[]; replicateable: boolean; retrieveable: boolean; searchLayoutable?: boolean; searchable: boolean; supportedScopes: ScopeInfo[]; triggerable?: boolean; undeletable: boolean; updateable: boolean; }; export type ChildRelationship = { cascadeDelete: boolean; childSObject: string; deprecatedAndHidden: boolean; field: string; junctionIdListNames: string[]; junctionReferenceTo: string[]; relationshipName?: string; restrictedDelete?: boolean; }; export type Field = { aggregatable: boolean; aiPredictionField: boolean; autoNumber: boolean; byteLength: number; calculated: boolean; calculatedFormula?: string; cascadeDelete?: boolean; caseSensitive: boolean; compoundFieldName?: string; controllerName?: string; createable: boolean; custom: boolean; dataTranslationEnabled?: boolean; defaultValue?: any; defaultValueFormula?: string; defaultedOnCreate: boolean; dependentPicklist?: boolean; deprecatedAndHidden: boolean; digits: number; displayLocationInDecimal?: boolean; encrypted?: boolean; externalId?: boolean; extraTypeInfo?: string; filterable: boolean; filteredLookupInfo?: FilteredLookupInfo; formulaTreatNullNumberAsZero?: boolean; groupable: boolean; highScaleNumber?: boolean; htmlFormatted?: boolean; idLookup: boolean; inlineHelpText?: string; label: string; length: number; mask?: string; maskType?: string; name: string; nameField: boolean; namePointing: boolean; nillable: boolean; permissionable: boolean; picklistValues: PicklistEntry[]; polymorphicForeignKey: boolean; precision: number; referenceTargetField?: string; referenceTo: string[]; relationshipName?: string; relationshipOrder?: number; restrictedDelete?: boolean; restrictedPicklist: boolean; scale: number; searchPrefilterable: boolean; soapType: string; sortable: boolean; type: string; unique: boolean; updateable: boolean; writeRequiresMasterRead?: boolean; }; export type FilteredLookupInfo = { controllingFields: string[]; dependent: boolean; optionalFilter: boolean; }; export type PicklistEntry = { active: boolean; defaultValue: boolean; label: string; validFor?: string; value: string; }; export type NamedLayoutInfo = { name: string; }; export type RecordTypeInfo = { active: boolean; available: boolean; defaultRecordTypeMapping: boolean; developerName: string; master: boolean; name: string; recordTypeId: ID; }; export type ScopeInfo = { label: string; name: string; }; export type DescribeSchemaResult = { fields: SchemaField[]; keyPrefix: string; name: string; }; export type SchemaField = { digits: number; length: number; name: string; nillable: boolean; precision: number; scale: number; type: string; unique: boolean; }; export type DescribeSoqlListViewsRequest = { listViewParams: DescribeSoqlListViewParams[]; }; export type DescribeSoqlListViewParams = { developerNameOrId: string; sobjectType: string; }; export type DescribeSoqlListViewResult = { describeSoqlListViews: DescribeSoqlListView[]; }; export type DescribeSoqlListView = { columns: ListViewColumn[]; id: ID; orderBy: ListViewOrderBy[]; query: string; relatedEntityId?: string; scope?: string; scopeEntityId?: string; sobjectType: string; whereCondition?: SoqlWhereCondition; }; export type ListViewColumn = { ascendingLabel: string; descendingLabel: string; fieldNameOrPath: string; hidden: boolean; label: string; searchable: boolean; selectListItem: string; sortDirection: orderByDirection; sortIndex: number; sortable: boolean; type: string; }; export type ListViewOrderBy = { fieldNameOrPath: string; nullsPosition?: orderByNullsPosition; sortDirection?: orderByDirection; }; export type SoqlWhereCondition = string; export type SoqlCondition = SoqlWhereCondition & { field: string; operator: soqlOperator; values: string[]; }; export type SoqlConditionGroup = SoqlWhereCondition & { conditions: SoqlWhereCondition[]; conjunction: soqlConjunction; }; export type SoqlNotCondition = SoqlWhereCondition & { condition: SoqlWhereCondition; }; export type SoqlSubQueryCondition = SoqlWhereCondition & { field: string; operator: string; subQuery: 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 DescribeWorkitemActionResult = { actions: AllowedWorkitemAction[]; errors: Error[]; success: boolean; targetObjectId: ID; workitemId: ID; }; export type AllowedWorkitemAction = { commentsRequired: boolean; label: string; name: string; nextOwnerRequired: boolean; versionRequired: boolean; }; export type ExecuteAnonymousResult = { column: number; compileProblem?: string; compiled: boolean; exceptionMessage?: string; exceptionStackTrace?: string; line: number; success: boolean; }; export type GetDeletedResult = { deletedRecords: DeletedRecord[]; earliestDateAvailable: Date; latestDateCovered: Date; }; export type DeletedRecord = { deletedDate: Date; id: ID; }; export type GetServerTimestampResult = { timestamp: Date; }; export type GetUpdatedResult = { ids: ID[]; latestDateCovered: Date; }; export type GetUserInfoResult = { accessibilityMode: boolean; chatterExternal: boolean; currencySymbol: string; defaultAppIdForProfile?: string; orgAttachmentFileSizeLimit: number; orgDefaultCurrencyIsoCode: string; orgDefaultCurrencyLocale: string; orgDisallowHtmlAttachments: boolean; orgHasPersonAccounts: boolean; organizationId: string; organizationMultiCurrency: boolean; organizationName: string; profileId: string; roleId: string; sessionSecondsValid: number; userDefaultCurrencyIsoCode: string; userEmail: string; userFullName: string; userId: string; userLanguage: string; userLocale: string; userName: string; userTimeZone: string; userType: string; userUiSkin: string; }; export type InvalidateSessionsResult = { errors: Error[]; success: boolean; }; export type LoginResult = { metadataServerUrl: string; passwordExpired: boolean; sandbox: boolean; serverUrl: string; sessionId: string; upgradeMessage?: string; upgradeURL?: string; userId: string; userInfo?: GetUserInfoResult; }; export type QueryResult = { done: boolean; entityTypeName: string; nextRecordsUrl?: string; queryLocator: QueryLocator; records: sObject[]; size: number; totalSize: number; }; export type RunTestsRequest = { allTests: boolean; classes: string[]; maxFailedTests?: number; namespace: string; packages: string[]; skipCodeCoverage?: boolean; tests: TestsNode[]; }; export type TestsNode = { classId: string; className: string; testMethods: 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 = { id: ID; locationsNotCovered: CodeLocation[]; name: string; namespace?: string; numLocations: number; numLocationsNotCovered: number; 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; 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 SearchResult = { queryId: string; searchRecords: SearchRecord[]; searchResultsMetadata: SearchResultsMetadata; }; export type SearchRecord = { record: sObject; searchRecordMetadata?: SearchRecordMetadata; snippet?: SearchSnippet; }; export type SearchRecordMetadata = { searchPromoted: boolean; spellCorrected: boolean; }; export type SearchSnippet = { text?: string; wholeFields: NameValuePair[]; }; export type NameValuePair = { name: string; value: string; }; export type SearchResultsMetadata = { entityLabelMetadata: LabelsSearchMetadata[]; entityMetadata: EntitySearchMetadata[]; status?: SearchStatus; }; export type LabelsSearchMetadata = { entityFieldLabels: NameValuePair[]; entityName: string; }; export type EntitySearchMetadata = { entityName: string; errorMetadata?: EntityErrorMetadata; fieldMetadata: FieldLevelSearchMetadata[]; intentQueryMetadata?: EntityIntentQueryMetadata; searchPromotionMetadata?: EntitySearchPromotionMetadata; spellCorrectionMetadata?: EntitySpellCorrectionMetadata; status?: SearchStatus; }; export type EntityErrorMetadata = { errorCode: string; message: string; }; export type FieldLevelSearchMetadata = { label: string; name: string; type: string; }; export type EntityIntentQueryMetadata = { intentQuery: boolean; message: string; }; export type EntitySearchPromotionMetadata = { promotedResultCount: number; }; export type EntitySpellCorrectionMetadata = { correctedQuery: string; hasNonCorrectedResults: boolean; }; export type SearchStatus = { code: string; message: string; }; export type SetPasswordResult = string; export type UpsertResult = { created: boolean; errors: Error[]; id: ID; infos: Info[]; success: boolean; warnings: Warning[]; }; export type LogInfo = { category: LogCategory; level: LogCategoryLevel; }; export type Fact = { fact: MetadataVersionCheckFact; subject: string; token: string; }; export type SymbolTable = { constructors: Constructor[]; externalReferences: ExternalReference[]; id: string; innerClasses: SymbolTable[]; interfaces: string[]; methods: Method[]; name: string; namespace: string; parentClass: string; properties: VisibilitySymbol[]; tableDeclaration: symbol; variables: symbol[]; }; export type Constructor = VisibilitySymbol & { parameters: Parameter[]; }; export type VisibilitySymbol = string; export type Symbol = { annotations: Annotation[]; location: Position; modifiers: string[]; name: string; references: Position[]; type: string; }; export type Annotation = { name: string; }; export type Position = { column: number; line: number; }; export type Parameter = { name: string; type: string; }; export type Method = Constructor & { returnType: string; }; export type ExternalReference = { methods: ExternalMethod[]; name: string; namespace: string; references: Position[]; variables: ExternalSymbol[]; }; export type ExternalMethod = ExternalConstructor & { argTypes: string[]; isStatic: boolean; returnType: string; }; export type ExternalConstructor = ExternalSymbol & { methodDoc: string; parameters: Parameter[]; }; export type ExternalSymbol = { name: string; references: Position[]; }; export type Coverage = { coveredLines: number[]; uncoveredLines: number[]; }; export type HeapDump = { className: string; extents: TypeExtent[]; heapDumpDate: Date; namespace: string; }; export type TypeExtent = { collectionType: string; count: number; definition: AttributeDefinition[]; extent: HeapAddress[]; totalSize: number; typeName: string; }; export type AttributeDefinition = { name: string; type: string; }; export type HeapAddress = { address: string; isStatic: boolean; size: number; symbols: string[]; value: StateValue; }; export type StateValue = string; export type BooleanValue = StateValue & { value: boolean; }; export type ListValue = StateValue & { value: StateValue[]; }; export type MapValue = StateValue & { entry: MapEntry[]; }; export type MapEntry = { keyDisplayValue: string; value: StateValue; }; export type NumberValue = StateValue & { value: number; }; export type SetValue = StateValue & { value: StateValue[]; }; export type StringValue = StateValue & { value: string; }; export type ApexResult = { apexError: string; apexExecutionResult: ExecuteAnonymousResult; }; export type SOQLResult = { queryError: string; queryMetadata: QueryResultMetadata; queryResult: MapValue[]; }; export type QueryResultMetadata = { columnMetadata: QueryResultColumnMetadata[]; entityName: string; groupBy: boolean; idSelected: boolean; keyPrefix: string; }; export type QueryResultColumnMetadata = { aggregate: boolean; apexType: string; booleanType: boolean; columnName: string; custom: boolean; displayName: string; foreignKeyName: string; insertable: boolean; joinColumns: QueryResultColumnMetadata[]; numberType: boolean; textType: boolean; updatable: boolean; }; export type AggregateExpressionResultColumnMetadata = string; export type ComplexQueryResultColumnMetadata = string; export type AggregateQueryResultColumnMetadata = string; export type PrimitiveQueryResultColumnMetadata = string; export type DeployDetails = { componentFailures: DeployMessage[]; componentSuccesses: DeployMessage[]; 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 RecordTypesSupported = { recordTypeInfos: RecordTypeInfo[]; }; export type RelationshipReferenceTo = { referenceTo: string[]; }; export type JunctionIdListNames = { names: string[]; }; export type SearchLayoutButtonsDisplayed = { applicable: boolean; buttons: SearchLayoutButton[]; }; export type SearchLayoutButton = { apiName: string; label: string; }; export type SearchLayoutFieldsDisplayed = { applicable: boolean; fields: SearchLayoutField[]; }; export type SearchLayoutField = { apiName: string; label: string; sortable: boolean; }; export type OperationPayload = string; export type FTestOperationPayload = OperationPayload & { result: string; }; export type Territory2RunOppTerrAssignmentApexPayload = OperationPayload & { excludeClosedOpportunities: string; opportunityCloseDateFrom: string; opportunityCloseDateTo: string; opportunityLastModifiedDateFrom: string; opportunityLastModifiedDateTo: string; territoryModelId: string; }; export type Territory2RunTerritoryRulesPayload = OperationPayload & { field: string; keyPrefix: string; operator: string; ruleLastModifiedDateFrom: string; ruleLastModifiedDateTo: string; territoryId: string; territoryModelId: string; value: string; }; export type OperationParameters = { payload: OperationPayload; }; export type FieldsInfo = { fieldsInfo: string[]; }; export type RelatedListsInfo = { relatedListsInfo: SingleRelatedListInfo[]; }; export type SingleRelatedListInfo = { entity: string; id: string; label: string; name: string; }; export type ApiSchemaTypes = { EmailToCaseRoutingAddressType: EmailToCaseRoutingAddressType; KnowledgeCaseEditor: KnowledgeCaseEditor; KnowledgeLanguageLookupValueType: KnowledgeLanguageLookupValueType; Complexity: Complexity; Expiration: Expiration; LockoutInterval: LockoutInterval; MaxLoginAttempts: MaxLoginAttempts; QuestionRestriction: QuestionRestriction; SessionTimeout: SessionTimeout; UntrustedRedirectEnum: UntrustedRedirectEnum; TabVisibility: TabVisibility; ID: ID; StatusCode: StatusCode; ExtendedErrorCode: ExtendedErrorCode; WebLinkWindowType: WebLinkWindowType; WebLinkType: WebLinkType; WebLinkPosition: WebLinkPosition; ReportChartComponentSize: ReportChartComponentSize; UiBehavior: UiBehavior; TabOrderType: TabOrderType; ShareAccessLevel: ShareAccessLevel; orderByDirection: orderByDirection; orderByNullsPosition: orderByNullsPosition; soqlOperator: soqlOperator; soqlConjunction: soqlConjunction; FlowProcessType: FlowProcessType; TestLevel: TestLevel; PerfOption: PerfOption; LogCategory: LogCategory; LogCategoryLevel: LogCategoryLevel; LogType: LogType; MetadataVersionCheckFact: MetadataVersionCheckFact; Operation: Operation; QueryLocator: QueryLocator; ACPStatus: ACPStatus; AIApplicationStatus: AIApplicationStatus; AIApplicationType: AIApplicationType; AIDataSetType: AIDataSetType; AIFilterOperation: AIFilterOperation; AIFilterUnit: AIFilterUnit; AIIntensityType: AIIntensityType; AIManagedFieldType: AIManagedFieldType; AIMetricType: AIMetricType; AIModelApproval: AIModelApproval; AIModelDefinitionApprovalType: AIModelDefinitionApprovalType; AIModelDefinitionStatus: AIModelDefinitionStatus; AIModelFactorType: AIModelFactorType; AIModelGraphType: AIModelGraphType; AIModelMetricOperation: AIModelMetricOperation; AIModelType: AIModelType; AIPredictionDefinitionStatus: AIPredictionDefinitionStatus; AIPredictionStrategy: AIPredictionStrategy; AIPredictionType: AIPredictionType; AIScoringMode: AIScoringMode; AIScoringModelDefVersionMode: AIScoringModelDefVersionMode; AIScoringModelVersionStatus: AIScoringModelVersionStatus; AIScoringStatus: AIScoringStatus; AIScoringStepValidationStatus: AIScoringStepValidationStatus; AISide: AISide; AIValueType: AIValueType; AccPlanObjMeasCalcCondOps: AccPlanObjMeasCalcCondOps; AccPlanObjMeasCalcDefRollupTy: AccPlanObjMeasCalcDefRollupTy; AccPlanObjMeasCalcDefStatus: AccPlanObjMeasCalcDefStatus; AccPlanObjMeasureValueTypes: AccPlanObjMeasureValueTypes; AccelerationEnabled: AccelerationEnabled; AccelerationSchedule: AccelerationSchedule; AccessMethod: AccessMethod; AccessResourceType: AccessResourceType; AccountingType: AccountingType; AccumulateResultCondInputType: AccumulateResultCondInputType; AccumulateResultOperator: AccumulateResultOperator; ActionChatterPostRecipTypes: ActionChatterPostRecipTypes; ActionChatterPostSenderType: ActionChatterPostSenderType; ActionEmailRecipientTypes: ActionEmailRecipientTypes; ActionEmailSenderType: ActionEmailSenderType; ActionForNoRecordFound: ActionForNoRecordFound; ActionForSingleRecordFound: ActionForSingleRecordFound; ActionHttpMethod: ActionHttpMethod; ActionLinkExecutionsAllowed: ActionLinkExecutionsAllowed; ActionLinkHttpMethod: ActionLinkHttpMethod; ActionLinkType: ActionLinkType; ActionLinkUserVisibility: ActionLinkUserVisibility; ActionLogSchemaType: ActionLogSchemaType; ActionOverrideType: ActionOverrideType; ActionPlanTemplateType: ActionPlanTemplateType; ActionSubtype: ActionSubtype; ActionTaskAssignedToTypes: ActionTaskAssignedToTypes; ActionableListKPIAggType: ActionableListKPIAggType; ActionableListKPIStType: ActionableListKPIStType; ActionableListSourceType: ActionableListSourceType; ActionableListType: ActionableListType; ActivationAppType: ActivationAppType; ActivationFeatureType: ActivationFeatureType; ActivationFlowType: ActivationFlowType; ActivationPlatformConnectorType: ActivationPlatformConnectorType; ActivationPlatformCreationType: ActivationPlatformCreationType; ActivationPlatformFieldDataType: ActivationPlatformFieldDataType; ActivationPlatformFileOutputFormat: ActivationPlatformFileOutputFormat; ActivationPlatformFileOutputGrouping: ActivationPlatformFileOutputGrouping; ActivationPlatformIdentifierHashMethod: ActivationPlatformIdentifierHashMethod; ActivationPlatformIdentifierType: ActivationPlatformIdentifierType; ActivationPlatformPeriodicFullRefresh: ActivationPlatformPeriodicFullRefresh; ActivationPlatformProcessingType: ActivationPlatformProcessingType; ActivationPlatformRefreshFrequency: ActivationPlatformRefreshFrequency; ActivationPlatformRefreshMode: ActivationPlatformRefreshMode; ActivationPlatformType: ActivationPlatformType; Activity: Activity; ActualsCalculationMode: ActualsCalculationMode; AdvAccForecastSetStatus: AdvAccForecastSetStatus; AdvAcctFcstAggregationType: AdvAcctFcstAggregationType; AdvAcctFcstCalcFrequency: AdvAcctFcstCalcFrequency; AdvAcctFcstComputationMethod: AdvAcctFcstComputationMethod; AdvAcctFcstFormulaType: AdvAcctFcstFormulaType; AdvAcctFcstMeasureType: AdvAcctFcstMeasureType; AdvAcctFrcstDisplayGroupType: AdvAcctFrcstDisplayGroupType; AffinityScoreType: AffinityScoreType; AgentType: AgentType; AggregatorName: AggregatorName; AiAgentProviderType: AiAgentProviderType; AiAgentStatusType: AiAgentStatusType; AiAssistantTemplateStatus: AiAssistantTemplateStatus; AiAuthoringBundleContentFormat: AiAuthoringBundleContentFormat; AiAuthoringBundleContentType: AiAuthoringBundleContentType; AiAuthoringBundleDependencyType: AiAuthoringBundleDependencyType; AiAuthoringBundleTargetStatus: AiAuthoringBundleTargetStatus; AiAuthoringBundleType: AiAuthoringBundleType; AiAuthoringBundleVersionStatus: AiAuthoringBundleVersionStatus; AiEvaluationMetricType: AiEvaluationMetricType; AiEvaluationProcessingStatus: AiEvaluationProcessingStatus; AiEvaluationSubjectType: AiEvaluationSubjectType; AiTagDataType: AiTagDataType; AiTagEngineType: AiTagEngineType; AiTagInputScope: AiTagInputScope; AiTagSourceType: AiTagSourceType; AiTagStatus: AiTagStatus; AiTagUsageType: AiTagUsageType; AnalyticsActionEventType: AnalyticsActionEventType; AnalyticsActionType: AnalyticsActionType; AnalyticsAssetVersionType: AnalyticsAssetVersionType; AnalyticsDynamicTokenType: AnalyticsDynamicTokenType; AnalyticsInteractionGroundingSourceType: AnalyticsInteractionGroundingSourceType; AnalyticsInteractionOrigin: AnalyticsInteractionOrigin; AnalyticsInteractionStatus: AnalyticsInteractionStatus; AnalyticsThumbnailCaptureStatus: AnalyticsThumbnailCaptureStatus; AnalyticsThumbnailContentType: AnalyticsThumbnailContentType; AnalyticsThumbnailSize: AnalyticsThumbnailSize; AnalyticsWidgetType: AnalyticsWidgetType; AnalyticsWorkspaceAssetMetadataSourceType: AnalyticsWorkspaceAssetMetadataSourceType; AnalyticsWorkspaceAssetType: AnalyticsWorkspaceAssetType; AnalyticsWorkspaceAssetUsageType: AnalyticsWorkspaceAssetUsageType; AnimationFrequencyUnit: AnimationFrequencyUnit; AnimationRuleRecordTypeContext: AnimationRuleRecordTypeContext; ApexCodeUnitStatus: ApexCodeUnitStatus; ApexDebuggerBreakpointHitCondition: ApexDebuggerBreakpointHitCondition; ApexDebuggerBreakpointType: ApexDebuggerBreakpointType; ApexDebuggerEventType: ApexDebuggerEventType; ApexDebuggerKilledBy: ApexDebuggerKilledBy; ApexDebuggerLicenseType: ApexDebuggerLicenseType; ApexDebuggerStatus: ApexDebuggerStatus; ApexExecutionOverlayActionType: ApexExecutionOverlayActionType; ApexLogLevel: ApexLogLevel; ApexLogLocation: ApexLogLocation; ApexRequestType: ApexRequestType; ApexTestOutcome: ApexTestOutcome; ApiProtectionApiInstanceType: ApiProtectionApiInstanceType; ApiProtectionConsumerType: ApiProtectionConsumerType; ApiProtectionPolicyKind: ApiProtectionPolicyKind; ApiPrtcConsuApplicationType: ApiPrtcConsuApplicationType; ApiSource: ApiSource; AppAnalyticsDataType: AppAnalyticsDataType; AppAnalyticsDeliveryConfigStatus: AppAnalyticsDeliveryConfigStatus; AppAnalyticsQueryRequestFileCompression: AppAnalyticsQueryRequestFileCompression; AppAnalyticsQueryRequestFileType: AppAnalyticsQueryRequestFileType; AppDomainUsageType: AppDomainUsageType; AppMenuType: AppMenuType; AppleEnvironmentType: AppleEnvironmentType; ApplePushEnvironmentType: ApplePushEnvironmentType; ApplicationDomain: ApplicationDomain; ApplicationObjectName: ApplicationObjectName; ApplicationSourceType: ApplicationSourceType; ApplicationType: ApplicationType; ApplicationUsageType: ApplicationUsageType; AppointmentEndpointName: AppointmentEndpointName; ApptAssistantRadiusUnit: ApptAssistantRadiusUnit; ArchivePolicyRunFrequency: ArchivePolicyRunFrequency; ArchivePolicyType: ArchivePolicyType; Article: Article; AscAutomaticMode: AscAutomaticMode; AssertionCondition: AssertionCondition; AssessmentConfigurationOption: AssessmentConfigurationOption; AssessmentType: AssessmentType; AssignToLookupValueType: AssignToLookupValueType; AssignmentPolicyType: AssignmentPolicyType; AssignmentType: AssignmentType; AssistantDefinitionStatus: AssistantDefinitionStatus; AssistantSearchType: AssistantSearchType; AssistantSkillSobjectActionType: AssistantSkillSobjectActionType; AssistantSkillType: AssistantSkillType; AssistantStandardSlotClass: AssistantStandardSlotClass; AssociationEventType: AssociationEventType; AssociationStatusType: AssociationStatusType; AssociationType: AssociationType; AsyncApexJobStatus: AsyncApexJobStatus; AsyncApexJobType: AsyncApexJobType; AsyncRequestSource: AsyncRequestSource; AttestEnforceLevel: AttestEnforceLevel; AttestServiceType: AttestServiceType; AttrDataType: AttrDataType; AttribModelOutputKeyFieldType: AttribModelOutputKeyFieldType; AttribModelStatus: AttribModelStatus; AttributeDefnDataType: AttributeDefnDataType; AttributeDisplayType: AttributeDisplayType; AttributeMappingType: AttributeMappingType; AttributeType: AttributeType; AttributionModelType: AttributionModelType; AttributionType: AttributionType; AudienceCriteriaType: AudienceCriteriaType; AudienceCriterionOperator: AudienceCriterionOperator; AudienceCriterionType: AudienceCriterionType; AudienceFieldType: AudienceFieldType; AuraBundleType: AuraBundleType; AuraDefType: AuraDefType; AuraFormat: AuraFormat; AuthProviderType: AuthProviderType; AuthType: AuthType; AuthenticationProtocol: AuthenticationProtocol; AuthoringMode: AuthoringMode; AutoResponseContentType: AutoResponseContentType; AvailabilityStatus: AvailabilityStatus; BannerFontFamily: BannerFontFamily; BannerPosition: BannerPosition; BatchCalcJobAggregateFunction: BatchCalcJobAggregateFunction; BatchCalcJobCSVDelimiter: BatchCalcJobCSVDelimiter; BatchCalcJobDataType: BatchCalcJobDataType; BatchCalcJobDatasourceType: BatchCalcJobDatasourceType; BatchCalcJobDefRunMode: BatchCalcJobDefRunMode; BatchCalcJobFileSource: BatchCalcJobFileSource; BatchCalcJobFilterOperator: BatchCalcJobFilterOperator; BatchCalcJobFrcstAccuracy: BatchCalcJobFrcstAccuracy; BatchCalcJobFrcstModel: BatchCalcJobFrcstModel; BatchCalcJobFrcstPeriodType: BatchCalcJobFrcstPeriodType; BatchCalcJobFrcstSeasonality: BatchCalcJobFrcstSeasonality; BatchCalcJobOrderType: BatchCalcJobOrderType; BatchCalcJobParameterDataType: BatchCalcJobParameterDataType; BatchCalcJobSourceJoinType: BatchCalcJobSourceJoinType; BatchCalcJobTransformType: BatchCalcJobTransformType; BatchCalcJobTrfmDataType: BatchCalcJobTrfmDataType; BatchCalcJobWritebackKeyType: BatchCalcJobWritebackKeyType; BatchCalcJobWritebackOpn: BatchCalcJobWritebackOpn; BatchCalcJobWritebackType: BatchCalcJobWritebackType; BatchCalcProcessType: BatchCalcProcessType; BatchInputSourceType: BatchInputSourceType; BatchJobDefinitionStatus: BatchJobDefinitionStatus; BatchJobDefinitionType: BatchJobDefinitionType; BenefitActionDataType: BenefitActionDataType; BenefitActionProcessType: BenefitActionProcessType; BenefitActionType: BenefitActionType; BgGeoLocationAccuracy: BgGeoLocationAccuracy; BlankValueBehavior: BlankValueBehavior; BotInvocationMappingType: BotInvocationMappingType; BotNavigationType: BotNavigationType; BotProvider: BotProvider; BotQuickReplyType: BotQuickReplyType; BotSourceType: BotSourceType; BotStatusCode: BotStatusCode; BotStepConditionOperatorType: BotStepConditionOperatorType; BotStepType: BotStepType; BotType: BotType; BotVariableOperandType: BotVariableOperandType; BotVariableOperationType: BotVariableOperationType; BotWidgetType: BotWidgetType; BriefcaseFilterOperator: BriefcaseFilterOperator; BriefcaseRuleRelationshipType: BriefcaseRuleRelationshipType; BriefcaseType: BriefcaseType; BuildingEnergyIntensityType: BuildingEnergyIntensityType; BusinessHoursSourceType: BusinessHoursSourceType; BusinessKnowledgeModel: BusinessKnowledgeModel; BusinessUnitChannelType: BusinessUnitChannelType; BusinessUnitContributorRole: BusinessUnitContributorRole; BusinessVertical: BusinessVertical; CCRDType: CCRDType; CIAttributeDataType: CIAttributeDataType; CMSConnectResourcePayloadType: CMSConnectResourcePayloadType; CMSConnectionAssetType: CMSConnectionAssetType; CMSConnectionSourceType: CMSConnectionSourceType; CMSConnectionStatus: CMSConnectionStatus; CMSSourceConnectionType: CMSSourceConnectionType; CalculatedInsightCreationType: CalculatedInsightCreationType; CalculatedInsightDefinitionType: CalculatedInsightDefinitionType; CalculatedInsightFieldRole: CalculatedInsightFieldRole; CalculationFrequency: CalculationFrequency; CalloutStatus: CalloutStatus; CanvasLocationOptions: CanvasLocationOptions; CanvasOptions: CanvasOptions; CareLimitTypeMetricType: CareLimitTypeMetricType; CareProviderAfflType: CareProviderAfflType; CaseSubjectOption: CaseSubjectOption; CaseSubjectParticleType: CaseSubjectParticleType; CaseType: CaseType; CategoryGroupVisibility: CategoryGroupVisibility; CdnSecurityConfigType: CdnSecurityConfigType; CdpEnablementStatus: CdpEnablementStatus; ChangeEventType: ChangeEventType; Channel: Channel; ChannelDeploymentStatus: ChannelDeploymentStatus; ChannelInsightType: ChannelInsightType; ChannelMode: ChannelMode; ChannelPlatformType: ChannelPlatformType; ChannelProviderStatus: ChannelProviderStatus; ChannelSource: ChannelSource; ChannelType: ChannelType; ChannelUsageDeploymentStatus: ChannelUsageDeploymentStatus; ChannelUsageDeploymentType: ChannelUsageDeploymentType; ChannelUsageErrorReason: ChannelUsageErrorReason; ChannelUsageRoutingOverride: ChannelUsageRoutingOverride; ChartAxis: ChartAxis; ChartBackgroundDirection: ChartBackgroundDirection; ChartColorPalettes: ChartColorPalettes; ChartLegendPosition: ChartLegendPosition; ChartPosition: ChartPosition; ChartRangeType: ChartRangeType; ChartTheme: ChartTheme; ChartType: ChartType; ChartUnits: ChartUnits; ChatterExtensionType: ChatterExtensionType; ClassificationType: ClassificationType; CleanEntityOption: CleanEntityOption; CleanRuleDataAssessmentStatus: CleanRuleDataAssessmentStatus; CleanRuleStatus: CleanRuleStatus; ClientAuthMode: ClientAuthMode; ClmCategoryUsageType: ClmCategoryUsageType; CloudServiceProviderApiType: CloudServiceProviderApiType; CnfgItmAstSyncCondOperator: CnfgItmAstSyncCondOperator; CnfgItmAstSyncCritType: CnfgItmAstSyncCritType; CnfgUsageStatus: CnfgUsageStatus; CoachingMomentType: CoachingMomentType; CodeFeature: CodeFeature; CodeProvider: CodeProvider; CodeProvisioningStatus: CodeProvisioningStatus; CodeStatus: CodeStatus; CodeSubType: CodeSubType; CommunicationChannelLineType: CommunicationChannelLineType; CommunityBaseTemplate: CommunityBaseTemplate; CommunityTemplateBundleInfoType: CommunityTemplateBundleInfoType; CommunityTemplateCategory: CommunityTemplateCategory; CommunityThemeLayoutType: CommunityThemeLayoutType; ComplianceScanTenantType: ComplianceScanTenantType; ComplianceScanType: ComplianceScanType; ComponentInstancePropertyTypeEnum: ComponentInstancePropertyTypeEnum; ComponentInstanceType: ComponentInstanceType; ComponentName: ComponentName; ConditionAggregationFunction: ConditionAggregationFunction; ConditionFilterInputValueType: ConditionFilterInputValueType; ConditionFilterOperator: ConditionFilterOperator; ConditionLogic: ConditionLogic; ConditionType: ConditionType; ConfidenceThresholdType: ConfidenceThresholdType; ConfigGroup: ConfigGroup; ConfigStatus: ConfigStatus; ConfigType: ConfigType; ConfiguratorDataType: ConfiguratorDataType; ConfiguratorStatus: ConfiguratorStatus; ConnectionRole: ConnectionRole; ConnectionStatus: ConnectionStatus; ConnectorTargetType: ConnectorTargetType; ConsentAlignmentStatus: ConsentAlignmentStatus; ConsentOwner: ConsentOwner; ContactPointType: ContactPointType; ContainerAsyncOperation: ContainerAsyncOperation; ContainerAsyncRequestState: ContainerAsyncRequestState; ContentAssetAccess: ContentAssetAccess; ContentAssetFormat: ContentAssetFormat; ContextAggregateFunctionType: ContextAggregateFunctionType; ContextAttributeDataType: ContextAttributeDataType; ContextAttributeFieldType: ContextAttributeFieldType; ContextAttributeHydrationSrc: ContextAttributeHydrationSrc; ContextDefinitionArtifactType: ContextDefinitionArtifactType; ContextDefinitionSyncStatus: ContextDefinitionSyncStatus; ContextMappingConfigUsageType: ContextMappingConfigUsageType; ContextMappingIntentType: ContextMappingIntentType; ContextMappingType: ContextMappingType; ContextRuleStatus: ContextRuleStatus; ContextRuleUsageSubtype: ContextRuleUsageSubtype; ContextRuleUsageType: ContextRuleUsageType; ContextUseCaseType: ContextUseCaseType; ContractConfigType: ContractConfigType; ContractUsageType: ContractUsageType; ConvDefBlockVersionStatus: ConvDefBlockVersionStatus; ConvIntelligenceActionType: ConvIntelligenceActionType; ConvIntelligenceOperator: ConvIntelligenceOperator; ConvIntelligenceService: ConvIntelligenceService; ConvIntelligenceType: ConvIntelligenceType; ConvMsgExternalErrorCode: ConvMsgExternalErrorCode; ConvMsgExternalRejectionReason: ConvMsgExternalRejectionReason; ConvMsgExternalTemplateVersionStatus: ConvMsgExternalTemplateVersionStatus; ConvMsgExternalTemplateVersionType: ConvMsgExternalTemplateVersionType; ConvParticipantRole: ConvParticipantRole; ConversationDataType: ConversationDataType; ConversationDefinitionEventLogLevel: ConversationDefinitionEventLogLevel; ConversationDefinitionEventLogStepType: ConversationDefinitionEventLogStepType; ConversationDefinitionEventLogTargetType: ConversationDefinitionEventLogTargetType; ConversationDefinitionEventLogType: ConversationDefinitionEventLogType; ConversationDefinitionEventPredictionType: ConversationDefinitionEventPredictionType; ConversationDefinitionLogicalOperatorType: ConversationDefinitionLogicalOperatorType; ConversationDefinitionNlpProviderType: ConversationDefinitionNlpProviderType; ConversationDefinitionSessionEndType: ConversationDefinitionSessionEndType; ConversationDefinitionSessionIntegrationType: ConversationDefinitionSessionIntegrationType; ConversationDefinitionSessionMode: ConversationDefinitionSessionMode; ConversationDefinitionSessionStatus: ConversationDefinitionSessionStatus; ConversationDefinitionSessionTransferResult: ConversationDefinitionSessionTransferResult; ConversationDefinitionSessionTransferTargetType: ConversationDefinitionSessionTransferTargetType; ConversationDefinitionSessionTransferType: ConversationDefinitionSessionTransferType; ConversationInvocableTargetType: ConversationInvocableTargetType; ConversationMappingType: ConversationMappingType; ConversationMessageCollectionType: ConversationMessageCollectionType; ConversationMessageConstantType: ConversationMessageConstantType; ConversationMessageConstantValueType: ConversationMessageConstantValueType; ConversationMessageContentCategory: ConversationMessageContentCategory; ConversationMessageDefinitionStatus: ConversationMessageDefinitionStatus; ConversationMessageDefinitionType: ConversationMessageDefinitionType; ConversationMessageExecutionType: ConversationMessageExecutionType; ConversationMessageFormatType: ConversationMessageFormatType; ConversationMessageGroupType: ConversationMessageGroupType; ConversationMessageHandlerType: ConversationMessageHandlerType; ConversationMessageLayoutValueType: ConversationMessageLayoutValueType; ConversationMessageLayoutVariant: ConversationMessageLayoutVariant; ConversationMessageMergeFieldType: ConversationMessageMergeFieldType; ConversationMessageOptionsParameterType: ConversationMessageOptionsParameterType; ConversationMessageParameterType: ConversationMessageParameterType; ConversationMessageType: ConversationMessageType; ConversationMessageValueType: ConversationMessageValueType; ConversationRecordLookupType: ConversationRecordLookupType; ConversationSystemDialogType: ConversationSystemDialogType; ConversationSystemMessageParamType: ConversationSystemMessageParamType; ConversationSystemMessageType: ConversationSystemMessageType; ConversationVariableCollectionType: ConversationVariableCollectionType; ConversationVariableOperandSourceType: ConversationVariableOperandSourceType; ConversationVariableType: ConversationVariableType; ConversationVariableVisibilityType: ConversationVariableVisibilityType; ConversationVendorType: ConversationVendorType; CountryIsoCode: CountryIsoCode; CourseWaitlistConfigSortOrder: CourseWaitlistConfigSortOrder; CourseWaitlistConfigType: CourseWaitlistConfigType; CreationSetting: CreationSetting; CreatorType: CreatorType; CriteriaJoinType: CriteriaJoinType; CriteriaRelationshipType: CriteriaRelationshipType; CriterionOperator: CriterionOperator; CspTrustedSiteContext: CspTrustedSiteContext; CurrencyIsoCode: CurrencyIsoCode; CustomChannelConnectedAppType: CustomChannelConnectedAppType; CustomFieldDisplayType: CustomFieldDisplayType; CustomSettingsType: CustomSettingsType; CustomSettingsVisibility: CustomSettingsVisibility; CustomTabDefinitionType: CustomTabDefinitionType; DCRValidationType: DCRValidationType; DTParameterDataType: DTParameterDataType; DTRowLevelOverrideType: DTRowLevelOverrideType; DTSourceCriteriaOperator: DTSourceCriteriaOperator; DTSourceCriteriaValueType: DTSourceCriteriaValueType; DashboardComponentColumnType: DashboardComponentColumnType; DashboardComponentFilter: DashboardComponentFilter; DashboardComponentSize: DashboardComponentSize; DashboardComponentType: DashboardComponentType; DashboardFilterOperation: DashboardFilterOperation; DashboardType: DashboardType; DataAccsHierCreationType: DataAccsHierCreationType; DataAccsHierFBDKDeployStatus: DataAccsHierFBDKDeployStatus; DataAccsHierSrcObjType: DataAccsHierSrcObjType; DataAccsHierType: DataAccsHierType; DataCategoryFilterOperation: DataCategoryFilterOperation; DataCleanRoomProviderSource: DataCleanRoomProviderSource; DataCloudComponentType: DataCloudComponentType; DataConnectionStatus: DataConnectionStatus; DataConnectorCapability: DataConnectorCapability; DataConnectorDataType: DataConnectorDataType; DataConnectorFeature: DataConnectorFeature; DataConnectorReleaseLevel: DataConnectorReleaseLevel; DataConnectorType: DataConnectorType; DataExportRefreshMode: DataExportRefreshMode; DataImportDataExtractMethods: DataImportDataExtractMethods; DataImportRefreshFrequency: DataImportRefreshFrequency; DataImportRefreshMode: DataImportRefreshMode; DataKitBuildOrgObjectType: DataKitBuildOrgObjectType; DataKitSource: DataKitSource; DataKitType: DataKitType; DataLakeObjectStatus: DataLakeObjectStatus; DataMaskMaskingCategory: DataMaskMaskingCategory; DataMaskRunFrequency: DataMaskRunFrequency; DataModelObjectStatus: DataModelObjectStatus; DataModelType: DataModelType; DataObjectType: DataObjectType; DataPipelineJobStatus: DataPipelineJobStatus; DataPipelineType: DataPipelineType; DataSourceChannelType: DataSourceChannelType; DataSourceFilterOperator: DataSourceFilterOperator; DataSourceType: DataSourceType; DataSrcDynamicFilterType: DataSrcDynamicFilterType; DataStoreType: DataStoreType; DatasetCategory: DatasetCategory; DatasetColumnDataType: DatasetColumnDataType; DataspaceScopeDataAccessLevel: DataspaceScopeDataAccessLevel; DataspaceScopeObjectAccessLevel: DataspaceScopeObjectAccessLevel; DatatableDataType: DatatableDataType; DaysOfWeek: DaysOfWeek; DcManageabilityStatus: DcManageabilityStatus; DecisionMatrixColumnType: DecisionMatrixColumnType; DecisionMatrixDataType: DecisionMatrixDataType; DecisionMatrixDefStatus: DecisionMatrixDefStatus; DecisionMatrixType: DecisionMatrixType; DecisionTableCollectOperator: DecisionTableCollectOperator; DecisionTableConditionType: DecisionTableConditionType; DecisionTableDataSourceType: DecisionTableDataSourceType; DecisionTableDownloadStatus: DecisionTableDownloadStatus; DecisionTableExecutionType: DecisionTableExecutionType; DecisionTableHitPolicy: DecisionTableHitPolicy; DecisionTableOperator: DecisionTableOperator; DecisionTableParameterType: DecisionTableParameterType; DecisionTableRefreshStatus: DecisionTableRefreshStatus; DecisionTableSortType: DecisionTableSortType; DecisionTableStatus: DecisionTableStatus; DecisionTableType: DecisionTableType; DecisionTableUploadStatus: DecisionTableUploadStatus; DefaultLicenseStatus: DefaultLicenseStatus; DefinitionCreationType: DefinitionCreationType; DefinitionType: DefinitionType; DeleteConstraint: DeleteConstraint; DeployOperation: DeployOperation; DeployProblemType: DeployProblemType; DeployStatus: DeployStatus; DeploymentStatus: DeploymentStatus; DeploymentTargetType: DeploymentTargetType; DestinationTypeForMetadata: DestinationTypeForMetadata; DevicePlatformType: DevicePlatformType; DeviceType: DeviceType; DevopsChangeType: DevopsChangeType; DevopsOrgType: DevopsOrgType; DevopsTestLevel: DevopsTestLevel; DgtAssetMgmtPrvdLghtCpntType: DgtAssetMgmtPrvdLghtCpntType; DiscoveryAIModelStatus: DiscoveryAIModelStatus; DiscoveryAIModelTransformationType: DiscoveryAIModelTransformationType; DiscoveryAlgorithmType: DiscoveryAlgorithmType; DiscoveryFieldMapSourceType: DiscoveryFieldMapSourceType; DiscoveryFilterFieldType: DiscoveryFilterFieldType; DiscoveryFilterOperator: DiscoveryFilterOperator; DiscoveryFilterValueType: DiscoveryFilterValueType; DiscoveryModelFieldType: DiscoveryModelFieldType; DiscoveryModelRuntimeType: DiscoveryModelRuntimeType; DiscoveryModelSourceType: DiscoveryModelSourceType; DiscoveryOutcomeGoal: DiscoveryOutcomeGoal; DiscoveryPredictionType: DiscoveryPredictionType; DiscoveryPushbackType: DiscoveryPushbackType; DiscoveryStoryAutopilotStatus: DiscoveryStoryAutopilotStatus; DiscoveryStoryOutcomeGoal: DiscoveryStoryOutcomeGoal; DiscoveryStoryOutcomeType: DiscoveryStoryOutcomeType; DiscoveryStorySourceType: DiscoveryStorySourceType; DisplayCurrency: DisplayCurrency; DistanceMeasurementUnit: DistanceMeasurementUnit; DoceHubType: DoceHubType; DocumentGenerationMechanism: DocumentGenerationMechanism; DocumentTemplateStatus: DocumentTemplateStatus; DocumentTemplateType: DocumentTemplateType; DocumentTemplateUsageType: DocumentTemplateUsageType; DomainDeprovisionType: DomainDeprovisionType; DomainHttpsOption: DomainHttpsOption; DomainProvisionStatus: DomainProvisionStatus; DomainProvisionType: DomainProvisionType; DomainType: DomainType; DonorMatchingMethod: DonorMatchingMethod; DupeActionType: DupeActionType; DupeSecurityOptionType: DupeSecurityOptionType; EASAppType: EASAppType; ERIRelationshipType: ERIRelationshipType; EdgeRoutingOption: EdgeRoutingOption; ElasticComputeStatus: ElasticComputeStatus; FlowElementSubtype: FlowElementSubtype; ElementType: ElementType; EmailPurposeType: EmailPurposeType; EmailServicesAttOptions: EmailServicesAttOptions; EmailServicesErrorAction: EmailServicesErrorAction; EmailTemplateStyle: EmailTemplateStyle; EmailTemplateType: EmailTemplateType; EmailTemplateUiType: EmailTemplateUiType; EmailToCaseOnFailureActionType: EmailToCaseOnFailureActionType; EmbeddedMessagingHandlerType: EmbeddedMessagingHandlerType; EmbeddedMsgQueueLimitType: EmbeddedMsgQueueLimitType; EmbeddedServiceAuthMethod: EmbeddedServiceAuthMethod; EmbeddedServiceAuthModeType: EmbeddedServiceAuthModeType; EmbeddedServiceChannelType: EmbeddedServiceChannelType; EmbeddedServiceClientVersion: EmbeddedServiceClientVersion; EmbeddedServiceComponentBundleType: EmbeddedServiceComponentBundleType; EmbeddedServiceCustomComponentType: EmbeddedServiceCustomComponentType; EmbeddedServiceDeploymentFeature: EmbeddedServiceDeploymentFeature; EmbeddedServiceDeploymentType: EmbeddedServiceDeploymentType; EmbeddedServiceFeature: EmbeddedServiceFeature; EmbeddedServiceFlowType: EmbeddedServiceFlowType; EmbeddedServiceFontSize: EmbeddedServiceFontSize; EmbeddedServiceFormDisplayContext: EmbeddedServiceFormDisplayContext; EmbeddedServiceFormFieldType: EmbeddedServiceFormFieldType; EmbeddedServiceLabelKey: EmbeddedServiceLabelKey; EmbeddedServiceLayoutType: EmbeddedServiceLayoutType; EmbeddedServiceQuickActionType: EmbeddedServiceQuickActionType; EmbeddedServiceResourceType: EmbeddedServiceResourceType; EmbeddedServiceScenario: EmbeddedServiceScenario; EmployeeUseCaseMethod: EmployeeUseCaseMethod; EmployeeUseCaseStatus: EmployeeUseCaseStatus; EnablementAggregationType: EnablementAggregationType; EnablementFilterOperator: EnablementFilterOperator; EnablementMilestoneType: EnablementMilestoneType; EnblCompositeMilestoneType: EnblCompositeMilestoneType; EnblProgramMeasureStatus: EnblProgramMeasureStatus; Encoding: Encoding; EncryptedFieldMaskChar: EncryptedFieldMaskChar; EncryptedFieldMaskType: EncryptedFieldMaskType; EncryptionScheme: EncryptionScheme; EncryptionState: EncryptionState; EnforcementPolicyStatus: EnforcementPolicyStatus; EnforcementPolicyType: EnforcementPolicyType; EnforcementPolicyVersionStatus: EnforcementPolicyVersionStatus; EnforcementRuleCategory: EnforcementRuleCategory; EnforcementRuleEffect: EnforcementRuleEffect; EnforcementType: EnforcementType; EngagementInsightAction: EngagementInsightAction; EngagementInsightCategory: EngagementInsightCategory; EngagementInsightChannelType: EngagementInsightChannelType; EngagementInsightInsightModel: EngagementInsightInsightModel; EngagementInsightLanguage: EngagementInsightLanguage; EngagementInsightSpeakerType: EngagementInsightSpeakerType; EngagementInsightStatus: EngagementInsightStatus; EngagementInsightUsageType: EngagementInsightUsageType; EngagementSignalType: EngagementSignalType; EntityLimitType: EntityLimitType; EntityLockType: EntityLockType; EntityStatus: EntityStatus; ErrorCodeOffCore: ErrorCodeOffCore; EscalationStartTimeType: EscalationStartTimeType; EswInvitationConditionOperator: EswInvitationConditionOperator; EswInvitationConditionResource: EswInvitationConditionResource; EvaluationResult: EvaluationResult; EventDeliveryType: EventDeliveryType; EventRelayAdminState: EventRelayAdminState; EventRelayUsageType: EventRelayUsageType; EventSubscriptionAdminState: EventSubscriptionAdminState; EventSubscriptionReplayPreset: EventSubscriptionReplayPreset; EventSubscriptionType: EventSubscriptionType; EventSubscriptionUsageType: EventSubscriptionUsageType; EventType: EventType; ExecutionPlatformObjectType: ExecutionPlatformObjectType; ExecutionPlatformType: ExecutionPlatformType; ExecutionStageOfPriceRule: ExecutionStageOfPriceRule; ExecutionType: ExecutionType; ExpFeedbackCollType: ExpFeedbackCollType; ExpectedCashFlowGrouping: ExpectedCashFlowGrouping; ExperienceContainerType: ExperienceContainerType; ExpressionSetStepType: ExpressionSetStepType; ExpressionType: ExpressionType; ExpsSetAggregationFunction: ExpsSetAggregationFunction; ExpsSetConditionOperator: ExpsSetConditionOperator; ExpsSetDataType: ExpsSetDataType; ExpsSetExecutionMode: ExpsSetExecutionMode; ExpsSetExecutionScale: ExpsSetExecutionScale; ExpsSetInterfaceSourceType: ExpsSetInterfaceSourceType; ExpsSetObjectDataType: ExpsSetObjectDataType; ExpsSetProcessType: ExpsSetProcessType; ExpsSetStatus: ExpsSetStatus; ExpsSetStepType: ExpsSetStepType; ExpsSetUsageSubtype: ExpsSetUsageSubtype; ExpsSetValueType: ExpsSetValueType; ExpsSetVariableLookupType: ExpsSetVariableLookupType; ExpsSetVariableType: ExpsSetVariableType; ExtConvParticipantIntegDefStatus: ExtConvParticipantIntegDefStatus; ExtensionPointName: ExtensionPointName; ExternalActionParameterType: ExternalActionParameterType; ExternalAiMetricType: ExternalAiMetricType; ExternalBotType: ExternalBotType; ExternalConnectionStatus: ExternalConnectionStatus; ExternalConnectionType: ExternalConnectionType; ExternalCredentialParamType: ExternalCredentialParamType; ExternalDataSourceType: ExternalDataSourceType; ExternalDataSrcDescSubtype: ExternalDataSrcDescSubtype; ExternalDataSrcDescType: ExternalDataSrcDescType; ExternalEnvConnectionType: ExternalEnvConnectionType; ExternalIntegrationType: ExternalIntegrationType; ExternalModelStatus: ExternalModelStatus; ExternalObjectErrorStatus: ExternalObjectErrorStatus; ExternalPrincipalType: ExternalPrincipalType; ExternalSDataType: ExternalSDataType; ExternalServiceObjectVariant: ExternalServiceObjectVariant; ExternalServiceOperationKind: ExternalServiceOperationKind; ExternalServiceParameterKind: ExternalServiceParameterKind; ExternalServiceRegistrationProviderType: ExternalServiceRegistrationProviderType; ExternalServiceSchemaType: ExternalServiceSchemaType; ExternalServiceSimpleType: ExternalServiceSimpleType; ExternalServiceStatus: ExternalServiceStatus; ExternalTrackingVendor: ExternalTrackingVendor; ExtlClntAppDistState: ExtlClntAppDistState; ExtlClntAppManagedType: ExtlClntAppManagedType; ExtlClntAppNameIdFormatType: ExtlClntAppNameIdFormatType; ExtlClntAppSamlBindingType: ExtlClntAppSamlBindingType; ExtlClntAppSamlEncryptType: ExtlClntAppSamlEncryptType; ExtlClntAppSamlSignAlgoType: ExtlClntAppSamlSignAlgoType; ExtlClntAppSamlSubjectType: ExtlClntAppSamlSubjectType; ExtlClntAppStartPage: ExtlClntAppStartPage; ExtlIdentityProviderParmType: ExtlIdentityProviderParmType; ExtractorType: ExtractorType; FTestOnOffSelection: FTestOnOffSelection; FTestSeasonSelection: FTestSeasonSelection; FTestTopLevelSelection: FTestTopLevelSelection; FallbackScope: FallbackScope; FeatureInputType: FeatureInputType; FeatureName: FeatureName; FeatureParameterDataflowDirection: FeatureParameterDataflowDirection; FeedItemDisplayFormat: FeedItemDisplayFormat; FeedItemType: FeedItemType; FeedItemVisibility: FeedItemVisibility; FeedLayoutComponentType: FeedLayoutComponentType; FeedLayoutFilterPosition: FeedLayoutFilterPosition; FeedLayoutFilterType: FeedLayoutFilterType; FfxCopyStrategy: FfxCopyStrategy; FieldClassificationConfigType: FieldClassificationConfigType; FieldInputCategory: FieldInputCategory; FieldManageability: FieldManageability; FieldMapStatus: FieldMapStatus; FieldMappingClient: FieldMappingClient; FieldMappingConfigProcessType: FieldMappingConfigProcessType; FieldSetType: FieldSetType; FieldSrcTrgtRelationshipOwner: FieldSrcTrgtRelationshipOwner; FieldType: FieldType; FieldTypes: FieldTypes; FieldUpdateOperation: FieldUpdateOperation; FileDownloadBehavior: FileDownloadBehavior; FileType: FileType; FilterOperation: FilterOperation; FilterScope: FilterScope; Fit: Fit; FlexiPageRegionMode: FlexiPageRegionMode; FlexiPageRegionType: FlexiPageRegionType; FlexiPageType: FlexiPageType; FlexipageDataSourceModeEnum: FlexipageDataSourceModeEnum; FlexipageDataSourceTypeEnum: FlexipageDataSourceTypeEnum; FlexipageEventSourceTypeEnum: FlexipageEventSourceTypeEnum; FlexipageEventTargetTypeEnum: FlexipageEventTargetTypeEnum; FlexipageSchemaPropType: FlexipageSchemaPropType; FlowActionCallTimeoutPath: FlowActionCallTimeoutPath; FlowAssignmentOperator: FlowAssignmentOperator; FlowAttributeType: FlowAttributeType; FlowCollectionProcessorType: FlowCollectionProcessorType; FlowComparisonOperator: FlowComparisonOperator; FlowComplexValueType: FlowComplexValueType; FlowDataType: FlowDataType; FlowElementType: FlowElementType; FlowEntryType: FlowEntryType; FlowEnvironment: FlowEnvironment; FlowExperimentFallbackMode: FlowExperimentFallbackMode; FlowExperimentType: FlowExperimentType; FlowInputConfiguratorMode: FlowInputConfiguratorMode; FlowNodeGroupType: FlowNodeGroupType; FlowProgressStatus: FlowProgressStatus; FlowRecordFilterOperator: FlowRecordFilterOperator; FlowRegionContainerType: FlowRegionContainerType; FlowRunAsUser: FlowRunAsUser; FlowRunInMode: FlowRunInMode; FlowScheduledPathOffsetUnit: FlowScheduledPathOffsetUnit; FlowScheduledPathTimeSource: FlowScheduledPathTimeSource; FlowScheduledPathType: FlowScheduledPathType; FlowScreenFieldInputsRevisited: FlowScreenFieldInputsRevisited; FlowScreenFieldType: FlowScreenFieldType; FlowStageStepAssigneeType: FlowStageStepAssigneeType; FlowStartFrequency: FlowStartFrequency; FlowSystemVariable: FlowSystemVariable; FlowTestDataSourceType: FlowTestDataSourceType; FlowTestParameterType: FlowTestParameterType; FlowTestResultStatusType: FlowTestResultStatusType; FlowTestType: FlowTestType; FlowTransactionModel: FlowTransactionModel; FlowTransformValueActionType: FlowTransformValueActionType; FlowTriggerType: FlowTriggerType; FlowValueMapDataType: FlowValueMapDataType; FlowValueMapDefaultStrategy: FlowValueMapDefaultStrategy; FlowValueMappingType: FlowValueMappingType; FlowVersionStatus: FlowVersionStatus; FlowWaitInteractionType: FlowWaitInteractionType; FolderAccessTypes: FolderAccessTypes; FolderShareAccessLevel: FolderShareAccessLevel; FolderSharedToType: FolderSharedToType; ForecastCategories: ForecastCategories; ForecastFrequency: ForecastFrequency; ForecastPeriodGroupStatus: ForecastPeriodGroupStatus; ForecastingDateType: ForecastingDateType; FormFactor: FormFactor; FormatType: FormatType; FormulaFilterType: FormulaFilterType; FormulaType: FormulaType; Frequency: Frequency; FullRefreshIntervalDays: FullRefreshIntervalDays; GatewayType: GatewayType; GenAiAgentType: GenAiAgentType; GenAiAgentVariableType: GenAiAgentVariableType; GenAiBotToneType: GenAiBotToneType; GenAiPlannerAsgnTargetType: GenAiPlannerAsgnTargetType; GenAiPlannerExpressionCondition: GenAiPlannerExpressionCondition; GenAiPromptGenerationConfigScope: GenAiPromptGenerationConfigScope; GenAiPromptGenerationConfigurationType: GenAiPromptGenerationConfigurationType; GenAiPromptGenerationInstructionLayer: GenAiPromptGenerationInstructionLayer; GenAiPromptGenerationInstructionRole: GenAiPromptGenerationInstructionRole; GenAiPromptTemplateActvAccessLevel: GenAiPromptTemplateActvAccessLevel; GenAiPromptTemplateResponseFormat: GenAiPromptTemplateResponseFormat; GenAiPromptTemplateStatus: GenAiPromptTemplateStatus; GenAiPromptTemplateVisibilityType: GenAiPromptTemplateVisibilityType; GenAiRuleExpressionOperator: GenAiRuleExpressionOperator; Gender: Gender; GenerationMechanism: GenerationMechanism; GeoLocationAccuracy: GeoLocationAccuracy; GeocodePrecision: GeocodePrecision; GeographicRegionType: GeographicRegionType; GisAuthenticationType: GisAuthenticationType; GisFieldType: GisFieldType; GisFilterOperator: GisFilterOperator; GisJobStatus: GisJobStatus; GisLayerType: GisLayerType; GisProvider: GisProvider; GlobalVariableContext: GlobalVariableContext; GraphType: GraphType; GroupType: GroupType; GuidedConfigKey: GuidedConfigKey; HandlerFunctionType: HandlerFunctionType; HorizontalAlignment: HorizontalAlignment; HydrationStatus: HydrationStatus; IFrameWhitelistContext: IFrameWhitelistContext; IPAddressFeature: IPAddressFeature; IPAddressUsageScope: IPAddressUsageScope; IconUsageType: IconUsageType; IdempotencySupportStatus: IdempotencySupportStatus; IdentificationRuleAttributePurpose: IdentificationRuleAttributePurpose; IdentityProviderAuthFlow: IdentityProviderAuthFlow; IdentityProviderAuthProtocol: IdentityProviderAuthProtocol; IdentityResolutionMode: IdentityResolutionMode; IdentityVerificationDataSourceType: IdentityVerificationDataSourceType; IdentityVerificationProcFldDataSourceType: IdentityVerificationProcFldDataSourceType; IdentityVerificationProcFldFieldDataType: IdentityVerificationProcFldFieldDataType; IdentityVerificationProcFldFieldType: IdentityVerificationProcFldFieldType; IdentityVerificationSearchLayoutType: IdentityVerificationSearchLayoutType; IdentityVerificationSearchType: IdentityVerificationSearchType; InboundConnPropertyName: InboundConnPropertyName; IndexSortDirection: IndexSortDirection; IndexType: IndexType; InfluenceRecordPreferenceType: InfluenceRecordPreferenceType; InputValueType: InputValueType; InsPolicyLifecycleProcess: InsPolicyLifecycleProcess; InsRatePlanCmsnConfigCalcType: InsRatePlanCmsnConfigCalcType; InsightParentType: InsightParentType; InsightTrendType: InsightTrendType; InstallValidationStatus: InstallValidationStatus; InstalledPkgBundleVersionStatus: InstalledPkgBundleVersionStatus; IntegrationApplicationType: IntegrationApplicationType; IntegrationAuthenticationType: IntegrationAuthenticationType; IntegrationCategory: IntegrationCategory; IntegrationDeploymentStatus: IntegrationDeploymentStatus; IntegrationEnvironmentRegion: IntegrationEnvironmentRegion; IntegrationEnvironmentType: IntegrationEnvironmentType; IntegrationEnvironmentZone: IntegrationEnvironmentZone; IntegrationResourceType: IntegrationResourceType; IntegrationVerUpdateStatus: IntegrationVerUpdateStatus; InvalidMergeActionType: InvalidMergeActionType; InvocableActionExtAttributeDataType: InvocableActionExtAttributeDataType; InvocableActionExtTargetType: InvocableActionExtTargetType; InvocableActionType: InvocableActionType; ItemActionType: ItemActionType; ItemCategory: ItemCategory; ItemInstanceTypeEnum: ItemInstanceTypeEnum; ItemType: ItemType; IterationOrder: IterationOrder; JWTSessionTimeoutType: JWTSessionTimeoutType; JournalProcessType: JournalProcessType; KnowledgeWorkflowAction: KnowledgeWorkflowAction; LCResourceFormat: LCResourceFormat; Language: Language; LastLoadStatusEnum: LastLoadStatusEnum; LastMilePlatform: LastMilePlatform; LatestAttribModelRefreshedStatus: LatestAttribModelRefreshedStatus; LayoutHeader: LayoutHeader; LayoutSectionStyle: LayoutSectionStyle; LayoutType: LayoutType; LearningAchievementType: LearningAchievementType; LensType: LensType; LetterheadHorizontalAlignment: LetterheadHorizontalAlignment; LetterheadVerticalAlignment: LetterheadVerticalAlignment; LicenseExpirationPolicy: LicenseExpirationPolicy; LicensingErrorLevel: LicensingErrorLevel; LifeSciAssignmentLevel: LifeSciAssignmentLevel; LifeSciCategoryType: LifeSciCategoryType; LifeSciChangeUpdateTypes: LifeSciChangeUpdateTypes; LifeSciConfigCategoryType: LifeSciConfigCategoryType; LifeSciConfigFieldDataType: LifeSciConfigFieldDataType; LightningBoltCategory: LightningBoltCategory; LightningDesignSystemVersion: LightningDesignSystemVersion; LinkStatus: LinkStatus; ListLayoutTypes: ListLayoutTypes; LiveChatButtonInviteEndPosition: LiveChatButtonInviteEndPosition; LiveChatButtonInviteStartPosition: LiveChatButtonInviteStartPosition; LiveChatButtonPresentation: LiveChatButtonPresentation; LiveChatButtonRoutingType: LiveChatButtonRoutingType; LiveChatButtonType: LiveChatButtonType; LmaApiSessionType: LmaApiSessionType; LoginFlowType: LoginFlowType; LookupValueType: LookupValueType; LoyaltyPgmProcActParamOper: LoyaltyPgmProcActParamOper; LoyaltyPgmProcActParamType: LoyaltyPgmProcActParamType; LoyaltyPgmProcActionType: LoyaltyPgmProcActionType; LoyaltyPgmProcCondOperator: LoyaltyPgmProcCondOperator; LoyaltyPgmProcCondType: LoyaltyPgmProcCondType; LoyaltyPgmProcCrudActType: LoyaltyPgmProcCrudActType; LoyaltyPgmProcExecutionType: LoyaltyPgmProcExecutionType; LoyaltyPgmProcParmDataType: LoyaltyPgmProcParmDataType; LoyaltyPgmProcParmType: LoyaltyPgmProcParmType; LoyaltyPgmProcRuleStatus: LoyaltyPgmProcRuleStatus; LoyaltyPgmProcRuleType: LoyaltyPgmProcRuleType; LoyaltyPgmProcStatus: LoyaltyPgmProcStatus; MCNodeType: MCNodeType; MLDataDefinitionType: MLDataDefinitionType; MLFieldType: MLFieldType; MLGenerativeDefinitionStatus: MLGenerativeDefinitionStatus; MLGenerativeType: MLGenerativeType; MLPredictionDefinitionStatus: MLPredictionDefinitionStatus; MLRecommendationDefinitionStatus: MLRecommendationDefinitionStatus; MLRelationType: MLRelationType; ManageableState: ManageableState; ManagedContentSpaceModuleStatusEnum: ManagedContentSpaceModuleStatusEnum; MappedFieldType: MappedFieldType; MappingAlertType: MappingAlertType; MappingBehaviorType: MappingBehaviorType; MappingOperation: MappingOperation; MappingType: MappingType; MappingUsageType: MappingUsageType; MarketAudienceStatus: MarketAudienceStatus; MarketingConfiguration: MarketingConfiguration; MarketingFeature: MarketingFeature; MatchingMethod: MatchingMethod; MatchingRuleSobjectSubtype: MatchingRuleSobjectSubtype; MatchingRuleStatus: MatchingRuleStatus; MessagePurpose: MessagePurpose; MessageType: MessageType; MessagingAuthorizationType: MessagingAuthorizationType; MessagingAutoResponseType: MessagingAutoResponseType; MessagingChannelAutoResponseType: MessagingChannelAutoResponseType; MessagingChannelConsentType: MessagingChannelConsentType; MessagingChannelParameterType: MessagingChannelParameterType; MessagingChannelProcurementRequestStatus: MessagingChannelProcurementRequestStatus; MessagingChannelProvisioningRequestStatus: MessagingChannelProvisioningRequestStatus; MessagingChannelRoutingType: MessagingChannelRoutingType; MessagingChannelStandardParameterType: MessagingChannelStandardParameterType; MessagingChannelTargetLookupValueType: MessagingChannelTargetLookupValueType; MessagingChannelType: MessagingChannelType; MessagingChannelTypeEnum: MessagingChannelTypeEnum; MessagingChannelUsageDeploymentType: MessagingChannelUsageDeploymentType; MessagingKeywordType: MessagingKeywordType; MessagingPaymentSystemType: MessagingPaymentSystemType; MessagingSessionHandlerType: MessagingSessionHandlerType; MessagingTemplateApprovalStatus: MessagingTemplateApprovalStatus; MessagingTemplateIntent: MessagingTemplateIntent; MetricAggregateFunction: MetricAggregateFunction; MfgProgramTemplateStatus: MfgProgramTemplateStatus; MfgProgramTransformationType: MfgProgramTransformationType; MilestoneTimeUnits: MilestoneTimeUnits; MilestoneTypeRecurrenceType: MilestoneTypeRecurrenceType; MktDataConnectionMethod: MktDataConnectionMethod; MktDataConnectionStatus: MktDataConnectionStatus; MktDataModelFieldUsageTag: MktDataModelFieldUsageTag; MktIntelDataPipelineRunStatus: MktIntelDataPipelineRunStatus; MlAIModelAlgorithmType: MlAIModelAlgorithmType; MlAIModelType: MlAIModelType; MlDomainType: MlDomainType; MlGenerativeModelType: MlGenerativeModelType; MlInferenceFormat: MlInferenceFormat; MlIntentModelConfusionType: MlIntentModelConfusionType; MlModelCapability: MlModelCapability; MlModelConnectorType: MlModelConnectorType; MlModelDeployStatus: MlModelDeployStatus; MlModelEndpointType: MlModelEndpointType; MlModelPredictionType: MlModelPredictionType; MlModelSourceType: MlModelSourceType; MlModelStatus: MlModelStatus; MlModelType: MlModelType; MlParameterSubtype: MlParameterSubtype; MlParameterType: MlParameterType; MlRuntimeType: MlRuntimeType; MlSlotClassDataType: MlSlotClassDataType; MlSlotClassExtractionType: MlSlotClassExtractionType; MlStandardSlotClass: MlStandardSlotClass; MobileCredentialType: MobileCredentialType; MobilePlatformType: MobilePlatformType; MobileSecurityCertPinType: MobileSecurityCertPinType; MobileSecurityMobilePlatform: MobileSecurityMobilePlatform; MobileSecurityPolicyRuleValueType: MobileSecurityPolicyRuleValueType; MobileSecurityPolicySeverityLevel: MobileSecurityPolicySeverityLevel; MobileSecurityPolicyType: MobileSecurityPolicyType; MobileSessionTimeout: MobileSessionTimeout; ModalityType: ModalityType; ModelContext: ModelContext; ModelEntityType: ModelEntityType; ModelStatus: ModelStatus; ModerationRuleAction: ModerationRuleAction; ModerationRuleType: ModerationRuleType; Modifier: Modifier; MonitoredEvents: MonitoredEvents; MsgChannelAvailabilityType: MsgChannelAvailabilityType; MsgChnlAvailableCountryCode: MsgChnlAvailableCountryCode; MuleSoftControlPlane: MuleSoftControlPlane; MultiOrgLineageFeatureType: MultiOrgLineageFeatureType; MultiOrgNotificationStatus: MultiOrgNotificationStatus; NamedCredentialParamType: NamedCredentialParamType; NamedCredentialType: NamedCredentialType; NavType: NavType; NearCorePolicyConsumer: NearCorePolicyConsumer; NetworkBotDefinitionFeatureCodeType: NetworkBotDefinitionFeatureCodeType; NetworkPageOverrideSetting: NetworkPageOverrideSetting; NetworkStatus: NetworkStatus; NetworkUserType: NetworkUserType; NextOwnerType: NextOwnerType; NodeType: NodeType; NotificationActionName: NotificationActionName; NotificationActionType: NotificationActionType; NotificationChannelType: NotificationChannelType; NotificationCondOperator: NotificationCondOperator; NotificationCriteriaType: NotificationCriteriaType; NotificationDefinitionType: NotificationDefinitionType; NotificationRecipientType: NotificationRecipientType; NotificationStatus: NotificationStatus; NotificationTriggerObject: NotificationTriggerObject; NotificationTriggerType: NotificationTriggerType; NotificationUsageType: NotificationUsageType; OAuthProviderType: OAuthProviderType; ODTItemFilterDataType: ODTItemFilterDataType; Oauth2CannedScopes: Oauth2CannedScopes; ObjFldValMapUsageType: ObjFldValMapUsageType; ObjHierarchyMappingType: ObjHierarchyMappingType; ObjectAccessLevel: ObjectAccessLevel; ObjectFilterOperator: ObjectFilterOperator; ObjectRelationshipType: ObjectRelationshipType; ObjectToLink: ObjectToLink; ObjectiveParameterKey: ObjectiveParameterKey; OcrApplicationType: OcrApplicationType; OcrMappingType: OcrMappingType; OmniAnalyticsComponentType: OmniAnalyticsComponentType; OmniDataTransformInputType: OmniDataTransformInputType; OmniProcessType: OmniProcessType; OmniSuperSkillVisibilityType: OmniSuperSkillVisibilityType; OmniSupervisorActionName: OmniSupervisorActionName; OmniSupervisorActionTab: OmniSupervisorActionTab; OmniSupervisorTabType: OmniSupervisorTabType; OmniTrackingGroupType: OmniTrackingGroupType; OmniUiCardType: OmniUiCardType; OnboardingDataObjBusContext: OnboardingDataObjBusContext; OnboardingDataObjGrpCompType: OnboardingDataObjGrpCompType; OnboardingDataObjGrpTgtObject: OnboardingDataObjGrpTgtObject; OnboardingDataObjGrpUsageType: OnboardingDataObjGrpUsageType; OnboardingDataObjVerGrpStatus: OnboardingDataObjVerGrpStatus; OperationStatus: OperationStatus; OperationType: OperationType; OrderLifeCycleType: OrderLifeCycleType; OrgCopyStrategy: OrgCopyStrategy; OrgDomainProdSuffix: OrgDomainProdSuffix; OrgDomainRedirectOption: OrgDomainRedirectOption; OrgDomainShard: OrgDomainShard; OrgWideEmailAddressPurpose: OrgWideEmailAddressPurpose; OutboundConnPropertyName: OutboundConnPropertyName; OutboundRouteType: OutboundRouteType; OutputType: OutputType; Package2ContainerOptions: Package2ContainerOptions; Package2TransferStage: Package2TransferStage; Package2VersionBuildStatus: Package2VersionBuildStatus; Package2VersionCreateRequestStatus: Package2VersionCreateRequestStatus; PackageApexInterfaceType: PackageApexInterfaceType; PackageCategory: PackageCategory; PackageInstallRequestStatus: PackageInstallRequestStatus; PackageInstallSecurityType: PackageInstallSecurityType; PackageInstallSource: PackageInstallSource; PackageLicenseStatus: PackageLicenseStatus; PackageNameConflictResolution: PackageNameConflictResolution; PackageReleaseState: PackageReleaseState; PackageUploadRequestStatus: PackageUploadRequestStatus; PageComponentType: PageComponentType; PageComponentWidth: PageComponentWidth; PaidCashFlowGrouping: PaidCashFlowGrouping; PardotTenantAccountType: PardotTenantAccountType; PardotTenantEnvironment: PardotTenantEnvironment; PardotTenantStatus: PardotTenantStatus; PardotTenantStatusCode: PardotTenantStatusCode; ParticipantRoleAccessLevel: ParticipantRoleAccessLevel; ParticipantRoleSharingUpdateStatus: ParticipantRoleSharingUpdateStatus; PartyPrflDataObjVldDefStatus: PartyPrflDataObjVldDefStatus; PathAssistantStepItemType: PathAssistantStepItemType; PendingLicensingRequestStatus: PendingLicensingRequestStatus; PeriodTypes: PeriodTypes; PermissionSetGroupStatus: PermissionSetGroupStatus; PermissionSetTabVisibility: PermissionSetTabVisibility; PermissionSetType: PermissionSetType; PermittedUsersPolicyType: PermittedUsersPolicyType; PersnlBatchDcsnActivationTriggerType: PersnlBatchDcsnActivationTriggerType; PersnlBatchDcsnErrorCodeOffCore: PersnlBatchDcsnErrorCodeOffCore; PersnlBatchDcsnKeyFieldType: PersnlBatchDcsnKeyFieldType; PersnlBatchDcsnStatus: PersnlBatchDcsnStatus; PersnlBatchLatestRefreshedStatus: PersnlBatchLatestRefreshedStatus; PersonalizationExperienceStatus: PersonalizationExperienceStatus; PersonalizationSource: PersonalizationSource; PersonalizationSourceMatcherType: PersonalizationSourceMatcherType; PersonalizationSubstitutionDefConfigType: PersonalizationSubstitutionDefConfigType; PersonalizationTargetMethodType: PersonalizationTargetMethodType; PersonalizationTransformationWhenType: PersonalizationTransformationWhenType; PersonalizationTransformerCategory: PersonalizationTransformerCategory; PersonalizationTransformerType: PersonalizationTransformerType; PinnedAction: PinnedAction; PipelineInspectionMetric: PipelineInspectionMetric; PkgBundleVerCpntIstlReqStatus: PkgBundleVerCpntIstlReqStatus; PkgBundleVerCpntUnistlReqStatus: PkgBundleVerCpntUnistlReqStatus; PkgBundleVersionCreateReqStatus: PkgBundleVersionCreateReqStatus; PkgBundleVersionInstallReqStatus: PkgBundleVersionInstallReqStatus; PkgBundleVersionUninstallReqStatus: PkgBundleVersionUninstallReqStatus; PlanUsageType: PlanUsageType; PlannerAttrDataType: PlannerAttrDataType; PlannerAttrMappingType: PlannerAttrMappingType; PlannerFunctionInvocableTargetType: PlannerFunctionInvocableTargetType; PlannerType: PlannerType; PlatformActionDeviceFormat: PlatformActionDeviceFormat; PlatformActionGroupCategory: PlatformActionGroupCategory; PlatformActionListContext: PlatformActionListContext; PlatformActionSection: PlatformActionSection; PlatformActionTargetType: PlatformActionTargetType; PlatformActionType: PlatformActionType; PlatformCacheType: PlatformCacheType; PlatformEventChannelEventType: PlatformEventChannelEventType; PlatformEventChannelType: PlatformEventChannelType; PlatformEventPublishBehavior: PlatformEventPublishBehavior; PlatformEventType: PlatformEventType; PlatformSchemaContentType: PlatformSchemaContentType; PluginType: PluginType; PolicyAction: PolicyAction; PolicyApplicableDuration: PolicyApplicableDuration; PolicyOutcome: PolicyOutcome; PortalRoles: PortalRoles; PortalType: PortalType; PortalTypes: PortalTypes; Possessive: Possessive; PredictionDefinitionFieldType: PredictionDefinitionFieldType; PredictionDefinitionMode: PredictionDefinitionMode; PredictionDefinitionStatus: PredictionDefinitionStatus; PredictionPlatform: PredictionPlatform; PreviewType: PreviewType; PriceGuidanceFrequencyType: PriceGuidanceFrequencyType; PriceSheetColumnName: PriceSheetColumnName; PriceSheetColumnType: PriceSheetColumnType; PriceSheetDefinitionStatus: PriceSheetDefinitionStatus; PriceSheetEntity: PriceSheetEntity; PricingActionEntities: PricingActionEntities; PricingElement: PricingElement; PricingElementType: PricingElementType; PricingStrategy: PricingStrategy; PrivacyOrgConfigType: PrivacyOrgConfigType; PrivateDomainDefinitionValidationStatus: PrivateDomainDefinitionValidationStatus; ProcPlanCriterionDataType: ProcPlanCriterionDataType; ProcPlanCriterionOperator: ProcPlanCriterionOperator; ProcedurePlanProcessType: ProcedurePlanProcessType; ProcedurePlanSectionType: ProcedurePlanSectionType; ProcedurePlanVariableDataType: ProcedurePlanVariableDataType; ProcessDefinitionState: ProcessDefinitionState; ProcessDefinitionType: ProcessDefinitionType; ProcessSubmitterType: ProcessSubmitterType; ProcessTriggerType: ProcessTriggerType; ProductFamilyUsageType: ProductFamilyUsageType; ProductGrouping: ProductGrouping; ProductName: ProductName; ProgramExtContentDefProvider: ProgramExtContentDefProvider; ProgramTaskDefCategory: ProgramTaskDefCategory; PromptDisplayPosition: PromptDisplayPosition; PromptDisplayType: PromptDisplayType; PromptElementRelativePosition: PromptElementRelativePosition; PromptExperience: PromptExperience; PromptImageLocation: PromptImageLocation; PromptThemeColor: PromptThemeColor; PromptThemeSaturation: PromptThemeSaturation; PromptUserAccess: PromptUserAccess; PromptUserProfileAccess: PromptUserProfileAccess; PropertyDisplayType: PropertyDisplayType; PropertyObjectScope: PropertyObjectScope; ProvInvocationType: ProvInvocationType; Provider: Provider; ProviderAlertTypes: ProviderAlertTypes; ProviderCategory: ProviderCategory; ProviderClassificationTypes: ProviderClassificationTypes; ProviderCreationType: ProviderCreationType; ProviderDisplayWidgetTypes: ProviderDisplayWidgetTypes; ProviderSearchObjectMapping: ProviderSearchObjectMapping; ProvisionedFeatureState: ProvisionedFeatureState; ProvisioningAutomationType: ProvisioningAutomationType; PrstCntntDefContentType: PrstCntntDefContentType; PtyPrflDataFldVldDefCompType: PtyPrflDataFldVldDefCompType; PtyPrflDataFldVldDefDrtnType: PtyPrflDataFldVldDefDrtnType; PtyPrflDataObjVldDefBusCtx: PtyPrflDataObjVldDefBusCtx; PtyPrflDataObjVldDefFldResObj: PtyPrflDataObjVldDefFldResObj; PublicFolderAccess: PublicFolderAccess; PublicKeyCertificateSetType: PublicKeyCertificateSetType; PublishStatusType: PublishStatusType; PushServiceType: PushServiceType; QuickActionLabel: QuickActionLabel; QuickActionParameterType: QuickActionParameterType; QuickActionType: QuickActionType; RRADJctObjFilterLogic: RRADJctObjFilterLogic; RRADSourceObjFilterLogic: RRADSourceObjFilterLogic; RRADTargetObjFilterLogic: RRADTargetObjFilterLogic; RRAFObjectType: RRAFObjectType; RRAFOperator: RRAFOperator; RateLimitTimePeriod: RateLimitTimePeriod; RcmdSourceType: RcmdSourceType; RealTimeConfigFieldType: RealTimeConfigFieldType; RealTimeConfigPhase: RealTimeConfigPhase; RecActorFeatureObjectType: RecActorFeatureObjectType; RecActorFeatureType: RecActorFeatureType; RecommendationChannel: RecommendationChannel; RecommendationConditionOperator: RecommendationConditionOperator; RecommendationConditionValueType: RecommendationConditionValueType; RecordActionType: RecordActionType; RecordAggregationDefinitionAggregationType: RecordAggregationDefinitionAggregationType; RecordAggregationDefinitionStatus: RecordAggregationDefinitionStatus; RecordAggregationJoinConditionType: RecordAggregationJoinConditionType; RecordAggregationObjectFilterOperator: RecordAggregationObjectFilterOperator; RecordAlertDataSourceType: RecordAlertDataSourceType; RecordEditabilityType: RecordEditabilityType; RecordRecommendationType: RecordRecommendationType; RecordTriggerType: RecordTriggerType; RecordViewPreference: RecordViewPreference; RecsOutputFieldName: RecsOutputFieldName; RefDataSourceTypeEnum: RefDataSourceTypeEnum; ReferenceDataNameEnum: ReferenceDataNameEnum; ReferralConfigSystemType: ReferralConfigSystemType; RefreshFrequency: RefreshFrequency; RefreshTokenPolicyType: RefreshTokenPolicyType; RegionFlagStatus: RegionFlagStatus; RegistryProviderType: RegistryProviderType; RegulatoryStatus: RegulatoryStatus; RelatedOnboardingDataObjRole: RelatedOnboardingDataObjRole; RelatedRecordAccessDefShareTo: RelatedRecordAccessDefShareTo; RelatedRecordAccessDefStatus: RelatedRecordAccessDefStatus; RelationshipCardinality: RelationshipCardinality; RelationshipType: RelationshipType; ReleaseUpdateStatus: ReleaseUpdateStatus; ReleaseUpdateStepStatus: ReleaseUpdateStepStatus; ReportAggrType: ReportAggrType; ReportAggregateDatatype: ReportAggregateDatatype; ReportBucketFieldType: ReportBucketFieldType; ReportChartSize: ReportChartSize; ReportFormat: ReportFormat; ReportFormulaNullTreatment: ReportFormulaNullTreatment; ReportJobSourceTypes: ReportJobSourceTypes; ReportSortType: ReportSortType; ReportStatus: ReportStatus; ReportSummaryType: ReportSummaryType; ReportTypeCategory: ReportTypeCategory; RequestInfoOperationType: RequestInfoOperationType; RequestInfoStatus: RequestInfoStatus; ResourceDeploymentStatus: ResourceDeploymentStatus; ResourceInitializationType: ResourceInitializationType; ResponseFormatInvocableActionType: ResponseFormatInvocableActionType; RetentionJobStatus: RetentionJobStatus; RiskEvaluation: RiskEvaluation; RiskStatus: RiskStatus; RiskType: RiskType; RoutingOwner: RoutingOwner; RoutingType: RoutingType; RuleClauseConjunction: RuleClauseConjunction; RuleContextPath: RuleContextPath; RuleDefinitionClause: RuleDefinitionClause; RuleDefinitionOperator: RuleDefinitionOperator; RuleEngine: RuleEngine; RulePrincipalAuthenticationLevel: RulePrincipalAuthenticationLevel; RulePrincipalPath: RulePrincipalPath; RulePrincipalScope: RulePrincipalScope; RuleResourcePath: RuleResourcePath; RuleResourceScope: RuleResourceScope; RuleStatus: RuleStatus; SCRBStatus: SCRBStatus; SCRPProvider: SCRPProvider; SControlContentSource: SControlContentSource; SamlEncryptionType: SamlEncryptionType; SamlIdentityLocationType: SamlIdentityLocationType; SamlIdentityType: SamlIdentityType; SamlIdpSLOBinding: SamlIdpSLOBinding; SamlInitiationMethod: SamlInitiationMethod; SamlNameIdFormatType: SamlNameIdFormatType; SamlSigningAlgoType: SamlSigningAlgoType; SamlSpSLOBinding: SamlSpSLOBinding; SamlSubjectType: SamlSubjectType; SamlType: SamlType; SampleLimitDiscAlertType: SampleLimitDiscAlertType; SandboxLicenseType: SandboxLicenseType; SandboxRefreshAction: SandboxRefreshAction; SaveType: SaveType; ScheduledProcessStatus: ScheduledProcessStatus; SchedulingCategory: SchedulingCategory; SchedulingMode: SchedulingMode; SchedulingObjectiveType: SchedulingObjectiveType; SchedulingParameterKey: SchedulingParameterKey; SchedulingRuleType: SchedulingRuleType; ScoreCategoryRangeType: ScoreCategoryRangeType; ScoreCategoryRelatedObjectType: ScoreCategoryRelatedObjectType; ScoringModel: ScoringModel; SearchCriteriaConfigurationConfigurationType: SearchCriteriaConfigurationConfigurationType; SearchCriteriaConfigurationFilterType: SearchCriteriaConfigurationFilterType; SearchCriteriaConfigurationResultDisplayFormat: SearchCriteriaConfigurationResultDisplayFormat; SearchResultActionScope: SearchResultActionScope; SearchResultActionType: SearchResultActionType; SectionResolutionType: SectionResolutionType; SegmentationType: SegmentationType; SemanticAggregationType: SemanticAggregationType; SemanticCalculatedDimensionDataType: SemanticCalculatedDimensionDataType; SemanticCalculatedFieldLevel: SemanticCalculatedFieldLevel; SemanticCalculatedMeasurementDataType: SemanticCalculatedMeasurementDataType; SemanticCardinalityType: SemanticCardinalityType; SemanticDataObjectFieldDataType: SemanticDataObjectFieldDataType; SemanticDataObjectType: SemanticDataObjectType; SemanticDataRole: SemanticDataRole; SemanticDataType: SemanticDataType; SemanticDefinitionType: SemanticDefinitionType; SemanticDirectionalityType: SemanticDirectionalityType; SemanticDisplayType: SemanticDisplayType; SemanticExpressionSyntaxType: SemanticExpressionSyntaxType; SemanticExternalConnectionType: SemanticExternalConnectionType; SemanticFilterOperatorType: SemanticFilterOperatorType; SemanticFilterVersion: SemanticFilterVersion; SemanticGeoRoleType: SemanticGeoRoleType; SemanticGroupingType: SemanticGroupingType; SemanticModelQueryUnrelatedDataObjectsType: SemanticModelQueryUnrelatedDataObjectsType; SemanticModelSourceCreationType: SemanticModelSourceCreationType; SemanticModelStatus: SemanticModelStatus; SemanticModelVersionType: SemanticModelVersionType; SemanticObjectType: SemanticObjectType; SemanticOverrideElementName: SemanticOverrideElementName; SemanticOverridePolicyType: SemanticOverridePolicyType; SemanticOverrideType: SemanticOverrideType; SemanticParameterType: SemanticParameterType; SemanticRelationshipJoinType: SemanticRelationshipJoinType; SemanticSentimentType: SemanticSentimentType; SemanticSortingType: SemanticSortingType; SemanticViewType: SemanticViewType; SendAction: SendAction; SenderFromDefinitionStatus: SenderFromDefinitionStatus; SensitiveDataActionType: SensitiveDataActionType; SensitiveDataRuleProcessing: SensitiveDataRuleProcessing; SensitiveDataRuleVersion: SensitiveDataRuleVersion; ServerAuthMode: ServerAuthMode; ServiceAISetupDefStatus: ServiceAISetupDefStatus; ServiceAISetupFieldType: ServiceAISetupFieldType; ServiceOpPriorityConfigImpact: ServiceOpPriorityConfigImpact; ServiceOpPriorityConfigPriority: ServiceOpPriorityConfigPriority; ServiceOpPriorityConfigUrgency: ServiceOpPriorityConfigUrgency; ServicePlanActionType: ServicePlanActionType; ServicePlanSourceType: ServicePlanSourceType; ServiceProcessAttributeType: ServiceProcessAttributeType; ServiceProcessDataType: ServiceProcessDataType; ServiceProcessStatus: ServiceProcessStatus; SessionSecurityLevel: SessionSecurityLevel; SettingRiskCategory: SettingRiskCategory; SetupObjectAccessType: SetupObjectAccessType; SetupObjectType: SetupObjectType; SetupObjectVisibility: SetupObjectVisibility; ShareInChannelPreference: ShareInChannelPreference; SharedFieldType: SharedFieldType; SharingModel: SharingModel; ShiftSegmentTypeCategory: ShiftSegmentTypeCategory; SiteClickjackProtectionLevel: SiteClickjackProtectionLevel; SiteDCProvisionStatus: SiteDCProvisionStatus; SiteRedirect: SiteRedirect; SiteType: SiteType; SitesArchiveStatus: SitesArchiveStatus; SlackAssociationType: SlackAssociationType; SlackConnectionStatus: SlackConnectionStatus; SlackContextType: SlackContextType; SlackRecordLayoutViewMode: SlackRecordLayoutViewMode; SlackTeamUserAuthSource: SlackTeamUserAuthSource; SorType: SorType; SortOrder: SortOrder; SourceCountryCode: SourceCountryCode; SourceSystemFieldRole: SourceSystemFieldRole; SplitDataStatus: SplitDataStatus; SrvcMgmntEmailRoutgAddrServiceOperationType: SrvcMgmntEmailRoutgAddrServiceOperationType; SrvcMgmntRuleAssignmentOperationType: SrvcMgmntRuleAssignmentOperationType; SrvcMgmtCollabAppChannelType: SrvcMgmtCollabAppChannelType; SrvcMgmtCollabAppRefObjType: SrvcMgmtCollabAppRefObjType; StageConditionOperator: StageConditionOperator; StageCriteriaExecType: StageCriteriaExecType; StageCriteriaType: StageCriteriaType; StageDefinitionUsageType: StageDefinitionUsageType; StageUserPermission: StageUserPermission; StandardCoachingScenario: StandardCoachingScenario; StandardConversationVariable: StandardConversationVariable; StandardEngagementSignal: StandardEngagementSignal; StandardPersonalizationSchema: StandardPersonalizationSchema; StandardResourceTransform: StandardResourceTransform; StartsWith: StartsWith; StaticResourceCacheControl: StaticResourceCacheControl; StationaryAssetType: StationaryAssetType; Status: Status; StatusCapacityType: StatusCapacityType; StatusDetails: StatusDetails; StepCriteriaNotMetType: StepCriteriaNotMetType; StepRejectBehaviorType: StepRejectBehaviorType; StorageDriveType: StorageDriveType; StorageType: StorageType; StrategyReactionType: StrategyReactionType; StreamType: StreamType; StreamingAppDataConnectorType: StreamingAppDataConnectorType; SubscriberPackageVersionInstallRequestStatus: SubscriberPackageVersionInstallRequestStatus; SubscriberPackageVersionUninstallRequestStatus: SubscriberPackageVersionUninstallRequestStatus; SummaryLayoutStyle: SummaryLayoutStyle; SummaryOperations: SummaryOperations; SupervisorAgentStatusFilter: SupervisorAgentStatusFilter; SupportedChannel: SupportedChannel; SurfaceType: SurfaceType; SurveyQuestionType: SurveyQuestionType; SurveyStyleResourceType: SurveyStyleResourceType; SurveyStyleSetStatus: SurveyStyleSetStatus; SvcCatalogItemAttrDataType: SvcCatalogItemAttrDataType; SvcCatalogItemAttrType: SvcCatalogItemAttrType; SvcCatalogItemDependencyType: SvcCatalogItemDependencyType; SvcCatalogItemUsageType: SvcCatalogItemUsageType; SvcCatalogItemVersionStatus: SvcCatalogItemVersionStatus; SvcCtlgItemAttrAttributeType: SvcCtlgItemAttrAttributeType; SvcCtlgItemDpndProcType: SvcCtlgItemDpndProcType; SymbolVisibility: SymbolVisibility; TPTPricingPreference: TPTPricingPreference; TPTRatingPreference: TPTRatingPreference; TPTTaxPreference: TPTTaxPreference; TabSetType: TabSetType; TableType: TableType; TargetEntityMatchType: TargetEntityMatchType; TargetObject: TargetObject; TargetTokenItemObject: TargetTokenItemObject; TargetTokenObject: TargetTokenObject; TargetType: TargetType; TaxLocaleType: TaxLocaleType; TaxTypes: TaxTypes; TeamMemberHierarchyType: TeamMemberHierarchyType; TelActnDefStepAttrDataType: TelActnDefStepAttrDataType; TelemetryActnDefStepAttrType: TelemetryActnDefStepAttrType; TelemetryActnDefStepOpType: TelemetryActnDefStepOpType; TelemetryDefinitionUsageType: TelemetryDefinitionUsageType; Template: Template; TemplateDeploymentAction: TemplateDeploymentAction; TenantLicenseStatus: TenantLicenseStatus; TimeIntervalSetupForMetadata: TimeIntervalSetupForMetadata; TimeSheetFrequency: TimeSheetFrequency; TimezoneCalculationMethod: TimezoneCalculationMethod; TokenMappingMethodType: TokenMappingMethodType; TokenMappingType: TokenMappingType; TraceFlagType: TraceFlagType; TransactionSecurityEventName: TransactionSecurityEventName; TranslationAspect: TranslationAspect; TreatBlanksAs: TreatBlanksAs; TxnSecurityPolicyState: TxnSecurityPolicyState; TxnSecurityPolicyType: TxnSecurityPolicyType; TypeOfAction: TypeOfAction; UddFormulaType: UddFormulaType; UiLoginFlowType: UiLoginFlowType; UiType: UiType; UnitType: UnitType; UnstructuredStorageExpirationPolicyType: UnstructuredStorageExpirationPolicyType; UnstructuredStorageSpaceType: UnstructuredStorageSpaceType; UnstructuredStorageTierType: UnstructuredStorageTierType; UpgradeStatus: UpgradeStatus; UploadStatus: UploadStatus; UsageCategory: UsageCategory; UsageTag: UsageTag; UserAccessPolicyActionTargetType: UserAccessPolicyActionTargetType; UserAccessPolicyActionType: UserAccessPolicyActionType; UserAccessPolicyFilterOperation: UserAccessPolicyFilterOperation; UserAccessPolicyFilterTargetType: UserAccessPolicyFilterTargetType; UserAccessPolicyStatus: UserAccessPolicyStatus; UserAccessPolicyTriggerType: UserAccessPolicyTriggerType; UserDateGranularity: UserDateGranularity; UserDateInterval: UserDateInterval; UtilizationFactor: UtilizationFactor; UtteranceSourceType: UtteranceSourceType; VehicleAssetType: VehicleAssetType; Vendor: Vendor; VerticalAlignment: VerticalAlignment; ViewTargetType: ViewTargetType; VirtualVisitComprehendServiceType: VirtualVisitComprehendServiceType; VirtualVisitUsageType: VirtualVisitUsageType; VirtualVisitVisitRegion: VirtualVisitVisitRegion; VisibilityOperationStatus: VisibilityOperationStatus; VisibilityOperationType: VisibilityOperationType; VisibleOrRequired: VisibleOrRequired; VisualizationFieldDisplayCategoryType: VisualizationFieldDisplayCategoryType; VisualizationFieldFunctionType: VisualizationFieldFunctionType; VisualizationFieldRoleType: VisualizationFieldRoleType; VisualizationFieldType: VisualizationFieldType; VisualizationResourceType: VisualizationResourceType; VoiceProviderType: VoiceProviderType; WebLinkAvailability: WebLinkAvailability; WebLinkDisplayType: WebLinkDisplayType; WebStoreType: WebStoreType; WorkItemStatus: WorkItemStatus; WorkOrderDurationSource: WorkOrderDurationSource; WorkflowActionType: WorkflowActionType; WorkflowFilterType: WorkflowFilterType; WorkflowTimeTriggerTypes: WorkflowTimeTriggerTypes; WorkflowTimeUnits: WorkflowTimeUnits; WorkflowTriggerTypes: WorkflowTriggerTypes; ZeroDeploymentStatus: ZeroDeploymentStatus; AnalyticsInteropMigrDefStatus: AnalyticsInteropMigrDefStatus; AnalyticsInteropMigrDefSource: AnalyticsInteropMigrDefSource; MergeFieldResourceType: MergeFieldResourceType; DashboardWidgetComponentType: DashboardWidgetComponentType; ExceptionCode: ExceptionCode; APIPerformanceInfo: APIPerformanceInfo; AllOrNoneHeader: AllOrNoneHeader; AllowFieldTruncationHeader: AllowFieldTruncationHeader; CallOptions: CallOptions; DebuggingHeader: DebuggingHeader; DebuggingInfo: DebuggingInfo; DisableFeedTrackingHeader: DisableFeedTrackingHeader; MetadataVersionCheck: MetadataVersionCheck; MetadataWarningsHeader: MetadataWarningsHeader; PackageVersionHeader: PackageVersionHeader; SessionHeader: SessionHeader; changeOwnPassword: changeOwnPassword; changeOwnPasswordResponse: changeOwnPasswordResponse; create: create; createResponse: createResponse; delete_: delete_; deleteResponse: deleteResponse; describeGlobal: describeGlobal; describeGlobalResponse: describeGlobalResponse; describeLayout: describeLayout; describeLayoutResponse: describeLayoutResponse; describeSObject: describeSObject; describeSObjectResponse: describeSObjectResponse; describeSObjects: describeSObjects; describeSObjectsResponse: describeSObjectsResponse; describeSchema: describeSchema; describeSchemaResponse: describeSchemaResponse; describeSoqlListViews: describeSoqlListViews; describeSoqlListViewsResponse: describeSoqlListViewsResponse; describeValueType: describeValueType; describeValueTypeResponse: describeValueTypeResponse; describeWorkitemActions: describeWorkitemActions; describeWorkitemActionsResponse: describeWorkitemActionsResponse; executeAnonymous: executeAnonymous; executeAnonymousResponse: executeAnonymousResponse; getDeleted: getDeleted; getDeletedResponse: getDeletedResponse; getServerTimestamp: getServerTimestamp; getServerTimestampResponse: getServerTimestampResponse; getUpdated: getUpdated; getUpdatedResponse: getUpdatedResponse; getUserInfo: getUserInfo; getUserInfoResponse: getUserInfoResponse; invalidateSessions: invalidateSessions; invalidateSessionsResponse: invalidateSessionsResponse; login: login; loginResponse: loginResponse; logout: logout; logoutResponse: logoutResponse; query: query; queryResponse: queryResponse; queryAll: queryAll; queryAllResponse: queryAllResponse; queryMore: queryMore; queryMoreResponse: queryMoreResponse; retrieve: retrieve; retrieveResponse: retrieveResponse; runTests: runTests; runTestsResponse: runTestsResponse; runTestsAsynchronous: runTestsAsynchronous; runTestsAsynchronousResponse: runTestsAsynchronousResponse; search: search; searchResponse: searchResponse; setPassword: setPassword; setPasswordResponse: setPasswordResponse; update: update; updateResponse: updateResponse; upsert: upsert; upsertResponse: upsertResponse; ApiFault: ApiFault; ApiQueryFault: ApiQueryFault; LoginFault: LoginFault; InvalidQueryLocatorFault: InvalidQueryLocatorFault; InvalidNewPasswordFault: InvalidNewPasswordFault; InvalidOldPasswordFault: InvalidOldPasswordFault; InvalidIdFault: InvalidIdFault; UnexpectedErrorFault: UnexpectedErrorFault; InvalidFieldFault: InvalidFieldFault; InvalidSObjectFault: InvalidSObjectFault; MalformedQueryFault: MalformedQueryFault; MalformedSearchFault: MalformedSearchFault; AIApplication: AIApplication; Metadata: Metadata; AIApplicationConfig: AIApplicationConfig; AIConvSummarizationConfig: AIConvSummarizationConfig; AIModel: AIModel; AIModelFactor: AIModelFactor; AIFactorComponent: AIFactorComponent; AIModelGraph: AIModelGraph; AIModelMetric: AIModelMetric; AIScoringModelDefVersion: AIScoringModelDefVersion; AIScoringStep: AIScoringStep; AIScoringModelDefinition: AIScoringModelDefinition; AIUsecaseDefinition: AIUsecaseDefinition; AIUsecaseFieldMapping: AIUsecaseFieldMapping; AIUsecaseModel: AIUsecaseModel; AIFeatureExtractor: AIFeatureExtractor; AbstractPlaceholderMetadata: AbstractPlaceholderMetadata; CaseTeam: CaseTeam; CaseTeamRole: CaseTeamRole; Division: Division; PermissionSetLicense: PermissionSetLicense; User: User; UserMapped: UserMapped; UserLicense: UserLicense; AccessControlPolicy: AccessControlPolicy; AccountForecastSettings: AccountForecastSettings; AccountForecastFormula: AccountForecastFormula; ObjectMapping: ObjectMapping; ObjectMappingField: ObjectMappingField; AccountPlanObjMeasCalcDef: AccountPlanObjMeasCalcDef; AccountPlanObjMeasCalcCond: AccountPlanObjMeasCalcCond; AccountRelationshipShareRule: AccountRelationshipShareRule; AccountingModelConfig: AccountingModelConfig; AcctMgrTargetSettings: AcctMgrTargetSettings; ActionLauncherItemDef: ActionLauncherItemDef; ActionLinkGroupTemplate: ActionLinkGroupTemplate; ActionLinkTemplate: ActionLinkTemplate; ActionPlanTemplate: ActionPlanTemplate; ActionPlanTemplateItem: ActionPlanTemplateItem; ActionPlanTemplateItemValue: ActionPlanTemplateItemValue; ActionPlanTemplateItemDependency: ActionPlanTemplateItemDependency; ActionableEventOrchDef: ActionableEventOrchDef; ActionableEventTypeDef: ActionableEventTypeDef; EventSubtype: EventSubtype; ActivationPlatform: ActivationPlatform; ActivationPlatformActvAttr: ActivationPlatformActvAttr; ActivationPlatformField: ActivationPlatformField; ActnblListKeyPrfmIndDef: ActnblListKeyPrfmIndDef; ActvPfrmDataConnectorS3: ActvPfrmDataConnectorS3; ActvPlatformAdncIdentifier: ActvPlatformAdncIdentifier; ActvPlatformFieldValue: ActvPlatformFieldValue; ActvPlatformOAuthConnector: ActvPlatformOAuthConnector; AddOnDefinition: AddOnDefinition; IncludedPlatformLicenseDefinition: IncludedPlatformLicenseDefinition; IncludedUserLicenseDefinition: IncludedUserLicenseDefinition; 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; AiPlannerVoiceDef: AiPlannerVoiceDef; AnalyticSnapshot: AnalyticSnapshot; AnalyticSnapshotMapping: AnalyticSnapshotMapping; AnalyticsDashboard: AnalyticsDashboard; AnalyticsDashboardLayout: AnalyticsDashboardLayout; AnalyticsDashboardPage: AnalyticsDashboardPage; AnalyticsDashPageWidget: AnalyticsDashPageWidget; AnalyticsDashboardWidget: AnalyticsDashboardWidget; AnalyticsButtonWidgetDef: AnalyticsButtonWidgetDef; AnalyticsContainerWidgetDef: AnalyticsContainerWidgetDef; AnalyticsFilterWidgetDef: AnalyticsFilterWidgetDef; AnalyticsMetricWidgetDef: AnalyticsMetricWidgetDef; AnalyticsParamWidgetDef: AnalyticsParamWidgetDef; AnalyticsTextWidgetDef: AnalyticsTextWidgetDef; AnalyticsVizWidgetDef: AnalyticsVizWidgetDef; AnalyticsAssetAction: AnalyticsAssetAction; AnalyticsWorkspaceAsset: AnalyticsWorkspaceAsset; AnalyticsVisualization: AnalyticsVisualization; AnalyticsVizField: AnalyticsVizField; AnalyticsVizViewDef: AnalyticsVizViewDef; AnalyticsWorkspace: AnalyticsWorkspace; AndroidPushApplicationSetup: AndroidPushApplicationSetup; AnimationRule: AnimationRule; ApexClass: ApexClass; PackageVersion: PackageVersion; ApexComponent: ApexComponent; ApexPage: ApexPage; ApexTestSuite: ApexTestSuite; ApexTrigger: ApexTrigger; ApiNamedQuery: ApiNamedQuery; ApiNamedQueryParameter: ApiNamedQueryParameter; AppFrameworkTemplateBundle: AppFrameworkTemplateBundle; AppNotificationType: AppNotificationType; ApplePushApplicationSetup: ApplePushApplicationSetup; Application: Application; ModuleRefs: ModuleRefs; ModuleRef: ModuleRef; ApplicationRecordTypeConfig: ApplicationRecordTypeConfig; ApplicationSubtypeDefinition: ApplicationSubtypeDefinition; AppointmentAssignmentPolicy: AppointmentAssignmentPolicy; 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; AuthProvider: AuthProvider; AuthProvParamFwdAllowlist: AuthProvParamFwdAllowlist; AutoResponseRule: AutoResponseRule; AutoResponseRules: AutoResponseRules; 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; BatchCalcJobQuery: BatchCalcJobQuery; BatchCalcJobSourceJoin: BatchCalcJobSourceJoin; BatchCalcJobJoinResultField: BatchCalcJobJoinResultField; BatchCalcJobJoinKey: BatchCalcJobJoinKey; BatchCalcJobTransform: BatchCalcJobTransform; BatchCalcJobTransformDroppedField: BatchCalcJobTransformDroppedField; BatchCalcJobTransformAddedField: BatchCalcJobTransformAddedField; BatchCalcJobOrderByField: BatchCalcJobOrderByField; BatchCalcJobUnion: BatchCalcJobUnion; BatchCalcJobWritebackObject: BatchCalcJobWritebackObject; BatchCalcJobWritebackMapping: BatchCalcJobWritebackMapping; BatchCalcJobAggregateField: BatchCalcJobAggregateField; BatchCalcJobProcessType: BatchCalcJobProcessType; CustomNodeConfig: CustomNodeConfig; CustomNodeConfigVersion: CustomNodeConfigVersion; CustomNodeConfigParameter: CustomNodeConfigParameter; TransformExpressionFunction: TransformExpressionFunction; BatchProcessJobDefinition: BatchProcessJobDefinition; BatchDataSource: BatchDataSource; BatchDataSrcFilterCriteria: BatchDataSrcFilterCriteria; BatchDataSourceOrderField: BatchDataSourceOrderField; BenefitAction: BenefitAction; BenefitActionParameter: BenefitActionParameter; BenefitActionParameterValue: BenefitActionParameterValue; BlacklistedConsumer: BlacklistedConsumer; BldgEnrgyIntensityCnfg: BldgEnrgyIntensityCnfg; 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; BotTemplate: BotTemplate; BrandingSet: BrandingSet; BrandingSetProperty: BrandingSetProperty; BriefcaseDefinition: BriefcaseDefinition; BriefcaseRule: BriefcaseRule; BriefcaseRuleFilter: BriefcaseRuleFilter; FldSvcBriefcaseRuleConfig: FldSvcBriefcaseRuleConfig; BusinessHoursEntry: BusinessHoursEntry; 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; CampaignTemplateDefinition: CampaignTemplateDefinition; CanvasMetadata: CanvasMetadata; CareBenefitVerifySettings: CareBenefitVerifySettings; CareRequestConfiguration: CareRequestConfiguration; CareRequestRecords: CareRequestRecords; CaseSubjectParticle: CaseSubjectParticle; Certificate: Certificate; ChannelLayout: ChannelLayout; ChannelLayoutItem: ChannelLayoutItem; ChannelObjectLinkingRule: ChannelObjectLinkingRule; ChatterExtension: ChatterExtension; ChoiceList: ChoiceList; ChoiceListValue: ChoiceListValue; ClaimFinancialSettings: ClaimFinancialSettings; ClauseCatgConfiguration: ClauseCatgConfiguration; CleanDataService: CleanDataService; CleanRule: CleanRule; FieldMapping: FieldMapping; FieldMappingRow: FieldMappingRow; FieldMappingField: FieldMappingField; CloudServiceProvider: CloudServiceProvider; CloudServiceProviderApi: CloudServiceProviderApi; CmsnStmtLineItemConfig: CmsnStmtLineItemConfig; CmsnStmtLineItemTypConfig: CmsnStmtLineItemTypConfig; CodeBundle: CodeBundle; CommandAction: CommandAction; CommandActionIntent: CommandActionIntent; CommandActionResponse: CommandActionResponse; CommandActionParam: CommandActionParam; CommissionStatementConfig: CommissionStatementConfig; CommunicationChannelType: CommunicationChannelType; 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; ConnectedApp: ConnectedApp; ConnectedAppAttribute: ConnectedAppAttribute; ConnectedAppCanvasConfig: ConnectedAppCanvasConfig; ConnectedAppIpRange: ConnectedAppIpRange; ConnectedAppMobileDetailConfig: ConnectedAppMobileDetailConfig; ConnectedAppOauthConfig: ConnectedAppOauthConfig; ConnectedAppOauthAssetToken: ConnectedAppOauthAssetToken; ConnectedAppOauthIdToken: ConnectedAppOauthIdToken; ConnectedAppOauthPolicy: ConnectedAppOauthPolicy; ConnectedAppSamlConfig: ConnectedAppSamlConfig; ConnectedAppSessionPolicy: ConnectedAppSessionPolicy; ConnectivityDevConfigMetadata: ConnectivityDevConfigMetadata; ContentAsset: ContentAsset; ContentAssetRelationships: ContentAssetRelationships; ContentAssetLink: ContentAssetLink; ContentAssetVersions: ContentAssetVersions; ContentAssetVersion: ContentAssetVersion; ContentTypeBundle: ContentTypeBundle; ContentTypeBundleResource: ContentTypeBundleResource; ContextDefinition: ContextDefinition; ContextDefinitionReference: ContextDefinitionReference; ContextDefinitionVersion: ContextDefinitionVersion; ContextMapping: ContextMapping; ContextMappingIntent: ContextMappingIntent; ContextNodeMapping: ContextNodeMapping; ContextAttributeMapping: ContextAttributeMapping; ContextAttrHydrationDetail: ContextAttrHydrationDetail; CtxAttrHydrationCtx: CtxAttrHydrationCtx; ContextNodeAttrDictionary: ContextNodeAttrDictionary; ContextNode: ContextNode; ContextAttribute: ContextAttribute; ContextTag: ContextTag; ContextUseCaseMapping: ContextUseCaseMapping; 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; CorsWhitelistOrigin: CorsWhitelistOrigin; CspTrustedSite: CspTrustedSite; 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; CustomFeedFilter: CustomFeedFilter; FeedFilterCriterion: FeedFilterCriterion; CustomField: CustomField; LookupFilter: LookupFilter; MktDataLakeFieldAttributes: MktDataLakeFieldAttributes; MktDataModelFieldAttributes: MktDataModelFieldAttributes; 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; CustomObject: CustomObject; MktDataLakeAttributes: MktDataLakeAttributes; MktDataModelAttributes: MktDataModelAttributes; ProfileSearchLayouts: ProfileSearchLayouts; SearchLayouts: SearchLayouts; CustomObjectBinding: CustomObjectBinding; CustomFieldBinding: CustomFieldBinding; CustomPageWebLink: CustomPageWebLink; CustomPermission: CustomPermission; CustomPermissionDependencyRequired: CustomPermissionDependencyRequired; CustomSite: CustomSite; SiteWebAddress: SiteWebAddress; SiteIframeWhiteListUrl: SiteIframeWhiteListUrl; SiteRedirectMapping: SiteRedirectMapping; CustomTab: CustomTab; 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; DataConnectionParamTmpl: DataConnectionParamTmpl; DataConnector: DataConnector; LocalizedValue: LocalizedValue; DataConnectorAttribute: DataConnectorAttribute; DataConnectorAttributeOpt: DataConnectorAttributeOpt; DataConnectorError: DataConnectorError; DataConnectorIngestApi: DataConnectorIngestApi; DataConnectorS3: DataConnectorS3; DataKitObjectDependency: DataKitObjectDependency; DataKitObjectTemplate: DataKitObjectTemplate; DataModelTaxonomy: DataModelTaxonomy; DataObjectBuildOrgTemplate: DataObjectBuildOrgTemplate; DataObjectCategory: DataObjectCategory; DataObjectSearchIndexConf: DataObjectSearchIndexConf; DataPackageKitDefinition: DataPackageKitDefinition; DataPackageKitObject: DataPackageKitObject; DataPipeline: DataPipeline; DataPlatform: DataPlatform; DataPlatDataSetBundle: DataPlatDataSetBundle; DataPlatformDataSet: DataPlatformDataSet; DataSource: DataSource; DataSourceBundleDefinition: DataSourceBundleDefinition; DataSourceField: DataSourceField; DataSourceObject: DataSourceObject; DataSourceTenant: DataSourceTenant; DataSrcDataModelFieldMap: DataSrcDataModelFieldMap; DataStreamDefinition: DataStreamDefinition; DataStreamTemplate: DataStreamTemplate; DataWeaveResource: DataWeaveResource; 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; SlackFeatureExtlConfig: SlackFeatureExtlConfig; LearningAchievementConfig: LearningAchievementConfig; RecordAlertDataSource: RecordAlertDataSource; DocumentCategory: DocumentCategory; RecAlrtDataSrcExpSetDef: RecAlrtDataSrcExpSetDef; AppExplorationDataConsent: AppExplorationDataConsent; GenOpPlanEligibilityConfig: GenOpPlanEligibilityConfig; RegisteredExternalService: RegisteredExternalService; CustomFieldDisplay: CustomFieldDisplay; UiPreviewMessageTabDef: UiPreviewMessageTabDef; ServiceMgmtKnwlgArtclConfig: ServiceMgmtKnwlgArtclConfig; RecordAlertTemplate: RecordAlertTemplate; RelatedRecordAccessDef: RelatedRecordAccessDef; RelatedRecordAccessFltr: RelatedRecordAccessFltr; RelatedRecordAccessMap: RelatedRecordAccessMap; MobSecurityCertPinConfig: MobSecurityCertPinConfig; SlackFeatureSettings: SlackFeatureSettings; CareProviderSearchConfig: CareProviderSearchConfig; CareSystemFieldMapping: CareSystemFieldMapping; CareLimitType: CareLimitType; AssessmentConfiguration: AssessmentConfiguration; SchedulingRule: SchedulingRule; SchedulingRuleParameter: SchedulingRuleParameter; CareProviderAfflRoleConfig: CareProviderAfflRoleConfig; PortalDelegablePermissionSet: PortalDelegablePermissionSet; RelatedRecordAssocCriteria: RelatedRecordAssocCriteria; ShiftSegmentType: ShiftSegmentType; DelegateGroup: DelegateGroup; DgtAssetMgmtProvider: DgtAssetMgmtProvider; DgtAssetMgmtPrvdLghtCpnt: DgtAssetMgmtPrvdLghtCpnt; DigitalExperience: DigitalExperience; DigitalExperienceBundle: DigitalExperienceBundle; DigitalExperienceFolderShares: DigitalExperienceFolderShares; DigitalExperienceFolderShare: DigitalExperienceFolderShare; SharedWith: SharedWith; DigitalExperienceModuleCollection: DigitalExperienceModuleCollection; DigitalExperienceModule: DigitalExperienceModule; DigitalExperienceConfig: DigitalExperienceConfig; Site: Site; DisclosureDefinition: DisclosureDefinition; DisclosureDefinitionVersion: DisclosureDefinitionVersion; DisclosureType: DisclosureType; Document: Document; DocumentGenerationSetting: DocumentGenerationSetting; DocumentTemplate: DocumentTemplate; DuplicateRule: DuplicateRule; DuplicateRuleFilter: DuplicateRuleFilter; DuplicateRuleMatchRule: DuplicateRuleMatchRule; ESignatureConfig: ESignatureConfig; ESignatureEnvelopeConfig: ESignatureEnvelopeConfig; EditionDefinition: EditionDefinition; EmailServicesFunction: EmailServicesFunction; EmailServicesAddress: EmailServicesAddress; EmailTemplate: EmailTemplate; Attachment: Attachment; EmbeddedServiceBranding: EmbeddedServiceBranding; EmbeddedServiceConfig: EmbeddedServiceConfig; EmbeddedServiceFieldService: EmbeddedServiceFieldService; EmbeddedServiceFlowConfig: EmbeddedServiceFlowConfig; EmbeddedServiceLiveAgent: EmbeddedServiceLiveAgent; EmbeddedServiceQuickAction: EmbeddedServiceQuickAction; EmbeddedServiceMenuSettings: EmbeddedServiceMenuSettings; EnablementMeasureDefinition: EnablementMeasureDefinition; EnablementMeasureSourceObjectDefinition: EnablementMeasureSourceObjectDefinition; EnablementMeasureFilterDefinition: EnablementMeasureFilterDefinition; EnablementMeasureRelatedObjectDefinition: EnablementMeasureRelatedObjectDefinition; EnablementProgramDefinition: EnablementProgramDefinition; EnablementProgramSection: EnablementProgramSection; EnablementProgramTask: EnablementProgramTask; EnablementProgramTaskExercise: EnablementProgramTaskExercise; EnablementProgramTaskCmsContent: EnablementProgramTaskCmsContent; EnablementProgramTaskExternalContent: EnablementProgramTaskExternalContent; EnablementProgramTaskFeedbackContent: EnablementProgramTaskFeedbackContent; EnablementProgramTaskMilestone: EnablementProgramTaskMilestone; EnablementProgramTaskMilestoneMeasure: EnablementProgramTaskMilestoneMeasure; EntitlementProcess: EntitlementProcess; EntitlementProcessMilestoneItem: EntitlementProcessMilestoneItem; MilestoneCompletionCriteria: MilestoneCompletionCriteria; EntitlementProcessMilestoneTimeTrigger: EntitlementProcessMilestoneTimeTrigger; EntitlementTemplate: EntitlementTemplate; EscalationRule: EscalationRule; EscalationRules: EscalationRules; EventDelivery: EventDelivery; EventParameterMap: EventParameterMap; EventRelayConfig: EventRelayConfig; EventSubscription: EventSubscription; ExperienceBundle: ExperienceBundle; ExperienceResources: ExperienceResources; ExperienceResource: ExperienceResource; 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; ExternalClientApplication: ExternalClientApplication; ExternalCredential: ExternalCredential; ExternalCredentialParameter: ExternalCredentialParameter; ExternalDataConnector: ExternalDataConnector; ExternalDataSource: ExternalDataSource; CustomHttpHeader: CustomHttpHeader; ExternalDataSrcDescriptor: ExternalDataSrcDescriptor; ExternalDataTranField: ExternalDataTranField; ExternalDataTranObject: ExternalDataTranObject; ExternalDocStorageConfig: ExternalDocStorageConfig; ExternalServiceRegistration: ExternalServiceRegistration; ExternalServiceOperation: ExternalServiceOperation; ExternalStoragePrvdConfig: ExternalStoragePrvdConfig; ExtlClntAppConfigurablePolicies: ExtlClntAppConfigurablePolicies; ExtlClntAppGlobalOauthSettings: ExtlClntAppGlobalOauthSettings; ExternalAppIdTokenConfig: ExternalAppIdTokenConfig; ExtlClntAppMobileSettings: ExtlClntAppMobileSettings; ExtlClntAppOauthConfigurablePolicies: ExtlClntAppOauthConfigurablePolicies; ExtlClntAppOauthPoliciesAttribute: ExtlClntAppOauthPoliciesAttribute; ExtlClntAppOauthSettings: ExtlClntAppOauthSettings; ExtlClntAppOauthSettingsAttribute: ExtlClntAppOauthSettingsAttribute; ExtlClntAppOauthIpRange: ExtlClntAppOauthIpRange; 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; FieldServiceMobileExtension: FieldServiceMobileExtension; FieldSet: FieldSet; FieldSetItem: FieldSetItem; FieldSrcTrgtRelationship: FieldSrcTrgtRelationship; 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; FlowElementSubtypeDefinition: FlowElementSubtypeDefinition; FlowEnvironmentDefinition: FlowEnvironmentDefinition; FlowTest: FlowTest; FlowTestDataSource: FlowTestDataSource; FlowTestFlowVersion: FlowTestFlowVersion; FlowTestIsolObjExtlKey: FlowTestIsolObjExtlKey; FlowTestExtKeyField: FlowTestExtKeyField; FlowTestPoint: FlowTestPoint; FlowTestAssertion: FlowTestAssertion; FlowTestCondition: FlowTestCondition; FlowTestReferenceOrValue: FlowTestReferenceOrValue; FlowTestParameter: FlowTestParameter; FlowTriggerTypeDefinition: FlowTriggerTypeDefinition; Folder: Folder; FolderShare: FolderShare; SharedTo: SharedTo; DashboardFolder: DashboardFolder; DocumentFolder: DocumentFolder; EmailFolder: EmailFolder; EmailTemplateFolder: EmailTemplateFolder; ReportFolder: ReportFolder; ForecastingFilter: ForecastingFilter; ForecastingFilterCondition: ForecastingFilterCondition; ForecastingGroup: ForecastingGroup; ForecastingGroupItem: ForecastingGroupItem; ForecastingSourceDefinition: ForecastingSourceDefinition; ForecastingType: ForecastingType; ForecastingTypeSource: ForecastingTypeSource; FtestFirstTopLevel: FtestFirstTopLevel; FtestSecondTopLevel: FtestSecondTopLevel; FuelType: FuelType; FuelTypeSustnUom: FuelTypeSustnUom; FulfillmentStepType: FulfillmentStepType; FunctionReference: FunctionReference; FundraisingConfig: FundraisingConfig; 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; GlobalPicklist: GlobalPicklist; GlobalValueSet: GlobalValueSet; Group: Group; HomePageComponent: HomePageComponent; HomePageLayout: HomePageLayout; IPAddressRange: IPAddressRange; Icon: Icon; IdentityVerificationProcDef: IdentityVerificationProcDef; IdentityVerificationProcDtl: IdentityVerificationProcDtl; IdentityVerificationProcFld: IdentityVerificationProcFld; InboundCertificate: InboundCertificate; InboundNetworkConnection: InboundNetworkConnection; InboundNetworkConnProperty: InboundNetworkConnProperty; Index: Index; IndexField: IndexField; InsPlcyCoverageSpecConfig: InsPlcyCoverageSpecConfig; InsPlcyLineOfBusConfig: InsPlcyLineOfBusConfig; InsPolicyLifecycleConfig: InsPolicyLifecycleConfig; InsPolicyManagementConfig: InsPolicyManagementConfig; InsRatePlanCmsnConfig: InsRatePlanCmsnConfig; InsRatePlanTypeConfig: InsRatePlanTypeConfig; InstalledPackage: InstalledPackage; IntegrationProviderDef: IntegrationProviderDef; IntegrationProviderAttr: IntegrationProviderAttr; InternalDataConnector: InternalDataConnector; InternalOrganization: InternalOrganization; InvocableActionExtension: InvocableActionExtension; InvocableActionExtensionTarget: InvocableActionExtensionTarget; InvocableActionExtensionTargetAttribute: InvocableActionExtensionTargetAttribute; KeywordList: KeywordList; Keyword: Keyword; 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; LeadConvertSettings: LeadConvertSettings; Letterhead: Letterhead; LetterheadLine: LetterheadLine; LetterheadHeaderFooter: LetterheadHeaderFooter; LicenseDefinition: LicenseDefinition; LicensedCustomPermissions: LicensedCustomPermissions; 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; LightningExperienceTheme: LightningExperienceTheme; LightningMessageChannel: LightningMessageChannel; LightningMessageField: LightningMessageField; LightningOnboardingConfig: LightningOnboardingConfig; LightningTypeBundle: LightningTypeBundle; LightningTypeBundleResource: LightningTypeBundleResource; ListView: ListView; ListViewFilter: ListViewFilter; 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; LocationUse: LocationUse; 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; ManagedContentType: ManagedContentType; ManagedContentNodeType: ManagedContentNodeType; ManagedContentTypeBundle: ManagedContentTypeBundle; ManagedEventSubscription: ManagedEventSubscription; MarketAudienceDefinition: MarketAudienceDefinition; AudienceContactPoint: AudienceContactPoint; MarketAudienceField: MarketAudienceField; MarketSegmentDefinition: MarketSegmentDefinition; MarketingAppExtActivity: MarketingAppExtActivity; MarketingAppExtension: MarketingAppExtension; MarketingAppExtAction: MarketingAppExtAction; MatchingRule: MatchingRule; MatchingRuleItem: MatchingRuleItem; MessagingChannel: MessagingChannel; MessagingAutoResponse: MessagingAutoResponse; MessagingChannelUsage: MessagingChannelUsage; MessagingChannelCustomParameter: MessagingChannelCustomParameter; MessagingChannelActionParameterMapping: MessagingChannelActionParameterMapping; MessagingChannelParameterValueMapping: MessagingChannelParameterValueMapping; EmbeddedMessagingChannel: EmbeddedMessagingChannel; MessagingAuthorization: MessagingAuthorization; MessagingKeyword: MessagingKeyword; MessagingChannelStandardParameter: MessagingChannelStandardParameter; MetadataForSettings: MetadataForSettings; AIReplyRecommendationsSettings: AIReplyRecommendationsSettings; AccountIntelligenceSettings: AccountIntelligenceSettings; AccountSettings: AccountSettings; ActionsSettings: ActionsSettings; ActivitiesSettings: ActivitiesSettings; AddressSettings: AddressSettings; CountriesAndStates: CountriesAndStates; Country: Country; State: State; Ai4mSettings: Ai4mSettings; AnalyticsSettings: AnalyticsSettings; ApexSettings: ApexSettings; AppExperienceSettings: AppExperienceSettings; AutomatedContactsSettings: AutomatedContactsSettings; BillingSettings: BillingSettings; BlockchainSettings: BlockchainSettings; BotSettings: BotSettings; BusinessHoursSettings: BusinessHoursSettings; Holiday: Holiday; CampaignSettings: CampaignSettings; CaseSettings: CaseSettings; FeedItemSettings: FeedItemSettings; EmailToCaseSettings: EmailToCaseSettings; EmailToCaseRoutingAddress: EmailToCaseRoutingAddress; WebToCaseSettings: WebToCaseSettings; ChannelRevMgmtSettings: ChannelRevMgmtSettings; ChatterAnswersSettings: ChatterAnswersSettings; ChatterEmailsMDSettings: ChatterEmailsMDSettings; ChatterSettings: ChatterSettings; CommerceSettings: CommerceSettings; CommsServiceConsoleSettings: CommsServiceConsoleSettings; CommunitiesSettings: CommunitiesSettings; CompanySettings: CompanySettings; FiscalYearSettings: FiscalYearSettings; ConnectedAppSettings: ConnectedAppSettings; ConsentBannerSettings: ConsentBannerSettings; ContentSettings: ContentSettings; ContractSettings: ContractSettings; ConversationalIntelligenceSettings: ConversationalIntelligenceSettings; CurrencySettings: CurrencySettings; CustomAddressFieldSettings: CustomAddressFieldSettings; CustomerDataPlatformSettings: CustomerDataPlatformSettings; CustomizablePropensityScoringSettings: CustomizablePropensityScoringSettings; DataDotComSettings: DataDotComSettings; ProductConfiguratorSettings: ProductConfiguratorSettings; DataImportManagementSettings: DataImportManagementSettings; WorkforceEngagementSettings: WorkforceEngagementSettings; ServiceMgmtKnwlgArtclConfigSettings: ServiceMgmtKnwlgArtclConfigSettings; ClaimMgmtFoundationEnabledSettings: ClaimMgmtFoundationEnabledSettings; EinsteinCopilotSettings: EinsteinCopilotSettings; 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; IndustriesUsageSettings: IndustriesUsageSettings; MediaAgentSettings: MediaAgentSettings; OrgSettings: OrgSettings; AgentforceForDevelopersSettings: AgentforceForDevelopersSettings; IncludeEstTaxInQuoteSettings: IncludeEstTaxInQuoteSettings; SalesDealAgentSettings: SalesDealAgentSettings; ReferralMarketingSettings: ReferralMarketingSettings; AccountPlanSettings: AccountPlanSettings; AgentPlatformSettings: AgentPlatformSettings; PaymentsManagementEnabledSettings: PaymentsManagementEnabledSettings; EinsteinGptSettings: EinsteinGptSettings; PlatformSlackSettings: PlatformSlackSettings; RevenueManagementSettings: RevenueManagementSettings; KnowledgeGenerationSettings: KnowledgeGenerationSettings; DynamicFulfillmentOrchestratorSettings: DynamicFulfillmentOrchestratorSettings; MailMergeSettings: MailMergeSettings; AccountingSettings: AccountingSettings; CollectionsDashboardSettings: CollectionsDashboardSettings; InvLatePymntRiskCalcSettings: InvLatePymntRiskCalcSettings; FTestAccessSettings: FTestAccessSettings; SceGlobalModelOptOutSettings: SceGlobalModelOptOutSettings; SandboxSettings: SandboxSettings; 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; DeploymentSettings: DeploymentSettings; DiscoverySettings: DiscoverySettings; DocumentChecklistSettings: DocumentChecklistSettings; EACSettings: EACSettings; EinsteinAgentSettings: EinsteinAgentSettings; EinsteinAssistantSettings: EinsteinAssistantSettings; EinsteinDealInsightsSettings: EinsteinDealInsightsSettings; EinsteinDocumentCaptureSettings: EinsteinDocumentCaptureSettings; EmailAdministrationSettings: EmailAdministrationSettings; EmailIntegrationSettings: EmailIntegrationSettings; EmailTemplateSettings: EmailTemplateSettings; EmployeeFieldAccessSettings: EmployeeFieldAccessSettings; EmployeeUserSettings: EmployeeUserSettings; EncryptionKeySettings: EncryptionKeySettings; EngagementMessagingSettings: EngagementMessagingSettings; EnhancedNotesSettings: EnhancedNotesSettings; EntitlementSettings: EntitlementSettings; EssentialsSettings: EssentialsSettings; EventLogObjectSettings: EventLogObjectSettings; EventLogObject: EventLogObject; EventSettings: EventSettings; ExperienceBundleSettings: ExperienceBundleSettings; ExternalClientAppSettings: ExternalClientAppSettings; FieldServiceSettings: FieldServiceSettings; ObjectMappingItem: ObjectMappingItem; FileUploadAndDownloadSecuritySettings: FileUploadAndDownloadSecuritySettings; FileTypeDispositionAssignmentBean: FileTypeDispositionAssignmentBean; FilesConnectSettings: FilesConnectSettings; FlowSettings: FlowSettings; 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; FormulaSettings: FormulaSettings; GoogleAppsSettings: GoogleAppsSettings; HerokuAppLinkSettings: HerokuAppLinkSettings; HighVelocitySalesSettings: HighVelocitySalesSettings; IdeasSettings: IdeasSettings; IdentityProviderSettings: IdentityProviderSettings; IncidentMgmtSettings: IncidentMgmtSettings; IndustriesAutomotiveSettings: IndustriesAutomotiveSettings; IndustriesChannelPartnerInventorySettings: IndustriesChannelPartnerInventorySettings; IndustriesEinsteinFeatureSettings: IndustriesEinsteinFeatureSettings; IndustriesEventOrchSettings: IndustriesEventOrchSettings; IndustriesFieldServiceSettings: IndustriesFieldServiceSettings; IndustriesManufacturingSettings: IndustriesManufacturingSettings; IndustriesSettings: IndustriesSettings; IndustriesUnifiedInventorySettings: IndustriesUnifiedInventorySettings; InsuranceBrokerageSettings: InsuranceBrokerageSettings; InventoryReplenishmentSettings: InventoryReplenishmentSettings; InventorySettings: InventorySettings; InvocableActionSettings: InvocableActionSettings; IoTSettings: IoTSettings; 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; LeadConfigSettings: LeadConfigSettings; LicensingSettings: LicensingSettings; LightningExperienceSettings: LightningExperienceSettings; LiveAgentSettings: LiveAgentSettings; LiveMessageSettings: LiveMessageSettings; MacroSettings: MacroSettings; MeetingsSettings: MeetingsSettings; MfgServiceConsoleSettings: MfgServiceConsoleSettings; MobileSettings: MobileSettings; DashboardMobileSettings: DashboardMobileSettings; MyDomainSettings: MyDomainSettings; NameSettings: NameSettings; NotificationsSettings: NotificationsSettings; OauthOidcSettings: OauthOidcSettings; ObjectLinkingSettings: ObjectLinkingSettings; OmniChannelPricingSettings: OmniChannelPricingSettings; OmniChannelSettings: OmniChannelSettings; OmniStudioSettings: OmniStudioSettings; OpportunityScoreSettings: OpportunityScoreSettings; OpportunitySettings: OpportunitySettings; FindSimilarOppFilter: FindSimilarOppFilter; OrderManagementSettings: OrderManagementSettings; OrderSettings: OrderSettings; PardotEinsteinSettings: PardotEinsteinSettings; PardotSettings: PardotSettings; PartyDataModelSettings: PartyDataModelSettings; PathAssistantSettings: PathAssistantSettings; PaymentsSettings: PaymentsSettings; PaymentsSharingSettings: PaymentsSharingSettings; PicklistSettings: PicklistSettings; PlatformEncryptionSettings: PlatformEncryptionSettings; PortalsSettings: PortalsSettings; PredictionBuilderSettings: PredictionBuilderSettings; PrivacySettings: PrivacySettings; ProductCatalogManagementSettings: ProductCatalogManagementSettings; ProductDiscoverySettings: ProductDiscoverySettings; ProductSettings: ProductSettings; QuickTextSettings: QuickTextSettings; QuoteSettings: QuoteSettings; RealTimeEventSettings: RealTimeEventSettings; RealTimeEvent: RealTimeEvent; RecommendationBuilderSettings: RecommendationBuilderSettings; RecordPageSettings: RecordPageSettings; ReleaseMgmtSettings: ReleaseMgmtSettings; RetailExecutionSettings: RetailExecutionSettings; SchemaSettings: SchemaSettings; SearchSettings: SearchSettings; SearchSettingsByObject: SearchSettingsByObject; ObjectSearchSetting: ObjectSearchSetting; SecuritySettings: SecuritySettings; NetworkAccess: NetworkAccess; IpRange: IpRange; PasswordPolicies: PasswordPolicies; SessionSettings: SessionSettings; SingleSignOnSettings: SingleSignOnSettings; ServiceCloudVoiceSettings: ServiceCloudVoiceSettings; ServiceSetupAssistantSettings: ServiceSetupAssistantSettings; SharingSettings: SharingSettings; SiteSettings: SiteSettings; SocialCustomerServiceSettings: SocialCustomerServiceSettings; SubscriptionManagementSettings: SubscriptionManagementSettings; SurveySettings: SurveySettings; SystemNotificationSettings: SystemNotificationSettings; Territory2Settings: Territory2Settings; Territory2SettingsOpportunityFilter: Territory2SettingsOpportunityFilter; Territory2SupportedObject: Territory2SupportedObject; TrailheadSettings: TrailheadSettings; TrialOrgSettings: TrialOrgSettings; UserEngagementSettings: UserEngagementSettings; UserInterfaceSettings: UserInterfaceSettings; UserManagementSettings: UserManagementSettings; VoiceSettings: VoiceSettings; WarrantyLifecycleMgmtSettings: WarrantyLifecycleMgmtSettings; WebToXSettings: WebToXSettings; WorkDotComSettings: WorkDotComSettings; MfgProgramTemplate: MfgProgramTemplate; MfgProgramTemplateItem: MfgProgramTemplateItem; MilestoneType: MilestoneType; MktCalcInsightObjectDef: MktCalcInsightObjectDef; MktDataConnection: MktDataConnection; MktDataConnectionCred: MktDataConnectionCred; MktDataConnectionParam: MktDataConnectionParam; MktDataConnectionSrcParam: MktDataConnectionSrcParam; MktDataTranField: MktDataTranField; MktDataTranObject: MktDataTranObject; MktDatalakeSrcKeyQualifier: MktDatalakeSrcKeyQualifier; MlDomain: MlDomain; MlModelArtifact: MlModelArtifact; MlModelInput: MlModelInput; MlModelOutput: MlModelOutput; MlParameterOverride: MlParameterOverride; MlParameterDefinition: MlParameterDefinition; MobileApplicationDetail: MobileApplicationDetail; MobileSecurityAssignment: MobileSecurityAssignment; ModerationRule: ModerationRule; ModeratedEntityField: ModeratedEntityField; Module: Module; ModuleDependencies: ModuleDependencies; MyDomainDiscoverableLogin: MyDomainDiscoverableLogin; NamedCredential: NamedCredential; NamedCredentialParameter: NamedCredentialParameter; NavigationMenu: NavigationMenu; Network: Network; 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; NetworkBranding: NetworkBranding; OauthCustomScope: OauthCustomScope; OauthCustomScopeApp: OauthCustomScopeApp; OauthTokenExchangeHandler: OauthTokenExchangeHandler; OauthTokenExchHandlerApp: OauthTokenExchHandlerApp; ObjIntegProviderDefMapping: ObjIntegProviderDefMapping; ObjectHierarchyRelationship: ObjectHierarchyRelationship; ObjectSourceTargetMap: ObjectSourceTargetMap; FieldSourceTargetMap: FieldSourceTargetMap; OcrSampleDocument: OcrSampleDocument; OcrSampleDocumentField: OcrSampleDocumentField; OcrSampleDocumentPageItem: OcrSampleDocumentPageItem; OcrSampleDocumentPage: OcrSampleDocumentPage; OcrTemplate: OcrTemplate; OcrTargetObject: OcrTargetObject; OcrTargetObjFieldMapping: OcrTargetObjFieldMapping; OcrTemplateSampleDocument: OcrTemplateSampleDocument; OmniDataTransform: OmniDataTransform; OmniDataTransformItem: OmniDataTransformItem; OmniExtTrackingDef: OmniExtTrackingDef; OmniExtTrackingEventDef: OmniExtTrackingEventDef; OmniIntegrationProcedure: OmniIntegrationProcedure; OmniProcessElement: OmniProcessElement; OmniInteractionAccessConfig: OmniInteractionAccessConfig; OmniInteractionConfig: OmniInteractionConfig; OmniScript: OmniScript; AssessmentDefinitionMetadata: AssessmentDefinitionMetadata; OmniAssessmentTaskMetadata: OmniAssessmentTaskMetadata; OmniSupervisorConfig: OmniSupervisorConfig; OmniSpvsrConfigAIAgent: OmniSpvsrConfigAIAgent; OmniSupervisorConfigAction: OmniSupervisorConfigAction; OmniSupervisorConfigGroup: OmniSupervisorConfigGroup; OmniSupervisorConfigProfile: OmniSupervisorConfigProfile; OmniSupervisorConfigQueue: OmniSupervisorConfigQueue; OmniSupervisorConfigSkill: OmniSupervisorConfigSkill; OmniSupervisorConfigTab: OmniSupervisorConfigTab; OmniSupervisorConfigUser: OmniSupervisorConfigUser; OmniTrackingComponentDef: OmniTrackingComponentDef; OmniTrackingGroup: OmniTrackingGroup; OmniUiCard: OmniUiCard; OpptStageDescription: OpptStageDescription; Orchestration: Orchestration; OrchestrationContext: OrchestrationContext; OrchestrationContextDataset: OrchestrationContextDataset; OrchestrationContextEvent: OrchestrationContextEvent; OutboundNetworkConnection: OutboundNetworkConnection; OutboundNetworkConnProperty: OutboundNetworkConnProperty; ParticipantRole: ParticipantRole; PathAssistant: PathAssistant; PathAssistantStep: PathAssistantStep; PaymentGatewayProvider: PaymentGatewayProvider; 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; PlatformCachePartition: PlatformCachePartition; PlatformCachePartitionType: PlatformCachePartitionType; PlatformEventChannel: PlatformEventChannel; PlatformEventChannelMember: PlatformEventChannelMember; EnrichedField: EnrichedField; PlatformLicenseDefinition: PlatformLicenseDefinition; IncludedFeature: IncludedFeature; SettingOverride: SettingOverride; SettingItem: SettingItem; SettingUsageDefinition: SettingUsageDefinition; PolicyRuleDefinitionSet: PolicyRuleDefinitionSet; Portal: Portal; PostTemplate: PostTemplate; PriceRule: PriceRule; PriceRuleAction: PriceRuleAction; PriceRuleActionItem: PriceRuleActionItem; PriceRuleCondition: PriceRuleCondition; PriceRuleConditionFilter: PriceRuleConditionFilter; PriceRuleExecutionStage: PriceRuleExecutionStage; PriceSheetDefinition: PriceSheetDefinition; PrcShtAttrDefinition: PrcShtAttrDefinition; PricingActionParameters: PricingActionParameters; PricingRecipe: PricingRecipe; PricingRecipeTableMapping: PricingRecipeTableMapping; PricingProcedureOutputMap: PricingProcedureOutputMap; ProcedureOutputResolution: ProcedureOutputResolution; ProcessFlowMigration: ProcessFlowMigration; ProcessPalette: ProcessPalette; ProcessTypeDefinition: ProcessTypeDefinition; ProductAttrDisplayConfig: ProductAttrDisplayConfig; ProductAttributeSet: ProductAttributeSet; ProductAttributeSetItem: ProductAttributeSetItem; ProductFamilyUsage: ProductFamilyUsage; 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; LoginFlow: LoginFlow; ProfileLoginHours: ProfileLoginHours; ProfileLoginIpRange: ProfileLoginIpRange; ProfileObjectPermissions: ProfileObjectPermissions; ProfileApexPageAccess: ProfileApexPageAccess; ProfileRecordTypeVisibility: ProfileRecordTypeVisibility; ProfileServicePresenceStatusAccess: ProfileServicePresenceStatusAccess; ProfileTabVisibility: ProfileTabVisibility; ProfileUserPermission: ProfileUserPermission; Prompt: Prompt; PromptVersion: PromptVersion; PublicKeyCertificate: PublicKeyCertificate; PublicKeyCertificateSet: PublicKeyCertificateSet; Queue: Queue; QueueMembers: QueueMembers; PublicGroups: PublicGroups; RoleAndSubordinates: RoleAndSubordinates; RoleAndSubordinatesInternal: RoleAndSubordinatesInternal; Roles: Roles; Users: Users; QueueSobject: QueueSobject; QuickAction: QuickAction; FieldOverride: FieldOverride; QuickActionLayout: QuickActionLayout; QuickActionLayoutColumn: QuickActionLayoutColumn; QuickActionLayoutItem: QuickActionLayoutItem; QuickActionParameters: QuickActionParameters; QuickActionSendEmailOptions: QuickActionSendEmailOptions; 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; RecordType: RecordType; RecordTypePicklistValue: RecordTypePicklistValue; RedirectWhitelistUrl: RedirectWhitelistUrl; ReferencedDashboard: ReferencedDashboard; RelationshipGraphDefinition: RelationshipGraphDefinition; RelationshipGraphDefVersion: RelationshipGraphDefVersion; RemoteSiteSetting: RemoteSiteSetting; Report: Report; ReportAggregateFilter: ReportAggregateFilter; ReportAggregate: ReportAggregate; ReportBlockInfo: ReportBlockInfo; ReportAggregateReference: ReportAggregateReference; ReportBucketField: ReportBucketField; ReportBucketFieldValue: ReportBucketFieldValue; 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; RetrievalSummaryDefinition: RetrievalSummaryDefinition; RetrievalSummaryDefField: RetrievalSummaryDefField; RetrievalSummaryDefObject: RetrievalSummaryDefObject; RoleOrTerritory: RoleOrTerritory; Role: Role; Territory: Territory; RuleLibraryDefinition: RuleLibraryDefinition; RulesetDefinition: RulesetDefinition; RuleDefinition: RuleDefinition; SalesAgreementSettings: SalesAgreementSettings; SalesWorkQueueSettings: SalesWorkQueueSettings; SamlSsoConfig: SamlSsoConfig; Schema: Schema; SchemaDefinition: SchemaDefinition; Scontrol: Scontrol; 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; SearchableObjDataSyncInfo: SearchableObjDataSyncInfo; ServiceAISetupDefinition: ServiceAISetupDefinition; ServiceAISetupField: ServiceAISetupField; ServiceProcess: ServiceProcess; ServiceProcessAttribute: ServiceProcessAttribute; ServiceProcessDependency: ServiceProcessDependency; ServiceProcessItemGroup: ServiceProcessItemGroup; SharingBaseRule: SharingBaseRule; AccountSharingRuleSettings: AccountSharingRuleSettings; SharingOwnerRule: SharingOwnerRule; SharingTerritoryRule: SharingTerritoryRule; SharingReason: SharingReason; SharingSet: SharingSet; AccessMapping: AccessMapping; SiteDotCom: SiteDotCom; SkillType: SkillType; SlackApp: SlackApp; SlackRecordLayout: SlackRecordLayout; StageAssignment: StageAssignment; StgAssignmentRuleCriteria: StgAssignmentRuleCriteria; StgAssignmentRuleCond: StgAssignmentRuleCond; StageDefinition: StageDefinition; StageTransition: StageTransition; StageCriteria: StageCriteria; StageCondition: StageCondition; StgFulfillmentStepDefGrp: StgFulfillmentStepDefGrp; StgFulfillmentStepDef: StgFulfillmentStepDef; StgFulfillmentStepDpndDef: StgFulfillmentStepDpndDef; StageValue: StageValue; StandardValueSet: StandardValueSet; StaticResource: StaticResource; StnryAssetEnvSrcCnfg: StnryAssetEnvSrcCnfg; StreamingAppDataConnector: StreamingAppDataConnector; StreamingAppDataCnctrParm: StreamingAppDataCnctrParm; 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; SynonymDictionary: SynonymDictionary; TelemetryActionDefStep: TelemetryActionDefStep; TelemetryActionDefinition: TelemetryActionDefinition; TelemetryDefinition: TelemetryDefinition; TelemetryDefinitionVersion: TelemetryDefinitionVersion; Territory2: Territory2; FieldValue: FieldValue; Territory2AccessLevel: Territory2AccessLevel; Territory2RuleAssociation: Territory2RuleAssociation; Territory2Model: Territory2Model; Territory2Rule: Territory2Rule; Territory2RuleItem: Territory2RuleItem; Territory2Type: Territory2Type; TimeSheetTemplate: TimeSheetTemplate; TimeSheetTemplateAssignment: TimeSheetTemplateAssignment; TimelineObjectDefinition: TimelineObjectDefinition; TopicsForObjects: TopicsForObjects; TransactionProcessingType: TransactionProcessingType; TransactionSecurityPolicy: TransactionSecurityPolicy; TransactionSecurityAction: TransactionSecurityAction; TransactionSecurityNotification: TransactionSecurityNotification; Translations: Translations; 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; PromptTranslation: PromptTranslation; PromptVersionTranslation: PromptVersionTranslation; GlobalQuickActionTranslation: GlobalQuickActionTranslation; ReportTypeTranslation: ReportTypeTranslation; ReportTypeSectionTranslation: ReportTypeSectionTranslation; ReportTypeColumnTranslation: ReportTypeColumnTranslation; ScontrolTranslation: ScontrolTranslation; UIObjectRelationConfig: UIObjectRelationConfig; UIObjectRelationFieldConfig: UIObjectRelationFieldConfig; UiFormatSpecificationSet: UiFormatSpecificationSet; UiFormatSpecification: UiFormatSpecification; UiPlugin: UiPlugin; UiViewDefinition: UiViewDefinition; UserAccessPolicy: UserAccessPolicy; UserAccessPolicyAction: UserAccessPolicyAction; UserAccessPolicyFilter: UserAccessPolicyFilter; UserAuthCertificate: UserAuthCertificate; UserCriteria: UserCriteria; UserLicenseDefinition: UserLicenseDefinition; StandardPermissionSet: StandardPermissionSet; SettingValue: SettingValue; UserProvisioningConfig: UserProvisioningConfig; ValidationRule: ValidationRule; VehicleAssetEmssnSrcCnfg: VehicleAssetEmssnSrcCnfg; ViewDefinition: ViewDefinition; VisualizationPlugin: VisualizationPlugin; VisualizationResource: VisualizationResource; VisualizationType: VisualizationType; WaveAnalyticAssetCollection: WaveAnalyticAssetCollection; WaveAnalyticAssetCollectionItem: WaveAnalyticAssetCollectionItem; WaveApplication: WaveApplication; WaveDashboard: WaveDashboard; WaveComponent: WaveComponent; WaveDataflow: WaveDataflow; WaveDataset: WaveDataset; WaveLens: WaveLens; WaveRecipe: WaveRecipe; 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; WebLink: WebLink; WebStoreBundle: WebStoreBundle; WebStoreTemplate: WebStoreTemplate; WindowsPushApplicationSetup: WindowsPushApplicationSetup; WorkSkillRouting: WorkSkillRouting; WorkSkillRoutingAttribute: WorkSkillRoutingAttribute; Workflow: Workflow; WorkflowAction: WorkflowAction; WorkflowAlert: WorkflowAlert; WorkflowEmailRecipient: WorkflowEmailRecipient; WorkflowFieldUpdate: WorkflowFieldUpdate; WorkflowFlowAction: WorkflowFlowAction; WorkflowFlowActionParameter: WorkflowFlowActionParameter; WorkflowFlowAutomation: WorkflowFlowAutomation; WorkflowKnowledgePublish: WorkflowKnowledgePublish; WorkflowOutboundMessage: WorkflowOutboundMessage; WorkflowSend: WorkflowSend; WorkflowTask: WorkflowTask; WorkflowRule: WorkflowRule; WorkflowTimeTrigger: WorkflowTimeTrigger; AIPredictionDefinition: AIPredictionDefinition; AIDataDefinition: AIDataDefinition; AIFilterGroup: AIFilterGroup; AIFilter: AIFilter; AIPredictionField: AIPredictionField; AIFilterValue: AIFilterValue; AIManagedField: AIManagedField; AIModelDefinition: AIModelDefinition; AIPredictionTarget: AIPredictionTarget; AIPredictionExpression: AIPredictionExpression; AiEvalCopilotTestCaseCntxtVar: AiEvalCopilotTestCaseCntxtVar; AiEvaluationAgentTestCaseInput: AiEvaluationAgentTestCaseInput; AiEvaluationExpectation: AiEvaluationExpectation; AiEvaluationTestCaseCritParam: AiEvaluationTestCaseCritParam; AiEvaluationTestCase: AiEvaluationTestCase; ApexEmailNotification: ApexEmailNotification; AppFrameworkTemplateChainMetadata: AppFrameworkTemplateChainMetadata; AppFrameworkTemplateConfigurationMetadata: AppFrameworkTemplateConfigurationMetadata; AppFrameworkTemplatedAssetMetadata: AppFrameworkTemplatedAssetMetadata; AppMenuItem: AppMenuItem; AppSettings: AppSettings; ArticleTypeChannelDisplay: ArticleTypeChannelDisplay; ArticleTypeTemplate: ArticleTypeTemplate; CustomFieldTranslation: CustomFieldTranslation; ObjectNameCaseValue: ObjectNameCaseValue; LookupFilterTranslation: LookupFilterTranslation; PicklistValueTranslation: PicklistValueTranslation; CustomMsgChannel: CustomMsgChannel; DiscoveryAIModel: DiscoveryAIModel; DiscoveryModelField: DiscoveryModelField; DiscoveryModelTransform: DiscoveryModelTransform; DiscoveryCustomPrescribableFieldDefinition: DiscoveryCustomPrescribableFieldDefinition; DiscoveryFilter: DiscoveryFilter; DiscoveryFilterValue: DiscoveryFilterValue; DiscoveryDeployedModel: DiscoveryDeployedModel; DiscoveryFieldMap: DiscoveryFieldMap; DiscoveryPrescribableField: DiscoveryPrescribableField; DiscoveryGoal: DiscoveryGoal; DiscoveryModelCard: DiscoveryModelCard; DiscoveryGoalOutcome: DiscoveryGoalOutcome; DiscoveryStory: DiscoveryStory; DiscoveryStoryOutcome: DiscoveryStoryOutcome; DocumentType: DocumentType; EclairMap: EclairMap; EmbeddedServiceAppointmentSettings: EmbeddedServiceAppointmentSettings; EmbeddedServiceCustomComponent: EmbeddedServiceCustomComponent; EmbeddedServiceCustomLabel: EmbeddedServiceCustomLabel; EmbeddedServiceCustomization: EmbeddedServiceCustomization; EmbeddedServiceFlow: EmbeddedServiceFlow; EmbeddedServiceForm: EmbeddedServiceForm; EmbeddedServiceFormField: EmbeddedServiceFormField; EmbeddedServiceLayout: EmbeddedServiceLayout; EmbeddedServiceLayoutRule: EmbeddedServiceLayoutRule; EmbeddedServiceMenuItem: EmbeddedServiceMenuItem; EmbeddedServiceMessagingChannel: EmbeddedServiceMessagingChannel; EmbeddedServiceResource: EmbeddedServiceResource; EnblProgramTaskSubCategory: EnblProgramTaskSubCategory; ExpressionSetDefinitionMajorVersion: ExpressionSetDefinitionMajorVersion; ExternalAppOauthConfig: ExternalAppOauthConfig; ExtlClntAppLocalOauthConfig: ExtlClntAppLocalOauthConfig; ExtlClntAppNotificationType: ExtlClntAppNotificationType; FieldClassificationSetting: FieldClassificationSetting; FieldSetTranslation: FieldSetTranslation; FlexipageDataSourceProperty: FlexipageDataSourceProperty; GenAiPlannerRuleExpr: GenAiPlannerRuleExpr; GenAiPlannerRuleExprObject: GenAiPlannerRuleExprObject; GenAiPromptTemplate: GenAiPromptTemplate; GenAiPromptTemplateVersion: GenAiPromptTemplateVersion; GenAiPromptTemplateGenerationConfig: GenAiPromptTemplateGenerationConfig; GenAiPromptTemplateInput: GenAiPromptTemplateInput; GenAiPromptTemplateDataProvider: GenAiPromptTemplateDataProvider; GenAiPromptTemplateDataProviderParam: GenAiPromptTemplateDataProviderParam; GenAiPromptTemplateActv: GenAiPromptTemplateActv; HistoryRetentionPolicy: HistoryRetentionPolicy; IframeWhiteListUrl: IframeWhiteListUrl; InsightsExternalDataPartMetadata: InsightsExternalDataPartMetadata; LayoutSectionTranslation: LayoutSectionTranslation; LayoutTranslation: LayoutTranslation; LearningItemType: LearningItemType; MLFilterValue: MLFilterValue; MktProfileActionOverride: MktProfileActionOverride; MlModelConnection: MlModelConnection; MlModelEndpoint: MlModelEndpoint; MlModelOutputEndpoint: MlModelOutputEndpoint; MlModelSchema: MlModelSchema; NotificationChannels: NotificationChannels; NotificationTypeSettings: NotificationTypeSettings; PresenceConfigAssignments: PresenceConfigAssignments; PresenceConfigProfileAssignments: PresenceConfigProfileAssignments; PresenceConfigUserAssignments: PresenceConfigUserAssignments; ProfileLayoutAssignment: ProfileLayoutAssignment; ProfilePasswordPolicy: ProfilePasswordPolicy; ProfileSearchCustomization: ProfileSearchCustomization; ProfileSessionSetting: ProfileSessionSetting; PublicKeyCertificateSetKey: PublicKeyCertificateSetKey; QueueRoutingConfigSkill: QueueRoutingConfigSkill; QuickActionParametersTranslation: QuickActionParametersTranslation; QuickActionTranslation: QuickActionTranslation; RecordTypeTranslation: RecordTypeTranslation; SearchFieldCustomization: SearchFieldCustomization; SearchObjectCustomization: SearchObjectCustomization; ServiceChannelFieldPriority: ServiceChannelFieldPriority; ServiceChannelStatus: ServiceChannelStatus; ServicePresenceStatus: ServicePresenceStatus; SharingReasonTranslation: SharingReasonTranslation; SharingRecalculation: SharingRecalculation; SkillAssignments: SkillAssignments; SkillProfileAssignments: SkillProfileAssignments; SkillUserAssignments: SkillUserAssignments; SlackRecordLayoutAction: SlackRecordLayoutAction; SlackRecordLayoutAssignment: SlackRecordLayoutAssignment; SlackRecordLayoutItem: SlackRecordLayoutItem; StandardFieldTranslation: StandardFieldTranslation; TagOption: TagOption; TagProperty: TagProperty; ValidationRuleTranslation: ValidationRuleTranslation; ValueTranslation: ValueTranslation; WebLinkTranslation: WebLinkTranslation; WorkflowTaskTranslation: WorkflowTaskTranslation; Package2VersionCodeCoverage: Package2VersionCodeCoverage; Package2VersionCodeCoveragePercentage: Package2VersionCodeCoveragePercentage; Package2VersionCodeCoveragePercentages: Package2VersionCodeCoveragePercentages; PackageUploadError: PackageUploadError; PackageUploadErrors: PackageUploadErrors; SubscriberPackageCspTrustedSite: SubscriberPackageCspTrustedSite; SubscriberPackageCspTrustedSites: SubscriberPackageCspTrustedSites; SubscriberPackageDependencies: SubscriberPackageDependencies; SubscriberPackageDependency: SubscriberPackageDependency; SubscriberPackageDestinationProfile: SubscriberPackageDestinationProfile; SubscriberPackageInstallError: SubscriberPackageInstallError; SubscriberPackageInstallErrors: SubscriberPackageInstallErrors; SubscriberPackageProfileMapping: SubscriberPackageProfileMapping; SubscriberPackageProfileMappings: SubscriberPackageProfileMappings; SubscriberPackageProfiles: SubscriberPackageProfiles; SubscriberPackageSourceProfile: SubscriberPackageSourceProfile; SubscriberPackageRemoteSiteSetting: SubscriberPackageRemoteSiteSetting; SubscriberPackageRemoteSiteSettings: SubscriberPackageRemoteSiteSettings; sObject: sObject; AIModelExternalReference: AIModelExternalReference; AbnExperimentParamValueDef: AbnExperimentParamValueDef; ActionableListDatasetColumn: ActionableListDatasetColumn; ActionableListDefinition: ActionableListDefinition; ActionableListMemberStatus: ActionableListMemberStatus; AiAgent: AiAgent; AiAgentTagDefAssoc: AiAgentTagDefAssoc; AiAgentVariable: AiAgentVariable; AiAuthoringBundleDef: AiAuthoringBundleDef; AiAuthoringBundleDefVer: AiAuthoringBundleDefVer; AiAuthoringBundleVerCntntDep: AiAuthoringBundleVerCntntDep; AiAuthoringBundleVerContent: AiAuthoringBundleVerContent; AiBotCoachAgentScnrDef: AiBotCoachAgentScnrDef; AiCoachAgentScnrDef: AiCoachAgentScnrDef; AiEvalCopilotTestCaseConv: AiEvalCopilotTestCaseConv; AiPlannerRelatedAgent: AiPlannerRelatedAgent; AiResponseFormatDef: AiResponseFormatDef; AiResponseFormatIstrDef: AiResponseFormatIstrDef; AiSurfaceDefinition: AiSurfaceDefinition; AiSurfaceInstructionDef: AiSurfaceInstructionDef; AiSurfaceModalityDef: AiSurfaceModalityDef; AiSurfaceResponseFormat: AiSurfaceResponseFormat; AiTagDefinition: AiTagDefinition; AiTagValue: AiTagValue; AllPackage: AllPackage; AnalyticsAssetCntntPreview: AnalyticsAssetCntntPreview; AnalyticsDashboardSpec: AnalyticsDashboardSpec; AnalyticsDashboardVersion: AnalyticsDashboardVersion; AnalyticsDatasetDefinition: AnalyticsDatasetDefinition; AnalyticsImageWidgetDef: AnalyticsImageWidgetDef; AnalyticsSampleInteraction: AnalyticsSampleInteraction; AnalyticsSampleUtterance: AnalyticsSampleUtterance; AnalyticsVizSpec: AnalyticsVizSpec; AnalyticsVizVersion: AnalyticsVizVersion; AnalyticsWorkspcDataspcPerm: AnalyticsWorkspcDataspcPerm; AnlytDshbrdWdgtDynamicTkn: AnlytDshbrdWdgtDynamicTkn; AnlytLghtCompWidgetDef: AnlytLghtCompWidgetDef; AnlytSmplIntrctnClsfnInfo: AnlytSmplIntrctnClsfnInfo; AnlytSmplIntrctnGrndSrc: AnlytSmplIntrctnGrndSrc; ApexClassDefinition: ApexClassDefinition; ApexClassMember: ApexClassMember; ApexCodeCoverage: ApexCodeCoverage; ApexCodeCoverageAggregate: ApexCodeCoverageAggregate; ApexComponentMember: ApexComponentMember; ApexDebuggerBreakpoint: ApexDebuggerBreakpoint; ApexDebuggerEvent: ApexDebuggerEvent; ApexDebuggerLicense: ApexDebuggerLicense; ApexDebuggerRequest: ApexDebuggerRequest; ApexDebuggerSession: ApexDebuggerSession; ApexExecutionOverlayAction: ApexExecutionOverlayAction; ApexExecutionOverlayResult: ApexExecutionOverlayResult; ApexInvocableMethod: ApexInvocableMethod; ApexInvocableMethodParam: ApexInvocableMethodParam; ApexLog: ApexLog; ApexOrgWideCoverage: ApexOrgWideCoverage; ApexPageInfo: ApexPageInfo; ApexPageMember: ApexPageMember; ApexTestQueueItem: ApexTestQueueItem; ApexTestResult: ApexTestResult; ApexTestResultLimits: ApexTestResultLimits; ApexTestRunResult: ApexTestRunResult; ApexTriggerMember: ApexTriggerMember; ApexTypeImplementor: ApexTypeImplementor; ApiProtectionPolicy: ApiProtectionPolicy; ApiProtectionPolicyDtl: ApiProtectionPolicyDtl; ApiProtectionPolicyRule: ApiProtectionPolicyRule; ApiPrtcPolicyBotDef: ApiPrtcPolicyBotDef; ApiPrtcPolicyConnAsgnt: ApiPrtcPolicyConnAsgnt; ApiPrtcPolicyRuleConn: ApiPrtcPolicyRuleConn; ApptBookingConfig: ApptBookingConfig; ApptBookingUrlConfig: ApptBookingUrlConfig; ArchivePolicyDefinition: ArchivePolicyDefinition; AssessmentQuestionConfig: AssessmentQuestionConfig; AssessmentQuestionSetConfig: AssessmentQuestionSetConfig; AsyncApexJob: AsyncApexJob; AttribModelDef: AttribModelDef; AttribModelOutputDef: AttribModelOutputDef; AttribModelOutputKeyFieldDef: AttribModelOutputKeyFieldDef; AttribModelRelatedTypeDef: AttribModelRelatedTypeDef; AttribModelRelatedTypeParmDef: AttribModelRelatedTypeParmDef; AttribModelStageDef: AttribModelStageDef; AttribModelStageMetricDef: AttribModelStageMetricDef; AuraDefinitionChange: AuraDefinitionChange; AuthorizedEmailDomain: AuthorizedEmailDomain; B2BMktCampaignSyncConfig: B2BMktCampaignSyncConfig; B2BMktVirtualObjectField: B2BMktVirtualObjectField; BatchCalcJobDefinitionView: BatchCalcJobDefinitionView; BatchJobDefinition: BatchJobDefinition; BatchProcessJobDefView: BatchProcessJobDefView; BotDefinition: BotDefinition; BotRecommendedUtteranceDef: BotRecommendedUtteranceDef; BusProcessFeedbackConfig: BusProcessFeedbackConfig; BusinessHours: BusinessHours; BusinessProcessSettings: BusinessProcessSettings; BusinessProcessTypeDef: BusinessProcessTypeDef; BusinessUnit: BusinessUnit; BusinessUnitContributor: BusinessUnitContributor; BusinessUnitMngCntntSpace: BusinessUnitMngCntntSpace; BuyerGroupMember: BuyerGroupMember; C2CPermissionBinding: C2CPermissionBinding; CalculatedAffinityDef: CalculatedAffinityDef; CallDisposition: CallDisposition; CallDispositionCategory: CallDispositionCategory; CallRecordingGeoRestriction: CallRecordingGeoRestriction; CaptchaKey: CaptchaKey; ChannelBusinessUnit: ChannelBusinessUnit; ChatbotMetric: ChatbotMetric; ChoiceListValueDependency: ChoiceListValueDependency; ClaimCoverageProdtProcDef: ClaimCoverageProdtProcDef; CnfgItemAttrDef: CnfgItemAttrDef; CnfgItemAttrPcklstValDef: CnfgItemAttrPcklstValDef; CnfgItemAttrPicklistDef: CnfgItemAttrPicklistDef; CnfgItemAttrSetAttr: CnfgItemAttrSetAttr; CnfgItemAttrSetDef: CnfgItemAttrSetDef; CnfgItemTypeAttrRelDef: CnfgItemTypeAttrRelDef; CnfgItemTypeDef: CnfgItemTypeDef; CnfgItemTypeIdentFieldMap: CnfgItemTypeIdentFieldMap; CnfgItemTypeIdentRule: CnfgItemTypeIdentRule; CnfgItemTypeRelationDef: CnfgItemTypeRelationDef; CnfgItmAstSyncCond: CnfgItmAstSyncCond; CnfgItmAstSyncCrit: CnfgItmAstSyncCrit; CnfgItmAstSyncRule: CnfgItmAstSyncRule; CnfgMgmtRelationTypeDef: CnfgMgmtRelationTypeDef; CnfgMgmtSvcMapLyot: CnfgMgmtSvcMapLyot; CnfgMgmtSvcMapLyotItmTyp: CnfgMgmtSvcMapLyotItmTyp; CnfgMgmtSvcMapLyotRelTyp: CnfgMgmtSvcMapLyotRelTyp; ColorDefinition: ColorDefinition; CommBlockOutTime: CommBlockOutTime; CommerceEntitlementBuyerGroup: CommerceEntitlementBuyerGroup; CommerceEntitlementProduct: CommerceEntitlementProduct; CommonEventSubscription: CommonEventSubscription; CommunicationChannelLine: CommunicationChannelLine; CommunityWorkspacesNode: CommunityWorkspacesNode; CompactLayoutInfo: CompactLayoutInfo; CompactLayoutItemInfo: CompactLayoutItemInfo; CompactLayoutMapping: CompactLayoutMapping; ComplexLiteralCustomAspect: ComplexLiteralCustomAspect; ComplianceScanAsset: ComplianceScanAsset; ComponentLicenseStatus: ComponentLicenseStatus; ComputedComponentMetadata: ComputedComponentMetadata; ConnectedApplication: ConnectedApplication; ContainerAsyncRequest: ContainerAsyncRequest; ContextDefinitionFilter: ContextDefinitionFilter; ContextDefinitionSync: ContextDefinitionSync; ContextExtendedElement: ContextExtendedElement; ContextMappingConfig: ContextMappingConfig; ConversationApplicationDefinition: ConversationApplicationDefinition; ConversationDefinitionBlock: ConversationDefinitionBlock; ConversationDefinitionBlockVersion: ConversationDefinitionBlockVersion; ConversationDefinitionDialog: ConversationDefinitionDialog; ConversationDefinitionDialogGroup: ConversationDefinitionDialogGroup; ConversationDefinitionEventLog: ConversationDefinitionEventLog; ConversationDefinitionMessage: ConversationDefinitionMessage; ConversationDefinitionPredictionDataCategory: ConversationDefinitionPredictionDataCategory; ConversationDefinitionPredictionSetup: ConversationDefinitionPredictionSetup; ConversationDefinitionSession: ConversationDefinitionSession; ConversationDefinitionStep: ConversationDefinitionStep; ConversationDefinitionStepCondition: ConversationDefinitionStepCondition; ConversationDefinitionSystemDialog: ConversationDefinitionSystemDialog; ConversationDefinitionTemplate: ConversationDefinitionTemplate; ConversationDefinitionVariable: ConversationDefinitionVariable; ConversationInvocation: ConversationInvocation; ConversationInvocationMapping: ConversationInvocationMapping; ConversationMessageConstantValue: ConversationMessageConstantValue; ConversationMessageDefinitionHandler: ConversationMessageDefinitionHandler; ConversationMessageGroup: ConversationMessageGroup; ConversationMessageParameterDefinition: ConversationMessageParameterDefinition; ConversationNavigation: ConversationNavigation; ConversationNavigationLink: ConversationNavigationLink; ConversationQuickReplyOption: ConversationQuickReplyOption; ConversationRecordOutputField: ConversationRecordOutputField; ConversationSlackApplication: ConversationSlackApplication; ConversationVariableOperand: ConversationVariableOperand; ConversationVariableOperation: ConversationVariableOperation; CourseWaitlistConfig: CourseWaitlistConfig; CtxMapToCtxDefExtlRef: CtxMapToCtxDefExtlRef; CustExpIntlTechniqueConfig: CustExpIntlTechniqueConfig; CustomFieldMember: CustomFieldMember; CustomFulfillmentScopeCnfg: CustomFulfillmentScopeCnfg; CustomNotifActionDef: CustomNotifActionDef; CustomNotificationActionGroup: CustomNotificationActionGroup; CustomerIntelligenceChannel: CustomerIntelligenceChannel; CustomerIntelligenceChannelInsight: CustomerIntelligenceChannelInsight; DataAccsHier: DataAccsHier; DataAccsHierCnct: DataAccsHierCnct; DataAccsHierCnctTrgtDataSpc: DataAccsHierCnctTrgtDataSpc; DataAccsHierCnctTrgtHier: DataAccsHierCnctTrgtHier; DataAccsHierSrcSubstMap: DataAccsHierSrcSubstMap; DataAssessmentConfigItem: DataAssessmentConfigItem; DataCleanRoomProvider: DataCleanRoomProvider; DataCloudCapability: DataCloudCapability; DataConnectorConvStorage: DataConnectorConvStorage; DataConnectorInternalS3: DataConnectorInternalS3; DataDotComEntitySetting: DataDotComEntitySetting; DataGraphDefinition: DataGraphDefinition; DataGraphDependencyMppng: DataGraphDependencyMppng; DataGraphField: DataGraphField; DataGraphFilterCondition: DataGraphFilterCondition; DataGraphFilterCriteria: DataGraphFilterCriteria; DataGraphRecencyCriteria: DataGraphRecencyCriteria; DataGraphSource: DataGraphSource; DataGraphVersion: DataGraphVersion; DataIntegrationRecordPurchasePermission: DataIntegrationRecordPurchasePermission; DataMaskPolicy: DataMaskPolicy; DataMaskPolicyField: DataMaskPolicyField; DataMaskPolicyObject: DataMaskPolicyObject; DataMltOrgMdatChgLineage: DataMltOrgMdatChgLineage; DataObjTagDetectionInfo: DataObjTagDetectionInfo; DataObjectDecorator: DataObjectDecorator; DataOrgFeatureAllowList: DataOrgFeatureAllowList; DataRmtOrgMdatReplayNotif: DataRmtOrgMdatReplayNotif; DataType: DataType; DebugLevel: DebugLevel; DelegateGroupGrant: DelegateGroupGrant; DelegateGroupMember: DelegateGroupMember; DeployRequest: DeployRequest; DeployTestResult: DeployTestResult; DevWorkspace: DevWorkspace; DocumentExtractionDef: DocumentExtractionDef; DocumentExtractionDefVer: DocumentExtractionDefVer; DocumentTemplateConfig: DocumentTemplateConfig; DocumentTypeInputPrompt: DocumentTypeInputPrompt; DomainProvision: DomainProvision; DuplicateJobDefinition: DuplicateJobDefinition; DuplicateJobMatchingRuleDefinition: DuplicateJobMatchingRuleDefinition; EmailMigrationSummary: EmailMigrationSummary; EmbdMsgChannelInvitationCondition: EmbdMsgChannelInvitationCondition; EmbeddedMessagingChannelHandler: EmbeddedMessagingChannelHandler; EmbeddedServiceConfigPub: EmbeddedServiceConfigPub; EmbeddedServiceLabelsPub: EmbeddedServiceLabelsPub; EmbeddedServiceMobilePlatform: EmbeddedServiceMobilePlatform; EmpSvcInvocableActionCrdl: EmpSvcInvocableActionCrdl; EmpSvcInvocableActionDef: EmpSvcInvocableActionDef; EmployeeDataSyncField: EmployeeDataSyncField; EnblPgmPersonaDef: EnblPgmPersonaDef; EnforcementPolicy: EnforcementPolicy; EnforcementPolicyRule: EnforcementPolicyRule; EnforcementPolicyVersion: EnforcementPolicyVersion; EngagementInsightType: EngagementInsightType; EngagementSignalMetricDef: EngagementSignalMetricDef; EngmtInsightTypeActionDef: EngmtInsightTypeActionDef; EnhancedSearchLayout: EnhancedSearchLayout; EnhancedSearchLayoutItem: EnhancedSearchLayoutItem; EntitlementCondition: EntitlementCondition; EntitlementCriteria: EntitlementCriteria; EntityDefinition: EntityDefinition; EntityLimit: EntityLimit; EntityParticle: EntityParticle; EventTypeDefinition: EventTypeDefinition; EventTypeFieldDefinition: EventTypeFieldDefinition; ExplainabilityActionDef: ExplainabilityActionDef; ExprcSiteDataspcIntegInfo: ExprcSiteDataspcIntegInfo; ExpressionSetView: ExpressionSetView; ExpsSetObjectAliasFieldVw: ExpsSetObjectAliasFieldVw; ExternalAIMetric: ExternalAIMetric; ExternalServiceCompatRef: ExternalServiceCompatRef; ExternalServiceDataType: ExternalServiceDataType; ExternalServiceListType: ExternalServiceListType; ExternalServiceMapType: ExternalServiceMapType; ExternalServiceObjectType: ExternalServiceObjectType; ExternalServiceParameter: ExternalServiceParameter; ExternalServiceProperty: ExternalServiceProperty; ExternalString: ExternalString; ExternalStringLocalization: ExternalStringLocalization; ExtlClntAppAttestPolicy: ExtlClntAppAttestPolicy; ExtlClntAppAttestSettings: ExtlClntAppAttestSettings; ExtlClntAppSamlPlcyCnfg: ExtlClntAppSamlPlcyCnfg; ExtlRecShrCnct: ExtlRecShrCnct; ExtlRecShrField: ExtlRecShrField; ExtlRecShrFieldMap: ExtlRecShrFieldMap; ExtlRecShrObject: ExtlRecShrObject; ExtlRecShrPcklstOptn: ExtlRecShrPcklstOptn; ExtlRecShrPicklistMap: ExtlRecShrPicklistMap; FTestCart: FTestCart; FTestCartItemTax: FTestCartItemTax; FTestDeliveryGroup: FTestDeliveryGroup; FTestFlatZos: FTestFlatZos; FTestMetadataCatalogEntity: FTestMetadataCatalogEntity; FTestProductItem: FTestProductItem; FTestSystemCatalogEntity: FTestSystemCatalogEntity; FTestToolingFLUInfo: FTestToolingFLUInfo; FieldDefinition: FieldDefinition; FlowApexClassDescriptor: FlowApexClassDescriptor; FlowApexClassPropertyDesc: FlowApexClassPropertyDesc; FlowElementTestCoverage: FlowElementTestCoverage; FlowExtension: FlowExtension; FlowExtensionGenericType: FlowExtensionGenericType; FlowExtensionParam: FlowExtensionParam; FlowExtensionProcessType: FlowExtensionProcessType; FlowTestCoverage: FlowTestCoverage; FlowTestResult: FlowTestResult; FlowTestUniquenessConstraint: FlowTestUniquenessConstraint; FlowTestUniquenessConstraintItem: FlowTestUniquenessConstraintItem; ForecastingDisplayedFamily: ForecastingDisplayedFamily; FormulaFunction: FormulaFunction; FormulaFunctionAllowedType: FormulaFunctionAllowedType; FormulaFunctionCategory: FormulaFunctionCategory; FormulaOperator: FormulaOperator; FormulaParticle: FormulaParticle; FormulaVariable: FormulaVariable; FtestDeclMd1Member: FtestDeclMd1Member; FtestDeclMd2Member: FtestDeclMd2Member; FtestDeclMd3Member: FtestDeclMd3Member; FtestSetup: FtestSetup; GenAiConvDefPlanner: GenAiConvDefPlanner; GenAiFunctionDefinition: GenAiFunctionDefinition; GenAiFunctionTypeDef: GenAiFunctionTypeDef; GenAiPlannerAttrDefinition: GenAiPlannerAttrDefinition; GenAiPlannerDefinition: GenAiPlannerDefinition; GenAiPlannerRuleExprCond: GenAiPlannerRuleExprCond; GenAiPluginDefinition: GenAiPluginDefinition; GenAiPluginDmnRltdFltr: GenAiPluginDmnRltdFltr; GenAiPluginDomain: GenAiPluginDomain; GenAiPromptGenInstruction: GenAiPromptGenInstruction; GenAiPromptGenerationConfig: GenAiPromptGenerationConfig; GenAiPromptTemplateSampleData: GenAiPromptTemplateSampleData; GenAiPromptTemplateType: GenAiPromptTemplateType; GenAiSampleData: GenAiSampleData; GenComputingSummaryDef: GenComputingSummaryDef; GenOpExtActionDef: GenOpExtActionDef; GenOpPlanSimRecRetriever: GenOpPlanSimRecRetriever; GenOpPluginExtActionDef: GenOpPluginExtActionDef; GiftEntryGridTemplate: GiftEntryGridTemplate; GisExtlAuthIdProvider: GisExtlAuthIdProvider; GisExtlAuthIdPrvdProfile: GisExtlAuthIdPrvdProfile; GisExtlMapObjectConfig: GisExtlMapObjectConfig; GisPrvdCnctrJobDefinition: GisPrvdCnctrJobDefinition; GisPrvdCnctrJobObjFilter: GisPrvdCnctrJobObjFilter; GisPrvdCnctrJobObjFldMap: GisPrvdCnctrJobObjFldMap; GisPrvdCnctrJobObjRun: GisPrvdCnctrJobObjRun; GisPrvdCnctrJobObject: GisPrvdCnctrJobObject; GisRelatedObjectConfig: GisRelatedObjectConfig; GlobalVariable: GlobalVariable; GlobalVariableType: GlobalVariableType; GtwyProvPaymentMethodType: GtwyProvPaymentMethodType; HistoryRetentionJob: HistoryRetentionJob; IDEPerspective: IDEPerspective; IDEWorkspace: IDEWorkspace; IconDefinition: IconDefinition; InstalledPkgBundleVersion: InstalledPkgBundleVersion; InstalledSubscriberPackage: InstalledSubscriberPackage; InstalledSubscriberPackageVersion: InstalledSubscriberPackageVersion; IntegArtifactConnector: IntegArtifactConnector; IntegArtifactDef: IntegArtifactDef; IntegArtifactResource: IntegArtifactResource; IntegArtifactVersion: IntegArtifactVersion; IntegEnvApplnConnection: IntegEnvApplnConnection; IntegrationEnvApplication: IntegrationEnvApplication; IntegrationEnvConfig: IntegrationEnvConfig; IntegrationEnvConnection: IntegrationEnvConnection; IntegrationEnvResource: IntegrationEnvResource; IntegrationEnvSysDependency: IntegrationEnvSysDependency; InteractionLayoutSet: InteractionLayoutSet; InteractionValueMapDef: InteractionValueMapDef; InteractionValueMapEntry: InteractionValueMapEntry; InterfaceFieldMapping: InterfaceFieldMapping; InvocableAction: InvocableAction; InvocableActionExt: InvocableActionExt; InvocableActionExtTgt: InvocableActionExtTgt; InvocableActionExtTgtAttr: InvocableActionExtTgtAttr; InvocableActionGenericType: InvocableActionGenericType; InvocableActionParameter: InvocableActionParameter; InvocableActionPicklist: InvocableActionPicklist; LayoutDefinition: LayoutDefinition; LayoutParticle: LayoutParticle; LifeSciCountry: LifeSciCountry; LifeSciDataChangeDef: LifeSciDataChangeDef; LifeSciDataChgDefRecType: LifeSciDataChgDefRecType; LifeSciDataChgPersonaDef: LifeSciDataChgPersonaDef; LifeScienceTriggerHandler: LifeScienceTriggerHandler; LightningComponentResource: LightningComponentResource; LightningOutApp: LightningOutApp; LightningOutAppComponent: LightningOutAppComponent; LightningOutAppHost: LightningOutAppHost; LinkedInLeadGenAdAccount: LinkedInLeadGenAdAccount; LinkedInLeadGenConfig: LinkedInLeadGenConfig; ListLayout: ListLayout; LmaApiSession: LmaApiSession; MailAppOwaWhitelist: MailAppOwaWhitelist; MarketingAppExtAssignment: MarketingAppExtAssignment; McpServerAccess: McpServerAccess; McpServerDefinition: McpServerDefinition; McpServerPromptDefinition: McpServerPromptDefinition; McpServerToolApiDefinition: McpServerToolApiDefinition; McpServerToolDefinition: McpServerToolDefinition; MenuItem: MenuItem; MessagingChannelAuthorization: MessagingChannelAuthorization; MessagingChannelAutoResponse: MessagingChannelAutoResponse; MessagingChannelEmailTemplate: MessagingChannelEmailTemplate; MessagingChannelParameter: MessagingChannelParameter; MessagingChannelPaymentConfig: MessagingChannelPaymentConfig; MessagingMobileAppChannel: MessagingMobileAppChannel; MessagingMobileAppChannelButton: MessagingMobileAppChannelButton; MessagingMobileAppChannelButtonSet: MessagingMobileAppChannelButtonSet; MobileAppNewsflashTopic: MobileAppNewsflashTopic; MessagingSandboxAllowlist: MessagingSandboxAllowlist; MessagingTemplate: MessagingTemplate; MessagingTemplateChannel: MessagingTemplateChannel; MetadataComponentDependency: MetadataComponentDependency; MetadataContainer: MetadataContainer; MetadataContainerMember: MetadataContainerMember; MetadataDependency: MetadataDependency; MetadataPackage: MetadataPackage; MetadataPackageVersion: MetadataPackageVersion; MilestoneCompletionCondition: MilestoneCompletionCondition; MilestoneCriteria: MilestoneCriteria; MilestoneCriteriaCondition: MilestoneCriteriaCondition; MktCalculatedInsightField: MktCalculatedInsightField; MktCalculatedInsightObject: MktCalculatedInsightObject; MktDataLakeField: MktDataLakeField; MktDataLakeObject: MktDataLakeObject; MktDataModelField: MktDataModelField; MktDataModelObject: MktDataModelObject; MktIntelSchemaDataTemplate: MktIntelSchemaDataTemplate; MktIntelSchemaField: MktIntelSchemaField; MktIntelSchemaObject: MktIntelSchemaObject; MlExternalModel: MlExternalModel; MlIntentModelMetric: MlIntentModelMetric; MlIntentModelMisclassification: MlIntentModelMisclassification; MobilePushNotificationCredential: MobilePushNotificationCredential; MsgChannelAvailability: MsgChannelAvailability; MsgChannelLanguageKeyword: MsgChannelLanguageKeyword; MsgChannelProcureRequest: MsgChannelProcureRequest; MsgChannelProvisionRequest: MsgChannelProvisionRequest; MsgChannelUsageExternalOrg: MsgChannelUsageExternalOrg; Name: Name; NetworkBotDefinition: NetworkBotDefinition; NtfcnChannelActionDef: NtfcnChannelActionDef; NtfcnChannelCont: NtfcnChannelCont; NtfcnChannelDef: NtfcnChannelDef; NtfcnChannelRec: NtfcnChannelRec; NtfcnCondition: NtfcnCondition; NtfcnCriteria: NtfcnCriteria; NtfcnDefinition: NtfcnDefinition; ObjectFieldValueMapping: ObjectFieldValueMapping; OblAttributeCategoryMap: OblAttributeCategoryMap; OblCategoryDefinition: OblCategoryDefinition; OmniDataTransformConfig: OmniDataTransformConfig; OmniIntegrationProcConfig: OmniIntegrationProcConfig; OmniScriptConfig: OmniScriptConfig; OmniUiCardConfig: OmniUiCardConfig; OnboardingDataObjGrp: OnboardingDataObjGrp; OnboardingDataObjGrpVer: OnboardingDataObjGrpVer; OnboardingDataObject: OnboardingDataObject; OnboardingDataObjectField: OnboardingDataObjectField; OnbrdDataObjGrpAIIstr: OnbrdDataObjGrpAIIstr; OnbrdDataObjGrpDocCatgMap: OnbrdDataObjGrpDocCatgMap; OperationLog: OperationLog; OpportunitySplitType: OpportunitySplitType; OpptyLineItemSplitType: OpptyLineItemSplitType; OrchestrationPlanCtxMapping: OrchestrationPlanCtxMapping; OrgDomainLog: OrgDomainLog; OrgWideEmailAddress: OrgWideEmailAddress; OverridableEntities: OverridableEntities; OwnerChangeOptionInfo: OwnerChangeOptionInfo; Package2: Package2; Package2Member: Package2Member; Package2TransferRequest: Package2TransferRequest; Package2UpgradeExport: Package2UpgradeExport; Package2Version: Package2Version; Package2VersionBuildRequest: Package2VersionBuildRequest; Package2VersionCreateRequest: Package2VersionCreateRequest; Package2VersionCreateRequestError: Package2VersionCreateRequestError; PackageBundle: PackageBundle; PackageBundleVersion: PackageBundleVersion; PackageConversion: PackageConversion; PackageInstallRequest: PackageInstallRequest; PackageMember: PackageMember; PackageUploadRequest: PackageUploadRequest; PackageVersionInstallRequestError: PackageVersionInstallRequestError; PackageVersionUninstallRequestError: PackageVersionUninstallRequestError; PardotTenant: PardotTenant; PartitionLevelScheme: PartitionLevelScheme; PartyPrflDataFldVldDef: PartyPrflDataFldVldDef; PartyPrflDataObjVldDef: PartyPrflDataObjVldDef; PathAssistantStepInfo: PathAssistantStepInfo; PathAssistantStepItem: PathAssistantStepItem; PermissionDependency: PermissionDependency; PermissionSetAssignment: PermissionSetAssignment; PermissionSetGroupComponent: PermissionSetGroupComponent; PermissionSetGroupRecalc: PermissionSetGroupRecalc; PersnlBatchDcsnKeyFieldDef: PersnlBatchDcsnKeyFieldDef; PersnlBatchDcsnPersnlPointDef: PersnlBatchDcsnPersnlPointDef; PersnlBatchDecisionDef: PersnlBatchDecisionDef; PersnlExpSourceMatcherDef: PersnlExpSourceMatcherDef; PersnlExpTransformationDef: PersnlExpTransformationDef; PersnlExpTrnsfmnSubValDef: PersnlExpTrnsfmnSubValDef; PersnlExperienceDef: PersnlExperienceDef; PersnlTransformerDef: PersnlTransformerDef; PersnlTrnsfmrDataConnDef: PersnlTrnsfmrDataConnDef; PersnlTrnsfmrSubDef: PersnlTrnsfmrSubDef; PersonalizationPointDef: PersonalizationPointDef; PicklistValueInfo: PicklistValueInfo; PkgBundleVerCpntIstlReq: PkgBundleVerCpntIstlReq; PkgBundleVerCpntUnistlReq: PkgBundleVerCpntUnistlReq; PkgBundleVerUninstallReq: PkgBundleVerUninstallReq; PkgBundleVersionComponent: PkgBundleVersionComponent; PkgBundleVersionCreateReq: PkgBundleVersionCreateReq; PkgBundleVersionInstallReq: PkgBundleVersionInstallReq; PlatformAction: PlatformAction; PolicyRuleBinding: PolicyRuleBinding; PolicyRuleDefinition: PolicyRuleDefinition; PolicyRuleDefinitionCond: PolicyRuleDefinitionCond; PolicyRulePlaceholder: PolicyRulePlaceholder; PolicyRulePrincipalDomain: PolicyRulePrincipalDomain; PolicyRuleResourceDomain: PolicyRuleResourceDomain; PolicyRuleValueSet: PolicyRuleValueSet; PredictionDefinition: PredictionDefinition; PredictionDefinitionField: PredictionDefinitionField; PresenceDeclineReason: PresenceDeclineReason; PresenceUserConfig: PresenceUserConfig; PresenceUserConfigInfo: PresenceUserConfigInfo; PriceSegmentationFieldSetup: PriceSegmentationFieldSetup; PriceSegmentationObjectSetup: PriceSegmentationObjectSetup; PrivacyOrgConfig: PrivacyOrgConfig; PrivateDomainDefinition: PrivateDomainDefinition; ProcedurePlanCriterion: ProcedurePlanCriterion; ProcedurePlanDefinition: ProcedurePlanDefinition; ProcedurePlanDefinitionVersion: ProcedurePlanDefinitionVersion; ProcedurePlanOption: ProcedurePlanOption; ProcedurePlanSection: ProcedurePlanSection; ProcedurePlanVariable: ProcedurePlanVariable; ProcessPlugin: ProcessPlugin; ProcessPluginParameter: ProcessPluginParameter; ProductPropertyInfo: ProductPropertyInfo; ProfileCallLogQuickAction: ProfileCallLogQuickAction; ProfileLayout: ProfileLayout; ProfileManifestEntry: ProfileManifestEntry; ProviderActivityMeasureType: ProviderActivityMeasureType; ProviderSampleLimitTemplate: ProviderSampleLimitTemplate; ProvisionedFeature: ProvisionedFeature; PrstCntntDefAssignment: PrstCntntDefAssignment; PrstContentDefinition: PrstContentDefinition; PrvdClassificationLayout: PrvdClassificationLayout; PrvdClsfnAttrDefinition: PrvdClsfnAttrDefinition; PrvdClsfnLayoutAttribute: PrvdClsfnLayoutAttribute; Publisher: Publisher; QueueRoutingConfig: QueueRoutingConfig; QuickActionDefinition: QuickActionDefinition; QuickActionParameter: QuickActionParameter; RealTimeClassificationDef: RealTimeClassificationDef; RealTimeClassificationParam: RealTimeClassificationParam; RecActorFeatureDef: RecActorFeatureDef; RecActorFeatureObject: RecActorFeatureObject; RecentlyViewed: RecentlyViewed; RecommendationDefReference: RecommendationDefReference; ReferralMarketingConfig: ReferralMarketingConfig; RelatedEntity: RelatedEntity; RelatedListColumnDefinition: RelatedListColumnDefinition; RelatedListDefinition: RelatedListDefinition; RelatedObjectPartySrchDef: RelatedObjectPartySrchDef; RelationshipDomain: RelationshipDomain; RelationshipInfo: RelationshipInfo; ReleaseUpdate: ReleaseUpdate; ReleaseUpdateStep: ReleaseUpdateStep; ReleaseUpdateStepLog: ReleaseUpdateStepLog; ReleasedApexClassRel: ReleasedApexClassRel; ReleasedApexIdentifier: ReleasedApexIdentifier; ReleasedApexIdentifierOption: ReleasedApexIdentifierOption; ReleasedEntityState: ReleasedEntityState; RemoteProxy: RemoteProxy; RevenueSourceCategoryConfig: RevenueSourceCategoryConfig; RevenueSourceObjectConfig: RevenueSourceObjectConfig; RpaRobotDefinition: RpaRobotDefinition; RpaRobotMaintWindowDef: RpaRobotMaintWindowDef; RpaRobotPoolDefinition: RpaRobotPoolDefinition; RpaRobotSessionInfoDef: RpaRobotSessionInfoDef; RuleLibraryDefVersion: RuleLibraryDefVersion; SalesAgentGuidedDef: SalesAgentGuidedDef; SalesAgentGuidedDefParam: SalesAgentGuidedDefParam; SandboxInfo: SandboxInfo; SandboxProcess: SandboxProcess; SchedulingPolicy: SchedulingPolicy; SchedulingPolicyObjective: SchedulingPolicyObjective; SchedulingPolicyRule: SchedulingPolicyRule; SearchCustomRuleValue: SearchCustomRuleValue; SearchDataSource: SearchDataSource; SearchDataSourceObject: SearchDataSourceObject; SearchLayout: SearchLayout; SearchableField: SearchableField; SecurityHealthCheck: SecurityHealthCheck; SecurityHealthCheckRisks: SecurityHealthCheckRisks; SemanticCalcDimension: SemanticCalcDimension; SemanticCalcMeasurement: SemanticCalcMeasurement; SemanticDataObject: SemanticDataObject; SemanticDataObjectField: SemanticDataObjectField; SemanticDefinition: SemanticDefinition; SemanticDefinitionDependency: SemanticDefinitionDependency; SemanticGrouping: SemanticGrouping; SemanticHierarchy: SemanticHierarchy; SemanticHierarchyLevel: SemanticHierarchyLevel; SemanticMappedField: SemanticMappedField; SemanticMetricDefinition: SemanticMetricDefinition; SemanticMetricGoal: SemanticMetricGoal; SemanticModel: SemanticModel; SemanticModelContent: SemanticModelContent; SemanticModelExternalCnct: SemanticModelExternalCnct; SemanticModelFilter: SemanticModelFilter; SemanticModelObjectCoordinate: SemanticModelObjectCoordinate; SemanticModelRelatedModel: SemanticModelRelatedModel; SemanticOverrideElement: SemanticOverrideElement; SemanticParameter: SemanticParameter; SemanticParameterListValue: SemanticParameterListValue; SemanticParameterRange: SemanticParameterRange; SemanticRelationship: SemanticRelationship; SemanticSubMetricDefinition: SemanticSubMetricDefinition; SemanticView: SemanticView; SenderFromDefinition: SenderFromDefinition; Service: Service; ServiceCampaignSettings: ServiceCampaignSettings; ServiceChannel: ServiceChannel; ServiceDataType: ServiceDataType; ServiceOpPriorityConfig: ServiceOpPriorityConfig; ServicePresenceStatusInfo: ServicePresenceStatusInfo; ServiceProcessDefinition: ServiceProcessDefinition; ServiceScheduleConfig: ServiceScheduleConfig; ServiceVersion: ServiceVersion; SessionLevelPolicy: SessionLevelPolicy; SettingsTemplate: SettingsTemplate; SetupApp: SetupApp; SetupNode: SetupNode; SetupRecordShare: SetupRecordShare; SiteDetail: SiteDetail; Skill: Skill; SlackActionInternal: SlackActionInternal; SlackAppAuthorization: SlackAppAuthorization; SlackApplicationObject: SlackApplicationObject; SlackChannelRecordObjectConfig: SlackChannelRecordObjectConfig; SlackContext: SlackContext; SlackTeam: SlackTeam; SlackTeamUserAuthorization: SlackTeamUserAuthorization; SlackUser: SlackUser; SlackUserExportError: SlackUserExportError; SourceChangeNotification: SourceChangeNotification; SourceMember: SourceMember; SourceMemberDeployRequest: SourceMemberDeployRequest; SrvcMgmntEmailRoutgAddr: SrvcMgmntEmailRoutgAddr; SrvcMgmntRuleAssignment: SrvcMgmntRuleAssignment; SrvcMgmtObjCollabAppCnfg: SrvcMgmtObjCollabAppCnfg; StandardAction: StandardAction; StaticDynamicValMapping: StaticDynamicValMapping; StgAssignmentRuleGrp: StgAssignmentRuleGrp; SubscriberPackage: SubscriberPackage; SubscriberPackageVersion: SubscriberPackageVersion; SubscriberPackageVersionInstallRequest: SubscriberPackageVersionInstallRequest; SubscriberPackageVersionUninstallRequest: SubscriberPackageVersionUninstallRequest; SurveyStyleSet: SurveyStyleSet; SurveyStyleSetStaticRsrc: SurveyStyleSetStaticRsrc; SustnRefDataTracking: SustnRefDataTracking; SvcProcessCtxDefinitionMap: SvcProcessCtxDefinitionMap; TabAppRestriction: TabAppRestriction; TabDefinition: TabDefinition; TelemetryActnDefStepAttr: TelemetryActnDefStepAttr; TenantBlockoutWindow: TenantBlockoutWindow; TenantOutOfRegionNtfcn: TenantOutOfRegionNtfcn; TenantPackageLicense: TenantPackageLicense; TenantPendingLicensingRequest: TenantPendingLicensingRequest; TestSuiteMembership: TestSuiteMembership; TraceFlag: TraceFlag; TranslationImportExportJob: TranslationImportExportJob; UiAppFeatureActivationCrit: UiAppFeatureActivationCrit; UiAppFeatureActivationDef: UiAppFeatureActivationDef; UiCardActivation: UiCardActivation; UserAcceptedFeatureAgreement: UserAcceptedFeatureAgreement; UserEntityAccess: UserEntityAccess; UserFieldAccess: UserFieldAccess; UserPreference: UserPreference; UserRole: UserRole; ValidationRuleMember: ValidationRuleMember; VisibilityOperation: VisibilityOperation; VisualforceAccessMetrics: VisualforceAccessMetrics; VoiceEngagementMediaFile: VoiceEngagementMediaFile; VoiceEngagementMediaUsage: VoiceEngagementMediaUsage; VoiceEngmtMediaFileAsgnt: VoiceEngmtMediaFileAsgnt; VoiceLocalPresenceNumber: VoiceLocalPresenceNumber; VoiceOrgSetting: VoiceOrgSetting; VoiceVendorInfo: VoiceVendorInfo; WebServiceDefinition: WebServiceDefinition; WebStoreDefinition: WebStoreDefinition; WorkflowAlertMember: WorkflowAlertMember; WorkflowFieldUpdateMember: WorkflowFieldUpdateMember; WorkflowOutboundMessageMember: WorkflowOutboundMessageMember; WorkflowRuleMember: WorkflowRuleMember; WorkflowTaskMember: WorkflowTaskMember; WsdlDataType: WsdlDataType; XmlSchema: XmlSchema; AnalyticsInteropMigrDef: AnalyticsInteropMigrDef; PersnlDecisionAttrValueDef: PersnlDecisionAttrValueDef; PersnlDcsnAttrValMrgFld: PersnlDcsnAttrValMrgFld; AgentGraphReference: AgentGraphReference; AnalyticsSummaryWidgetDef: AnalyticsSummaryWidgetDef; PermissionSetLicCustObjDef: PermissionSetLicCustObjDef; ChangeOwnPasswordResult: ChangeOwnPasswordResult; SaveResult: SaveResult; Error: Error; ExtendedErrorDetails: ExtendedErrorDetails; Info: Info; Warning: Warning; DeleteResult: DeleteResult; DescribeGlobalResult: DescribeGlobalResult; DescribeGlobalSObjectResult: DescribeGlobalSObjectResult; DescribeLayoutResult: DescribeLayoutResult; DescribeLayout: DescribeLayout; DescribeLayoutButtonSection: DescribeLayoutButtonSection; DescribeLayoutButton: DescribeLayoutButton; DescribeColorResult: DescribeColorResult; DescribeIconResult: DescribeIconResult; DescribeLayoutSection: DescribeLayoutSection; DescribeLayoutRow: DescribeLayoutRow; DescribeLayoutItem: DescribeLayoutItem; DescribeLayoutComponent: DescribeLayoutComponent; AnalyticsCloudComponent: AnalyticsCloudComponent; AuraComponent: AuraComponent; Canvas: Canvas; CustomLinkComponent: CustomLinkComponent; ExpandedLookup: ExpandedLookup; FieldComponent: FieldComponent; FieldLayoutComponent: FieldLayoutComponent; ReportChartComponent: ReportChartComponent; VisualforcePage: VisualforcePage; DescribeLayoutFeedView: DescribeLayoutFeedView; DescribeLayoutFeedFilter: DescribeLayoutFeedFilter; OfflineLink: OfflineLink; DescribeQuickActionListResult: DescribeQuickActionListResult; DescribeQuickActionListItemResult: DescribeQuickActionListItemResult; DescribeRelatedContentItem: DescribeRelatedContentItem; RelatedListColumn: RelatedListColumn; RelatedListSort: RelatedListSort; DescribeLayoutSaveOption: DescribeLayoutSaveOption; DescribeSObjectResult: DescribeSObjectResult; ChildRelationship: ChildRelationship; Field: Field; FilteredLookupInfo: FilteredLookupInfo; PicklistEntry: PicklistEntry; NamedLayoutInfo: NamedLayoutInfo; RecordTypeInfo: RecordTypeInfo; ScopeInfo: ScopeInfo; DescribeSchemaResult: DescribeSchemaResult; SchemaField: SchemaField; DescribeSoqlListViewsRequest: DescribeSoqlListViewsRequest; DescribeSoqlListViewParams: DescribeSoqlListViewParams; DescribeSoqlListViewResult: DescribeSoqlListViewResult; DescribeSoqlListView: DescribeSoqlListView; ListViewColumn: ListViewColumn; ListViewOrderBy: ListViewOrderBy; SoqlWhereCondition: SoqlWhereCondition; SoqlCondition: SoqlCondition; SoqlConditionGroup: SoqlConditionGroup; SoqlNotCondition: SoqlNotCondition; SoqlSubQueryCondition: SoqlSubQueryCondition; DescribeValueTypeResult: DescribeValueTypeResult; ValueTypeField: ValueTypeField; DescribeWorkitemActionResult: DescribeWorkitemActionResult; AllowedWorkitemAction: AllowedWorkitemAction; ExecuteAnonymousResult: ExecuteAnonymousResult; GetDeletedResult: GetDeletedResult; DeletedRecord: DeletedRecord; GetServerTimestampResult: GetServerTimestampResult; GetUpdatedResult: GetUpdatedResult; GetUserInfoResult: GetUserInfoResult; InvalidateSessionsResult: InvalidateSessionsResult; LoginResult: LoginResult; QueryResult: QueryResult; RunTestsRequest: RunTestsRequest; TestsNode: TestsNode; RunTestsResult: RunTestsResult; CodeCoverageResult: CodeCoverageResult; CodeLocation: CodeLocation; CodeCoverageWarning: CodeCoverageWarning; RunTestFailure: RunTestFailure; FlowCoverageResult: FlowCoverageResult; FlowCoverageWarning: FlowCoverageWarning; RunTestSuccess: RunTestSuccess; SearchResult: SearchResult; SearchRecord: SearchRecord; SearchRecordMetadata: SearchRecordMetadata; SearchSnippet: SearchSnippet; NameValuePair: NameValuePair; SearchResultsMetadata: SearchResultsMetadata; LabelsSearchMetadata: LabelsSearchMetadata; EntitySearchMetadata: EntitySearchMetadata; EntityErrorMetadata: EntityErrorMetadata; FieldLevelSearchMetadata: FieldLevelSearchMetadata; EntityIntentQueryMetadata: EntityIntentQueryMetadata; EntitySearchPromotionMetadata: EntitySearchPromotionMetadata; EntitySpellCorrectionMetadata: EntitySpellCorrectionMetadata; SearchStatus: SearchStatus; SetPasswordResult: SetPasswordResult; UpsertResult: UpsertResult; LogInfo: LogInfo; Fact: Fact; SymbolTable: SymbolTable; Constructor: Constructor; VisibilitySymbol: VisibilitySymbol; Symbol: symbol; Annotation: Annotation; Position: Position; Parameter: Parameter; Method: Method; ExternalReference: ExternalReference; ExternalMethod: ExternalMethod; ExternalConstructor: ExternalConstructor; ExternalSymbol: ExternalSymbol; Coverage: Coverage; HeapDump: HeapDump; TypeExtent: TypeExtent; AttributeDefinition: AttributeDefinition; HeapAddress: HeapAddress; StateValue: StateValue; BooleanValue: BooleanValue; ListValue: ListValue; MapValue: MapValue; MapEntry: MapEntry; NumberValue: NumberValue; SetValue: SetValue; StringValue: StringValue; ApexResult: ApexResult; SOQLResult: SOQLResult; QueryResultMetadata: QueryResultMetadata; QueryResultColumnMetadata: QueryResultColumnMetadata; AggregateExpressionResultColumnMetadata: AggregateExpressionResultColumnMetadata; ComplexQueryResultColumnMetadata: ComplexQueryResultColumnMetadata; AggregateQueryResultColumnMetadata: AggregateQueryResultColumnMetadata; PrimitiveQueryResultColumnMetadata: PrimitiveQueryResultColumnMetadata; DeployDetails: DeployDetails; DeployMessage: DeployMessage; RecordTypesSupported: RecordTypesSupported; RelationshipReferenceTo: RelationshipReferenceTo; JunctionIdListNames: JunctionIdListNames; SearchLayoutButtonsDisplayed: SearchLayoutButtonsDisplayed; SearchLayoutButton: SearchLayoutButton; SearchLayoutFieldsDisplayed: SearchLayoutFieldsDisplayed; SearchLayoutField: SearchLayoutField; OperationPayload: OperationPayload; FTestOperationPayload: FTestOperationPayload; Territory2RunOppTerrAssignmentApexPayload: Territory2RunOppTerrAssignmentApexPayload; Territory2RunTerritoryRulesPayload: Territory2RunTerritoryRulesPayload; OperationParameters: OperationParameters; FieldsInfo: FieldsInfo; RelatedListsInfo: RelatedListsInfo; SingleRelatedListInfo: SingleRelatedListInfo; };