@glissandoo/lib 1.119.0 → 1.119.1

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.
@@ -209,10 +209,12 @@ exports.userNotificationSettings = {
209
209
  [types_2.UserNotificationSettings.AttendanceConfirmed]: [
210
210
  types_1.NotificationActions.PerformanceAssistanceConfirm,
211
211
  types_1.NotificationActions.PracticeAssistanceConfirm,
212
+ types_1.NotificationActions.OtherAssistanceConfirm,
212
213
  ],
213
214
  [types_2.UserNotificationSettings.AttendanceDeclined]: [
214
215
  types_1.NotificationActions.PerformanceAssistanceDecline,
215
216
  types_1.NotificationActions.PracticeAssistanceDecline,
217
+ types_1.NotificationActions.OtherAssistanceDecline,
216
218
  ],
217
219
  [types_2.UserNotificationSettings.NewMembers]: [
218
220
  types_1.NotificationActions.GroupPlayersJoin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.119.0",
3
+ "version": "1.119.1",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",