@things-factory/integration-notification 4.0.0-y.0 → 4.0.5

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.
@@ -19,14 +19,15 @@
19
19
  - message-body
20
20
  - 알림에 보여지게될 본문의 내용을 작성한다.
21
21
  - 메시지 바디를 작성할 때, 다음과 같이 시나리오 컨텍스트의 data와 variables를 변수로 활용할 수 있다.
22
+
23
+ ```
24
+ Requested name is ${this.variable.name}.
25
+ The result is ${this.data.result}.
26
+ ```
27
+
22
28
  - push
23
29
  - 웹푸시 알림을 보낼 지를 설정한다.
24
30
  - push가 설정되면, 웹푸시 알림으로 보내지며, 설정되지 않으면 인앱(In App) 메시지로 전송된다.
25
31
  - 웹푸시 알림은 모바일 또는 데스크톱 웹브라우저에서 이 서비스를 설치하였다면 시스템의 알림으로 전송된다.
26
32
  - 웹푸시 알림은 웹푸시 구독권한이 허용되어 있어야 전송된다.
27
33
  - 웹푸시 구독권한이 제한되어있어도 인앱 메시지는 어플리케이션 실행중에 알림으로 전송된다.
28
-
29
- ```
30
- Requested name is ${this.variable.name}.
31
- The result is ${this.data.result}.
32
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-notification",
3
- "version": "4.0.0-y.0",
3
+ "version": "4.0.5",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,8 +23,8 @@
23
23
  "clean": "npm run clean:server"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/integration-base": "^4.0.0-y.0",
27
- "@things-factory/notification": "^4.0.0-y.0"
26
+ "@things-factory/integration-base": "^4.0.5",
27
+ "@things-factory/notification": "^4.0.5"
28
28
  },
29
- "gitHead": "64ee0f6547f90b1386024b975efc3b31a5e381cb"
29
+ "gitHead": "b7b2976818dceab74a34903499d408eed5d45b04"
30
30
  }