Deletes a custom data item from a category.
Category ID or custom data category object.
Key of the item to delete.
Callback function that receives a boolean indicating success.
Retrieves custom data objects by category or ID, paginated.
Category ID or custom data category object.
Page number for pagination.
Number of items per page.
Callback function that receives the object data.
Retrieves categories optionally filtered by name pattern.
Optional pattern to filter category names.
Callback function that receives the data array.
Refreshes data in a custom data category.
Category ID or custom data category object.
Saves a custom data item to a category.
Category ID or custom data category object.
Key of the item to save.
Data object to save.
Callback function that receives a boolean indicating success.
Searches for custom data items within a category.
Category ID or custom data category object.
Key to search within items.
Value to search for.
Page number for pagination.
Number of items per page.
Indicates whether to perform an exact match search.
Callback function that receives the search results array.
Searches for custom data items using pagination and filtering criteria.
Object containing search filters.
Callback function that receives the paged list of key-value pairs.
Represents custom data category objects with methods for managing custom data categories.