@7365admin1/core 3.53.7 → 3.53.8
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/CHANGELOG.md +17 -0
- package/dist/index.d.ts +17 -11
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/test/notification-category.util.test.mjs +46 -12
package/dist/index.mjs
CHANGED
|
@@ -14213,7 +14213,10 @@ var NOTIFICATION_CATEGORIES = [
|
|
|
14213
14213
|
key: "serviceProviderInvite",
|
|
14214
14214
|
label: "Service Provider Invitations",
|
|
14215
14215
|
description: "When a property manager invites your company to provide services at a site.",
|
|
14216
|
-
channels: { inApp: true, push: true, email:
|
|
14216
|
+
channels: { inApp: true, push: true, email: false },
|
|
14217
|
+
channelNote: {
|
|
14218
|
+
email: "The invitation email is the invitation itself \u2014 for a company that has no account here yet it is the only copy, so it is always sent to the address the invitation was addressed to. The switches above control the copy that reaches you inside the app."
|
|
14219
|
+
},
|
|
14217
14220
|
permissionResources: ["service-provider-mgmt"],
|
|
14218
14221
|
rendered: true
|
|
14219
14222
|
},
|
|
@@ -14240,7 +14243,12 @@ var NOTIFICATION_CATEGORIES = [
|
|
|
14240
14243
|
channelNote: { email: NO_EMAIL_RECIPIENT },
|
|
14241
14244
|
permissionResources: ["emergency-contact"],
|
|
14242
14245
|
safety: true,
|
|
14243
|
-
|
|
14246
|
+
// Nothing sends this. The sender below exists, but the only place emergency
|
|
14247
|
+
// contacts are written is `iservice365-API-core`, and the change that would
|
|
14248
|
+
// have called it from there (API-core #997) was closed, not merged. Until a
|
|
14249
|
+
// caller exists this stays out of the screen rather than offering a switch
|
|
14250
|
+
// over a message that never arrives.
|
|
14251
|
+
rendered: false
|
|
14244
14252
|
},
|
|
14245
14253
|
{
|
|
14246
14254
|
key: "virtualPatrol",
|