/** * Type definitions for the Fluent MCP for ServiceNow SDK */ /** * ServiceNow metadata types supported by the server */ export declare enum ServiceNowMetadataType { ACL = "acl", APPLICATION_MENU = "application-menu", ATF_APPNAV = "atf-appnav", ATF_CATALOG_ACTION = "atf-catalog-action", ATF_CATALOG_VALIDATION = "atf-catalog-validation", ATF_CATALOG_VARIABLE = "atf-catalog-variable", ATF_EMAIL = "atf-email", ATF_FORM = "atf-form", ATF_FORM_ACTION = "atf-form-action", ATF_FORM_DECLARATIVE_ACTION = "atf-form-declarative-action", ATF_FORM_FIELD = "atf-form-field", ATF_REPORTING = "atf-reporting", ATF_REST_API = "atf-rest-api", ATF_REST_ASSERT_PAYLOAD = "atf-rest-assert-payload", ATF_SERVER = "atf-server", ATF_SERVER_CATALOG_ITEM = "atf-server-catalog-item", ATF_SERVER_RECORD = "atf-server-record", BUSINESS_RULE = "business-rule", CLIENT_SCRIPT = "client-script", COLUMN = "column", COLUMN_GENERIC = "column-generic", CROSS_SCOPE_PRIVILEGE = "cross-scope-privilege", FORM = "form", LIST = "list", PROPERTY = "property", ROLE = "role", SCHEDULED_SCRIPT = "scheduled-script", SCRIPT_ACTION = "script-action", SCRIPT_INCLUDE = "script-include", SCRIPTED_REST = "scripted-rest", SERVICE_PORTAL = "service-portal", TABLE = "table", UI_ACTION = "ui-action", UI_PAGE = "ui-page", USER_PREFERENCE = "user-preference" } /** * Resource type supported by the server */ export declare enum ResourceType { SPEC = "spec", SNIPPET = "snippet", INSTRUCT = "instruct" } /** * Export all types from the server, tools, and utils */ export * from '../server/types.js'; export * from '../tools/types.js'; export * from '../utils/types.js'; //# sourceMappingURL=index.d.ts.map