@glissandoo/lib 1.104.1 โ†’ 1.104.3

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.
@@ -0,0 +1,272 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lang_1 = require("../../lang");
4
+ const newMember = {
5
+ [lang_1.LanguagesTypes.ES]: {
6
+ title: '๐Ÿ‘‹ {userName} se incorpora como nuevo miembro',
7
+ message: [
8
+ {
9
+ type: 'paragraph',
10
+ children: [
11
+ {
12
+ text: '{userDisplayName}',
13
+ bold: true,
14
+ },
15
+ {
16
+ text: ' se une a {groupDisplayName} como ',
17
+ },
18
+ {
19
+ text: '{userInstrument}.',
20
+ bold: true,
21
+ },
22
+ ],
23
+ },
24
+ { children: [{ 'text': '' }], type: 'paragraph' },
25
+ {
26
+ type: 'paragraph',
27
+ children: [{ text: '๐ŸŽถ ยกBienvenid@!' }],
28
+ },
29
+ ],
30
+ },
31
+ [lang_1.LanguagesTypes.CA]: {
32
+ title: "๐Ÿ‘‹ {userName} s'incorpora com a nou membre",
33
+ message: [
34
+ {
35
+ type: 'paragraph',
36
+ children: [
37
+ {
38
+ text: '{userDisplayName}',
39
+ bold: true,
40
+ },
41
+ {
42
+ text: " s'uneix a {groupDisplayName} com a ",
43
+ },
44
+ {
45
+ text: '{userInstrument}.',
46
+ bold: true,
47
+ },
48
+ ],
49
+ },
50
+ { children: [{ 'text': '' }], type: 'paragraph' },
51
+ {
52
+ type: 'paragraph',
53
+ children: [{ text: '๐ŸŽถ Benvingut/uda!' }],
54
+ },
55
+ ],
56
+ },
57
+ [lang_1.LanguagesTypes.EN]: {
58
+ title: '๐Ÿ‘‹ {userName} joins as a new member',
59
+ message: [
60
+ {
61
+ type: 'paragraph',
62
+ children: [
63
+ {
64
+ text: '{userDisplayName}',
65
+ bold: true,
66
+ },
67
+ {
68
+ text: ' joins {groupDisplayName} as ',
69
+ },
70
+ {
71
+ text: '{userInstrument}.',
72
+ bold: true,
73
+ },
74
+ ],
75
+ },
76
+ { children: [{ 'text': '' }], type: 'paragraph' },
77
+ {
78
+ type: 'paragraph',
79
+ children: [{ text: '๐ŸŽถ Welcome!' }],
80
+ },
81
+ ],
82
+ },
83
+ [lang_1.LanguagesTypes.DE]: {
84
+ title: '๐Ÿ‘‹ {userName} tritt als neues Mitglied bei',
85
+ message: [
86
+ {
87
+ type: 'paragraph',
88
+ children: [
89
+ {
90
+ text: '{userDisplayName}',
91
+ bold: true,
92
+ },
93
+ {
94
+ text: ' tritt {groupDisplayName} als ',
95
+ },
96
+ {
97
+ text: '{userInstrument}',
98
+ bold: true,
99
+ },
100
+ {
101
+ text: ' bei.',
102
+ },
103
+ ],
104
+ },
105
+ { children: [{ 'text': '' }], type: 'paragraph' },
106
+ {
107
+ type: 'paragraph',
108
+ children: [{ text: '๐ŸŽถ Willkommen!' }],
109
+ },
110
+ ],
111
+ },
112
+ [lang_1.LanguagesTypes.PT]: {
113
+ title: '๐Ÿ‘‹ {userName} incorpora-se como novo membro',
114
+ message: [
115
+ {
116
+ type: 'paragraph',
117
+ children: [
118
+ {
119
+ text: '{userDisplayName}',
120
+ bold: true,
121
+ },
122
+ {
123
+ text: ' junta-se a {groupDisplayName} como ',
124
+ },
125
+ {
126
+ text: '{userInstrument}.',
127
+ bold: true,
128
+ },
129
+ ],
130
+ },
131
+ { children: [{ 'text': '' }], type: 'paragraph' },
132
+ {
133
+ type: 'paragraph',
134
+ children: [{ text: '๐ŸŽถ Bem-vind@!' }],
135
+ },
136
+ ],
137
+ },
138
+ [lang_1.LanguagesTypes.GL]: {
139
+ title: '๐Ÿ‘‹ {userName} incorpรณrase como novo membro',
140
+ message: [
141
+ {
142
+ type: 'paragraph',
143
+ children: [
144
+ {
145
+ text: '{userDisplayName}',
146
+ bold: true,
147
+ },
148
+ {
149
+ text: ' รบnese a {groupDisplayName} como ',
150
+ },
151
+ {
152
+ text: '{userInstrument}.',
153
+ bold: true,
154
+ },
155
+ ],
156
+ },
157
+ { children: [{ 'text': '' }], type: 'paragraph' },
158
+ {
159
+ type: 'paragraph',
160
+ children: [{ text: '๐ŸŽถ Benvid@!' }],
161
+ },
162
+ ],
163
+ },
164
+ [lang_1.LanguagesTypes.EU]: {
165
+ title: '๐Ÿ‘‹ {userName} kide berri gisa sartzen da',
166
+ message: [
167
+ {
168
+ type: 'paragraph',
169
+ children: [
170
+ {
171
+ text: '{userDisplayName}',
172
+ bold: true,
173
+ },
174
+ {
175
+ text: ' {groupDisplayName} taldean sartzen da ',
176
+ },
177
+ {
178
+ text: '{userInstrument}',
179
+ bold: true,
180
+ },
181
+ {
182
+ text: ' gisa.',
183
+ },
184
+ ],
185
+ },
186
+ { children: [{ 'text': '' }], type: 'paragraph' },
187
+ {
188
+ type: 'paragraph',
189
+ children: [{ text: '๐ŸŽถ Ongietorria!' }],
190
+ },
191
+ ],
192
+ },
193
+ [lang_1.LanguagesTypes.FR]: {
194
+ title: '๐Ÿ‘‹ {userName} se joint en tant que nouveau membre',
195
+ message: [
196
+ {
197
+ type: 'paragraph',
198
+ children: [
199
+ {
200
+ text: '{userDisplayName}',
201
+ bold: true,
202
+ },
203
+ {
204
+ text: ' rejoint {groupDisplayName} en tant que ',
205
+ },
206
+ {
207
+ text: '{userInstrument}.',
208
+ bold: true,
209
+ },
210
+ ],
211
+ },
212
+ { children: [{ 'text': '' }], type: 'paragraph' },
213
+ {
214
+ type: 'paragraph',
215
+ children: [{ text: '๐ŸŽถ Bienvenue !' }],
216
+ },
217
+ ],
218
+ },
219
+ [lang_1.LanguagesTypes.IT]: {
220
+ title: '๐Ÿ‘‹ {userName} si unisce come nuovo membro',
221
+ message: [
222
+ {
223
+ type: 'paragraph',
224
+ children: [
225
+ {
226
+ text: '{userDisplayName}',
227
+ bold: true,
228
+ },
229
+ {
230
+ text: ' si unisce a {groupDisplayName} come ',
231
+ },
232
+ {
233
+ text: '{userInstrument}.',
234
+ bold: true,
235
+ },
236
+ ],
237
+ },
238
+ { children: [{ 'text': '' }], type: 'paragraph' },
239
+ {
240
+ type: 'paragraph',
241
+ children: [{ text: '๐ŸŽถ Benvenut@!' }],
242
+ },
243
+ ],
244
+ },
245
+ [lang_1.LanguagesTypes.NL]: {
246
+ title: '๐Ÿ‘‹ {userName} voegt zich toe als nieuw lid',
247
+ message: [
248
+ {
249
+ type: 'paragraph',
250
+ children: [
251
+ {
252
+ text: '{userDisplayName}',
253
+ bold: true,
254
+ },
255
+ {
256
+ text: ' voegt zich toe aan {groupDisplayName} als ',
257
+ },
258
+ {
259
+ text: '{userInstrument}.',
260
+ bold: true,
261
+ },
262
+ ],
263
+ },
264
+ { children: [{ 'text': '' }], type: 'paragraph' },
265
+ {
266
+ type: 'paragraph',
267
+ children: [{ text: '๐ŸŽถ Welkom!' }],
268
+ },
269
+ ],
270
+ },
271
+ };
272
+ exports.default = newMember;
@@ -175,6 +175,10 @@ exports.userNotificationSettings = {
175
175
  types_1.NotificationActions.PerformanceAssistanceDecline,
176
176
  types_1.NotificationActions.PracticeAssistanceDecline,
177
177
  ],
