@extrahorizon/javascript-sdk 8.9.0-dev-143-afddc5e → 8.9.0-dev-144-fe86b3e

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
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
  - Completed the `Task` type for changes made in TaskService 1.3.0 a while ago:
14
14
  - Added the `retriedByTaskId`, `retryForTaskIds`, and `error` properties.
15
15
  - Added the `retried` status.
16
+ - Introduced `exh.templatesV2` with methods to manage and resolve V2 templates
17
+ - Added `template_name` to `exh.mails.*` to allow sending mails with a V2 template by name
16
18
 
17
19
  ### Deprecated
18
20
  - `exh.tasks.schedules.delete` is deprecated in favor of `exh.tasks.schedules.remove`
@@ -20,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
 
21
23
  ### Fixed
22
24
  - Corrected the types for the `findFirst` (based) methods to indicate they may return `undefined` when no results are found.
25
+ - Corrected the types of the `schema` property in the `exh.templates.*`
26
+ - Corrected the types of `exh.mails.*`
23
27
 
24
28
 
25
29
  ## [8.8.2]
@@ -5613,7 +5613,7 @@ const templatesV2Service = (httpWithAuth) => {
5613
5613
  };
5614
5614
  };
5615
5615
 
5616
- const version = '8.9.0-dev-143-afddc5e';
5616
+ const version = '8.9.0-dev-144-fe86b3e';
5617
5617
 
5618
5618
  /**
5619
5619
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5583,7 +5583,7 @@ const templatesV2Service = (httpWithAuth) => {
5583
5583
  };
5584
5584
  };
5585
5585
 
5586
- const version = '8.9.0-dev-143-afddc5e';
5586
+ const version = '8.9.0-dev-144-fe86b3e';
5587
5587
 
5588
5588
  /**
5589
5589
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.9.0-dev-143-afddc5e";
1
+ export declare const version = "8.9.0-dev-144-fe86b3e";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.9.0-dev-143-afddc5e",
3
+ "version": "8.9.0-dev-144-fe86b3e",
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",