@algolia/client-search
Advanced tools
Comparing version 4.11.0 to 4.12.0
@@ -281,2 +281,11 @@ 'use strict'; | ||
const getAppTask = (base) => { | ||
return (taskID, requestOptions) => { | ||
return base.transporter.read({ | ||
method: requesterCommon.MethodEnum.Get, | ||
path: clientCommon.encode('1/task/%s', taskID.toString()), | ||
}, requestOptions); | ||
}; | ||
}; | ||
const getDictionarySettings = (base) => { | ||
@@ -321,11 +330,2 @@ return (requestOptions) => { | ||
const getAppTask = (base) => { | ||
return (taskID, requestOptions) => { | ||
return base.transporter.read({ | ||
method: requesterCommon.MethodEnum.Get, | ||
path: clientCommon.encode('1/task/%s', taskID.toString()), | ||
}, requestOptions); | ||
}; | ||
}; | ||
const getUserID = (base) => { | ||
@@ -332,0 +332,0 @@ return (userID, requestOptions) => { |
@@ -277,2 +277,11 @@ import { createAuth, AuthMode, shuffle, addMethods, createWaitablePromise, createRetryablePromise, encode } from '@algolia/client-common'; | ||
const getAppTask = (base) => { | ||
return (taskID, requestOptions) => { | ||
return base.transporter.read({ | ||
method: MethodEnum.Get, | ||
path: encode('1/task/%s', taskID.toString()), | ||
}, requestOptions); | ||
}; | ||
}; | ||
const getDictionarySettings = (base) => { | ||
@@ -317,11 +326,2 @@ return (requestOptions) => { | ||
const getAppTask = (base) => { | ||
return (taskID, requestOptions) => { | ||
return base.transporter.read({ | ||
method: MethodEnum.Get, | ||
path: encode('1/task/%s', taskID.toString()), | ||
}, requestOptions); | ||
}; | ||
}; | ||
const getUserID = (base) => { | ||
@@ -328,0 +328,0 @@ return (userID, requestOptions) => { |
{ | ||
"name": "@algolia/client-search", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"private": false, | ||
@@ -19,6 +19,6 @@ "repository": { | ||
"dependencies": { | ||
"@algolia/client-common": "4.11.0", | ||
"@algolia/requester-common": "4.11.0", | ||
"@algolia/transporter": "4.11.0" | ||
"@algolia/client-common": "4.12.0", | ||
"@algolia/requester-common": "4.12.0", | ||
"@algolia/transporter": "4.12.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184995
4745
+ Added@algolia/cache-common@4.12.0(transitive)
+ Added@algolia/client-common@4.12.0(transitive)
+ Added@algolia/logger-common@4.12.0(transitive)
+ Added@algolia/requester-common@4.12.0(transitive)
+ Added@algolia/transporter@4.12.0(transitive)
- Removed@algolia/cache-common@4.11.0(transitive)
- Removed@algolia/client-common@4.11.0(transitive)
- Removed@algolia/logger-common@4.11.0(transitive)
- Removed@algolia/requester-common@4.11.0(transitive)
- Removed@algolia/transporter@4.11.0(transitive)
Updated@algolia/transporter@4.12.0