@algolia/n8n-nodes-algolia 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,84 +22,95 @@ This node supports the following operations:
22
22
 
23
23
  <!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
24
24
  <!-- OPERATIONS START -->
25
+
25
26
  ### Advanced
26
- - **Get logs** - The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
27
- - **Get app task** - Checks the status of a given application task.
27
+
28
+ - **Retrieve log entries** - The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
29
+ - **Check application task status** - Checks the status of a given application task.
28
30
 
29
31
  ### Api Keys
30
- - **List api keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
31
- - **Add api key** - Creates a new API key with specific permissions and restrictions.
32
- - **Get api key** - Gets the permissions and restrictions of an API key.
33
- - **Update api key** - Replaces the permissions of an existing API key.
34
- - **Delete api key** - Deletes the API key.
35
- - **Restore api key** - Restores a deleted API key.
32
+
33
+ - **List API keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
34
+ - **Create an API key** - Creates a new API key with specific permissions and restrictions.
35
+ - **Retrieve API key permissions** - Gets the permissions and restrictions of an API key.
36
+ - **Update an API key** - Replaces the permissions of an existing API key.
37
+ - **Delete an API key** - Deletes the API key.
38
+ - **Restore an API key** - Restores a deleted API key.
36
39
 
37
40
  ### Clusters
38
- - **Assign user id** - Assigns or moves a user ID to a cluster.
39
- - **List user ids** - Lists the userIDs assigned to a multi-cluster application.
40
- - **Batch assign user ids** - Assigns multiple user IDs to a cluster.
41
- - **Get top user ids** - Get the IDs of the 10 users with the highest number of records per cluster.
42
- - **Get user id** - Returns the user ID data stored in the mapping.
43
- - **Remove user id** - Deletes a user ID and its associated data from the clusters.
41
+
42
+ - **Assign or move a user ID** - Assigns or moves a user ID to a cluster.
43
+ - **List user IDs** - Lists the userIDs assigned to a multi-cluster application.
44
+ - **Assign multiple userIDs** - Assigns multiple user IDs to a cluster.
45
+ - **Get top user IDs** - Get the IDs of the 10 users with the highest number of records per cluster.
46
+ - **Retrieve user ID** - Returns the user ID data stored in the mapping.
47
+ - **Delete user ID** - Deletes a user ID and its associated data from the clusters.
44
48
  - **List clusters** - Lists the available clusters in a multi-cluster setup.
45
- - **Search user ids** - Since it can take a few seconds to get the data from the different clusters,
46
- - **Has pending mappings** - To determine when the time-consuming process of creating a large batch of users or migrating users from one cluster to another is complete, this operation retrieves the status of the process.
49
+ - **Search for user IDs** - Since it can take a few seconds to get the data from the different clusters,
50
+ - **Get migration and user mapping status** - To determine when the time-consuming process of creating a large batch of users or migrating users from one cluster to another is complete, this operation retrieves the status of the process.
47
51
 
48
52
  ### Dictionaries
49
- - **Batch dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
53
+
54
+ - **Add or delete dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
50
55
  - **Search dictionary entries** - Searches for standard and custom dictionary entries.
51
- - **Get dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
52
- - **Set dictionary settings** - Turns standard stop word dictionary entries on or off for a given language.
53
- - **Get dictionary languages** - Lists supported languages with their supported dictionary types and number of custom entries.
56
+ - **Retrieve dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
57
+ - **Update dictionary settings** - Turns standard stop word dictionary entries on or off for a given language.
58
+ - **List available languages** - Lists supported languages with their supported dictionary types and number of custom entries.
54
59
 
55
60
  ### Indices
56
- - **Delete index** - Deletes an index and all its settings.
57
- - **Get settings** - Retrieves an object with non-null index settings.
58
- - **Set settings** - Update the specified index settings.
59
- - **Get task** - Checks the status of a given task.
60
- - **Operation index** - Copies or moves (renames) an index within the same Algolia application.
61
+
62
+ - **Delete an index** - Deletes an index and all its settings.
63
+ - **Retrieve index settings** - Retrieves an object with non-null index settings.
64
+ - **Update index settings** - Update the specified index settings.
65
+ - **Check task status** - Checks the status of a given task.
66
+ - **Copy or move an index** - Copies or moves (renames) an index within the same Algolia application.
61
67
  - **List indices** - Lists all indices in the current Algolia application.
62
68
 
63
69
  ### Records
