@extrahorizon/javascript-sdk 8.14.0-dev-202-65b18ba → 8.14.0-feat-199-d84a986

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 CHANGED
@@ -7,21 +7,6 @@ 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
-
25
10
  ## [8.13.0]
26
11
 
27
12
  ### Added
@@ -5735,7 +5735,7 @@ const templatesV2Service = (httpWithAuth) => {
5735
5735
  };
5736
5736
  };
5737
5737
 
5738
- const version = '8.14.0-dev-202-65b18ba';
5738
+ const version = '8.14.0-feat-199-d84a986';
5739
5739
 
5740
5740
  /**
5741
5741
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5705,7 +5705,7 @@ const templatesV2Service = (httpWithAuth) => {
5705
5705
  };
5706
5706
  };
5707
5707
 
5708
- const version = '8.14.0-dev-202-65b18ba';
5708
+ const version = '8.14.0-feat-199-d84a986';
5709
5709
 
5710
5710
  /**
5711
5711
  * Create ExtraHorizon client.
@@ -2,9 +2,6 @@ import { AffectedRecords, OptionsBase, OptionsWithRql, PagedResult } from '../..
2
2
  import { AuthOauth2TokenService } from './accessTokens/types';
3
3
  import { OAuth2AuthorizationsService } from './authorizations/types';
4
4
  import { OAuth2RefreshTokenService } from './refreshTokens/types';
5
- export * from './accessTokens/types';
6
- export * from './authorizations/types';
7
- export * from './refreshTokens/types';
8
5
  export interface AuthOauth2Service {
9
6
  tokens: AuthOauth2TokenService;
10
7
  refreshTokens: OAuth2RefreshTokenService;
@@ -2,9 +2,6 @@ import { AffectedRecords, OptionsBase, OptionsWithRql, PagedResult } from '../..
2
2
  import { AuthOauth2TokenService } from './accessTokens/types';
3
3
  import { OAuth2AuthorizationsService } from './authorizations/types';
4
4
  import { OAuth2RefreshTokenService } from './refreshTokens/types';
5
- export * from './accessTokens/types';
6
- export * from './authorizations/types';
7
- export * from './refreshTokens/types';
8
5
  export interface AuthOauth2Service {
9
6
  tokens: AuthOauth2TokenService;
10
7
  refreshTokens: OAuth2RefreshTokenService;
@@ -1 +1 @@
1
- export declare const version = "8.14.0-dev-202-65b18ba";
1
+ export declare const version = "8.14.0-feat-199-d84a986";
@@ -1 +1 @@
1
- export declare const version = "8.14.0-dev-202-65b18ba";
1
+ export declare const version = "8.14.0-feat-199-d84a986";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.14.0-dev-202-65b18ba",
3
+ "version": "8.14.0-feat-199-d84a986",
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",