178
+ [types_2.UserNotificationSettings.NewMembers]: [
179
+ types_1.NotificationActions.GroupPlayersJoin,
180
+ types_1.NotificationActions.GroupPlayersJoinPlayers,
181
+ ],
178
182
  // [UserNotificationSettings.InterestConfirmed]: [
179
183
  // NotificationActions.PerformanceInterestConfirm,
180
184
  // NotificationActions.PracticeInterestConfirm,
package/lang/ca.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Nou grup",
39
39
  "group.players.join.text": "{string:user.0.displayName} s'ha unit al grup {string:group.0.displayName} amb un enllaรง d'invitaciรณ",
40
40
  "group.players.join.title": "๐Ÿ™‹ Nou membre",
41
+ "group.players.join2.text": "{string:user.0.displayName} s'ha unit al grup. Dona-li la benvinguda!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Nou membre",
41
43
  "group.players.leave.text": "{string:user.0.displayName} ha eixit del grup {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Un mรบsic ha deixat el grup",
43
45
  "group.players.remove.text": "Ja no formes part del grup {string:group.0.displayName}. Grร cies pel temps compartit!",
package/lang/de.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Neue Gruppe",
39
39
  "group.players.join.text": "{string:user.0.displayName} ist der Gruppe {string:group.0.displayName} รผber einen Einladungslink beigetreten",
