@things-factory/notification 6.2.170 → 6.2.178

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.
Files changed (67) hide show
  1. package/client/actions/notification-fcm.ts +3 -3
  2. package/dist-client/actions/notification-fcm.js.map +1 -1
  3. package/dist-client/bootstrap.js.map +1 -1
  4. package/dist-client/pages/notification/notification-list-page.js.map +1 -1
  5. package/dist-client/pages/notification-rule/notification-rule-importer.js.map +1 -1
  6. package/dist-client/pages/notification-rule/notification-rule-list-page.js.map +1 -1
  7. package/dist-client/reducers/notification.js.map +1 -1
  8. package/dist-client/route.js.map +1 -1
  9. package/dist-client/tsconfig.tsbuildinfo +1 -1
  10. package/dist-client/viewparts/notification-badge.js.map +1 -1
  11. package/dist-client/viewparts/notification-item.js.map +1 -1
  12. package/dist-client/viewparts/notification-list.js.map +1 -1
  13. package/dist-client/viewparts/notification-sender.js.map +1 -1
  14. package/dist-client/viewparts/notification-setting-let.js.map +1 -1
  15. package/dist-server/controllers/fcm.d.ts +34 -0
  16. package/dist-server/controllers/fcm.js +5 -6
  17. package/dist-server/controllers/fcm.js.map +1 -1
  18. package/dist-server/controllers/index.d.ts +1 -0
  19. package/dist-server/index.d.ts +4 -0
  20. package/dist-server/middlewares/index.d.ts +1 -0
  21. package/dist-server/middlewares/index.js +1 -2
  22. package/dist-server/middlewares/index.js.map +1 -1
  23. package/dist-server/middlewares/notification-middleware.d.ts +1 -0
  24. package/dist-server/middlewares/notification-middleware.js +1 -2
  25. package/dist-server/middlewares/notification-middleware.js.map +1 -1
  26. package/dist-server/routers/notification-router.d.ts +1 -0
  27. package/dist-server/routes.d.ts +1 -0
  28. package/dist-server/service/index.d.ts +13 -0
  29. package/dist-server/service/notification/directive-notification.d.ts +3 -0
  30. package/dist-server/service/notification/directive-notification.js.map +1 -1
  31. package/dist-server/service/notification/index.d.ts +12 -0
  32. package/dist-server/service/notification/notification-mutation.d.ts +9 -0
  33. package/dist-server/service/notification/notification-mutation.js +2 -2
  34. package/dist-server/service/notification/notification-mutation.js.map +1 -1
  35. package/dist-server/service/notification/notification-query.d.ts +13 -0
  36. package/dist-server/service/notification/notification-query.js +2 -2
  37. package/dist-server/service/notification/notification-query.js.map +1 -1
  38. package/dist-server/service/notification/notification-subscription.d.ts +6 -0
  39. package/dist-server/service/notification/notification-subscription.js +2 -2
  40. package/dist-server/service/notification/notification-subscription.js.map +1 -1
  41. package/dist-server/service/notification/notification-type.d.ts +21 -0
  42. package/dist-server/service/notification/notification-type.js +6 -6
  43. package/dist-server/service/notification/notification-type.js.map +1 -1
  44. package/dist-server/service/notification/notification.d.ts +28 -0
  45. package/dist-server/service/notification/notification.js +3 -3
  46. package/dist-server/service/notification/notification.js.map +1 -1
  47. package/dist-server/service/notification-rule/event-subscriber.d.ts +7 -0
  48. package/dist-server/service/notification-rule/event-subscriber.js +2 -2
  49. package/dist-server/service/notification-rule/event-subscriber.js.map +1 -1
  50. package/dist-server/service/notification-rule/index.d.ts +7 -0
  51. package/dist-server/service/notification-rule/notification-rule-history.d.ts +28 -0
  52. package/dist-server/service/notification-rule/notification-rule-history.js +2 -2
  53. package/dist-server/service/notification-rule/notification-rule-history.js.map +1 -1
  54. package/dist-server/service/notification-rule/notification-rule-mutation.d.ts +10 -0
  55. package/dist-server/service/notification-rule/notification-rule-mutation.js +2 -2
  56. package/dist-server/service/notification-rule/notification-rule-mutation.js.map +1 -1
  57. package/dist-server/service/notification-rule/notification-rule-query.d.ts +12 -0
  58. package/dist-server/service/notification-rule/notification-rule-query.js +2 -2
  59. package/dist-server/service/notification-rule/notification-rule-query.js.map +1 -1
  60. package/dist-server/service/notification-rule/notification-rule-type.d.ts +27 -0
  61. package/dist-server/service/notification-rule/notification-rule-type.js +6 -6
  62. package/dist-server/service/notification-rule/notification-rule-type.js.map +1 -1
  63. package/dist-server/service/notification-rule/notification-rule.d.ts +34 -0
  64. package/dist-server/service/notification-rule/notification-rule.js +7 -8
  65. package/dist-server/service/notification-rule/notification-rule.js.map +1 -1
  66. package/dist-server/tsconfig.tsbuildinfo +1 -1
  67. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/notification",
3
- "version": "6.2.170",
3
+ "version": "6.2.178",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -31,16 +31,16 @@
31
31
  "@material/mwc-formfield": "^0.27.0",
32
32
  "@material/mwc-switch": "^0.27.0",
33
33
  "@operato/layout": "^1.0.1",
34
- "@things-factory/auth-base": "^6.2.170",
35
- "@things-factory/codelingua": "^6.2.170",
36
- "@things-factory/i18n-base": "^6.2.170",
37
- "@things-factory/organization": "^6.2.170",
38
- "@things-factory/setting-base": "^6.2.170",
39
- "@things-factory/shell": "^6.2.170",
34
+ "@things-factory/auth-base": "^6.2.178",
35
+ "@things-factory/codelingua": "^6.2.178",
36
+ "@things-factory/i18n-base": "^6.2.178",
37
+ "@things-factory/organization": "^6.2.178",
38
+ "@things-factory/setting-base": "^6.2.178",
39
+ "@things-factory/shell": "^6.2.178",
40
40
  "clipboard": "^2.0.6",
41
41
  "firebase": "^9.14.0",
42
42
  "firebase-admin": "^11.3.0",
43
43
  "google": "^2.1.0"
44
44
  },
45
- "gitHead": "5a4f3894a63e770de9320c28a1a3c0f38d070ab5"
45
+ "gitHead": "b21612202e8acb60a6d29e3e5913a06346352bc5"
46
46
  }