@algolia/client-search 5.2.5 → 5.3.1

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.
@@ -803,6 +803,11 @@ export type GetSecuredApiKeyRemainingValidityOptions = {
803
803
  securedApiKey: string;
804
804
  };
805
805
 
806
+ export type SearchClientNodeHelpers = {
807
+ generateSecuredApiKey: (opts: GenerateSecuredApiKeyOptions) => string;
808
+ getSecuredApiKeyRemainingValidity: (opts: GetSecuredApiKeyRemainingValidityOptions) => number;
809
+ };
810
+
806
811
  export type DeleteObjectsOptions = Pick<ChunkedBatchOptions, 'indexName'> & {
807
812
  /**
808
813
  * The objectIDs to delete.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.2.5",
2
+ "version": "5.3.1",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
44
44
  "index.d.ts"
45
45
  ],
46
46
  "dependencies": {
47
- "@algolia/client-common": "5.2.5",
48
- "@algolia/requester-browser-xhr": "5.2.5",
49
- "@algolia/requester-node-http": "5.2.5"
47
+ "@algolia/client-common": "5.3.1",
48
+ "@algolia/requester-browser-xhr": "5.3.1",
49
+ "@algolia/requester-node-http": "5.3.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@arethetypeswrong/cli": "0.15.4",