40
40
  "group.players.join.title": "๐Ÿ™‹ Neues Mitglied",
41
+ "group.players.join2.text": "{string:user.0.displayName} ist der Gruppe beigetreten. HeiรŸe sie oder ihn willkommen!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Neues Mitglied",
41
43
  "group.players.leave.text": "{string:user.0.displayName} hat die Gruppe {string:group.0.displayName} verlassen",
42
44
  "group.players.leave.title": "๐Ÿšถ Ein Musiker hat die Gruppe verlassen",
43
45
  "group.players.remove.text": "Du bist nicht mehr Teil der Gruppe {string:group.0.displayName}. Danke fรผr deine gemeinsame Zeit!",
package/lang/en.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ New group",
39
39
  "group.players.join.text": "{string:user.0.displayName} has joined the group {string:group.0.displayName} via an invitation link",
40
40
  "group.players.join.title": "๐Ÿ™‹ New member",
41
+ "group.players.join2.text": "{string:user.0.displayName} has joined the group. Give them a warm welcome!",
42
+ "group.players.join2.title": "๐Ÿ™‹ New member",
41
43
  "group.players.leave.text": "{string:user.0.displayName} has left the group {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ A musician has left the group",
43
45
  "group.players.remove.text": "You're no longer part of the group {string:group.0.displayName}. Thank you for your time together!",
package/lang/es.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Nuevo grupo",
39
39
  "group.players.join.text": "{string:user.0.displayName} se ha unido al grupo {string:group.0.displayName} con un enlace de invitaciรณn",
40
40
  "group.players.join.title": "๐Ÿ™‹ Nuevo miembro",
41
+ "group.players.join2.text": "{string:user.0.displayName} se ha unido al grupo. Dale la bienvenida!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Nuevo miembro",
41
43
  "group.players.leave.text": "{string:user.0.displayName} ha salido del grupo {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Un mรบsico ha dejado el grupo",
43
45
  "group.players.remove.text": "Ya no formas parte del grupo {string:group.0.displayName}. ยกGracias por tu tiempo compartido!",
package/lang/eu.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Talde berria",
39
39
  "group.players.join.text": "{string:user.0.displayName} erabiltzailea {string:group.0.displayName} taldera batu da gonbidapen esteka baten bidez",
40
40
  "group.players.join.title": "๐Ÿ™‹ Kide berria",
