UNPKG

n8n-nodes-scalefluidly

Version:
750 lines 25.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.adminActions = void 0; exports.adminActions = [ { "name": "Get Users Details", "value": "get_all_users", "description": "Get Users Details", "action": "Get All Users Details", }, { "name": "Get User Permissions", "value": "get_user_permissions", "description": "Retrieve user permissions", "action": "Get User Permissions", }, { "name": "Update Users", "value": "update_users", "description": "Update user details", "action": "Update User Information", }, { "name": "Create Users", "value": "add_users", "description": "Create a new user", "action": "Create a User", }, { "name": "Get All Groups", "value": "get_all_groups", "description": "Retrieve all user groups", "action": "Get All Groups", }, { "name": "Get Group Members", "value": "get_group_members", "description": "Retrieve members of a specific group", "action": "Get Group Members", }, { "name": "Get Groups", "value": "get_groups", "description": "Retrieve groups of a specific ScreenName", "action": "Get Groups for a specific Screen Name", }, { "name": "Create Groups", "value": "add_groups", "description": "Create a new group", "action": "Create a Group", }, { "name": "Update Groups", "value": "update_groups", "description": "Update an existing Group", "action": "Update Group Details" }, { "name": "Get Permissions", "value": "get_permissions", "description": "Retrieve all available permissions", "action": "Get Permissions", }, { "name": "Get Permission", "value": "get_permission", "description": "Retrieve details of a specific permission", "action": "Get Permission Details", }, { "name": "Create Permission", "value": "add_permission", "description": "Create a new permission", "action": "Create a Permission", }, { "name": "Update Permission", "value": "update_permission", "description": "Update an existing permission", "action": "Update Permission Details", }, { "name": "Get Configuration Rules", "value": "get_configuration_rules", "description": "Retrieve configuration rules", "action": "Get Configuration Rules", }, { "name": "Get Rule Product Groups", "value": "get_rule_product_groups", "description": "Retrieve product groups for rules", "action": "Get Rule Product Groups", }, { "name": "Get Tables", "value": "get_tables", "description": "Retrieve available tables", "action": "Get Tables Data", }, { "name": "Get Configuration Rule", "value": "get_configuration_rule", "description": "Retrieve configuration rule details", "action": "Get Configuration Rule", }, { "name": "Add or Update Configuration Rule", "value": "add_or_update_configuration_rule", "description": "Add or modify a configuration rule", "action": "Create or Update Configuration Rule", }, { "name": "Add Rule Product Groups", "value": "add_rule_product_groups", "description": "Add product groups to rules", "action": "Create Rule Product Groups", }, { "name": "Update Rule Product Groups", "value": "update_rule_product_groups", "description": "Modify product groups in rules", "action": "Update Rule Product Groups", }, { "name": "Get Configuration", "value": "get_configuration", "description": "Retrieve configuration details", "action": "Get Configuration", }, { "name": "Save Configuration", "value": "save_configuration", "description": "Save configuration settings", "action": "Store Configuration Settings", }, { "name": "Save Quote Types", "value": "save_quote_types", "description": "Save quote type details", "action": "Save Quote Type Information", }, { "name": "Get Currency Conversions", "value": "get_currency_conversions", "description": "Retrieve currency conversion", "action": "Get currency conversion details" }, { "name": "Get Object Names Meta Data", "value": "get_object_names_meta_data", "description": "Retrieve metadata for object names", "action": "Get object names metadata" }, { "name": "Get Customer Languages", "value": "get_customer_languages", "description": "Retrieve available languages for a customer", "action": "Get customer language settings" }, { "name": "Get Layout Fields By Object", "value": "get_layout_fields_by_object", "description": "Retrieve layout fields based on the object name ", "action": "Fetch layout field details by object" }, { "name": "Get Data Values", "value": "get_data_values", "description": "Retrieve data values for a product objects", "action": "Get data values" }, { "name": "Get Field Columns", "value": "get_field_columns", "description": "Retrieve column details for fields", "action": "Get field column metadata" }, { "name": "Add Currency Conversion", "value": "add_currency_conversion", "description": "Add a new currency conversion", "action": "Save currency conversion" }, { "name": "Update Currency Conversion", "value": "update_currency_conversion", "description": "Update an existing currency conversion", "action": "Update currency conversion" }, { "name": "Delete Currency Conversion", "value": "delete_currency_conversion", "description": "Delete a currency conversion entry", "action": "Remove currency conversion" }, { "name": "Save Translation Meta Data", "value": "save_translation_meta_data", "description": "Save metadata for translations", "action": "Store translation metadata" }, { "name": "Save Translation Data", "value": "save_translation_data", "description": "Save translation content data", "action": "Store translation information" }, { "name": "Set Customer Languages", "value": "set_customer_languages", "description": "Set preferred languages for a customer", "action": "Configure customer languages" }, { "name": "Get Properties", "value": "get_properties", "description": "Retrieve all configuration properties for specific object", "action": "Get properties details" }, { "name": "Get Locations", "value": "get_locations", "description": "Retrieve all available Locations", "action": "Get locations details" }, { "name": "Get Flows", "value": "get_flows", "description": "Retrieve all available flows", "action": "Get flow data" }, { "name": "Get Flow By ID", "value": "get_flow_by_id", "description": "Retrieve details of a specific flow by ID", "action": "Get flow details" }, { "name": "Create Flow", "value": "create_flow", "description": "Create a new flow", "action": "Save new flow" }, { "name": "Update Flow", "value": "update_flow", "description": "Update an existing flow", "action": "Update flow details" }, { "name": "Set Up Customer Profile for Salesforce", "value": "set_up_customer_profile_for_salesforce", "description": "Set up a customer profile specifically for Salesforce integration", "action": "Configure customer profile in Salesforce" }, { "name": "Request Free Trial", "value": "request_free_trial", "description": "Request for a free trial", "action": "Initiate free trial request" }, { "name": "Get Categories", "value": "get_categories", "description": "Retrieve hierarchical category data", "action": "Get category information" }, { "name": "Get All Categories", "value": "get_all_categories", "description": "Retrieve all categories associated with a customer", "action": "Get all category details" }, { "name": "Get Category Products", "value": "get_category_products", "description": "Retrieve products within a specific category", "action": "Get category product details" }, { "name": "Get Non-Associated Category Products", "value": "get_non_associated_category_products", "description": "Retrieve products that are not yet linked to any category", "action": "Get unassociated category products" }, { "name": "Get Category Pricebooks", "value": "get_category_pricebooks", "description": "Retrieve price books associated with a category", "action": "Get category pricebook details" }, { "name": "Get Non-Associated Pricebooks", "value": "get_non_associated_pricebooks", "description": "Retrieve price books not linked to a category", "action": "Get unassociated pricebooks" }, { "name": "Get Category Details", "value": "get_category_details", "description": "Retrieve detailed information about a specific category", "action": "Get category details" }, { "name": "Get Category Discounts", "value": "get_category_discounts", "description": "Retrieve discount details for a category", "action": "Get category discount information" }, { "name": "Get Category Discount By ID", "value": "get_category_discount_by_id", "description": "Retrieve a specific category discount by its ID", "action": "Get category discount details" }, { "name": "Add Categories", "value": "add_categories", "description": "Add new categories", "action": "Create categories" }, { "name": "Update Category", "value": "update_category", "description": "Update an existing category", "action": "Update category details" }, { "name": "Add Products to Category", "value": "add_products_to_category", "description": "Associate products with a category", "action": "Associate products to category" }, { "name": "Delete Category Products", "value": "delete_category_products", "description": "Remove products from a category", "action": "Remove products from category" }, { "name": "Update Category Pricebooks", "value": "update_category_pricebooks", "description": "Update price book associations for a category", "action": "Update category pricebook" }, { "name": "Add Pricebook to a Category", "value": "add_pricebook_to_category", "description": "Add pricebook to a category", "action": "Add Pricebook to a Category" }, { "name": "Add or Update Category Discounts", "value": "add_update_category_discounts", "description": "Add or update discount details for a category", "action": "Add or update category discounts" }, { "name": "Delete Category Discounts", "value": "delete_category_discounts", "description": "Remove discounts from a category", "action": "Delete category discount records" }, { "name": 'Get Price Books', "value": 'get_price_books', "description": 'Retrieve the list of price books', "action": 'Get Price Books' }, { "name": 'Get Based On Price Books', "value": 'get_based_on_price_books', "description": 'Retrieve price books based on criteria', "action": 'Get Based On Price Books' }, { "name": 'Get Price Book Associated Products', "value": 'get_price_book_associated_products', "description": 'Retrieve products associated with a price book', "action": 'Get Price Book Associated Products' }, { "name": 'Get Price Book Available Products', "value": 'get_price_book_available_products', "description": 'Retrieve products available for a price book', "action": 'Get Price Book Available Products' }, { "name": 'Pricebook Line Items', "value": 'pricebook_line_items', "description": 'Retrieve price book line items', "action": 'Get Pricebook Line Items' }, { "name": 'Get Pricing Customer Lookup', "value": 'get_pricing_customer_lookup', "description": 'Retrieve customer pricing lookup data', "action": 'Get Pricing Customer Lookup' }, { "name": 'Add Price Book', "value": 'add_price_book', "description": 'Create a price book', "action": 'Create Price Book' }, { "name": 'Update Price Book', "value": 'update_price_book', "description": 'Update details of an existing price book', "action": 'Update Price Book' }, { "name": 'Add Price Book Associated Products', "value": 'add_price_book_associated_products', "description": 'Associate products with a price book', "action": 'Associate Products to Price Book' }, { "name": 'Update Price Book Associated Products', "value": 'update_price_book_associated_products', "description": 'Update product associations in a price book', "action": 'Update Price Book Product Associations' }, { "name": "Get Deal Guidances", "value": "get_deal_guidances", "description": "Fetch deal guidance details", "action": "Get Deal Guidance Information" }, { "name": "Add Deal Guidance", "value": "add_deal_guidance", "description": "Add deal guidance details", "action": "Save Deal Guidance Information" }, { "name": "Update Deal Guidances", "value": "update_deal_guidances", "description": "Update deal guidance details", "action": "Update Deal Guidance Information" }, { "name": "Get Table Schemas", "value": "get_table_schemas", "description": "Retrieve field names for quotes and quote line items", "action": "Get column names for quotes and quote line items" }, { "name": "Get Approvals", "value": "get_all_approvals", "description": "Retrieve approval details", "action": "Fetch Approval Information" }, { "name": "Get Group Users", "value": "get_group_users", "description": "Retrieve group users", "action": "Get Group User Data" }, { "name": "Add or Update Approval", "value": "add_or_update_approval", "description": "Save or modify approval details", "action": "Manage Approval Data" }, { "name": "Get Objects", "value": "get_objects", "description": "Fetch a list of objects", "action": "Retrieve Objects" }, { "name": "Get Object Details by ID", "value": "get_object_details_by_id", "description": "Fetch details of an object by its ID", "action": "Retrieve Object Details" }, { "name": "Get Data Types", "value": "get_data_types", "description": "Fetch available data types", "action": "Retrieve Data Types" }, { "name": "Add Objects", "value": "add_objects", "description": "Add new objects", "action": "Save Object Data" }, { "name": "Update Objects", "value": "update_objects", "description": "Update existing objects", "action": "Update Object Information" }, { "name": "Import Data", "value": "import_data", "description": "Import external data", "action": "Import Object Data" }, { "name": "Get Functions", "value": "get_functions", "description": "Retrieve a list of available functions", "action": "Fetch Function List" }, { "name": "Get Template List", "value": "get_template_list", "description": "Retrieve a list of available templates", "action": "Fetch Template List" }, { "name": "Insert or Update Templates", "value": "insert_or_update_templates", "description": "Save template data", "action": "Manage Templates" }, { "name": "Get Layout Fields", "value": "get_layout_fields", "description": "Retrieve all available fields for a specified layout and object type", "action": "Get layout fields for an object type" }, { "name": "Get Layouts", "value": "get_layouts", "description": "Retrieve a list of available layouts", "action": "Get Layout List" }, { "name": "Get Layouts By Layout ID", "value": "get_layouts_by_layout_id", "description": "Get layouts based on ID", "action": "Retrieve Layout Information" }, { "name": "Add Layouts", "value": "add_layouts", "description": "Add new layouts", "action": "Save Layout Data" }, { "name": "Delete Layouts", "value": "delete_layouts", "description": "Remove layouts", "action": "Delete Layout Information" }, { "name": "Get Product Activity Timeline", "value": "get_product_activity_timeline", "description": "Retrieve product activity details", "action": "Retrieve product activity details" }, { "name": "Get Price Book Activity Timeline", "value": "get_price_book_activity_timeline", "description": "Retrieve price book activity details", "action": "Retrieve price book activity details" }, { "name": "Get Price Book Item Activity Timeline", "value": "get_price_book_item_activity_timeline", "description": "Retrieve price book item activity details", "action": "Retrieve price book item activity details" }, { "name": "Get Rule Activity Timeline", "value": "get_rule_activity_timeline", "description": "Retrieve rule activity details", "action": "Retrieve rule activity details" }, { "name": "Get All Product UOMs", "value": "get_all_product_uoms", "description": "Retrieve all product UOMs", "action": "Get Product UOM Data" }, { "name": "Get All Product UOM Conversions", "value": "get_all_product_uom_conversions", "description": "Retrieve all product UOM conversions", "action": "Get Product UOM Conversion Data" }, { "name": "Get Products", "value": "get_products", "description": "Retrieve all available products", "action": "Get Product Data" }, { "name": "Get Product Options", "value": "get_product_options", "description": "Retrieve available product options", "action": "Get Product Option Data" }, { "name": "Get Attribute Groups", "value": "get_attribute_groups", "description": "Retrieve product attribute groups", "action": "Get Attribute Group Data" }, { "name": "Get All Product Attributes", "value": "get_all_product_attributes", "description": "Retrieve all product attributes", "action": "Get Product Attribute Data" }, { "name": "Add Product UOM", "value": "add_product_uom", "description": "Add a new product UOM", "action": "Save Product UOM Data" }, { "name": "Edit Product UOM", "value": "edit_product_uom", "description": "Modify an existing product UOM", "action": "Update Product UOM Data" }, { "name": "Add Product UOM Conversion", "value": "add_product_uom_conversion", "description": "Add a new product UOM conversion", "action": "Save Product UOM Conversion Data" }, { "name": "Edit Product UOM Conversion", "value": "edit_product_uom_conversion", "description": "Modify an existing product UOM conversion", "action": "Update Product UOM Conversion Data" }, { "name": "Get Product By ID", "value": "get_product_by_id", "description": "Retrieve product details by ID", "action": "Get Product Information" }, { "name": "Get Available Product Options", "value": "get_available_product_options", "description": "Retrieve available product options", "action": "Get Available Product Options" }, { "name": "Get Available Product Group Options", "value": "get_available_product_group_options", "description": "Retrieve available product group options", "action": "Get Available Product Group Options" }, { "name": "Get Associated Product Options", "value": "get_associated_product_options", "description": "Retrieve associated product options", "action": "Get Associated Product Options" }, { "name": "Get Product Groups", "value": "get_product_groups", "description": "Retrieve product groups", "action": "Get Product Group Data" }, { "name": "Get Product Group Options", "value": "get_product_group_options", "description": "Retrieve product group options", "action": "Get Product Group Options" }, { "name": "Get Product Options By Group ID", "value": "get_product_options_by_group_id", "description": "Retrieve product options by group ID", "action": "Get Product Options for Group" }, { "name": "Get Product Attributes", "value": "get_product_attributes", "description": "Retrieve product attributes", "action": "Get Product Attribute Information" }, { "name": "Get Product Attributes By Group ID", "value": "get_product_attributes_by_group_id", "description": "Retrieve product attributes by group ID", "action": "Get Product Attributes for Group" }, { "name": "Get Group Attributes", "value": "get_group_attributes", "description": "Retrieve group attributes", "action": "Get Group Attribute Data" }, { "name": "Get Available Product Group Attributes", "value": "get_available_product_group_attributes", "description": "Retrieve available product group attributes", "action": "Get Available Product Group Attributes" }, { "name": "Add Price Book Item", "value": "add_price_book_item", "description": "Add a new price book item", "action": "Save Price Book Item Data" }, { "name": "Edit Price Book Item", "value": "edit_price_book_item", "description": "Modify an existing price book item", "action": "Update Price Book Item Data" }, { "name": "Add Product", "value": "add_products", "description": "Add a new product", "action": "Save Product Data" }, { "name": "Update Products", "value": "update_products", "description": "Modify existing products", "action": "Update Product Data" }, { "name": "Save Product Group Options", "value": "save_product_group_options", "description": "Save product group options", "action": "Store Product Group Option Data" }, { "name": "Delete Product Group Options", "value": "delete_product_group_options", "description": "Remove product group options", "action": "Delete Product Group Option Data" }, { "name": "Save Product Group Attributes", "value": "save_product_group_attributes", "description": "Save product group attributes", "action": "Store Product Group Attribute Data" }, { "name": "Update Option Group", "value": "update_option_group", "description": "Modify product option group", "action": "Update Product Option Group" }, ]; //# sourceMappingURL=admin-actions.js.map