@extrahorizon/javascript-sdk 8.14.0-feat-200-1d03271 → 8.14.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/CHANGELOG.md +15 -0
- package/build/index.cjs.js +1 -1
- package/build/index.mjs +1 -1
- package/build/types/version.d.ts +1 -1
- package/build/version.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [8.14.0]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
- Added the `exh.auth.oauth2.authorizations.create` method to create an authorization
|
|
12
|
+
- Added the `exh.auth.oauth2.authorizations.find*` methods to retrieve authorizations
|
|
13
|
+
- Added the `exh.auth.oauth2.authorizations.remove` method to delete an authorization
|
|
14
|
+
- Added the error type `InvalidRqlError` to support detecting invalid RQL
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- The permissions documentation for `exh.mails.send` has been updated
|
|
18
|
+
|
|
19
|
+
### Deprecated
|
|
20
|
+
The following methods have been deprecated in favor of the new `exh.auth.oauth2.authorizations.*` methods:
|
|
21
|
+
- `exh.auth.oauth2.createAuthorization`
|
|
22
|
+
- `exh.auth.oauth2.getAuthorizations`
|
|
23
|
+
- `exh.auth.oauth2.deleteAuthorization`
|
|
24
|
+
|
|
10
25
|
## [8.13.0]
|
|
11
26
|
|
|
12
27
|
### Added
|
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.14.0
|
|
1
|
+
export declare const version = "8.14.0";
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.14.0
|
|
1
|
+
export declare const version = "8.14.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.14.0
|
|
3
|
+
"version": "8.14.0",
|
|
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",
|