41
+ "group.players.join2.text": "{string:user.0.displayName} taldera batu da. Eman ongi etorria!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Kide berria",
41
43
  "group.players.leave.text": "{string:user.0.displayName} erabiltzaileak {string:group.0.displayName} taldea utzi du",
42
44
  "group.players.leave.title": "๐Ÿšถ Musikari batek taldea utzi du",
43
45
  "group.players.remove.text": "{string:group.0.displayName} taldeko kide izateari utzi diozu. Eskerrik asko partekatu duzun denboragatik!",
package/lang/fr.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Nouveau groupe",
39
39
  "group.players.join.text": "{string:user.0.displayName} a rejoint le groupe {string:group.0.displayName} via un lien d'invitation",
40
40
  "group.players.join.title": "๐Ÿ™‹ Nouveau membre",
41
+ "group.players.join2.text": "{string:user.0.displayName} a rejoint le groupe. Souhaitez-lui la bienvenue !",
42
+ "group.players.join2.title": "๐Ÿ™‹ Nouveau membre",
41
43
  "group.players.leave.text": "{string:user.0.displayName} a quittรฉ le groupe {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Un musicien a quittรฉ le groupe",
43
45
  "group.players.remove.text": "Vous ne faites plus partie du groupe {string:group.0.displayName}. Merci pour votre participation !",
package/lang/gl.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Novo grupo",
39
39
  "group.players.join.text": "{string:user.0.displayName} uniuse ao grupo {string:group.0.displayName} cunha ligazรณn de invitaciรณn",
40
40
  "group.players.join.title": "๐Ÿ™‹ Novo membro",
41
+ "group.players.join2.text": "{string:user.0.displayName} uniuse ao grupo. Dรกlle a benvida!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Novo membro",
41
43
  "group.players.leave.text": "{string:user.0.displayName} saรญu do grupo {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Un mรบsico deixou o grupo",
43
45
  "group.players.remove.text": "Xa non formas parte do grupo {string:group.0.displayName}. ยกGrazas polo teu tempo compartido!",
package/lang/it.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Nuovo gruppo",
39
39
  "group.players.join.text": "{string:user.0.displayName} si รจ unito al gruppo {string:group.0.displayName} tramite un link di invito",
40
40
  "group.players.join.title": "๐Ÿ™‹ Nuovo membro",
41
+ "group.players.join2.text": "{string:user.0.displayName} si รจ unito al gruppo. Dagli il benvenuto!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Nuovo membro",
41
43
  "group.players.leave.text": "{string:user.0.displayName} ha lasciato il gruppo {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Un musicista ha lasciato il gruppo",
43
45
  "group.players.remove.text": "Non fai piรน parte del gruppo {string:group.0.displayName}. Grazie per il tempo passato insieme!",
package/lang/nl.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Nieuwe groep",
39
39
  "group.players.join.text": "{string:user.0.displayName} is via een uitnodigingslink lid geworden van de groep {string:group.0.displayName}",
40
40
  "group.players.join.title": "๐Ÿ™‹ Nieuw lid",
41
+ "group.players.join2.text": "{string:user.0.displayName} is lid geworden van de groep. Heet hem of haar welkom!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Nieuw lid",
41
43
  "group.players.leave.text": "{string:user.0.displayName} heeft de groep {string:group.0.displayName} verlaten",
42
44
  "group.players.leave.title": "๐Ÿšถ Een muzikant heeft de groep verlaten",
43
45
  "group.players.remove.text": "Je maakt geen deel meer uit van de groep {string:group.0.displayName}. Bedankt voor je tijd samen!",
package/lang/pt.json CHANGED
@@ -38,6 +38,8 @@
38
38
  "group.players.add.title": "๐ŸŽถ Novo grupo",
39
39
  "group.players.join.text": "{string:user.0.displayName} entrou no grupo {string:group.0.displayName} atravรฉs de um link de convite",
40
40
  "group.players.join.title": "๐Ÿ™‹ Novo membro",
41
+ "group.players.join2.text": "{string:user.0.displayName} entrou no grupo. Dรก-lhe as boas-vindas!",
42
+ "group.players.join2.title": "๐Ÿ™‹ Novo membro",
41
43
  "group.players.leave.text": "{string:user.0.displayName} saiu do grupo {string:group.0.displayName}",
