@extrahorizon/javascript-sdk 8.12.0-dev-175-210a7af → 8.12.0-dev-176-066ecfb

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,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [8.12.0]
9
9
 
10
+ ### Added
11
+ - Added the error type `ServiceUnreachableError` to support detecting services that are no longer running
12
+
13
+ ### Fixed
14
+ - Options are now correctly passed to the `findAll` method
15
+ - An error is now correctly thrown when providing the `skipCount` RQL operator to the `findAll` method
16
+
17
+ ### Deprecated
18
+ - `exh.templates.*`
19
+ - The templates service has been deprecated in favor of the templates service V2
20
+ - `exh.profiles.*`
21
+ - The profiles service has been deprecated in favor of using a custom schema in the data service
22
+ - `exh.notifications.*`
23
+ - The notifications service has been deprecated in favor of the notifications service V2
24
+
10
25
  ## [8.11.0]
11
26
 
12
27
  ### Added
@@ -5664,7 +5664,7 @@ const templatesV2Service = (httpWithAuth) => {
5664
5664
  };
5665
5665
  };
5666
5666
 
5667
- const version = '8.12.0-dev-175-210a7af';
5667
+ const version = '8.12.0-dev-176-066ecfb';
5668
5668
 
5669
5669
  /**
5670
5670
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5634,7 +5634,7 @@ const templatesV2Service = (httpWithAuth) => {
5634
5634
  };
5635
5635
  };
5636
5636
 
5637
- const version = '8.12.0-dev-175-210a7af';
5637
+ const version = '8.12.0-dev-176-066ecfb';
5638
5638
 
5639
5639
  /**
5640
5640
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.12.0-dev-175-210a7af";
1
+ export declare const version = "8.12.0-dev-176-066ecfb";
@@ -1 +1 @@
1
- export declare const version = "8.12.0-dev-175-210a7af";
1
+ export declare const version = "8.12.0-dev-176-066ecfb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.12.0-dev-175-210a7af",
3
+ "version": "8.12.0-dev-176-066ecfb",
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",