@algolia/n8n-nodes-algolia 0.8.0 → 0.9.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
@@ -42,14 +42,11 @@ This node supports the following operations:
42
42
 
43
43
  <!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
44
44
  <!-- OPERATIONS START -->
45
-
46
45
  ### Advanced
47
-
48
46
  - **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).
49
47
  - **Check application task status** - Checks the status of a given application task.
50
48
 
51
49
  ### Api Keys
52
-
53
50
  - **List API keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
54
51
  - **Create an API key** - Creates a new API key with specific permissions and restrictions.
55
52
  - **Retrieve API key permissions** - Gets the permissions and restrictions of an API key.
@@ -58,7 +55,6 @@ This node supports the following operations:
58
55
  - **Restore an API key** - Restores a deleted API key.
59
56
 
60
57
  ### Clusters
61
-
62
58
  - **Assign or move a user ID** - Assigns or moves a user ID to a cluster.
63
59
  - **List user IDs** - Lists the userIDs assigned to a multi-cluster application.
64
60
  - **Assign multiple userIDs** - Assigns multiple user IDs to a cluster.
@@ -70,7 +66,6 @@ This node supports the following operations:
70
66
  - **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.
71
67
 
72
68
  ### Dictionaries
73
-
74
69
  - **Add or delete dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
75
70
  - **Search dictionary entries** - Searches for standard and custom dictionary entries.
76
71
  - **Retrieve dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
@@ -78,7 +73,6 @@ This node supports the following operations:
78
73
  - **List available languages** - Lists supported languages with their supported dictionary types and number of custom entries.
79
74
 
80
75
  ### Indices
81
-
82
76
  - **Delete an index** - Deletes an index and all its settings.
83
77
  - **Retrieve index settings** - Retrieves an object with non-null index settings.
84
78
  - **Update index settings** - Update the specified index settings.
@@ -87,7 +81,6 @@ This node supports the following operations:
87
81
  - **List indices** - Lists all indices in the current Algolia application.
88
82
 
89
83
  ### Records
90
-
91
84
  - **Add a new record (with auto-generated object ID)** - Adds a record to an index or replaces it.
92
85
  - **Retrieve a record** - Retrieves one record by its object ID.
93
86
  - **Add or replace a record** - If a record with the specified object ID exists, the existing record is replaced.
@@ -100,7 +93,6 @@ This node supports the following operations:
100
93
  - **Retrieve records** - Retrieves one or more records, potentially from different indices.
101
94
 
102
95
  ### Rules
103
-
104
96
  - **Retrieve a rule** - Retrieves a rule by its ID.
105
97
  - **Create or replace a rule** - If a rule with the specified object ID doesn't exist, it's created.
106
98
  - **Delete a rule** - Deletes a rule by its ID.
@@ -109,14 +101,12 @@ This node supports the following operations:
109
101
  - **Search for rules** - Searches for rules in your index.
110
102
 
111
103
  ### Search
112
-
113
104
  - **Search an index** - Searches a single index and returns matching search results as hits.
114
105
  - **Search multiple indices** - Sends multiple search requests to one or more indices.
115
106
  - **Search for facet values** - Searches for values of a specified facet attribute.
116
107
  - **Browse for records** - Retrieves records from an index, up to 1,000 per request.
117
108
 
118
109
  ### Synonyms
119
-
120
110
  - **Retrieve a synonym** - Retrieves a synonym by its ID.
121
111
  - **Create or replace a synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
122
112
  - **Delete a synonym** - Deletes a synonym by its ID.
@@ -125,12 +115,11 @@ This node supports the following operations:
125
115
  - **Search for synonyms** - Searches for synonyms in your index.
126
116
 
127
117
  ### Vaults
128
-
129
118
  - **List allowed sources** - Retrieves all allowed IP addresses with access to your application.
130
119
  - **Replace allowed sources** - Replaces the list of allowed sources.
131
120
  - **Add a source** - Adds a source to the list of allowed sources.
132
- - **Delete a source** - Deletes a source from the list of allowed sources.
133
- <!-- OPERATIONS END -->
121
+ - **Delete a source** - Deletes a source from the list of allowed sources.
122
+ <!-- OPERATIONS END -->
134
123
 
135
124
  ## Usage examples
136
125
 
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{constructor(){this.name="algoliaApi",this.displayName="Algolia API",this.documentationUrl="https://www.algolia.com",this.icon="file:./algolia.svg",this.properties=[{displayName:"Application ID",name:"appId",type:"string",required:!0,default:""},{displayName:"Admin API Key",name:"adminApiKey",type:"string",typeOptions:{password:!0},required:!0,default:""}],this.authenticate={type:"generic",properties:{headers:{"X-Algolia-Application-Id":"={{ $credentials.appId }}","X-Algolia-API-Key":"={{ $credentials.adminApiKey }}"}}}}}exports.AlgoliaApi=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{constructor(){this.name="algoliaApi",this.displayName="Algolia API",this.documentationUrl="https://www.algolia.com",this.icon="file:../algolia.svg",this.properties=[{displayName:"Application ID",name:"appId",type:"string",required:!0,default:""},{displayName:"Admin API Key",name:"adminApiKey",type:"string",typeOptions:{password:!0},required:!0,default:""}],this.authenticate={type:"generic",properties:{headers:{"X-Algolia-Application-Id":"={{ $credentials.appId }}","X-Algolia-API-Key":"={{ $credentials.adminApiKey }}"}}}}}exports.AlgoliaApi=e;