42
44
  "group.players.leave.title": "๐Ÿšถ Um mรบsico saiu do grupo",
43
45
  "group.players.remove.text": "Vocรช nรฃo faz mais parte do grupo {string:group.0.displayName}. Obrigado pelo tempo juntos!",
@@ -33,8 +33,11 @@ export default class Communication extends ModelWithLang<CommunicationData> {
33
33
  get createdAt(): FirebaseFirestore.Timestamp;
34
34
  get editedAt(): FirebaseFirestore.Timestamp | null;
35
35
  get editedBy(): string | null;
36
- /** @deprecated use reactions */
37
- get totalClaps(): number;
36
+ get serverTemplate(): import("../../helpers/communicationTemplate").CommunicationTemplateType | null;
37
+ get serverTemplateVars(): {
38
+ title: Record<string, string>;
39
+ message: Record<string, string>;
40
+ } | null;
38
41
  get reactions(): Record<string, string[]>;
39
42
  get totalViews(): number;
40
43
  get isServer(): boolean;
@@ -93,11 +93,11 @@ class Communication extends lang_2.default {
93
93
  get editedBy() {
94
94
  return this.data.editedBy || null;
95
95
  }
96
- /** @deprecated use reactions */
97
- get totalClaps() {
98
- return this.listRecipients
99
- .map((recipient) => recipient.claps || 0)
100
- .reduce((acc, current) => acc + current, 0);
96
+ get serverTemplate() {
97
+ return this.data.serverTemplate || null;
98
+ }
99
+ get serverTemplateVars() {
100
+ return this.data.serverTemplateVars || null;
101
101
  }
102
102
  get reactions() {
103
103
  return this.listRecipients.reduce((acc, { reaction, id }) => ({
@@ -1,5 +1,6 @@
1
1
  import { DocumentReference, Timestamp } from '@google-cloud/firestore';
2
2
  import { Descendant } from '../../helpers/slate';
3
+ import { CommunicationTemplateType } from '../../helpers/communicationTemplate';
3
4
  import { GroupTinyData } from '../Group/types';
4
5
  import { UserTinyData } from '../User/types';
5
6
  export declare enum CommunicationType {
@@ -63,6 +64,11 @@ export interface CommunicationData {
63
64
  deletedBy: string | null;
64
65
  editedAt: Timestamp | null;
65
66
  editedBy: string | null;
67
+ serverTemplate: CommunicationTemplateType | null;
68
+ serverTemplateVars: {
69
+ title: Record<string, string>;
70
+ message: Record<string, string>;
71
+ } | null;
66
72
  readonly server: boolean;
67
73
  readonly createdAt: Timestamp;
68
74
  }
@@ -75,10 +75,11 @@ class Evento extends promoter_1.default {
75
75
  return this.data.activeInvitationLink || false;
76
76
  }
77
77
  get invitationLink() {
78
- return this.data.invitationLink || `https://glissandoo.com/joinevent/${this.id}`;
78
+ return `https://glissandoo.com/joinevent/${this.id}`;
79
79
  }
80
80
  get shortDynamicLink() {
81
- return (this.data.shortDynamicLink ||
81
+ return (`https://glissandoo.com/event/${this.id}` ||
82
+ this.data.shortDynamicLink ||
82
83
  `https://app.glissandoo.com/group/${this.promoterInfo.username}/events/${this.id}`);
83
84
  }
84
85
  get deletedAt() {
@@ -97,7 +97,7 @@ export default class Group extends GroupBasic<GroupData> {
97
97
  get customInstrumentsIds(): `customInstrument-${string}`[];
98
98
  get visitedDashboardAt(): Record<string, FirebaseFirestore.Timestamp>;
99
99
  get onboardingMessages(): import("./types").GroupOnboardingMessage[];
100
- get rollcallLink(): string | null;
100
+ get rollcallLink(): string;
101
101
  get subscriptionId(): string | null;
102
102
  get questions(): Record<string, import("./types").GroupEventQuestion>;
103
103
  get questionsList(): {
@@ -51,13 +51,13 @@ class Group extends basic_1.default {
51
51
  return this.data.activeInvitationLink || false;
52
52
  }
53
53
  get invitationLink() {
54
- return this.data.invitationLink || `https://glissandoo.com/joingroup/${this.id}`;
54
+ return `https://glissandoo.com/joingroup/${this.id}`;
55
55
  }
56
56
  get invitationEmails() {
57
57
  return this.data.invitationEmails || [];
58
58
  }
59
59
  get shortDynamicLink() {
60
- return this.data.shortDynamicLink || `https://app.glissandoo.com/group/${this.username}`;
60
+ return `https://app.glissandoo.com/group/${this.username}`;
61
61
  }
62
62
  get admins() {
63
63
  return this.data.administrators || [];
@@ -248,7 +248,7 @@ class Group extends basic_1.default {
248
248
  return this.data.onboardingMessages || [];
249
249
  }
250
250
  get rollcallLink() {
251
- return this.data.rollcallLink || null;
251
+ return `https://glissandoo.com/rollcall/${this.id}`;
252
252
  }
253
253
  get subscriptionId() {
254
254
  return this.data.subscriptionId || null;
@@ -19,6 +19,7 @@ export declare enum NotificationActions {
19
19
  GroupDelete = "group.delete",
20
20
  GroupPlayersAdd = "group.players.add",
21
21
  GroupPlayersJoin = "group.players.join",
22
+ GroupPlayersJoinPlayers = "group.players.join2",
22
23
  GroupPlayersLeave = "group.players.leave",
23
24
  GroupPlayersRemove = "group.players.remove",
24
25
  GroupPlayerSwitchInstrumentsByAdmin = "groupPlayer.switchInstruments.byAdmin",
@@ -16,6 +16,7 @@ var NotificationActions;
16
16
  NotificationActions["GroupDelete"] = "group.delete";
17
17
  NotificationActions["GroupPlayersAdd"] = "group.players.add";
18
18
  NotificationActions["GroupPlayersJoin"] = "group.players.join";
19
+ NotificationActions["GroupPlayersJoinPlayers"] = "group.players.join2";
19
20
  NotificationActions["GroupPlayersLeave"] = "group.players.leave";
20
21
  NotificationActions["GroupPlayersRemove"] = "group.players.remove";
21
22
  NotificationActions["GroupPlayerSwitchInstrumentsByAdmin"] = "groupPlayer.switchInstruments.byAdmin";
@@ -25,7 +25,8 @@ export declare enum UserDashboardConfig {
25
25
  }
26
26
  export declare enum UserNotificationSettings {
27
27
  AttendanceConfirmed = "enabled_attendance_confirmed",
28
- AttendanceDeclined = "enabled_attendance_declined"
28
+ AttendanceDeclined = "enabled_attendance_declined",
29
+ NewMembers = "enabled_new_members"
29
30
  }
30
31
  export declare enum UserEmailSettings {
31
32
  ReminderBiweeklyEvents = "enabled_reminder_biweekly_events",
@@ -30,8 +30,7 @@ var UserNotificationSettings;
30
30
  (function (UserNotificationSettings) {
31
31
  UserNotificationSettings["AttendanceConfirmed"] = "enabled_attendance_confirmed";
32
32
  UserNotificationSettings["AttendanceDeclined"] = "enabled_attendance_declined";
33
- // InterestConfirmed = 'enabled_interest_confirmed',
34
- // InterestLost = 'enabled_interest_lost',
33
+ UserNotificationSettings["NewMembers"] = "enabled_new_members";
35
34
  })(UserNotificationSettings = exports.UserNotificationSettings || (exports.UserNotificationSettings = {}));
36
35
  var UserEmailSettings;
37
36
  (function (UserEmailSettings) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.104.1",
3
+ "version": "1.104.3",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -55,7 +55,7 @@
55
55
  "husky": "^8.0.1",
56
56
  "lint-staged": "^12.4.1",
57
57
  "prettier": "^2.2.1",
58
- "supabase": "^2.20.12",
58
+ "supabase": "^2.30.4",
59
59
  "typescript": "^4.9.4"
60
60
  },
61
61
  "lint-staged": {