@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.
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
|
@@ -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}
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.14.0-dev-
|
|
1
|
+
export declare const version = "8.14.0-dev-196-5b15a56";
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.14.0-dev-
|
|
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-
|
|
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",
|