@twin.org/messaging-connector-entity-storage 0.0.1-next.10 → 0.0.1-next.11
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/docs/changelog.md
CHANGED
|
@@ -10,19 +10,19 @@ Initialize the schema for the messaging connector entity storage.
|
|
|
10
10
|
|
|
11
11
|
The options for the initialisation.
|
|
12
12
|
|
|
13
|
-
#### email
|
|
13
|
+
#### email?
|
|
14
14
|
|
|
15
15
|
`boolean`
|
|
16
16
|
|
|
17
17
|
Should we register email schemas.
|
|
18
18
|
|
|
19
|
-
#### sms
|
|
19
|
+
#### sms?
|
|
20
20
|
|
|
21
21
|
`boolean`
|
|
22
22
|
|
|
23
23
|
Should we register sms schemas.
|
|
24
24
|
|
|
25
|
-
#### pushNotification
|
|
25
|
+
#### pushNotification?
|
|
26
26
|
|
|
27
27
|
`boolean`
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/messaging-connector-entity-storage",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.11",
|
|
4
4
|
"description": "Messaging connector implementation using the Entity Storage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/entity": "next",
|
|
19
19
|
"@twin.org/logging-models": "next",
|
|
20
|
-
"@twin.org/messaging-models": "0.0.1-next.
|
|
20
|
+
"@twin.org/messaging-models": "0.0.1-next.11",
|
|
21
21
|
"@twin.org/nameof": "next"
|
|
22
22
|
},
|
|
23
23
|
"main": "./dist/cjs/index.cjs",
|