64
- - **Save object** - Adds a record to an index or replaces it.
65
- - **Get object** - Retrieves one record by its object ID.
66
- - **Add or update object** - If a record with the specified object ID exists, the existing record is replaced.
67
- - **Delete object** - Deletes a record by its object ID.
68
- - **Delete by** - This operation doesn't accept empty filters.
69
- - **Clear objects** - Deletes only the records from an index while keeping settings, synonyms, and rules.
70
- - **Partial update object** - Adds new attributes to a record, or updates existing ones.
71
- - **Batch** - Adds, updates, or deletes records in one index with a single API request.
72
- - **Multiple batch** - Adds, updates, or deletes records in multiple indices with a single API request.
73
- - **Get objects** - Retrieves one or more records, potentially from different indices.
70
+
71
+ - **Add a new record (with auto-generated object ID)** - Adds a record to an index or replaces it.
72
+ - **Retrieve a record** - Retrieves one record by its object ID.
73
+ - **Add or replace a record** - If a record with the specified object ID exists, the existing record is replaced.
74
+ - **Delete a record** - Deletes a record by its object ID.
75
+ - **Delete records matching a filter** - This operation doesn't accept empty filters.
76
+ - **Delete all records from an index** - Deletes only the records from an index while keeping settings, synonyms, and rules.
77
+ - **Add or update attributes** - Adds new attributes to a record, or updates existing ones.
78
+ - **Batch indexing operations on one index** - Adds, updates, or deletes records in one index with a single API request.
79
+ - **Batch indexing operations on multiple indices** - Adds, updates, or deletes records in multiple indices with a single API request.
80
+ - **Retrieve records** - Retrieves one or more records, potentially from different indices.
74
81
 
75
82
  ### Rules
76
- - **Get rule** - Retrieves a rule by its ID.
77
- - **Save rule** - If a rule with the specified object ID doesn't exist, it's created.
78
- - **Delete rule** - Deletes a rule by its ID.
79
- - **Save rules** - Create or update multiple rules.
80
- - **Clear rules** - Deletes all rules from the index.
81
- - **Search rules** - Searches for rules in your index.
83
+
84
+ - **Retrieve a rule** - Retrieves a rule by its ID.
85
+ - **Create or replace a rule** - If a rule with the specified object ID doesn't exist, it's created.
86
+ - **Delete a rule** - Deletes a rule by its ID.
87
+ - **Create or update rules** - Create or update multiple rules.
88
+ - **Delete all rules** - Deletes all rules from the index.
89
+ - **Search for rules** - Searches for rules in your index.
82
90
 
83
91
  ### Search
84
- - **Search single index** - Searches a single index and returns matching search results (_hits_).
85
- - **Search** - Sends multiple search requests to one or more indices.
92
+
93
+ - **Search an index** - Searches a single index and returns matching search results as hits.
94
+ - **Search multiple indices** - Sends multiple search requests to one or more indices.
86
95
  - **Search for facet values** - Searches for values of a specified facet attribute.
87
- - **Browse** - Retrieves records from an index, up to 1,000 per request.
96
+ - **Browse for records** - Retrieves records from an index, up to 1,000 per request.
88
97
 
89
98
  ### Synonyms
90
- - **Get synonym** - Retrieves a synonym by its ID.
91
- - **Save synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
92
- - **Delete synonym** - Deletes a synonym by its ID.
93
- - **Save synonyms** - If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
94
- - **Clear synonyms** - Deletes all synonyms from the index.
95
- - **Search synonyms** - Searches for synonyms in your index.
99
+
100
+ - **Retrieve a synonym** - Retrieves a synonym by its ID.
101
+ - **Create or replace a synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
102
+ - **Delete a synonym** - Deletes a synonym by its ID.
103
+ - **Create or replace synonyms** - If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
104
+ - **Delete all synonyms** - Deletes all synonyms from the index.
105
+ - **Search for synonyms** - Searches for synonyms in your index.
96
106
 
97
107
  ### Vaults
98
- - **Get sources** - Retrieves all allowed IP addresses with access to your application.
99
- - **Replace sources** - Replaces the list of allowed sources.
100
- - **Append source** - Adds a source to the list of allowed sources.
101
- - **Delete source** - Deletes a source from the list of allowed sources.
102
- <!-- OPERATIONS END -->
108
+
109
+ - **List allowed sources** - Retrieves all allowed IP addresses with access to your application.
110
+ - **Replace allowed sources** - Replaces the list of allowed sources.
111
+ - **Add a source** - Adds a source to the list of allowed sources.
112
+ - **Delete a source** - Deletes a source from the list of allowed sources.
113
+ <!-- OPERATIONS END -->
103
114
 
104
115
  ## Credentials
105
116