@extrahorizon/javascript-sdk 8.14.0-dev-195-a75f773 → 8.14.0-dev-196-5b15a56

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.
@@ -5696,7 +5696,7 @@ const templatesV2Service = (httpWithAuth) => {
5696
5696
  };
5697
5697
  };
5698
5698
 
5699
- const version = '8.14.0-dev-195-a75f773';
5699
+ const version = '8.14.0-dev-196-5b15a56';
5700
5700
 
5701
5701
  /**
5702
5702
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5666,7 +5666,7 @@ const templatesV2Service = (httpWithAuth) => {
5666
5666
  };
5667
5667
  };
5668
5668
 
5669
- const version = '8.14.0-dev-195-a75f773';
5669
+ const version = '8.14.0-dev-196-5b15a56';
5670
5670
 
5671
5671
  /**
5672
5672
  * Create ExtraHorizon client.
@@ -127,7 +127,6 @@ export interface MailsService {
127
127
  *
128
128
  * Permission | Scope | Effect
129
129
  * - | - | -
130
- * none | | Send mails to your own email address
131
130
  * none | `staff enlistment` | Send any mail to your patients or send a template mail based on pre-configured allowed templates to any email address.
132
131
  * `SEND_MAILS` | `global` | Send mails to any email address
133
132
  * @throws {NotActivatedError}
@@ -127,7 +127,6 @@ export interface MailsService {
127
127
  *
128
128
  * Permission | Scope | Effect
129
129
  * - | - | -
130
- * none | | Send mails to your own email address
131
130
  * none | `staff enlistment` | Send any mail to your patients or send a template mail based on pre-configured allowed templates to any email address.
132
131
  * `SEND_MAILS` | `global` | Send mails to any email address
133
132
  * @throws {NotActivatedError}
@@ -1 +1 @@
1
- export declare const version = "8.14.0-dev-195-a75f773";
1
+ export declare const version = "8.14.0-dev-196-5b15a56";
@@ -1 +1 @@
1
- export declare const version = "8.14.0-dev-195-a75f773";
1
+ export declare const version = "8.14.0-dev-196-5b15a56";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.14.0-dev-195-a75f773",
3
+ "version": "8.14.0-dev-196-5b15a56",
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",