@extrahorizon/javascript-sdk 8.9.0-dev-147-660f81f → 8.9.0-dev-148-f4c4543
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/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
|
@@ -11,4 +11,8 @@ interface OAuth1RequestInformation {
|
|
|
11
11
|
export declare function getOAuth1AuthorizationHeader(requestInformation: OAuth1RequestInformation): {
|
|
12
12
|
Authorization: string;
|
|
13
13
|
};
|
|
14
|
+
export declare function getUrlInfoFromRequest(url: string): {
|
|
15
|
+
baseUrl: string;
|
|
16
|
+
searchParameters: any;
|
|
17
|
+
};
|
|
14
18
|
export {};
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.9.0-dev-
|
|
1
|
+
export declare const version = "8.9.0-dev-148-f4c4543";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.9.0-dev-
|
|
3
|
+
"version": "8.9.0-dev-148-f4c4543",
|
|
4
4
|
"description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
|
|
5
5
|
"main": "build/index.cjs.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|