@extrahorizon/javascript-sdk 8.14.0-feat-199-d84a986 → 8.14.0-feat-200-1d03271

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.
@@ -5735,7 +5735,7 @@ const templatesV2Service = (httpWithAuth) => {
5735
5735
  };
5736
5736
  };
5737
5737
 
5738
- const version = '8.14.0-feat-199-d84a986';
5738
+ const version = '8.14.0-feat-200-1d03271';
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-feat-199-d84a986';
5708
+ const version = '8.14.0-feat-200-1d03271';
5709
5709
 
5710
5710
  /**
5711
5711
  * Create ExtraHorizon client.
@@ -2,6 +2,9 @@ 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';
5
8
  export interface AuthOauth2Service {
6
9
  tokens: AuthOauth2TokenService;
7
10
  refreshTokens: OAuth2RefreshTokenService;
@@ -2,6 +2,9 @@ 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';
5
8
  export interface AuthOauth2Service {
6
9
  tokens: AuthOauth2TokenService;
7
10
  refreshTokens: OAuth2RefreshTokenService;
@@ -1 +1 @@
1
- export declare const version = "8.14.0-feat-199-d84a986";
1
+ export declare const version = "8.14.0-feat-200-1d03271";
@@ -1 +1 @@
1
- export declare const version = "8.14.0-feat-199-d84a986";
1
+ export declare const version = "8.14.0-feat-200-1d03271";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.14.0-feat-199-d84a986",
3
+ "version": "8.14.0-feat-200-1d03271",
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",